From d3dd944f8a90a4f67a06bcbb3dabbb4825551eb6 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 12 Sep 2008 11:18:29 +0000 Subject: Provide a module section to enforce a particular load order, as done on other a.out platforms. --- etc/X11.mac68k/xorg.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'etc/X11.mac68k') 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" -- cgit v1.2.3