[Bug 28410] OpenGL vsync no longer working properly

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jul 7 12:57:41 PDT 2010


https://bugs.freedesktop.org/show_bug.cgi?id=28410

--- Comment #32 from Pierre Ossman <pierre-bugzilla at ossman.eu> 2010-07-07 12:57:41 PDT ---
Seems like I had an old xorg.conf still around. Removing it seems to clear
things up.

This is the conf:

# Xorg configuration created by pyxf86config

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
EndSection

Section "ServerFlags"
        Option      "AutoAddDevices" "false"
EndSection

Section "Extensions"
#       Option      "Composite" "Disable"
EndSection

Section "Device"
        Identifier  "ATI"
        Driver      "radeon"
#       BusID       "PCI:1:5:0"
        Option      "AccelMethod" "EXA"
        Option      "DRI" "on"
#       Option      "EXAVSync" "off"
#       Option      "DMAForXv" "on"
#       Option      "noint10" "true"
EndSection

Section "Monitor"
        Identifier  "DVI-0"
        Option      "Enable" "yes"
        ModeLine    "HDTV" 71.2 1360 1424 1536 1792 768 771 777 795
        Option      "PreferredMode" "HDTV"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "ATI"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
#               Virtual   2720 768
        EndSubSection
EndSection


DVI-0 was unused, and therefore probably forced on here. Not really something I
wanted or needed, but it still shouldn't cause problems like this.

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


More information about the xorg-driver-ati mailing list