I see at etc/X11/xorg.conf.in this lines
Code: Select all
Section"Device"
Identifier "Card0"
Driver"@@XMODULE@@"
BoardName"unknown"
I need to test Driver"modesetting", to compare xserver-xorg-video-modesetting vs. of xf86-video-intel
One option is just change the @@XMODULE@@ ocurences at .in file, the over option is change the variable.
How is set the XMODULE variable at xorg?