Find the answer to your Linux question:
Results 1 to 3 of 3
As the title suggests, my screen resolution is stuck at 800x600. I have changed the XF86Config-4 file, so that now it reads like this... [QUOTE]Section "Monitor" Identifier "Generic Monitor" HorizSync ...
  1. #1
    Just Joined! ubuntom's Avatar
    Join Date
    Jul 2006
    Posts
    13

    Screen resolution stuck at 800x600

    As the title suggests, my screen resolution is stuck at 800x600.

    I have changed the XF86Config-4 file, so that now it reads like this...

    [QUOTE]Section "Monitor"
    Identifier "Generic Monitor"
    HorizSync 28-50
    VertRefresh 43-75
    Option "DPMS"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "ATI Technologies, Inc. Rage XL AGP 2X"
    Monitor "Generic Monitor"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    Modes "1024x760" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1024x760" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1024x760" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1024x760" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x760" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x760" "800x600" "640x480"
    EndSubSection
    EndSection
    [QUOTE\]

    And I have rebooted, however, I still cannot change the screen resolution so it is larger than 800x600....

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    execute this command to configure display settings.
    Code:
    sudo dpkg-reconfigure xserver-xorg



    casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux User
    Join Date
    Feb 2006
    Posts
    484
    change HorizSync to a bigger value

    and if i see right you use xfree xserver
    so
    dpkg-reconfigure xserver-xfree86

Posting Permissions

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