T61 monitor

Jos Vos jos at xos.nl
Thu Nov 8 22:15:19 UTC 2007


On Fri, Nov 09, 2007 at 12:07:51AM +0200, Peter Lauri wrote:

> I have the Lenovo/IBM T61 with WXGA 14.1 inch screen and Intel
> Graphics Media Accelerator 945. The max resolution is 1280x800. On my
> current FC7 installation I cannot get the resolution up to this value.
> Maximum is 1024x768 :( Any hints of how I can fix this?

Change your Monitor and Device sections as follows (the 2 Monitor
sections are needed!):

Section "Monitor"
        Identifier   "Monitor0"
        ModelName    "LCD Panel 1280x800"
        HorizSync    31.5 - 90.0
        VertRefresh  59.9 - 60.1
        Option      "dpms"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        Option      "Ignore" "true"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "intel"
        Option      "monitor-VGA" "Monitor0"
        Option      "monitor-TV" "Monitor1"
        Option      "DRI" "false"
EndSection

The "DRI" setting is needed as otherwise some apps (like Google Earth)
make X go crazy, but if you only do simple things, you may eanable it.

-- 
--    Jos Vos <jos at xos.nl>
--    X/OS Experts in Open Systems BV   |   Phone: +31 20 6938364
--    Amsterdam, The Netherlands        |     Fax: +31 20 6948204




More information about the Fedora-laptop-list mailing list