Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 0" # InputDevice "Mouse1" "CorePointer" # InputDevice "Mouse2" "CorePointer" InputDevice "TouchPad" "AlwaysCore" InputDevice "Keyboard1" "CoreKeyboard" Option "AIGLX" "true" # Option "Xinerama" "true" # Each Screen line specifies a Screen section name, and optionally EndSection Section "Files" FontPath "/usr/share/fonts/misc:unscaled" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" # FontPath "/usr/share/fonts/Speedo/" FontPath "/usr/share/fonts/Type1/" # FontPath "/usr/share/fonts/TrueType/" FontPath "/usr/share/fonts/freefont/" FontPath "/usr/share/fonts/freefonts/" # FontPath "/usr/share/fonts/75dpi/" # FontPath "/usr/share/fonts/100dpi/" # The module search path. The default path is shown here. FontPath "/usr/share/fonts/misc/" # FontPath "/usr/share/fonts/100dpi/" # FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/mathematica-fonts/" # FontPath "/usr/share/fonts/texcm-ttf/" FontPath "/usr/share/fonts/artwiz" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/cyrillic" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/sharefonts" FontPath "/usr/share/fonts/util" FontPath "/usr/share/fonts/intlfonts" FontPath "/usr/share/fonts/cronyx" FontPath "/usr/share/fonts/dejavu" FontPath "/usr/share/fonts/default" EndSection Section "Module" Load "extmod" Load "ddc" Load "record" Load "xtrap" Load "dbe" # Double buffer extension # SubSection "extmod" # don't initialise the DGA extension # Option "omit xfree86-dga" # EndSubSection Load "freetype" Load "aiglx" Load "i2c" Load "glx" Load "dri" Load "bitmap" Load "synaptics" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fr" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" # Auto detect Option "Device" "/dev/input/mice" # When using XQUEUE, comment out the above two lines, and uncomment Option "ZAxisMapping" "4 5 6 7" # Emulate3Buttons is an option for 2-button mice EndSection # Synaptic touchpad Section "InputDevice" Identifier "Mouse2" Driver "synaptics" # Driver "mouse" Option "Device" "/dev/input/mice" # Option "Protocol" "event" Option "Protocol" "Auto" Option "LeftEdge" "1900" Option "RightEdge" "5400" Option "BottomEdge" "1800" Option "TopEdge" "3900" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.02" Option "MaxSpeed" "0.18" Option "AccelFactor" "0.0010" EndSection Section "InputDevice" Identifier "TouchPad" Driver "synaptics" Option "Device" "/dev/input/mouse0" Option "Protocol" "auto-dev" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.09" Option "MaxSpeed" "0.18" Option "AccelFactor" "0.0015" Option "SHMConfig" "on" EndSection Section "InputDevice" Identifier "Mouse3" Driver "synaptics" Option "Protocol" "auto-dev" Option "Device" "/dev/mouse" Option "LeftRightScrolling" "off" Option "HorizScrollDelta" "0" Option "SHMConfig" "on"#Allows use of synclient Option "RTCornerButton" "0" #Turns off right top corner button Option "RBCornerButton" "0" #Turns off right bottom corner button EndSection Section "Monitor" Identifier "Ecran Lenovo" Option "DPMS" "true" HorizSync 31.5 - 92.0 VertRefresh 50.0 - 70.0 DisplaySize 300 650 EndSection Section "Device" Identifier "0 Intel 950GMA" Driver "intel" # Driver "i810" # VideoRam 32768 # 32 MB of VRAM, the max according to documentation # VideoRam 131072 VideoRam 262144 Option "DRI" "true" # Brayan 10/08/2007 http://ubuntuforums.org/showthread.php?p=1737243 Option "MergedFB" "true" Option "MonitorLayout" "CRT,LFP" Option "SecondPosition" "RightOf" Option "EnablePageFlip" "True" Option "VBERestore" "True" Option "MetaModes" "1280x800-1280x1024" Option "SecondMonitorHorizSync" "31-81" Option "SecondMonitorVertRefresh" "56-76" Option "MergedNonRectangular" "true" Option "__GL_FSAA_MODE" "4" Option "XAANoOffscreenPixmaps" "true" # Brayan 28/03/2007 # Sera opérationnel avec x11-drivers/xf86-video-i810-1.9.91 # Brayan 17/07/2007 desactive pour le moment car ca fait juste que faire ramer plus konqueror... # Option "AccelMethod" "exa" # BusID "PCI:0:2:0" # Screen 0 EndSection Section "Screen" Identifier "Screen 0" Device "0 Intel 950GMA" Monitor "Ecran Lenovo" # Option "AllowGLXWithComposite" "True" # DefaultDepth 16 # 3D acceleration for the i810 is only available in the 16 bit/pixel screen mode at this time. DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1280x800" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "DRI" Group 0 Mode 0666 EndSection Section "Extensions" Option "RENDER" "Enable" Option "Composite" "Enable" EndSection