# Start der Datei /etc/XF86Config
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
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/URW"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
EndSection

Section "ServerFlags"
AllowMouseOpenFail
EndSection

Section "Module"
EndSection

# This section is no longer supported
# See a template below
# Section "XInput"
# EndSection

Section "Keyboard"
Protocol "Standard"
XkbRules "xfree86"
XkbModel "pc104"
XkbLayout "de"
XkbVariant "nodeadkeys"
EndSection

Section "Pointer"
Protocol "PS/2"
Device "/dev/psaux"
SampleRate 60
BaudRate 1200
EndSection

Section "Monitor"
Identifier "Primary-Monitor"
EndSection

Section "Device"
Identifier "fbdev"
VendorName "x"
BoardName "y"
EndSection

Section "Screen"
Driver "fbdev"
Device "fbdev"
Monitor "Primary-Monitor"
#SubSection "Display"
# Depth 32
# Modes "default"
#EndSubSection
#SubSection "Display"
# Depth 24
# Modes "default"
#EndSubSection
SubSection "Display"
Depth 16
Modes "default"
EndSubSection
#SubSection "Display"
# Depth 15
# Modes "default"
#EndSubSection
#SubSection "Display"
# Depth 8
# Modes "default"
#EndSubSection
EndSection
# Ende der Datei /etc/XF86Config