Announcement

Collapse
No announcement yet.

SOLVED - Monitor resolution less than stated in xorg.conf

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    SOLVED - Monitor resolution less than stated in xorg.conf

    This is from my xorg.conf file:

    Section "Device"
    Identifier "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
    Driver "i810"
    BusID "PCI:0:2:0"
    EndSection

    Section "Monitor"
    Identifier "Generic Monitor"
    Option "DPMS"
    HorizSync 28-72
    VertRefresh 43-60
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
    Monitor "Generic Monitor"
    DefaultDepth 16
    SubSection "Display"
    Depth 1
    Modes "1440x900"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1440x900"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1440x900"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1440x900"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1440x900"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1440x900"
    EndSubSection
    EndSection

    As can be seen, I have a max resolution of 1440x900, which was selected originally during setup configuration from the list of available resolutions.

    In System Settings | Monitor & Display, it reports a setting of 1280x800 (the slider bar is max'd so, I could only change it to a lower value).

    My question is, why? I know that the running resolution is in fact, 1280x800. I know that, because I've taken full-screen snapshots, and the resulting image is sized as 1280x800. How do I get the full 1440x900 screen resolution that has been properly identified and set up in xorg.conf?
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    #2
    Re: Monitor resolution less than stated in xorg.conf

    Maybe this helps:

    The PAINLESS way to set Screen Resolution for Intel Chipsets
    http://ubuntuforums.org/showthread.php?t=351647
    The Painless Way to Set-Up Widescreen Laptops
    that have the Intel® 845-945 Graphics Chipets,
    Using 915resolution.
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: Monitor resolution less than stated in xorg.conf

      Thanks Rog131! Checked, and did not have this package installed. Just installed it. Ran sudo 915resolution -l and got:

      Intel 800/900 Series VBIOS Hack : version 0.5.2

      Chipset: 945GM
      BIOS: TYPE 1
      Mode Table Offset: $C0000 + $269
      Mode Table Entries: 36

      Mode 30 : 640x480, 8 bits/pixel
      Mode 32 : 800x600, 8 bits/pixel
      Mode 34 : 1024x768, 8 bits/pixel
      Mode 38 : 1280x1024, 8 bits/pixel
      Mode 3a : 1600x1200, 8 bits/pixel
      Mode 3c : 1920x1440, 8 bits/pixel
      Mode 41 : 640x480, 16 bits/pixel
      Mode 43 : 800x600, 16 bits/pixel
      Mode 45 : 1024x768, 16 bits/pixel
      Mode 49 : 1280x1024, 16 bits/pixel
      Mode 4b : 1600x1200, 16 bits/pixel
      Mode 4d : 1920x1440, 16 bits/pixel
      Mode 50 : 640x480, 32 bits/pixel
      Mode 52 : 800x600, 32 bits/pixel
      Mode 54 : 1024x768, 32 bits/pixel
      Mode 58 : 1280x1024, 32 bits/pixel
      Mode 5a : 1600x1200, 32 bits/pixel
      Mode 5c : 1920x1440, 32 bits/pixel
      Mode 66 : 1440x900, 8 bits/pixel
      Mode 67 : 1440x900, 16 bits/pixel
      Mode 68 : 1440x900, 32 bits/pixel

      Modes 66, 67, and 68 contain my maximum resolution for my laptop. I'll read through the rest of the cited post and see how things go. I'll post back when I'm finished.

      Yours was a very helpful response!
      Windows no longer obstructs my view.
      Using Kubuntu Linux since March 23, 2007.
      "It is a capital mistake to theorize before one has data." - Sherlock Holmes

      Comment


        #4
        SOLVED - Re: Monitor resolution less than stated in xorg.conf

        Success!

        I now have my system running with 1440x900 resolution. I'm so pleased! 8)

        Following the info in the post at http://ubuntuforums.org/showthread.php?t=351647, and with a few trials (and errors ), I finally got things straight.

        What I finally ended up doing, was to 'patch' my resolution setting to mode 30 as the info in the post said to do: sudo 915resolution 30 1440 900 32
        Then I just restarted the system. Just like that, my screen resolution is running at 1440x900, verified both by checking the Monitor & Display settings as well as taking another full-screen image and checking the file image size: 1440x900.

        Man am I one happy camper. This removes one more item from my list of 'not quite right things' with my Kubuntu installation on my laptop. Once I, or someone else, can figure out what needs to be done in order for me to gain accesses to my PCMCIA harddrive, then my list will be finished (at least, finished with all that I have tried to utilize on the laptop.).
        Windows no longer obstructs my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment

        Working...
        X