summaryrefslogtreecommitdiffstats
path: root/main/xorg-server/20-modules.conf
diff options
context:
space:
mode:
Diffstat (limited to 'main/xorg-server/20-modules.conf')
-rw-r--r--main/xorg-server/20-modules.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/main/xorg-server/20-modules.conf b/main/xorg-server/20-modules.conf
new file mode 100644
index 000000000..caae3e523
--- /dev/null
+++ b/main/xorg-server/20-modules.conf
@@ -0,0 +1,17 @@
+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"
+EndSection