#xorg.conf Section "Files" FontPath "/usr/share/fonts/local/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/CID/" FontPath "/usr/share/fonts/Speedo/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" EndSection Section "Module" Load "dbe" SubSection "extmod" Option "omit xfree86-dga" EndSubSection Load "type1" Load "freetype" # Load "dri" Load "glx" EndSection Section "ServerFlags" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "keyboard" Option "AutoRepeat" "500 30" Option "XkbModel" "microsoft" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "SamsungSM753DF" HorizSync 30-70 VertRefresh 50-160 EndSection Section "Device" Identifier "Standard VGA" Driver "vga" EndSection Section "Device" Identifier "matroxG450" Driver "mga" Option "AGPMode" "4" EndSection Section "Screen" Identifier "Screen MGA 1" Device "matroxG450" Monitor "SamsungSM753DF" DefaultDepth 24 Subsection "Display" Modes "1280x1024" EndSubsection EndSection Section "ServerLayout" Identifier "Main Layout" Screen "Screen MGA 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "DRI" Mode 0666 EndSection