From owner-freebsd-mobile Tue Jul 29 21:31:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA06868 for mobile-outgoing; Tue, 29 Jul 1997 21:31:05 -0700 (PDT) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id VAA06862 for ; Tue, 29 Jul 1997 21:31:01 -0700 (PDT) Received: from localhost by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA10001; Tue, 29 Jul 1997 21:30:12 -0700 Date: Tue, 29 Jul 1997 21:30:12 -0700 (PDT) From: "Brian N. Handy" To: alexandr@ren.eecis.udel.edu Cc: William Robertson , sameer , msmith@atrad.adelaide.edu.au, freebsd-mobile@freebsd.org Subject: RE: X on a TP560 In-Reply-To: <9707300245.AA09343@sag.space.lockheed.com> Message-Id: X-Files: The truth is out there Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >William Robertson spake: >: >: if you run xfree 3.3 you can get 16bits in 800x600 mode. without >: cy9832. Then Jerry inquired: >How? Is there an XF86Config that you can point me to. And Brian produced: (1) Change your /usr/X11R6/lib/X11/xdm/Xservers to this invocation: :0 local /usr/X11R6/bin/X -bpp 16 (2) And...here's the XF86Config. Have fun. This is for XFree 3.3, my chip is a Trident 9385 (IF I'm reading the xdm-errors file right, anyway). I originally got this from one of the pages listed on the 'Linux Laptop' page. Some guy has all sorts of great TP560 stuff there; if this doesn't work for you it might be worth poking around. But this file is FreeBSD-compliant...if you've got my laptop, it should drop right in. Cheers, Brian ------------------------ 8< Snip 8< ------------------------ Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" EndSection Section "Keyboard" Protocol "Standard" AutoRepeat 500 5 EndSection Section "Pointer" Protocol "PS/2" Device "/dev/psm0" Emulate3Buttons Emulate3Timeout 50 EndSection Section "Monitor" Identifier "ThinkPad" VendorName "IBM" ModelName "560" HorizSync 25-79 VertRefresh 20-76 Modeline "640x480" 28.32 640 664 760 800 480 491 493 525 ModeLine "800x600" 28.32 800 808 1024 1040 600 600 626 640 +hsync +vsync EndSection Section "Device" Identifier "GUI" VendorName "Trident" BoardName "9385" Option "noaccel" EndSection Section "Device" Identifier "svga" VendorName "ibm" BoardName "bar" Chipset "generic" ClockChip "tgui" VideoRam 1024 EndSection Section "Screen" Driver "svga" Device "GUI" Monitor "ThinkPad" Subsection "Display" Depth 8 Modes "800x600" "640x480" EndSubsection Subsection "Display" Depth 16 Modes "800x600" "640x480" EndSubsection Subsection "Display" Depth 32 Modes "640x400" EndSubsection EndSection Section "Screen" Driver "VGA16" Device "svga" Monitor "ThinkPad" SubSection "Display" Depth 4 Modes "800x600" "640x480" EndSubSection EndSection