# File generated by XFdrake. # ********************************************************************** # Refer to the XF86Config(4/5) man page for details about the format of # this file. # ********************************************************************** Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" # 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 # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" # Uncomment this to cause a core dump at the spot where a signal is # received. This may leave the console in an unusable state, but may # provide a better stack trace in the core dump to aid in debugging #NoTrapSignals # Uncomment this to disable the server abort sequence # This allows clients to receive this key event. #DontZap # Uncomment this to disable the / mode switching # sequences. This allows clients to receive these key events. #DontZoom # This allows the server to start up even if the # mouse device can't be opened/initialised. AllowMouseOpenFail EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Keyboard section # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "Keyboard" Option "AutoRepeat" "250 30" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection # ********************************************************************** # Pointer section # ********************************************************************** Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/psaux" Option "Emulate3Buttons" Option "Emulate3Timeout" "50" EndSection Section "InputDevice" Identifier "Mouse2" Driver "mouse" Option "Device" "/dev/lircm" Option "Protocol" "MouseSystems" Option "SendCoreEvents" EndSection Section "Module" Load "dbe" Load "glx" Load "dri" SubSection "extmod" #Option "omit xfree86-dga" EndSubSection Load "type1" Load "freetype" EndSection Section "DRI" Mode 0666 EndSection # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "MAG Innovision" VendorName "MAG Innovision" ModelName "DX17F" HorizSync 30-50 VertRefresh 50-70 ModeLine "800x600tv" 40.00 800 806 859 918 600 633 637 718 +hsync +vsync EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" #Option "ColorKey" Option "HWcursor" "No" #Option "MGASDRAM" #Option "NoAccel" #Option "Overlay" #Option "PciRetry" #Option "Rotate" #Option "ShadowFB" #Option "SyncOnGreen" Option "UseFBDev" "Yes" #Option "VideoKey" Option "TexturedVideo" "Yes" #BusID "PCI:1:0:0" #Screen 0 Identifier "G400_MGA" Driver "mga" VendorName "Matrox" BoardName "MGA G400 AGP" EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "screen0" Device "G400_MGA" Monitor "MAG Innovision" DefaultColorDepth 16 Subsection "Display" Depth 16 Modes "800x600tv" "800x600" ViewPort 0 0 EndSubsection EndSection # ********************************************************************** # Server Layout sections # ********************************************************************** Section "ServerLayout" Identifier "layout0" Screen "screen0" InputDevice "Mouse1" "CorePointer" InputDevice "Mouse2" InputDevice "Keyboard1" "CoreKeyboard" EndSection