Skip to content

Instantly share code, notes, and snippets.

@Nokogiri
Created February 19, 2010 12:54
Show Gist options
  • Save Nokogiri/308671 to your computer and use it in GitHub Desktop.
Save Nokogiri/308671 to your computer and use it in GitHub Desktop.
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "AutoAddDevices" "on"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/ttf-bitsream-vera"
FontPath "/usr/share/fonts/dejavu"
FontPath "/usr/share/fonts/artwiz-latin1"
FontPath "/usr/share/fonts/artwiz-aleczapka-en"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/dina"
FontPath "/usr/share/fonts/proggy-fonts"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/default"
FontPath "/usr/share/fonts/liberation-fonts"
FontPath "/usr/share/fonts/libertine-ttf"
FontPath "/usr/share/fonts/terminus"
EndSection
Section "Module"
Load "dbe"
Load "dri2"
Load "glx"
# Load "extmod"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 360 270 # mm
Identifier "Monitor0"
VendorName "MED"
ModelName "MD1998PB"
HorizSync 30.0 - 98.0
VertRefresh 50.0 - 120.0
Option "DPMS"
ModeLine "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
EndSection
Section "Device"
Option "HWcursor" "True" # [<bool>]
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RV280 [Radeon 9200 PRO]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024"
EndSubSection
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment