Anyone care to walk me through the process of switching my screen resolution from 1024x768 to 800x600???
I am using Kubuntu and I cannot find a dialog which makes this process easy and according to members of Ubuntuforums.org you must edit x11.conf???
I have posted this on that website as well but yet to receive a answer in this regard...
Anyone?
Screen resolution: x11.conf???
Moderator: General Moderators
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
http://www.freebsd.org/doc/en_US.ISO885 ... onfig.html may be of interest.
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
You can swicth easily by pressing ctr + shift + [plus] or [minus] which will take it up or down providing you have more than one resolution listed like below
Ibbo
Code: Select all
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1600x1024" "1024x768"
EndSubSection
EndSection