I'm running Breezy and I'm not able to get 1152x864 as one of the
choices when I change screen resolution. I am running a dual boot xp
machine and have no problem running that resolution in XP. I've tried
both manually configuring my xorg.conf file and re-running the xorg
setup with 'sudo dpkg-reconfigure xserver-xorg'. The latter method
*does* modify the xorg.conf file but doesn't change the available
resolutions when I change the resolution from the menus. <br>
<br>
've purposely set it up to only give 1280x1024, 1152x864 and 1024x768
as available choices via the xorg reconfiguration (as can be seen in
the snippet from my xorg.conf file below:<br>
<br>
Section "Device"<br>
    Identifier    "Intel Corporation i915 Integrated Graphics Controller"<br>
    Driver        "i810"<br>
    BusID        "PCI:0:2:0"<br>
EndSection<br>
<br>
Section "Monitor"<br>
    Identifier    "Compaq MV720"<br>
    Option        "DPMS"<br>
    HorizSync    30-70<br>
    VertRefresh    50-100<br>
EndSection<br>
<br>
Section "Screen"<br>
    Identifier    "Default Screen"<br>
    Device        "Intel Corporation i915 Integrated Graphics Controller"<br>
    Monitor        "Compaq MV720"<br>
    DefaultDepth    24<br>
    SubSection "Display"<br>
        Depth        1<br>
        Modes        "1280x1024" "1152x864" "1024x768"<br>
    EndSubSection<br>
    SubSection "Display"<br>
        Depth        4<br>
        Modes        "1280x1024" "1152x864" "1024x768"<br>
    EndSubSection<br>
    SubSection "Display"<br>
        Depth        8<br>
        Modes        "1280x1024" "1152x864" "1024x768"<br>
    EndSubSection<br>
    SubSection "Display"<br>
        Depth        15<br>
        Modes        "1280x1024" "1152x864" "1024x768"<br>
    EndSubSection<br>
    SubSection "Display"<br>
        Depth        16<br>
        Modes        "1280x1024" "1152x864" "1024x768"<br>
    EndSubSection<br>
    SubSection "Display"<br>
        Depth        24<br>
        Modes        "1280x1024" "1152x864" "1024x768"<br>
    EndSubSection<br>
EndSection<br>
<br>
<br>
However, the screen resolution dialog still gives me: 1280x1024,
1024x768, 800x600 and 640x480 as the choices. I'd *really* like to run
it at 1152x864. I'm currently running at 1280x1024 and truth be told,
my eyes are starting to sting... I don't think this monitor is really
up to the task for that resolution.<br>
<br>
RQ<br>
<br>