diff options
-rw-r--r-- | etc/X11.mac68k/xorg.conf | 9 |
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" |