next up previous
Next: SVGAlib Configuration File Up: Linux on the Compaq Previous: Sound Configuration


X Configuration File

/etc/X11/XF86Config:


# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"
	RgbPath	"/usr/X11R6/lib/X11/rgb"

	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/freefont:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/sharefont:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath	"/usr/X11R6/lib/X11/fonts/Speedo"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
	FontPath	"/usr/X11R6/lib/X11/fonts/freefont"
	FontPath	"/usr/X11R6/lib/X11/fonts/sharefont"
EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"
EndSection

# **********************************************************************
# Keyboard section
# **********************************************************************

Section "Keyboard"
	Protocol	"Standard"
	AutoRepeat	500 5
	XkbKeymap	"xfree86(us)"
EndSection

# **********************************************************************
# Pointer section
# **********************************************************************

Section "Pointer"
	Protocol	"PS/2"
	Device		"/dev/psaux"

# Essential, since we have a 2-button trackpad.

	Emulate3Buttons
	Emulate3Timeout	50
EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

Section "Monitor"
	Identifier	"800x600 CSTN Display"
	VendorName	"Compaq"
	ModelName	"Unknown"
# HorizSync is in kHz

	HorizSync	30 - 65

# VertRefresh is in Hz

	VertRefresh 50-100

# Only two modes are defined here. If you wish to use an external monitor at
# higher resolutions, you should add appropriate modelines here. Lower
# resolutions (incl. 640x480) are a bit pointless as the LCD only has so many
# dots, so you must use a smaller subset of the screen. Just use 800x600.

# 640x480 @ 85 Hz, 43.27 kHz hsync
	Modeline "640x480" 36 640 696 752 832 480 481 484 509 -HSync -VSync

# 800x600 @ 72 Hz, 48.0 kHz hsync
	Modeline "800x600" 50 800 856 976 1040 600 637 643 666 +hsync +vsync
EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

Section "Device"
	Identifier	"Chips & Technologies CT69000"
	VendorName	"Compaq"
	BoardName	"Unknown"
	Option		"power_saver"
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

# The Colour SVGA server

Section "Screen"
	Driver		"svga"
	Device		"Chips & Technologies CT69000"
	Monitor		"800x600 CSTN Display"

	DefaultColorDepth	24
	
	Subsection "Display"
		Depth		8
		Modes		"800x600" "640x480"
		ViewPort	0 0
	EndSubsection

	Subsection "Display"
		Depth		16
		Modes		"800x600" "640x480"
		ViewPort	0 0
	EndSubsection

	Subsection "Display"
		Depth		24
		Modes		"800x600" "640x480"
		ViewPort	0 0
	EndSubsection
EndSection



Daniel Robert Franklin
1999-12-20