>>69Looking at all these modules, I could used each one of them except glamor (I don't know why I'm getting segfault based from xorg log) and apply it in /usr/share/X11/xorg.conf.d/10-radeon.conf and /etc/X11/xorg.conf.d/20-radeon.conf. Btw, i'm using a RS880M 4225/4250 radeon hd laptop to test all these modules. Heres how my xorg configuration looks like in /usr/share/X11/ and /etc/X11/xorg.conf.d:
/usr/share/X11/xorg.conf.d/10-radeon
Section "OutputClass"
Identifier "Radeon"
MatchDriver "radeon"
Driver "modesetting"
Option "AccelMethod" "insert-your-prefered-driver-modules-here"
EndSection
/etc/X11/xorg.conf.d/20-radeon.conf
Section "Device"
Identifier "Radeon"
Driver "modesetting"
Option "AccelMethod" "insert-your-prefered-driver-modules-here"
Option "DRI" "3"
Option "ShadowPrimary" "on"
Option "MigrationHeuristic" "greedy"
Option "ColorTiling" "on"
Option "EnablePageFlip" "on"
Option "SWcursor" "on"
Option "AccelDFS" "off"
EndSection