# 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 "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "XkbModel" "pc105" # Option "XkbModel" "macintosh" # easy shifting between layouts Option "XkbLayout" "gb,fi" Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll" 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" EndSection Section "Device" Identifier "ati" VendorName "ATI" BoardName "radeon" Driver "radeon" Option "DynamicPM" "on" Option "ClockGating" "on" Option "TVStandard" "pal" # Leaving 4 MB for xvidix, to avoid littering other pixmaps.. the # background is still affected, but windows are ok Option "VideoRam" "61440" Option "AccelMethod" "EXA" EndSection Section "Device" Identifier "fbdev" Driver "fbdev" EndSection Section "Screen" Identifier "screen0" Monitor "monitor0" Device "ati" # Device "fbdev" DefaultColorDepth 24 EndSection Section "ServerLayout" Identifier "layout1" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" Screen "screen0" EndSection