[Bug 12770] ati driver 6.7.194 put LCD in "out of sync" with a xorg.conf that was working with 6.6.x

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Oct 10 16:39:53 PDT 2007


http://bugs.freedesktop.org/show_bug.cgi?id=12770





------- Comment #8 from agd5f at yahoo.com  2007-10-10 16:42 PST -------
I've just committed a fix to ati git which should at least get the connector
table right, however it seems DDC tends to not work on XPRESS chips so you
probably won't get an edid, as such you'll have to manually specify an monitor
section and preferred mode.  Something like this:

Section "Monitor"
    Identifier "monitor1"
    VendorName "Generic"
    ModelName "Flat Panel 1280x1024"
    HorizSync 31.5-90
#    VertRefresh 60
    VertRefresh 50-70

Modeline "1280x1024"   90.75  1280 1328 1360 1440  1024 1027 1034 1054 +hsync
-vsync
EndSection

Section "Device"
    Identifier "device1"
    VendorName "ATI Technologies Inc"
    BoardName "ATI Radeon 9250 and earlier"
    Driver "ati"
    BusID "PCI:1:5:0"
    Option "DPMS"
    Option "XaaNoOffscreenPixmaps" "1"
    Option "monitor-DVI-0" "monitor1"
EndSection


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the xorg-driver-ati mailing list