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?
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?
Comment