1 # In this file you can explicitly specify display, mouse and keyboard drivers to use.
3 # library <name> - load a specified library. You must do it before using drivers that
5 # gfx <name> - use graphics driver <name>;
6 # mouse <name> - use mouse driver <name>;
7 # kbd <name> - use keyboard driver <name>.
9 # If you specify some settings in kernel arguments, they will override what is specified here
10 # except 'library' command (they will always be executed, you can preload anything you want to
12 # If nothing is specified, the system provides minimal working defaults.
16 # Use SDL driver on hosted:
19 # mouse hidd.mouse.sdl
22 # Use Radeon graphics driver, default mouse and keyboard on native: