aports/main/xorg-server/20-modules.conf
Natanael Copa 3d3ba8f57b main/xorg-server: disable wfb module in default config
it seems to create more problems that it solves.

fixes #5906
fixes #5422
2016-09-05 12:05:21 +02:00

19 lines
265 B
Plaintext

Section "Module"
Load "exa"
# Load "wfb"
Load "dri"
Load "dri2"
Load "glx"
Load "int10"
Load "vbe"
Load "fb"
Load "shadowfb"
Load "shadow"
Load "vgahw"
Load "evdev"
Load "fbdevhw"
Load "glamoregl"
EndSection