Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 # Option "Clone" "off" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/Type1" EndSection Section "Module" Load "ddc" Load "dbe" Load "extmod" # Load "xtrap" Load "freetype" Load "glx" EndSection # NOTE: It has to be commented out from xf86-input-synaptics 1.3.0-2 onwards. #Section "InputClass" # Identifier "evdev touchpad catchall" # MatchIsTouchpad "on" # MatchDevicePath "/dev/input/event*" # Driver "evdev" #EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" Option "DPMS" "on" # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz # ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "AccelMethod" # #Option "HWCursor" # [] #Option "SWCursor" # [] #Option "ShadowFB" # [] #Option "Rotate" # [] #Option "UseBIOS" # [] #Option "LCDClock" # #Option "ShadowStatus" # [] #Option "CrtOnly" # [] #Option "TvOn" # [] #Option "PAL" # [] #Option "ForceInit" # [] #Option "Overlay" # [] #Option "TransparencyKey" # [] #Option "ForceInit" # [] #Option "DisableXVMC" # [] #Option "DisableTile" # [] #Option "DisableCOB" # [] #Option "BCIforXv" # [] #Option "DVI" # [] #Option "IgnoreEDID" # [] #Option "BusType" # [] #Option "DmaType" # [] #Option "DmaMode" # [] #Option "AGPMode" # #Option "AGPSize" # #Option "DRI" # [] Identifier "Card0" Driver "savage" VendorName "S3 Inc." BoardName "VT8636A [ProSavage KN133] AGP4X VGA Controller (TwisterK)" BusID "PCI:1:0:0" # Option "DRI" "False" # Option "ShadowStatus" "True" # Option "NoAccel" "true" # http://www.thinkwiki.org/wiki/Problem_with_video_related_system_lockup # Option "ShadowStatus" "yes" # Option "BusType" "PCI" # Option "DmaMode" "None" # Option "BusType" "PCI" # Option "DmaMode" "PCI" Option "BusType" "AGP" Option "AGPMode" "4" Option "AGPSize" "64" Option "DRI" "true" Option "ShadowStatus" "true" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection