Section "Files" # The location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. RgbPath "/usr/X11R6/lib/X11/rgb" # Multiple FontPath entries are allowed (which are concatenated together), # as well as specifying multiple comma-separated entries in one FontPath # command (or a combination of both methods) # For XFS, uncomment this and comment the others # FontPath "unix/:-1" FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" # ModulePath can be used to set a search path for the X server modules. # The default path is shown here. # ModulePath "/usr/X11R6/lib/modules" EndSection # multi-head using alternative "mergedFB" driver Section "ServerLayout" Identifier "Merged" Screen 0 "Merged" #0 0 InputDevice "BuiltinKbd" "CoreKeyboard" InputDevice "Touchpad" "AlwaysCore" InputDevice "Trackpoint" "CorePointer" InputDevice "USBMouse" "AlwaysCore" EndSection # multi-head using normal xinerama (no dri) #Section "ServerLayout" # Identifier "Xinerama" # Screen 0 "Builtin" Absolute 0 0 # Screen 1 "External" RightOf "Builtin" # InputDevice "BuiltinKbd" "CoreKeyboard" # InputDevice "Touchpad" "AlwaysCore" # InputDevice "Trackpoint" "CorePointer" # InputDevice "USBMouse" "AlwaysCore" # Option "Xinerama" "On" #EndSection Section "Module" Load "dbe" Load "extmod" #Load "fbdevhw" Load "glx" Load "record" Load "freetype" #Load "type1" Load "dri" Load "synaptics" EndSection Section "InputDevice" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) Option "Xleds" "1 2 3" # To disable the XKEYBOARD extension, uncomment XkbDisable. # Option "XkbDisable" # To customise the XKB settings to suit your keyboard, modify the # lines below (which are the defaults). For example, for a non-U.S. # keyboard, you will probably want to use: # Option "XkbModel" "pc102" # If you have a US Microsoft Natural keyboard, you can use: # Option "XkbModel" "microsoft" # # Then to change the language, change the Layout setting. # For example, a german layout can be obtained with: # Option "XkbLayout" "de" # or: # Option "XkbLayout" "de" # Option "XkbVariant" "nodeadkeys" # # If you'd like to switch the positions of your capslock and # control keys, use: # Option "XkbOptions" "ctrl:swapcaps" # Or if you just want both to be control, use: # Option "XkbOptions" "ctrl:nocaps" # Identifier "BuiltinKbd" Driver "keyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "PSMouse" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/psaux" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "no" EndSection Section "InputDevice" # If the normal CorePointer mouse is not a USB mouse then # this input device can be used in AlwaysCore mode to let you # also use USB mice at the same time. Identifier "USBMouse" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "no" EndSection Section "InputDevice" Identifier "Touchpad" Driver "synaptics" Option "Device" "/dev/input/mouse0" Option "LeftEdge" "1900" Option "RightEdge" "5400" Option "TopEdge" "1800" Option "BottomEdge" "3900" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.02" Option "MaxSpeed" "0.10" Option "AccelFactor" "0.0010" Option "SHMConfig" "on" EndSection Section "InputDevice" Identifier "Trackpoint" Driver "mouse" Option "Device" "/dev/input/mouse1" Option "SendCoreEvents" "true" Option "Protocol" "IMPS/2" EndSection Section "Monitor" Identifier "BuiltinLCD" VendorName "Samsung" ModelName "LTN150P1-L02" #SubSection "Display" # Modes "1400x1050" "1280x1024" "1024x768" "800x600" #EndSubSection # HorizSync 30 - 94.0 # VertRefresh 50.0 - 160.0 # Gamma 1.6 1.4 1.1 # Option "DPMS" # DisplaySize 400 300 EndSection Section "Monitor" Identifier "Desktop" VendorName "Hitachi" ModelName "CM751U" #SubSection Display # Modes "1400x1050" "1280x1024" "1024x768" "800x600" #EndSubSection # HorizSync 34 - 94 # VertRefresh 50 - 160 # Option "DPMS" # Gamma 1.6 1.4 1.1 # DisplaySize 366 293 EndSection # This is the device used for single-head #Section "Device" # Identifier "Radeon (Normal)" # Driver "radeon" # VendorName "HP / ATI" # BoardName "ATI Radeon IGP 320M" # BusID "PCI:1:5:0" # Option "AGPMode" "4" # Option "EnablePageFlip" "on" # Option "AGPFastWrite" "True" # Option "DPMS" # Option "TVOutput" "NTSC" # Screen 0 #EndSection # This is the device used for Xinerama second screen #Section "Device" # Identifier "Radeon (CRTC2)" # Driver "radeon" # VendorName "Compaq / ATI" # BoardName "ATI Radeon Mobility 7500" # BusID "PCI:1:0:0" # Option "AGPMode" "4" # Option "EnablePageFlip" "on" # Option "AGPFastWrite" "True" # Option "DPMS" # Screen 1 #EndSection # This is the device used for MergedFB layout Section "Device" Identifier "Radeon (Merged)" Driver "radeon" VendorName "HP / ATI" BoardName "ATI Radeon IGP 320M U1" BusID "PCI:1:5:0" Option "AGPMode" "4" # Option "EnablePageFlip" "on" Option "AGPFastWrite" "True" # Option "DPMS" Screen 0 # Option "MergedFB" "false" Option "MergedFB" "true" Option "MonitorLayout" "LVDS, CRT" # Option "DDCMode" "false" Option "MetaModes" "1400x1050-1400x1050 1024x768-1024x768" #800x600-800x600 640x480-640x480" # Option "MergedDPI" "90 90" Option "CRT2Position" "LeftOf" Option "CRT2HSync" "30-96" Option "CRT2VRefresh" "50-160" # Option "EnablePageFlipping" "on" # Option "IgnoreEDID" "true" # Option "CRT2Xv" "true" # Option "DynamicPM" "true" # Option "No2048Limit" "true" # Option "NoMergedXinerama" "true" EndSection # builtin laptop display, with a couple of lower resolutions for special circumstances #Section "Screen" # Identifier "Builtin" # Device "Radeon (Normal)" # Monitor "BuiltinLCD" # DefaultDepth 24 # SubSection "Display" # Depth 24 # Modes "1400x1050" "1024x768" "800x600" # EndSubSection #EndSection # external display #Section "Screen" # Identifier "External" # Device "Radeon (CRTC2)" # Monitor "Desktop" # DefaultDepth 24 # SubSection "Display" # Depth 24 # Modes "1280x1024" "1024x768" "800x600" # EndSubSection #EndSection # display used for MergedFB, note increased virtual size Section "Screen" Identifier "Merged" Device "Radeon (Merged)" Monitor "BuiltinLCD" DefaultDepth 16 SubSection "Display" Depth 16 # Virtual 2800 1050 # Virtual 2048 768 # Virtual 1280 480 Modes "1400x1050" "1280x1024" "1024x768" "800x600" EndSubSection EndSection Section "DRI" Group 0 Mode 0666 EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "true" EndSection