# ********************************************************************** # Refer to the XF86Config man page for details about the format of # this file. # ********************************************************************** Section "ServerLayout" Identifier "layout1" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" InputDevice "SynapticsMouse1" "AlwaysCore" Screen "screen1" EndSection 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 "Module" Load "dbe" # Double-Buffering Extension Load "v4l" # Video for Linux Load "extmod" Load "type1" Load "freetype" Load "synaptics" Load "glx" # 3D layer Load "dri" # direct rendering Load "vbe" # video buffering, to wake up after sleep EndSection Section "ServerFlags" #DontZap # disable (server abort) #DontZoom # disable / (resolution switching) # allows the server to start up even if the mouse does not work Option "allowmouseopenfail" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "keyboard" Option "XkbModel" "pc105" Option "XkbLayout" "us" Option "XkbOptions" "compose:rwin" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/mouse" Option "ZAxisMapping" "6 7" EndSection Section "InputDevice" Identifier "SynapticsMouse1" Driver "synaptics" Option "Protocol" "auto-dev" Option "Device" "/dev/input/mice" # Option "EdgeMotionMinSpeed" "200" Option "MaxSpeed" "1.0" Option "MinSpeed" "0.8" Option "BottomEdge" "650" # Option "EdgeMotionMaxSpeed" "200" # Option "CircScrollTrigger" "2" Option "UpDownScrolling" "1" Option "SHMConfig" "on" Option "EmulateMidButtonTime" "75" # Option "CircScrollDelta" "0.1" Option "LeftEdge" "120" Option "FingerLow" "14" Option "HorizScrollDelta" "0" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "FingerHigh" "15" Option "VertScrollDelta" "20" Option "CircularScrolling" "0" Option "TopEdge" "120" Option "RightEdge" "830" Option "AccelFactor" "0.015" Option "TapButton1" "0" # set to 1 to turn tapping on Option "TapButton2" "0" # set to 2 to turn tapping on Option "TapButton3" "0" # set to 3 to turn tapping on EndSection # # # NVIDIA video card # Section "Device" Identifier "device1" # Driver "nv" Driver "nvidia" Option "DPMS" Option "VBERestore" "true" Option "DRI" "on" # options for the nvidia comercial driver: Option "NoLogo" "true" Option "RandRRotation" "true" Option "NoRenderExtension" "false" EndSection Section "Screen" Identifier "screen1" Device "device1" Monitor "monitor1" DefaultColorDepth 24 Subsection "Display" Depth 8 Virtual 1920 1200 Modes "nvidia-auto-select" "1600x1200" "1400x1050" "1024x768" "800x600" "768x576" "640x480" EndSubsection Subsection "Display" Depth 15 Virtual 1920 1200 Modes "nvidia-auto-select" "1600x1200" "1400x1050" "1024x768" "800x600" "768x576" "640x480" EndSubsection Subsection "Display" Depth 16 Virtual 1920 1200 Modes "nvidia-auto-select" "1600x1200" "1400x1050" "1024x768" "800x600" "768x576" "640x480" EndSubsection Subsection "Display" Depth 24 Virtual 1920 1200 Modes "nvidia-auto-select" "1600x1200" "1400x1050" "1024x768" "800x600" "768x576" "640x480" EndSubsection EndSection Section "Monitor" Identifier "monitor1" VendorName "Generic" ModelName "Flat Panel 1920x1200" HorizSync 31.5 - 90.0 VertRefresh 60.0 - 60.0 ModeLine "768x576" 50.0 768 832 846 1000 576 590 595 630 ModeLine "768x576" 63.1 768 800 960 1024 576 578 590 616 ModeLine "1400x1050_120" 262.4 1400 1520 1672 1944 1050 1051 1054 1125 -hsync +vsync ModeLine "1400x1050_100" 214.4 1400 1512 1664 1928 1050 1051 1054 1112 -hsync +vsync ModeLine "1400x1050_85" 179.3 1400 1504 1656 1912 1050 1051 1054 1103 -hsync +vsync ModeLine "1400x1050_75" 155.8 1400 1496 1648 1896 1050 1051 1054 1096 -hsync +vsync ModeLine "1400x1050_60" 122.6 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync ModeLine "1400x1050_50" 99.9 1400 1480 1624 1848 1050 1051 1054 1081 -hsync +vsync # modeline generated by gtf(1) [handled by XFdrake] ModeLine "1920x1200_120" 412.34 1920 2080 2296 2672 1200 1201 1204 1286 -HSync +Vsync # modeline generated by gtf(1) [handled by XFdrake] ModeLine "1920x1200_100" 337.58 1920 2072 2288 2656 1200 1201 1204 1271 -HSync +Vsync # modeline generated by gtf(1) [handled by XFdrake] ModeLine "1920x1200_85" 282.74 1920 2072 2280 2640 1200 1201 1204 1260 -HSync +Vsync # modeline generated by gtf(1) [handled by XFdrake] ModeLine "1920x1200_75" 246.59 1920 2064 2272 2624 1200 1201 1204 1253 -HSync +Vsync # modeline generated by gtf(1) [handled by XFdrake] ModeLine "1920x1200_60" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -HSync +Vsync # modeline generated by gtf(1) [handled by XFdrake] ModeLine "1920x1200_50" 158.08 1920 2032 2240 2560 1200 1201 1204 1235 -HSync +Vsync EndSection