Originally posted by dungeon
View Post
DRI3 Support Finally Added To AMD's Radeon X.Org Driver
Collapse
X
-
Create a file /etc/X11/xorg.conf.d/20-radeon.conf (filename doesn't actually mean anything, it just needs to end with .conf I think and the number at the beginning is for the order in which the config files are applied)
Code:Section "Device" Identifier "Radeon" Driver "radeon" Option "DRI" "3" EndSection
Comment
-
-
Originally posted by haagch View PostCreate a file /etc/X11/xorg.conf.d/20-radeon.conf (filename doesn't actually mean anything, it just needs to end with .conf I think and the number at the beginning is for the order in which the config files are applied)
Code:Section "Device" Identifier "Radeon" Driver "radeon" Option "DRI" "3" EndSection
Comment
-
-
Example conf file and Video
A simple example should be
Code:david@amdgaming:~$ cat /etc/X11/xorg.conf.d/01-glamor-dri3.conf Section "Device" Identifier "hd_7970" Driver "radeon" Option "DRI3" Option "AccelMethod" "glamor" EndSection
You can find a video here https://www.youtube.com/watch?featur...&v=I19fW9Xljlk
Comment
-
-
Originally posted by haagch View PostCreate a file /etc/X11/xorg.conf.d/20-radeon.conf (filename doesn't actually mean anything, it just needs to end with .conf I think and the number at the beginning is for the order in which the config files are applied)
Code:Section "Device" Identifier "Radeon" Driver "radeon" Option "DRI" "3" EndSection
Code:Option "DRI3" "on"
[ 6.184] (**) RADEON(0): Option "DRI3" "on"
....
[ 6.604] (WW) RADEON(0): DRI3 disabled
Last edited by geearf; 17 March 2015, 06:43 PM.
Comment
-
Comment