Section "Files" # The location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. RgbPath "/usr/X11R6/lib/X11/rgb" # Multiple FontPath entries are allowed (which are concatenated together), # as well as specifying multiple comma-separated entries in one FontPath # command (or a combination of both methods) # # If you don't have a floating point coprocessor and emacs, Mosaic or other # programs take long to start up, try moving the Type1 and Speedo directory # to the end of this list (or comment them out). # FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" # FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" # FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" # Fontserver support # FontPath "tcp/localhost:7100" # The module search path. The default path is shown here. # ModulePath "/usr/X11R6/lib/modules" EndSection Section "InputDevice" # Protocol "Standard" Identifier "Keyboard1" Driver "Keyboard" Option "AutoRepeat" "250 30" # XkbKeycodes "xfree86" # XkbTypes "default" # XkbCompat "default" # XkbSymbols "se(pc104)" # XkbGeometry "pc" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "se" EndSection Section "Device" Identifier "dummy" Driver "dummy" EndSection Section "Monitor" Identifier "dummy" EndSection Section "Screen" Identifier "dummy" Device "dummy" Monitor "dummy" EndSection Section "ServerLayout" Identifier "dummy" Screen "dummy" InputDevice "Keyboard1" "CoreKeyboard" EndSection