Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
d3d9_dri3 [2015/02/08 01:58]
sarnex
d3d9_dri3 [2015/08/29 03:28] (current)
sarnex
Line 1: Line 1:
 ==== Vendor specific ==== ==== Vendor specific ====
 === Radeons with EXA support (9700 - HD6000) === === Radeons with EXA support (9700 - HD6000) ===
 +  * Set ''Option "DRI" "3"'' in Xorg.conf
   * you can check DRI3 in Xorg.log   * you can check DRI3 in Xorg.log
 === Radeon with GLAMOR support (HD6000 - latest) === === Radeon with GLAMOR support (HD6000 - latest) ===
 +  * Set ''Option "DRI" "3"'' in Xorg.conf
   * for the HD **6000** series you may want enable '' Option          "AccelMethod" "glamor" '' in your xorg.conf files for getting better performance   * for the HD **6000** series you may want enable '' Option          "AccelMethod" "glamor" '' in your xorg.conf files for getting better performance
-  * **don't expect any messages about DRI3 in Xorg.0.log!** XServer is mostly silent about it. +  * Look for ''DRI3 enabled'' in Xorg.log 
-  * Currently, the Radeon DDX doesn'support Vsync with DRI3. To enable vsynccompile mesa with the '' --disable-dri3 '' flag. In the future, we will have all users use the modesetting DDX, where this won't be an issue.+  * The Radeon DDX was recently updated with vsync support with DRI3, so you should have no issues now.
 === nVidia === === nVidia ===
   * DRI3 is enabled by default when using glamor as of nouveau DDX version 1.0.11, but it is buggy currently (imirkin)   * DRI3 is enabled by default when using glamor as of nouveau DDX version 1.0.11, but it is buggy currently (imirkin)