# $Id: XF86Config-4.420,v 1.1 2002/02/01 14:06:34 hme Exp $ # # XF86Config (XFree86 4.2.0) file for Toshiba Satellite Pro 4600. # # This is a Trident CyberBlade XP graphics card with 16 MByte memory. # SVGA graphics is supported up to 1600x1200 @ 85 Hz. # The LCD is a 15 inch 1024x768 TFT. # # This file is derived from the one I used with the "vesa" driver under # version 4.0.2. Here, the driver and DefaultDepth are changed to trident # and 24. # # This file is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # # (C) 2001, 2002 United Kingdom Astronomy Technology Centre. # Horst Meyerdierks . # Some sections courtesy of Helmut Bluhm. # # 2001/03/03: Original version (for 4.0.2). # 2001/03/04: Modified keyboard section, minor addition to mouse section. # 2001/03/08: Minor tweaking of keyboard section. # 2001/04/27: Remove references to pc101 in keyboard section, # to make my UK keyboard work with Red Hat 7.1 XFree86 4.0.3. # 2001/05/23: Dual mouse sections for simultaneous use of PS/2 and USB mice, # also both with IMPS/2 and ZAxisMapping. # 2001/06/01: Swap InputDevice lines in ServerLayout to initialise USB mouse # last (after keyboard). # 2002/02/01: Make file for 4.2.0 available. Driver now trident, # DefaultDepth now 24. # It might be advisable to load more modules. Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "type1" Load "freetype" EndSection Section "Files" 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 Section "ServerFlags" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "Keyboard" Option "AutoRepeat" "500 30" Option "LeftAlt" "Meta" Option "RightAlt" "Meta" Option "ScrollLock" "Compose" Option "RightCtl" "Control" Option "XkbKeycodes" "xfree86" Option "XkbTypes" "default" Option "XkbCompat" "default" Option "XkbRules" "xfree86" Option "XkbLayout" "gb" EndSection Section "InputDevice" Identifier "USBMouse" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/mouse" Option "Emulate3Buttons" Option "Emulate3Timeout" "150" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Internal" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/psaux" Option "Emulate3Buttons" Option "Emulate3Timeout" "150" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Tosh 4600 LCD" HorizSync 31.5 - 82.0 VertRefresh 50-90 EndSection Section "Device" Identifier "Standard VGA" VendorName "Unknown" BoardName "Unknown" # Chipset "generic" Driver "vga" # BusID "PCI:0:10:0" # VideoRam 256 # Clocks 25.2 28.3 EndSection Section "Device" Identifier "Trident XP" Driver "trident" # unsupported card #VideoRam 16384 # Insert Clocks lines here if appropriate EndSection Section "Screen" Identifier "Screen 1" Device "Trident XP" Monitor "Tosh 4600 LCD" DefaultDepth 24 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 Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Internal" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "USBMouse" "SendCoreEvents" EndSection