https://bugs.freedesktop.org/show_bug.cgi?id=56331
Alex Deucher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |NOTABUG --- Comment #4 from Alex Deucher <[email protected]> --- Acceleration for SI hardware requires glamor. You need to do the following: 1. make sure you xserver version is less than 1.13. 1.13 made some changes to glx that are not compatible with glamor and we don't yet have a proper workaround. 2. build and install glamor: http://cgit.freedesktop.org/xorg/driver/glamor/ 3. build and install xf86-video-ati with the --enable-glamor configure flag 4. add: Option "AccelMethod" "glamor" to the device section of your xorg.conf 5. Make sure you have built and installed the radeonsi driver from mesa. Keep in mind that the 3D support in radeonsi is still a WIP so some things may not work well. -- 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
