# 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" AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work #DontZoom # disable / (resolution switching) #DontZap # disable (server abort) EndSection Section "Module" Load "dbe" # Double-Buffering Extension Load "v4l" # Video for Linux Load "extmod" Load "type1" Load "freetype" Load "/usr/X11R6/lib/modules/extensions/libglx.so" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "Keyboard" Option "XkbModel" "logiink" Option "XkbLayout" "us" Option "XkbKeyCodes" "xfree86" Option "XkbRules" "xfree86" Option "XkbOptions" "" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/psaux" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "monitor1" VendorName "Generic" ModelName "1280x1024 @ 60 Hz" HorizSync 31.5-64.3 VertRefresh 50-70 ModeLine "640x480" 25.20 640 656 752 808 480 490 492 525 EndSection Section "Monitor" Identifier "TV" VendorName "Generic" ModelName "TV" HorizSync 30-50 VertRefresh 60 # ModeLine "640x480" 25.20 640 656 752 808 480 490 492 525 EndSection Section "Device" Identifier "device0" VendorName "nVidia Corporation" BoardName "NVIDIA GeForce2 DDR (generic)" Driver "nvidia" Option "DPMS" BusID "PCI:1:0:0" Screen 0 Option "ConnectedMonitor" "CRT" EndSection Section "Device" Identifier "device1" VendorName "nVidia Corporation" BoardName "NVIDIA GeForce2 DDR (generic)" Driver "nvidia" BusID "PCI:1:0:0" Screen 1 Option "TVStandard" "NTSC-M" Option "TVOutFormat" "SVIDEO" Option "ConnectedMonitor" "TV" EndSection Section "Screen" Identifier "screen0" Device "device0" Monitor "monitor1" DefaultColorDepth 24 Subsection "Display" Depth 8 Virtual 1280 1024 EndSubsection Subsection "Display" Depth 15 Virtual 1280 1024 EndSubsection Subsection "Display" Depth 16 Virtual 1280 1024 EndSubsection Subsection "Display" Depth 24 Modes "1280x1024" "640x480" EndSubsection EndSection Section "Screen" Identifier "Screen1" Device "device1" Monitor "TV" DefaultDepth 24 Subsection "Display" Depth 24 Modes "640x480" EndSubsection EndSection Section "ServerLayout" Identifier "layout1" Screen 0 "Screen0" Screen 1 "Screen1" leftOf "Screen0" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" EndSection