I am using the opensource radeon drivers with a radeon HD 6870. When I enable the use of glamor in my xorg.conf.d/20-radeon.conf Section "Device" Identifier "vga" Driver "radeon" ###Option "AccelMethod" "EXA" ###Option "EXAVSync" "off" ###Option "EXAPixmaps" "on" Option "AccelMethod" "Glamor" Option "RenderAccel" "on" Option "ColorTiling" "on" Option "AccelDFS" "on" Option "SwapBuffersWait" "false" EndSection the text takes a very long time to display in xdvi and loads like a typewriter typing it out, computer is unresponsive until full page loads. The problem goes away when I switch to EXA: Section "Device" Identifier "vga" Driver "radeon" Option "AccelMethod" "EXA" Option "EXAVSync" "off" Option "EXAPixmaps" "on" ###Option "AccelMethod" "Glamor" Option "RenderAccel" "on" Option "ColorTiling" "on" Option "AccelDFS" "on" Option "SwapBuffersWait" "false" EndSection
Please attach the /var/log/Xorg.0.log file from running with glamor.
Created attachment 116998 [details] Xorg.0.log when glamor is used
Do you have any pointers to example files for xdvi reproducing the problem?
Created attachment 117004 [details] Example DVI file that reproduces the problem
https://patchwork.freedesktop.org/patch/54182/ fixes this for me.
commit 1a18513a4eb3fa22459dd9f7d8f0e275aff679ec Author: Michel Dänzer <michel.daenzer@amd.com> Date: Fri Jul 10 15:28:52 2015 +0900 glamor: Use glamor_prepare_access_box() for PutImage/GetImage fallback
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.