Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Section "Files"
- FontPath "/usr/share/fonts/75dpi:unscaled"
- FontPath "/usr/share/fonts/100dpi:unscaled"
- FontPath "/usr/share/fonts/misc"
- FontPath "/usr/share/fonts/TTF"
- FontPath "/usr/share/fonts/Type1"
- ModulePath "/usr/lib/xorg/modules"
- #RgbPath ""
- EndSection
- Section "ServerFlags"
- Option "DontZap" "True"
- #Option "AutoAddDevices" "False"
- EndSection
- Section "Module"
- Load "i2c"
- Load "bitmap"
- Load "ddc"
- Load "dri"
- Load "extmod"
- Load "freetype"
- Load "glx"
- Load "int10"
- Load "vbe"
- EndSection
- Section "InputDevice"
- Identifier "Keyboard"
- Driver "kbd"
- Option "CoreKeyboard"
- Option "XkbRules" "xorg"
- Option "XkbModel" "pc105"
- Option "XkbLayout" "se"
- EndSection
- Section "Device"
- Identifier "S3 Inc. SuperSavage IX/C SDR"
- Driver "savage"
- Option "HWCursor" "on"
- #Option "SWCursor" "off"
- #Option "NoAccel" ""
- #Option "AccelMethod" "EXA"
- #Option "ShadowFB" "off"
- #Option "LCDClock" ""
- #Option "CrtOnly" ""
- #Option "UseBIOS" "off"
- #Option "ShadowStatus"
- #Option "DisableCOB" "off"
- #Option "BCIforXv" "on"
- Option "AGPMode" "4"
- Option "AGPSize" "16"
- #Option "DmaMode" "Vertex"
- #Option "DmaType" "AGP"
- #Option "BusType" "AGP"
- Option "DRI" "on"
- EndSection
- Section "Monitor"
- Identifier "Monitor"
- VendorName "IBM"
- ModelName "Thinkpad T23"
- HorizSync 28-51
- VertRefresh 43-60
- DisplaySize 269 201 # 96 DPI @ 1024x768
- #Gamma
- #UseModes
- #Mode
- #ModeLine
- Option "DPMS"
- Option "Enable"
- EndSection
- Section "Screen"
- Identifier "Screen"
- Device "S3 Inc. SuperSavage IX/C SDR"
- Monitor "Monitor"
- DefaultDepth 24
- SubSection "Display"
- Depth 24
- Modes "1024x768"
- EndSubSection
- EndSection
- Section "ServerLayout"
- Identifier "X"
- Screen "Screen"
- #InputDevice "Keyboard" "CoreKeyboard"
- #InputDevice "Trackpoint" "CorePointer"
- EndSection
- Section "DRI"
- Mode 0666
- EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement