[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Linux (XWindows) on a 755C
Date: Sat, 31 Jan 1998 12:28:52 -0500
From: "Timothy D. Strong" <strongtd@umich.edu>
Is there anyone on the list using the RedHat 5.0 distribution of Linux on a
Thinkpad 755C. I'm having some trouble getting the XF86Config file just
right. I've pulled a couple of people's Config files from the net but they
all seem to be from older versions of the Xwinodws server.
Any help would be appreciated!
Here is my XF86Config. I use it on a 755C running Debian 1.3.1, which
is running XFree86 3.3.
# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file. This man page is installed as /usr/X11R6/man/man5/XF86Config.5x
# **********************************************************************
# **********************************************************************
# 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"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
# 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
# **********************************************************************
# Server flags section.
# **********************************************************************
Section "ServerFlags"
# Uncomment this to cause a core dump at the spot where a signal is
# received. This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
# NoTrapSignals
# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
# DontZap
# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences. This allows clients to receive these key events.
# DontZoom
EndSection
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Keyboard section
# **********************************************************************
Section "Keyboard"
Protocol "Standard"
# when using XQUEUE, comment out the above line, and uncomment the
# following line
# Protocol "Xqueue"
AutoRepeat 500 5
# Let the server do the NumLock processing. This should only be required
# when using pre-R6 clients
# ServerNumLock
# Specifiy which keyboard LEDs can be user-controlled (eg, with xset(1))
# Xleds 1 2 3
# To set the LeftAlt to Meta, RightAlt key to ModeShift,
# RightCtl key to Compose, and ScrollLock key to ModeLock:
LeftAlt Meta
# RightAlt ModeShift
# RightCtl Compose
# ScrollLock ModeLock
EndSection
# **********************************************************************
# Pointer section
# **********************************************************************
Section "Pointer"
Protocol "PS/2"
Device "/dev/psaux"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
# Protocol "Xqueue"
# Baudrate and SampleRate are only for some Logitech mice
# BaudRate 9600
# SampleRate 150
# Emulate3Buttons is an option for 2-button Microsoft mice
Emulate3Buttons
# ChordMiddle is an option for some 3-button Logitech mice
# ChordMiddle
EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
Section "Monitor"
Identifier "NEC XE15"
VendorName "NEC"
ModelName "XE15"
BandWidth 85.0
HorizSync 31-65
VertRefresh 55-120
#
# 640x480@63Hz Non-Interlaced mode (non-standard)
# Horizontal Sync = 32.8kHz
# Timing: H=(1.41us, 1.41us, 5.08us) V=(0.24ms, 0.092ms, 0.92ms)
#
ModeLine "640x480.63" 28.322 640 680 720 864 480 488 491 521
#
# VESA 640x480@72Hz Non-Interlaced mode
# Horizontal Sync = 37.9kHz
# Timing: H=(0.76us, 1.27us, 4.06us) V=(0.24ms, 0.079ms, 0.74ms)
#
ModeLine "640x480.72" 31.5 640 664 704 832 480 489 492 520
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
Section "Device"
# SVGA server auto-detected chipset
Identifier "ThinkPad 755C Video"
VendorName "Western Digital"
BoardName "Unknown"
Chipset "wd90c24"
Clocks 25.175 28.322 65 36 # These are *not* programmable
Clocks 29.979 77.408 62.195 59.957 # these are programmable
Clocks 31.5 35.501 75.166 50.114 # these are *not* programmable
Clocks 39.822 72.038 44.744 80.092 # these are programmable
Clocks 44.297 # Change this if you change Mclk
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
# The colour SVGA server
Section "Screen"
Driver "SVGA"
Device "ThinkPad 755C Video"
Monitor "NEC XE15"
Subsection "Display"
Depth 8
Modes "640x480.72" "640x480.63"
Virtual 640 480
ViewPort 0 0
EndSubsection
EndSection