# ********************************************************************** # Refer to the xorg.conf(5x) man page for details about the format of # this file. # ********************************************************************** Section "Module" Load "dbe" # Double buffer extension Load "damage" SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "freetype" Load "glx" EndSection Section "Files" # The location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. # RgbPath "/usr/share/X11/rgb" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "ServerFlags" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "pc101" Option "XkbLayout" "us" Option "XkbVariant" "us" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "PS/2" # PS/2 Mouse Option "Device" "/dev/input/mice" EndSection Section "Monitor" Identifier "My Monitor" HorizSync 31.5 - 64.3 VertRefresh 50-70 Modeline "1280x1024" 89.38 1280 1352 1488 1696 1024 1025 1028 1054 -HSync +Vsync Modeline "1400x1050" 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +Hsync +Vsync Modeline "1600x1200" 160.96 1600 1704 1880 2160 1200 1201 1204 1242 +HSync +Vsync Modeline "1680x1050" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 +HSync +Vsync EndSection Section "Device" Identifier "GXT4500" Driver "fbdev" Option "UseFBDev" "False" Option "ShadowFB" "True" VideoRam 131072 EndSection Section "Screen" Identifier "Screen 1" Device "GXT4500" Monitor "My Monitor" DefaultDepth 24 DefaultFbBpp 32 Subsection "Display" Depth 8 Modes "1600x1200" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1600x1200" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1600x1200" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection