summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2008-09-12 11:18:29 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2008-09-12 11:18:29 +0000
commitd3dd944f8a90a4f67a06bcbb3dabbb4825551eb6 (patch)
tree315b3bcf2943a17a8172cb4d164a4d55143a6514 /etc
parent4f76ac2ca76ff9d3c1798f8ebaf2cb9b454b343d (diff)
Provide a module section to enforce a particular load order, as done on
other a.out platforms.
Diffstat (limited to 'etc')
-rw-r--r--etc/X11.mac68k/xorg.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/X11.mac68k/xorg.conf b/etc/X11.mac68k/xorg.conf
index 845ca5062..983d757d5 100644
--- a/etc/X11.mac68k/xorg.conf
+++ b/etc/X11.mac68k/xorg.conf
@@ -13,6 +13,15 @@ Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection
+Section "Module"
+ Load "freetype"
+ Load "extmod"
+ Load "fb"
+ Load "xf1bpp"
+ Load "xf4bpp"
+ Load "shadow"
+EndSection
+
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"