################################################################## # X Configuration File # # Created by YanC42 0.0.9 (21-03-2006 22:46:09) # # (c) 2002-2005 by Sebastian J. Wolf # # Licensed under GNU General Public License (GPL) # # http://yanc.ygriega.de/ - http://yanc.sourceforge.net/ # ################################################################## Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/" # ModulePath "/usr/X11R6/lib/modules" EndSection Section "Module" Load "dbe" # Double buffer extension Load "type1" Load "freetype" Load "glx" Load "dri" Load "synaptics" SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "it" EndSection #### Synaptics touchpad #### Section "InputDevice" Identifier "MouseSynaptics" Driver "synaptics" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "LeftEdge" "1900" Option "RightEdge" "5400" Option "TopEdge" "1900" Option "BottomEdge" "4000" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "0" #the touch-click is off! Option "MaxTapMove" "100" Option "VertScrollDelta" "100" #vertical scroll (0 to disable) Option "HorizScrollDelta" "0" #horizontal scroll (0 to disable) Option "MinSpeed" "0.09" Option "MaxSpeed" "0.22" Option "AccelFactor" "0.0017" Option "SHMConfig" "on" EndSection #### USB mouse #### Section "InputDevice" Identifier "MouseUsb" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" EndSection ######## LAPTOP ONLY - BEGIN ######### Section "Device" Identifier "Intel Corporation Mobile Integrated Graphics Controller" Driver "i810" BusID "0:2:0" Option "MonitorLayout" "none,LFP" Option "DRI" "true" VideoRam 131072 EndSection Section "Screen" Identifier "LaptopOnly" Device "Intel Corporation Mobile Integrated Graphics Controller" Monitor "LFP" DefaultDepth 24 Subsection "Display" Depth 4 Modes "1280x768" "1024x768" "800x600" EndSubsection Subsection "Display" Depth 8 Modes "1280x768" "1024x768" "800x600" EndSubsection Subsection "Display" Depth 16 Modes "1280x768" "1024x768" "800x600" EndSubsection Subsection "Display" Depth 24 Modes "1280x768" "1024x768" "800x600" EndSubsection EndSection Section "ServerLayout" Identifier "LCD Layout" Screen "LaptopOnly" InputDevice "MouseSynaptics" "AlwaysCore" InputDevice "MouseUsb" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection ######## LAPTOP ONLY - END ######### ######## DUAL MONITOR - BEGIN ######### Section "Device" Identifier "915gmA" Driver "i810" BusID "0:2:0" Option "MonitorLayout" "CRT,LFP" Option "DevicePresence" "true" Screen 0 VideoRam 131072 EndSection Section "Device" Identifier "915gmB" Driver "i810" BusID "0:2:0" Option "DRI" "true" Screen 1 VideoRam 131072 EndSection Section "Screen" Identifier "screen0" Device "915gmA" Monitor "LFP" DefaultDepth 24 Subsection "Display" Depth 4 Modes "1280x768" "1024x768" "800x600" EndSubsection Subsection "Display" Depth 8 Modes "1280x768" "1024x768" "800x600" EndSubsection Subsection "Display" Depth 16 Modes "1280x768" "1024x768" "800x600" EndSubsection Subsection "Display" Depth 24 Modes "1280x768" "1024x768" "800x600" EndSubsection EndSection Section "Screen" Identifier "screen1" Device "915gmB" Monitor "CRT" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubsection SubSection "Display" Depth 4 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Dual Layout" Screen 0 "screen0" Screen 1 "screen1" rightof "screen0" InputDevice "MouseSynaptics" "AlwaysCore" InputDevice "MouseUsb" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" #Option "Xinerama" "true" EndSection ######## DUAL MONITOR - END ######### ### MONITORS ### Section "Monitor" Identifier "LFP" Option "DPMS" Modeline "1280x768" 80.14 1280 1344 1480 1680 768 769 772 795 EndSection Section "Monitor" # This's your external LCD! Identifier "CRT" Option "DPMS" Option "DDC" "false" HorizSync 24-80 VertRefresh 49-75 EndSection #### DRI and EXTRA ### Section "DRI" Mode 0666 EndSection Section "ServerFlags" Option "BlankTime" "0" # Option "DefaultServerLayout" "Dual Layout" Option "DefaultServerLayout" "LCD Layout" EndSection Section "Extensions" Option "Composite" "Enable" Option "RENDER" "Enable" EndSection