# File generated by xf86config.
# **********************************************************************
# Files section. This allows default font and rgb paths to
be set
# **********************************************************************
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/X11R6/lib/X11/rgb"
# FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
# **********************************************************************
# Module section -- this is an optional section which is used to
specify
# which dynamically loadable modules to load. Dynamically
loadable
# modules are currently supported only for Linux ELF, FreeBSD 2.x
# and NetBSD 1.x. Currently, dynamically loadable modules
are used
# only for some extended input (XInput) device drivers.
# **********************************************************************
#
# Section "Module"
#
# This loads the module for the Joystick driver
#
# Load "xf86Jstk.so"
#
# EndSection
# **********************************************************************
# Server flags section.
# **********************************************************************
Section "ServerFlags"
EndSection
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Keyboard section
# **********************************************************************
Section "Keyboard"
Protocol "Standard"
AutoRepeat 500 30
# These are the default XKB settings for XFree86
# XkbRules "xfree86"
# XkbModel "pc101"
# XkbLayout "us"
# XkbVariant ""
# XkbOptions ""
# Sorry, I like a US keyboard ;-)
XkbKeymap "xfree86(us)"
EndSection
# **********************************************************************
# Pointer section
# **********************************************************************
Section "Pointer"
Protocol "PS/2"
Device "/dev/mouse"
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
Emulate3Buttons
Emulate3Timeout 50
EndSection
# **********************************************************************
# Xinput section -- this is optional and is required only if you
# are using extended input devices. This is for example only.
Refer
# to the XF86Config man page for a description of the options.
# **********************************************************************
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
Section "Monitor"
Identifier "My Monitor"
VendorName "Unknown"
ModelName "Unknown"
# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or
a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR
MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
HorizSync 31.5-57.0
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values,
or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR
MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
VertRefresh 59-90
# 1024x768 @ 87 Hz interlaced, 35.5 kHz hsync
Modeline "1024x768" 44.9 1024 1048 1208
1264 768 776 784 817 Interlace
# 1024x768 @ 60 Hz, 48.4 kHz hsync
Modeline "1024x768" 65 1024
1032 1176 1344 768 771 777 806 -hsync -vsync
# 1024x768 @ 70 Hz, 56.5 kHz hsync
Modeline "1024x768" 75 1024
1048 1184 1328 768 771 777 806 -hsync -vsync
-VSync
# 1024x768 @ 76 Hz, 62.5 kHz hsync
Modeline "1024x768" 85 1024
1032 1152 1360 768 784 787 823
# 1024x768 @ 85 Hz, 70.24 kHz hsync
Modeline "1024x768" 98.9 1024 1056 1216 1408
768 782 788 822 -HSync -VSync
# 1024x768 @ 100Hz, 80.21 kHz hsync
Modeline "1024x768" 115.5 1024 1056 1248 1440
768 771 781 802 -HSync -VSync
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
# Standard VGA Device:
Section "Device"
Identifier "Generic VGA"
VendorName "Unknown"
BoardName "Unknown"
Chipset "generic"
EndSection
Section "Device"
Identifier "SiS 630"
VendorName "Unknown"
BoardName "Unknown"
#VideoRam 8192
# Insert Clocks lines here if appropriate
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
# The Colour SVGA server
Section "Screen"
Driver "svga"
# Use Device "Generic VGA" for Standard VGA
320x200x256
Device "Generic
VGA"
# The SiS driver gave me snow crashes ;-)
#Device "SiS 630"
Monitor "My Monitor"
Subsection "Display"
Depth
8
# Omit the Modes line
for the "Generic VGA" device
Modes
"1024x768"
ViewPort
0 0
# Use Virtual 320 200
for Generic VGA
EndSubsection
Subsection "Display"
Depth
16
Modes
"1024x768"
ViewPort
0 0
EndSubsection
Subsection "Display"
Depth
24
Modes
"1024x768"
ViewPort
0 0
EndSubsection
EndSection
# The accelerated servers (S3, Mach32, Mach8, 8514, P9000, AGX, W32, Mach64)
Section "Screen"
Driver "accel"
Device "SiS 630"
Monitor "My Monitor"
Subsection "Display"
Depth
8
Modes
"1024x768"
ViewPort
0 0
EndSubsection
Subsection "Display"
Depth
16
Modes
"1024x768"
ViewPort
0 0
EndSubsection
Subsection "Display"
Depth
24
Modes
"1024x768"
ViewPort
0 0
EndSubsection
EndSection