Find the answer to your Linux question:
Results 1 to 8 of 8
Hello All, I just installed Debian Sarge and there is no option to set the resolution higher than 800 by 600 in KDE or Gnome. To look at xfree86's settings ...
  1. #1
    Linux Newbie
    Join Date
    Jul 2005
    Posts
    122

    Unhappy Resolution Problem- no resolution option higher than 800 by 600

    Hello All,

    I just installed Debian Sarge and there is no option to set the resolution higher than 800 by 600 in KDE or Gnome. To look at xfree86's settings I typed xrandr in a terminal, and I got the same results. My screen is capable of higher resolutions, this wasn't a problem in SuSE.

    My question is how can I add the option of making the resolution higher?

    Thanks
    -FanFan
    There is no problem so complicated that you cannot find a very simple answer to it if you look at it in the right way

  2. #2
    Linux User St. Joe's Avatar
    Join Date
    Jun 2005
    Location
    USA
    Posts
    271
    Issue the command below from a terminal and make sure that you have the horiz and vert refresh rate correctly set, and of course that you choose the appropriate resolution size:

    $ su
    # dpkg-reconfigure xserver-xfree86
    It may be that your sole purpose in life is simply to serve as a warning to others.

  3. #3
    Just Joined! kramerP's Avatar
    Join Date
    Dec 2005
    Posts
    19
    i just had that same problem and reconfiguring the xserver did not help. so if it doesn't work for you try manually editing the /etc/X11/XF86Config-4 file to reflect what resolutions your monitor can handle, such as.....

    SubSection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection


    then restart the xserver.

  4. #4
    Just Joined!
    Join Date
    Dec 2005
    Location
    Sheffield UK
    Posts
    4
    I had the same problem, same distro.
    You will find though, that in debian sarge it will be the
    etc/X11/xorg.conf file.

    fake

  5. #5
    Linux User St. Joe's Avatar
    Join Date
    Jun 2005
    Location
    USA
    Posts
    271
    Sarge uses xorg?? When did this happen?
    It may be that your sole purpose in life is simply to serve as a warning to others.

  6. #6
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    Quote Originally Posted by St. Joe
    Sarge uses xorg?? When did this happen?
    I don't think so. My sarge install still uses Xfree86.
    Brilliant Mediocrity - Making Failure Look Good

  7. #7
    Linux Newbie
    Join Date
    Jul 2005
    Posts
    122

    Cool

    Thanks kramerP, that worked great!!!!!!!

    I have everything working in Debian except my 3D card!!!!!!

    This is very, very good for me.
    There is no problem so complicated that you cannot find a very simple answer to it if you look at it in the right way

  8. #8
    Linux User
    Join Date
    Apr 2005
    Location
    Ohio
    Posts
    326
    xorg only if you are using etch or sid..

    Debian stable is still on XFree86
    far...out

Posting Permissions

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