Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

A XF86 config file for Toshiba T2135CS machines.

2 views
Skip to first unread message

R. Clayton

unread,
Jan 8, 1996, 3:00:00 AM1/8/96
to
# $Revision: 1.4 $, $Date: 1995/12/18 01:25:16 $
#
# XF86Config for a Toshiba T2135CS Laptop.
#
# The monitor and device sections were computed by hand as directed by
# VideoModes.doc. The main problem with the Toshiba seems to be the fixed dot
# clock and refresh rates: you have to compute the vertical and horizontal
# resolutions (or frame sizes) to fit the fixed rates, and the standard
# resolutions (given in README.Config, for example) don't fit.

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
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

Section "ServerFlags"
EndSection

Section "Keyboard"
Protocol "Standard"
Autorepeat 500 5
EndSection

Section "Pointer"
Protocol "PS/2"
Device "/dev/psmouse"
EndSection

# The Toshiba User's Guide gives the horizontal sync rate as 31.5 kHz, but
# the XFree SVGA server computes it to be 31.56. Rather than diddle with
# horizontal frame size, I just used the server's computed value. See the next
# note for more about the 28.28 mHz dot clock frequency used in the mode line.
# The vertical resolution computed via VideoModes.doc is 537, but that
# requires a 56 Hz vertical refresh rate and the SVGA server rejects a monitor
# section having 60. This time I chose to recompute the vertical resolution to
# get the 60 Hz vertical refresh rate because I assumed it was 60 or nothing.
# The difference in horizontal sync rate seemed small enough to cover, but
# the difference in the vertical refresh rate seemed too large. I should point
# out, if it isn't already clear, that I know nothing about electronics of any
# kind.

Section "Monitor"
Identifier "toshiba t2135cs internal"
HorizSync 31.56
VertRefresh 60
ModeLine "717x500" 28.28 717 749 864 896 500 505 510 526
EndSection

# The values on the clocks line come from the SVGA server. VideoModes.doc
# doesn't say how to derive the dot clock frequency from the clocks line, so I
# just chose the most frequently occurring value. If you have trouble using
# this configuration, the first thing to do is comment out the clocks line and
# see what dot clock frequencies the server discovers. If the discovered
# frequencies are different (sorry I can't be more specific) from the ones
# given here, you'll probably have to go through and recompute everything.

Section "Device"
Identifier "C & T 65545"
Chipset "ct65545"
VideoRam 1024
Clocks 28.29 28.32 28.28 28.28 28.28 28.28 28.28 28.27
EndSection

# The virtual root window x dimension has to be a multiple of 8. I prefer
# using fvwm to scroll, so I don't use (hardly) the virtual window.

Section "Screen"
Driver "SVGA"
Device "C & T 65545"
Monitor "toshiba t2135cs internal"
Subsection "Display"
Depth 8
Modes "717x500"
ViewPort 0 0
Virtual 720 500
EndSubsection
EndSection

# End config.


0 new messages