# File: xorg.conf Section "ServerLayout" Identifier "Server Layout" Screen "Screen0" 0 0 InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" EndSection Section "Module" # This loads the DBE extension module. # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. # This loads the Type1 and FreeType font modules Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "type1" Load "freetype" Load "glx" Load "dri" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "gb" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" EndSection Section "Monitor" # Starting point #Modeline "720x576PAL" 15.125 720 770 842 968 576 579 607 625 Composite Interlace # after tuning with xvidtune Modeline "720x576PAL" 15.125 720 782 854 968 576 583 611 645 Composite Interlace Identifier "Monitor0" HorizSync 15.0 - 110 VertRefresh 20.0 - 110 # attempt to reduce contrast Gamma 0.9 0.9 0.9 EndSection Section "Device" Identifier "Standard VGA" Driver "vga" VendorName "Unknown" BoardName "Unknown" EndSection Section "Device" Identifier "ATI Graphics Adapter" #Driver "fglrx" Driver "ati" Option "ForceMinDotClock" "15MHz" # Option "no_accel" "no" # Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr # Option "IgnoreEDID" "off" Option "TVStandard" "PAL-I" EndSection Section "Screen" Identifier "Screen0" Device "ATI Graphics Adapter" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "720x576PAL" EndSubSection EndSection Section "DRI" Mode 0666 EndSection