# File generated by XFdrake. # ********************************************************************** # Refer to the XF86Config man page for details about the format of # this file. # ********************************************************************** Section "Files" # Multiple FontPath entries are allowed (they are concatenated together) # By default, Mandrake 6.0 and later now use a font server independent of # the X server to render fonts. FontPath "unix/:-1" EndSection Section "ServerFlags" #DontZap # disable (server abort) AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work #DontZoom # disable / (resolution switching) EndSection Section "Module" Load "dbe" # Double-Buffering Extension Load "v4l" # Video for Linux Load "extmod" Load "type1" Load "freetype" Load "glx" # 3D layer Load "dri" # direct rendering Load "synaptics" EndSection Section "DRI" Mode 0666 EndSection Section "InputDevice" Identifier "Keyboard1" Driver "Keyboard" Option "XkbModel" "pc105" Option "XkbLayout" "fr" Option "XkbOptions" "" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/mouse" Option "ZAxisMapping" "4 5" EndSection #Section "InputDevice" # Identifier "Mouse2" # Driver "mouse" # Option "Protocol" "PS/2" # Option "Device" "/dev/psaux" # Option "Emulate3Buttons" # Option "Emulate3Timeout" "50" #EndSection Section "InputDevice" Driver "synaptics" Identifier "Touchpad" # Option "Device" "/dev/psaux" # Option "Device" "/dev/input/event1" Option "Protocol" "auto-dev" # Option "Protocol" "event" Option "LeftEdge" "60" Option "RightEdge" "830" Option "TopEdge" "70" Option "BottomEdge" "650" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "110" Option "EmulateMidButtonTime" "75" Option "VertScrollDelta" "50" Option "HorizScrollDelta" "50" Option "MinSpeed" "0.2" Option "MaxSpeed" "0.5" Option "AccelFactor" "0.01" Option "EdgeMotionSpeed" "40" Option "UpDownScrolling" "1" Option "TouchpadOff" "0" Option "SHMConfig" "on" # Option "Repeater" "/dev/ps2mouse" EndSection Section "Monitor" Identifier "monitor1" VendorName "Generic" ModelName "Flat Panel 1600x1200" HorizSync 31.5-37.9 VertRefresh 50.0 - 70.0 Option "DPMS" EndSection Section "Monitor" Identifier "Monitor2" VendorName "IBM" ModelName "P96" HorizSync 31.5 - 37.9 VertRefresh 59.0 - 75.0 Option "DPMS" EndSection Section "Device" Identifier "device1" VendorName "ATI" BoardName "ATI Radeon" Driver "radeon" Option "DPMS" # DDCMode may be useless # Option "DDCMode" "on" # If on forces to use the modes queried from the connected monitor Option "CloneHSync" "30.0-96.0" # This might be useless too Option "CloneVRefresh" "80-150" # This might be useless too Option "CloneMode" "1280x1024" # I think that it has to be used if the geometry of the Clone # is different from the primary monitor (here an LCD) # Option "OverlayOnCRTC2" "on" ## Option "PanelOff" "on" # Option "CloneMode" "1280x1024" # Option "CloneMode" "true" # Option "CloneDisplay" "4" Option "CloneDisplay" "2" EndSection Section "Screen" Identifier "screen1" Device "device1" Monitor "monitor1" DefaultColorDepth 24 Subsection "Display" Depth 16 # Virtual 640 480 Modes "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" EndSubsection Subsection "Display" Depth 24 # If I enable 1400x1050 I lose accelerated OpenGL # Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" Modes "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" EndSubsection EndSection Section "ServerLayout" Identifier "layout1" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" # InputDevice "Mouse2" "SendCoreEvents" InputDevice "Touchpad" "SendCoreEvents" Screen 0 "screen1" 0 0 EndSection