Provide a module section to enforce a particular load order, as done on
other a.out platforms.
This commit is contained in:
parent
906a6abbad
commit
42eb11ac8e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user