Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/TTF" #FontPath "/usr/X11R6/lib/X11/fonts/Speedo" #FontPath "/usr/X11R6/lib/X11/fonts/CID" FontPath "/usr/X11R6/lib/X11/fonts/local/sgi" FontPath "/usr/X11R6/lib/X11/fonts/bitstream-vera" FontPath "/usr/X11R6/lib/X11/fonts/webfonts" EndSection Section "ServerFlags" Option "DontZap" "false" Option "AllowMouseOpenFail" "true" # XFree86 4.[34].x - Add "DontVTSwitch" to be false (for console # switching). Option "DontVTSwitch" "false" Option "HandleSpecialKeys" "Always" # Xorg 6.8.(2|99.903) - Add "XkbDisable" to be true (for console # switching). Option "XkbDisable" "true" EndSection Section "Module" Load "dbe" Load "extmod" Load "record" Load "xtrap" Load "freetype" Load "speedo" Load "type1" # Suspend/Resume problem on IBM T4[012] (FreeBSD 5.3-p10, X.org 6.7.0): # If 'dri' is enabled and suspended in X, screen does not # recover and consequnce of keyboard input is not easily seen. # Multiple Ctrl+Alt+Del does shuts down the computer w/o the # need to fsck on subsequent power-on. #Load "dri" #Load "glx" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Device" "/dev/sysmouse" Option "Protocol" "auto" Option "Emulate3Buttons" Option "Emulate3Timeout" "130" EndSection #Section "InputDevice" # Identifier "Trackpad" # Driver "synaptics" ## Option "Device" "/dev/input/event1" # Option "Protocol" "event" ## Option "LeftEdge" "1900" ## Option "RightEdge" "5400" ## Option "TopEdge" "1900" ## Option "BottomEdge" "4000" ## Option "FingerLow" "25" ## Option "FingerHigh" "30" ## Option "MaxTapTime" "180" ## Option "MaxTapMove" "220" # Option "VertScrollDelta" "100" # Option "HorizScrollDelta" "100" # Option "EdgeMotionSpeed" "50" ## Option "Repeater" "/dev/ps2mouse" ## Option "SHMConfig" "on" # Option "MinSpeed" "0.02" # Option "MaxSpeed" "0.18" # Option "AccelFactor" "0.0010" # Option "UpDownScrolling" "true" # Option "EmulateMidButtonTime" "100" #EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "Dac6Bit" # [] #Option "Dac8Bit" # [] #Option "ForcePCIMode" # [] #Option "BusType" # [] #Option "CPPIOMode" # [] #Option "CPusecTimeout" # #Option "AGPMode" # #Option "AGPFastWrite" # [] #Option "AGPSize" # #Option "GARTSize" # #Option "RingSize" # #Option "BufferSize" # #Option "EnableDepthMoves" # [] #Option "EnablePageFlip" # [] #Option "NoBackBuffer" # [] #Option "PanelOff" # [] #Option "DDCMode" # [] #Option "MonitorLayout" # [] #Option "IgnoreEDID" # [] #Option "OverlayOnCRTC2" # [] #Option "CloneMode" # [] #Option "CloneHSync" # [] #Option "CloneVRefresh" # [] #Option "UseFBDev" # [] #Option "VideoKey" # #Option "DisplayPriority" # [] #Option "PanelSize" # [] #Option "ForceMinDotClock" # Identifier "Card0" Driver "ati" VendorName "ATI Technologies Inc" BoardName "Radeon R250 Lf [Radeon Mobility 9000 M9]" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultFbBpp 32 #SubSection "Display" # Viewport 0 0 # Depth 15 #EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection #SubSection "Display" # Viewport 0 0 # Depth 24 #EndSubSection EndSection