# File generated by XFdrake (rev 224802) # ********************************************************************** # Refer to the xorg.conf man page for details about the format of # this file. # ********************************************************************** Section "Files" # font server independent of the X server to render fonts. FontPath "unix/:-1" # minimal fonts to allow X to run without xfs FontPath "/usr/share/fonts/misc:unscaled" EndSection Section "ServerFlags" #DontZap # disable (server abort) AllowMouseOpenFail # allows the server to start up even if the mouse does not work #DontZoom # disable / (resolution switching) EndSection Section "Module" Load "dbe" # Double-Buffering Extension Load "v4l" # Video for Linux Load "extmod" Load "type1" Load "freetype" Load "glx" # 3D layer Load "dri" # direct rendering EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "cz" Option "XkbOptions" "compose:rwin" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/mouse" EndSection Section "Monitor" Identifier "monitor1" VendorName "Plug'n Play" ModelName "L206WTQ" HorizSync 30-83 VertRefresh 56-75 # Monitor preferred modeline (60.0 Hz vsync, 65.3 kHz hsync, ratio 16/10) ModeLine "1680x1050" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 +hsync -vsync # Monitor preferred modeline (59.9 Hz vsync, 64.7 kHz hsync, ratio 16/10) ModeLine "1680x1050" 119 1680 1728 1760 1840 1050 1053 1059 1080 -hsync +vsync EndSection Section "Device" Identifier "device1" VendorName "ATI Technologies Inc" BoardName "ATI Radeon 9500 - X850" Driver "ati" # Option "DPMS" # Option "XaaNoOffscreenPixmaps" "1" # Option "AccelMethod" "EXA" Option "NoAccel" "1" EndSection Section "Screen" Identifier "screen1" Device "device1" Monitor "monitor1" DefaultColorDepth 24 Subsection "Display" Depth 8 Modes "1680x1050" "1600x1000" "1440x900" "1280x800" EndSubsection Subsection "Display" Depth 15 Modes "1680x1050" "1600x1000" "1440x900" "1280x800" EndSubsection Subsection "Display" Depth 16 Modes "1680x1050" "1600x1000" "1440x900" "1280x800" EndSubsection Subsection "Display" Depth 24 Modes "1680x1050" "1600x1000" "1440x900" "1280x800" EndSubsection EndSection Section "ServerLayout" Identifier "layout1" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" Screen "screen1" EndSection