Find the answer to your Linux question:
Results 1 to 2 of 2
I've got a problem with my brand new install of Debian. I can't get the X Server to set the resolution properly. At first, I selected "Generic" at the install, ...
  1. #1
    Just Joined! Stuggi's Avatar
    Join Date
    Dec 2005
    Location
    Jakobstad, Finland
    Posts
    7

    Resolution Problems

    I've got a problem with my brand new install of Debian. I can't get the X Server to set the resolution properly. At first, I selected "Generic" at the install, later I changed it to i740 (which is the chipste my motherbord uses). I selected thet the Xserver sould use 1152x856@75hz, hut I'm still stuck at 640x480@84hz in gnome, and I can't change it using the Screen Resolution Tool, or whatever it's called... Anyone got any ideas how I can get this to work?

  2. #2
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    check the
    Code:
    /etc/X11/XF86Config-4
    file and see if you resolutions are listed. If not try adding them.
    mine for example
    Code:
    SubSection "Display"
                    Depth           24
                    Modes           "1280x1024" "1024x768" "800x600" "640x480"
            EndSubSection
    Brilliant Mediocrity - Making Failure Look Good

Posting Permissions

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