Originally posted by Shak
To change the resolution from the command line you will need to su to root:
Code:su <enter root password>
Then cd to /etc/X11R6
Code:cd /etc/X11R6/
Open up the XF86Config file with a text editor such as Pico:
Code:pico -w XF86Config
And then find this section:
Code:Section "Screen" Identifier "Screen 1" Device "g550" Monitor "h710d" DefaultDepth 24 Subsection "Display" Depth 8 Modes "640x480" "800x600" "1024x768" "1280x1024" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "640x480" "800x600" "1024x768" "1280x1024" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1600x1200" ViewPort 0 0 EndSubsection EndSection
And edit the resolutions there
Shak
"DefaultDepth 24"
Originally posted by Mpemba Effect
He really means CTRL-ALT-BACKSPACE![]()
# The accel server
Section "Screen"
Driver "accel"
Device "RIVA TNT2"
Monitor "Iiyama A201HT, VisionMaster Pro 510"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1600x1200"
ViewPort 0 0
EndSubsection
EndSection
Originally posted by Shak
You wont be able to see a difference but there will be a difference, have you tried restarting?
Shak