# 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) # by default, xorg has AutoAddDevices and AutoEnableDevices, #which in turn enable AllowEmptyInput. so by default, all input devices #are disabled, and you cannot even get back to console for obvious #reasons. what kind of a moron sets these defaults? Option "AllowEmptyInput" "off" EndSection Section "Module" # aiglx # Load "GLcore" # Load "vbe" Load "dbe" #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" # using evdev instead of kbd seemed to fix a long-standing problem with xorg-server 1.5, but it needs a specific device Driver "evdev" Option "Device" "/dev/input/by-path/platform-i8042-serio-0-event-kbd" #Driver "kbd" Identifier "Keyboard1" Option "XkbModel" "pc105" # easy shifting between layouts Option "XkbLayout" "gb,fi" Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll" #Option "XkbCompat" "" EndSection Section "InputDevice" Identifier "Mouse1" # touchpad # Driver "synaptics" # Option "Protocol" "auto-dev" # Option "SHMConfig" "on" # scroll area limit # Option "RightEdge" "5000" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" Option "Emulate3Timeout" "50" # wheel Option "ZAxisMapping" "4 5" # external mouse Option "Protocol" "auto" Driver "mouse" EndSection Section "Monitor" Identifier "monitor0" Option "DPMS" "on" Option "ReducedBlanking" "true" EndSection Section "Device" Identifier "intel" VendorName "Intel" BoardName "GM" Driver "intel" #Option "DisplayInfo" "off" #Option "CheckLid" "off" #Option "ModeDebug" "on" # same stuff on all monitors #Option "MonitorLayout" "NONE,CRT+LFP" #Option "MonitorLayout" "CRT,LFP" Option "AccelMethod" "EXA" # 3D boost? Option "PageFlip" "on" Option "TripleBuffer" "on" Option "Legacy3D" "off" # this seems to work with 2.2.99.901, now how do I get mplayer to use it.. # also needs lib path in /etc/X11/XvMCConfig, see "man intel" Option "XvMC" "on" # aiglx Option "DRI" "true" Option "XAANoOffscreenPixmaps" "true" EndSection Section "Screen" Identifier "screen0" Monitor "monitor0" Device "intel" DefaultColorDepth 24 Subsection "Display" Depth 24 EndSubsection EndSection Section "ServerLayout" Identifier "layout1" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" Screen "screen0" # aiglx Option "AIGLX" "true" EndSection