# 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" Fontpath "/usr/share/fonts/CID" Fontpath "/usr/share/fonts/TTF" #Fontpath "/usr/share/fonts/ukr" Fontpath "/usr/share/fonts/misc" Fontpath "/usr/share/fonts/util" Fontpath "/usr/share/fonts/default" Fontpath "/usr/share/fonts/75dpi" Fontpath "/usr/share/fonts/Type1" Fontpath "/usr/share/fonts/local" Fontpath "/usr/share/fonts/artwiz" Fontpath "/usr/share/fonts/sharefonts" Fontpath "/usr/share/fonts/freefont" Fontpath "/usr/share/fonts/100dpi" Fontpath "/usr/share/fonts/corefonts" Fontpath "/usr/share/fonts/urw-fonts" #Fontpath "/usr/share/fonts/cyrillic" 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 "speedo" Load "bitmap" Load "dri" Load "glx" EndSection Section "DRI" Group 0 Mode 0666 EndSection # aiglx Section "Extensions" Option "Composite" "Enable" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "XkbModel" "pc102" # easy shifting between layouts Option "XkbLayout" "gb,fi" Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll" Option "XkbCompat" "" Option "XkbOptions" "" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" # Option "Protocol" "PS/2" Option "Device" "/dev/input/mice" # Option "Device" "/dev/ttyS0" # Option "Protocol" "Mousesystems" Option "Emulate3Buttons" Option "Emulate3Timeout" "50" # wheel Option "Protocol" "auto" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "monitor1" #HorizSync 30.0-64.0 #VertRefresh 50.0-90.0 # TV fullscreen mode or DVD fullscreen output. # 768x576 @ 100 Hz, 61.6 kHz hsync ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616 # From MPlayer docs Modeline "712x600" 35.0 712 740 850 900 400 410 412 425 Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 Modeline "400x300" 20 400 416 480 528 300 301 303 314 Doublescan Modeline "352x288" 25.10 352 368 416 432 288 296 290 310 Modeline "352x240" 15.750 352 368 416 432 240 244 246 262 Doublescan Modeline "320x240" 12.588 320 336 384 400 240 245 246 262 Doublescan Option "ReducedBlanking" EndSection Section "Device" Identifier "fbdev" VendorName "VIA" BoardName "CLE266" Driver "fbdev" Option "DPMS" EndSection Section "Device" Identifier "via" VendorName "VIA" BoardName "CLE266" #Driver "via" Driver "openchrome" #Option "DisableIRQ" "true" #Option "HWCursor" "false" # seems to work as well as the default XAA, though memcopy benchmark is a little lower # gqview hangs xserver? #Option "AccelMethod" "EXA" Option "DPMS" Option "EnableAGPDMA" "on" # may help with hdmi/dvi according to http://ubuntuforums.org/showthread.php?t=485646&page=16 ? Option "VBEModes" "on" # fixes Ogle Xv corruption, though quality still < xvidix. # Xine does DVDs with menus fine without this. #Option "NoXVDMA" "true" # Option "TVOutput" "S-Video" # Option "TVType" "PAL" #Option "ActiveDevice" "DFP" Option "PanelSize" "1280x1024" Option "ForcePanel" "on" Option "Center" "on" # aiglx #Option "XAANoOffscreenPixmaps" "true" # Option "DRI" "true" EndSection Section "Device" Identifier "nv" VendorName "NVidia" BoardName "GeForce2" # Driver "nv" Driver "nvidia" Option "DPMS" #Option "TwinView" # copied from the prinary monitor settings /teknohog Option "SecondMonitorHorizSync" "30.0-64.0" Option "SecondMonitorVertRefresh" "50.0-90.0" Option "NoTwinViewXineramaInfo" Option "TwinViewOrientation" "LeftOf" Option "MetaModes" "800x600,800x600" Option "ConnectedMonitor" "crt,crt" EndSection Section "Device" Identifier "mach64" VendorName "ATI" BoardName "3D Rage II+DVD" Driver "ati" Option "DPMS" Option "ForcePCIMode" "on" EndSection Section "Device" Identifier "voodoo2" VendorName "3dfx" BoardName "Voodoo 2" Driver "voodoo" BusID "PCI:0:14:0" # Option "DPMS" # Option "NoAccel" # Option "ShadowFB" EndSection Section "Device" Identifier "mga" VendorName "Matrox" BoardName "Matrox" Driver "mga" Option "DPMS" # Overclocking seems to increase xvideo corruption Option "OverclockMem" "off" EndSection Section "Screen" Identifier "screen1" Monitor "monitor1" Device "via" DefaultColorDepth 32 # Device "mga" # DefaultColorDepth 24 # Device "nv" # Device "fbdev" # DefaultColorDepth 24 Subsection "Display" Depth 8 Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" EndSubsection Subsection "Display" Depth 15 Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" EndSubsection Subsection "Display" Depth 16 Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" EndSubsection Subsection "Display" Depth 24 Modes "1280x1024" # Modes "1024x768" "800x600" "640x480" # Modes "1600x600" "640x480" EndSubsection Subsection "Display" Depth 32 Modes "1280x1024" # Modes "1280x1024" "1024x768" "800x600" "640x480" "320x240" EndSubsection EndSection Section "ServerLayout" Identifier "layout1" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" Screen "screen1" # aiglx Option "AIGLX" "true" EndSection