Created
September 5, 2013 19:47
-
-
Save Barbayar/6455217 to your computer and use it in GitHub Desktop.
Kohjinsha SA1F00
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
Section "ServerLayout" | |
Identifier "X.org Configured" | |
Screen 0 "Screen0" 0 0 | |
InputDevice "Mouse0" "CorePointer" | |
InputDevice "Keyboard0" "CoreKeyboard" | |
EndSection | |
Section "Files" | |
ModulePath "/usr/lib/xorg/modules" | |
FontPath "/usr/share/fonts/X11/misc" | |
FontPath "/usr/share/fonts/X11/cyrillic" | |
FontPath "/usr/share/fonts/X11/100dpi/:unscaled" | |
FontPath "/usr/share/fonts/X11/75dpi/:unscaled" | |
FontPath "/usr/share/fonts/X11/Type1" | |
FontPath "/usr/share/fonts/X11/100dpi" | |
FontPath "/usr/share/fonts/X11/75dpi" | |
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" | |
FontPath "built-ins" | |
EndSection | |
Section "Module" | |
Load "record" | |
Load "glx" | |
Load "dri" | |
Load "dri2" | |
Load "extmod" | |
Load "dbe" | |
EndSection | |
Section "InputDevice" | |
Identifier "Keyboard0" | |
Driver "kbd" | |
EndSection | |
Section "InputDevice" | |
Identifier "Mouse0" | |
Driver "mouse" | |
Option "Protocol" "auto" | |
Option "Device" "/dev/input/mice" | |
Option "ZAxisMapping" "4 5 6 7" | |
EndSection | |
Section "Monitor" | |
Identifier "Monitor0" | |
VendorName "Monitor Vendor" | |
ModelName "Monitor Model" | |
HorizSync 25 - 50 | |
VertRefresh 50.0 - 75.0 | |
Modeline "800x480" 33.45 800 840 968 1056 480 490 492 525 -hsync -vsync | |
Modeline "1024x600" 48.96 1024 1064 1168 1312 600 601 604 622 -hsync +vsync | |
Option "dpms" | |
EndSection | |
Section "Device" | |
Identifier "Card0" | |
VendorName "Videocard Vendor" | |
BoardName "AMD Geode LX Video" | |
Driver "geode" | |
BusID "PCI:0:1:1" | |
Option "PanelMode" "33450 800 840 968 1056 480 490 492 525" | |
Option "PanelMode" "48960 1024 1064 1168 1312 600 601 604 622" | |
EndSection | |
Section "Screen" | |
Identifier "Screen0" | |
Device "Card0" | |
Monitor "Monitor0" | |
DefaultDepth 24 | |
SubSection "Display" | |
Viewport 0 0 | |
Depth 24 | |
Modes "1024x768" "1024x600" "800x600" "800x480" "640x480" | |
EndSubSection | |
SubSection "Display" | |
Viewport 0 0 | |
Depth 16 | |
Modes "1024x768" "1024x600" "800x600" "800x480" "640x480" | |
EndSubSection | |
SubSection "Display" | |
Viewport 0 0 | |
Depth 8 | |
Modes "1024x768" "1024x600" "800x600" "800x480" "640x480" | |
EndSubSection | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment