Results 1 to 7 of 7
I want to temporarily set my monitor resolution to 640x480 for a game. I have looked up the xorg.conf stuff and I cannot figure out how to set monitor resolution. ...
- 02-01-2008 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 20
Screen resolution?
I want to temporarily set my monitor resolution to 640x480 for a game. I have looked up the xorg.conf stuff and I cannot figure out how to set monitor resolution. How can I do this?
- 02-01-2008 #2Just Joined!
- Join Date
- Jan 2008
- Location
- 127.0.0.1
- Posts
- 29
go to system and then preferences (at the top in the start bar) and there should be a menu item called resolution.
- 02-01-2008 #3Just Joined!
- Join Date
- Jan 2008
- Posts
- 20
I tried that. The only option shown was the current.
- 02-01-2008 #4Just Joined!
- Join Date
- Jan 2008
- Location
- 127.0.0.1
- Posts
- 29
# dpkg-reconfigure xserver-xorg
could reconfigure xserver to include 640x480
- 02-01-2008 #5
I agree with Tralfas. First of all, create a backup of working xorg.conf file before messing with it.
Execute this
Accept default options and select required Resolutions from list. Restart X Server by pressing Alt+Ctrl+Backspace.Code:su - cd /etc/X11 cp xorg.conf xorg.conf.working dpkg-reconfigure xserver-xorg
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-01-2008 #6Just Joined!
- Join Date
- Jan 2008
- Posts
- 20
I did the reconfigure. It worked. thanks all.
- 02-02-2008 #7
Glad to help you.
Do start a new thread if you have any other question.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
