Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Section "Extensions"
- # Option "Composite" "Enable"
- # Option "RENDER" "Enable"
- #EndSection
- Section "ServerLayout"
- Identifier "Simple Layout"
- Screen "Screen 1" 0 0
- InputDevice "Mouse1" "CorePointer"
- InputDevice "Keyboard1" "CoreKeyboard"
- # Option "AllowEmptyInput" "OFF"
- # Option "AutoAddDevices" "OFF"
- EndSection
- Section "Files"
- ModulePath "/usr/local/lib/xorg/modules"
- FontPath "/usr/local/lib/X11/fonts/local/"
- FontPath "/usr/local/lib/X11/fonts/misc/"
- FontPath "/usr/local/lib/X11/fonts/75dpi/:unscaled"
- FontPath "/usr/local/lib/X11/fonts/100dpi/:unscaled"
- FontPath "/usr/local/lib/X11/fonts/Type1/"
- FontPath "/usr/local/lib/X11/fonts/75dpi/"
- FontPath "/usr/local/lib/X11/fonts/100dpi/"
- FontPath "/usr/local/lib/X11/fonts/TTF/"
- FontPath "/usr/local/lib/X11/fonts/artwiz-fonts/"
- FontPath "/usr/local/lib/X11/fonts/webfonts/"
- FontPath "/usr/local/lib/X11/fonts/URW/"
- FontPath "/usr/local/lib/X11/fonts/jmk"
- FontPath "/usr/local/lib/X11/fonts/OTF"
- FontPath "/usr/local/lib/X11/fonts/dejavu"
- FontPath "/usr/local/lib/X11/fonts/terminus-font"
- FontPath "/usr/local/lib/X11/fonts/artwiz-fonts"
- EndSection
- Section "ServerFlags"
- Option "AIGLX" "true"
- Option "DontZap" "false"
- EndSection
- Section "Module"
- Load "GLcore"
- Load "drm"
- Load "vbe"
- Load "int10"
- EndSection
- Section "InputDevice"
- Identifier "Keyboard1"
- Driver "kbd"
- Option "pc101"
- Option "XkbOptions" "terminate:ctrl_alt_bksp"
- Option "XkbOptions" "compose:lwin"
- EndSection
- Section "InputDevice"
- Identifier "Mouse1"
- Driver "mouse"
- Option "Protocol" "AUTO"
- Option "Device" "/dev/sysmouse"
- Option "Buttons" "10"
- Option "ZAxisMapping" "4 5"
- Option "ButtonMapping" "1 2 3 6 7 8 9 10 4 5"
- Option "Emulate3Buttons" "no"
- EndSection
- Section "Monitor"
- # HorizSync 31-65
- # VertRefresh 55-100
- Identifier "monitor0"
- EndSection
- Section "Device"
- Identifier "Radeon"
- # Driver "radeon"
- Driver "vesa"
- VendorName "ATI"
- BusID "PCI:1:0:0"
- Option "DPMS" "Off"
- Option "AccelMethod" "EXA"
- Option "EXAVSync" "ON"
- EndSection
- Section "Screen"
- Identifier "Screen 1"
- Device "Radeon"
- Monitor "monitor0"
- DefaultDepth 16
- Subsection "Display"
- Modes "1600x1200" "1280x1024" "1024x768"
- Depth 24
- EndSubSection
- EndSection
- Section "DRI"
- Mode 0666
- EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement