Find the answer to your Linux question:
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. ...
  1. #1
    Just 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?

  2. #2
    Just 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.

  3. #3
    Just Joined!
    Join Date
    Jan 2008
    Posts
    20
    I tried that. The only option shown was the current.

  4. #4
    Just Joined!
    Join Date
    Jan 2008
    Location
    127.0.0.1
    Posts
    29
    # dpkg-reconfigure xserver-xorg
    could reconfigure xserver to include 640x480

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    I agree with Tralfas. First of all, create a backup of working xorg.conf file before messing with it.
    Execute this
    Code:
    su -
    cd /etc/X11
    cp xorg.conf xorg.conf.working
    dpkg-reconfigure xserver-xorg
    Accept default options and select required Resolutions from list. Restart X Server by pressing Alt+Ctrl+Backspace.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Just Joined!
    Join Date
    Jan 2008
    Posts
    20
    I did the reconfigure. It worked. thanks all.

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •