XFree86 on the Toshiba Satellite 110CS Laptop
Here is sample XF86Config file for Toshiba Satellite 100CS laptop (this
configuration is tested with NetBSD/i386 1.3 and Debia/GNU Linux 1.3):
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
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
Section "ServerFlags"
# NoTrapSignals
# DontZap
# DontZoom
# DisableVidModeExtension
# AllowNonLocalXvidtune
# DisableModInDev
# AllowNonLocalModInDev
EndSection
Section "Keyboard"
Protocol "Standard"
AutoRepeat 500 5
Xkbkeycodes "xfree86"
XkbTypes "default"
XkbCompat "default"
XkbSymbols "en_US(pc102)+fi"
XkbGeometry "pc"
EndSection
Section "Pointer"
Protocol "BusMouse"
Device "/dev/pms0"
EndSection
Section "Monitor"
Identifier "Toshiba"
VendorName "Toshiba"
ModelName "unknown"
HorizSync 25-90
VertRefresh 40-90
ModeLine "800x600" 28.3 800 808 848 936 600 600 604 628
EndSection
Section "Device"
Identifier "SVGA"
Vendorname "Toshiba"
BoardName "unknown"
VideoRam 1024
Clocks 28.3
EndSection
Section "Device"
Identifier "Chips"
VendorName "unknown"
BoardName "unknown"
Chipset "ct65548"
Option "noaccel"
Option "nolinear"
VideoRam 1024
Clocks 28.3
EndSection
Section "Screen"
Driver "svga"
Device "Chips"
Monitor "Toshiba"
Subsection "Display"
Depth 8
Modes "800x600"
ViewPort 0 0
EndSubsection
EndSection
Section "Screen"
Driver "vga2"
Device "SVGA"
Monitor "Toshiba"
Subsection "Display"
Modes "800x600"
ViewPort 0 0
EndSubsection
EndSection
You could run 640x480 on Toshiba Satellite 110CS too, but it doesn't
make much sense because display is designed for 800x600 resolution
(instead of full screen view you get 2'' black borders with 640x480).
Sami Laine -
Home page