https://bugs.freedesktop.org/show_bug.cgi?id=84998
--- Comment #3 from sean darcy <[email protected]> --- Only one that tries to force glamor: #ls /etc/X11 applnk fontpath.d xinit Xmodmap xorg.conf.d Xresources # ls /etc/X11/xorg.conf.d/ 00-keyboard.conf 20-test-glamor.conf 50-synaptics.conf # grep -R EXA * xorg.conf.d/20-test-glamor.conf: Option "AccelMethod" "Glamor" #valid options are XAA, EXA and Glamor. Default value varies per-GPU. # cat xorg.conf.d/20-test-glamor.conf Section "Device" Identifier "My KAVERI" Driver "radeon" Option "SWcursor" "off" #software cursor might be necessary on some rare occasions, hence set off by default Option "EnablePageFlip" "on" #supported on all R/RV/RS4xx and older hardware, and set on by default Option "AccelMethod" "Glamor" #valid options are XAA, EXA and Glamor. Default value varies per-GPU. EndSection #ls /usr/share/X11 app-defaults fonts locale rgb.txt XErrorDB xkb xorg.conf.d #ls /usr/share/X11/xorg.conf.d/ 10-evdev.conf 50-synaptics.conf 50-vmmouse.conf glamor.conf 10-quirks.conf 50-synaptics.conf.test 50-wacom.conf This glamor.conf was installed by the xorg-x11-glamor package. # cat /usr/share/X11/xorg.conf.d/glamor.conf Section "Module" Load "dri2" Load "glamoregl" EndSection # grep -R EXA /usr/share/X11/* # Anyplace else I should look? -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ xorg-driver-ati mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-ati
