Created
January 29, 2017 08:38
-
-
Save sumikawa/278bd7909d72bfba15f74dabe7363660 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# XF86Config-4 (XFree86 server configuration file) generated by Dexconf, the | |
# Debian X Configuration tool, using values from the debconf database. | |
# | |
# Edit this file with caution, and see the XF86Config manual page. | |
# (Type "man XF86Config" at the shell prompt.) | |
Section "Files" | |
# if the local font server has problems, we can fall back on these | |
FontPath "/usr/X11R6/lib/X11/fonts/misc" | |
FontPath "/usr/X11R6/lib/X11/fonts/local" | |
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" | |
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" | |
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" | |
FontPath "/usr/X11R6/lib/X11/fonts/Type1" | |
FontPath "/usr/X11R6/lib/X11/fonts/Speedo" | |
FontPath "/usr/X11R6/lib/X11/fonts/100dpi" | |
FontPath "/usr/X11R6/lib/X11/fonts/75dpi" | |
EndSection | |
Section "ServerFlags" | |
EndSection | |
Section "Module" | |
Load "ddc" | |
Load "GLcore" | |
Load "dbe" | |
Load "dri" | |
Load "extmod" | |
Load "glx" | |
Load "pex5" | |
Load "record" | |
Load "xie" | |
Load "bitmap" | |
Load "freetype" | |
Load "speedo" | |
Load "type1" | |
Load "vbe" | |
Load "int10" | |
EndSection | |
Section "InputDevice" | |
Identifier "Generic Keyboard" | |
Driver "keyboard" | |
Option "AutoRepeat" "250 30" | |
Option "CoreKeyboard" | |
Option "XkbRules" "xfree86" | |
Option "XkbModel" "pc101" | |
Option "XkbLayout" "us" | |
EndSection | |
Section "InputDevice" | |
Identifier "moused" | |
Driver "mouse" | |
Option "CorePointer" | |
Option "Device" "/dev/sysmouse" | |
Option "Protocol" "sysmouse" | |
EndSection | |
Section "InputDevice" | |
Identifier "Generic Mouse" | |
Driver "mouse" | |
Option "CorePointer" | |
Option "Device" "/dev/psm0" | |
Option "Protocol" "PS/2" | |
EndSection | |
Section "Device" | |
Identifier "ATI Mobility Radeon-M" | |
Driver "ati" | |
VideoRam 8192 | |
EndSection | |
Section "Monitor" | |
Identifier "LCD" | |
HorizSync 30-60 | |
VertRefresh 50-75 | |
Option "DPMS" | |
EndSection | |
Section "Screen" | |
Identifier "Default Screen" | |
Device "ATI Mobility Radeon-M" | |
Monitor "LCD" | |
DefaultDepth 24 | |
SubSection "Display" | |
Depth 24 | |
Modes "1024x768" | |
EndSubSection | |
EndSection | |
Section "ServerLayout" | |
Identifier "Default Layout" | |
Screen "Default Screen" | |
InputDevice "Generic Keyboard" | |
InputDevice "Generic Mouse" | |
# InputDevice "moused" | |
EndSection | |
Section "DRI" | |
Mode 0666 | |
EndSection | |
# end of XF86Config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment