Files
RetroDebian/internal/rootfs/opt/retrodebian/xorg/xorg.conf.template

120 lines
2.9 KiB
Plaintext

Section "Files"
#__TAG__AUTOCONFIG_FILES__START__
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
#__TAG__AUTOCONFIG_FILES__END__
EndSection
Section "Module"
#__TAG__AUTOCONFIG_MODULE__START__
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
#__TAG__AUTOCONFIG_MODULE__END__
EndSection
Section "InputDevice"
#__TAG__AUTOCONFIG_INPUTDEVICE_KEYB__START__
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
#__TAG__AUTOCONFIG_INPUTDEVICE_KEYB__END__
EndSection
Section "InputDevice"
#__TAG__AUTOCONFIG_INPUTDEVICE_MOUSE__START__
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
#__TAG__AUTOCONFIG_INPUTDEVICE_MOUSE__END__
EndSection
Section "Device"
#__TAG__AUTOCONFIG_DEVICE__START__
Identifier "Generic Video Card"
Driver "{DeviceDriver}"
BusID "{DeviceBusID}"
#__TAG__AUTOCONFIG_DEVICE__END__
EndSection
Section "Monitor"
#__TAG__AUTOCONFIG_MONITOR__START__
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
#__TAG__AUTOCONFIG_MONITOR__END__
EndSection
Section "Screen"
#__TAG__AUTOCONFIG_SCREEN__START__
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
#__TAG__AUTOCONFIG_SCREEN__END__
EndSection
Section "ServerLayout"
#__TAG__AUTOCONFIG_SERVERLAYOUT__START__
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
#__TAG__AUTOCONFIG_SERVERLAYOUT__END__
EndSection
Section "DRI"
Mode 0666
EndSection