From owner-freebsd-questions Thu Jan 30 08:12:34 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA16842 for questions-outgoing; Thu, 30 Jan 1997 08:12:34 -0800 (PST) Received: from grapenuts.bellcore.com (grapenuts.bellcore.com [192.4.4.35]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id IAA16837 for ; Thu, 30 Jan 1997 08:12:31 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by grapenuts.bellcore.com (8.6.9/8.6.10) with SMTP id LAA03713; Thu, 30 Jan 1997 11:12:21 -0500 Message-Id: <199701301612.LAA03713@grapenuts.bellcore.com> X-Authentication-Warning: grapenuts.bellcore.com: Host localhost didn't use HELO protocol From: Andrew Heybey To: Jerry Dunham Subject: Re: Will it work on a Dell latitude XPI-CD? Cc: freebsd-questions@freebsd.org In-reply-to: Jerry Dunham's message of Wed, 29 Jan 1997 22:17:13 -0600 (CST) References: <199701300417.WAA21257@freeside.fc.net> Date: Thu, 30 Jan 1997 11:12:20 -0500 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk jdunham> I am interested in hearing of any other success or lack jdunham> thereof with Dell notebooks and FreeBSD. I have 2.2-960801-SNAP running on a Lattitude XPi-P100SD. Works great with a couple of minor problems. I managed to get the PC-Card support mostly working (the out-of-the box support, I didn't get PAO). The laptop came with a Dell (really 3com) ethernet and Dell (really Megahertz) modem. I can't plug them both in at the same time. For example, pccardd reports "driver allocation failed for Megahertz" if I plug in the modem while the ethernet is installed. I haven't investigated why to any great extent since I generally don't need them both at the same time. It could very well be an operator configuration error. I can't suspend the thing with a PC-Card installed. Guaranteed lockup. This fact is documented, so I wasn't surprised. This machine has an 800x600 display, but it is using the Neomagic display chip which XFree86 does not support. The result is that I can run X only with the VGA16 driver (giving 4 bit planes). In addition, XFree86 doesn't know how to get the chip to 800x600 mode. I had to change the boot code to make a BIOS call to change to 800x600 mode. Since the console code doesn't understand 800x600 mode, I then don't have a console. I pretend it's a security feature--if someone wants to boot it single-user he or she will have to type blind because the console won't work. I tried the XInside X server demo and it worked fine with 8 planes (modulo a bug in the acceleration code that left occasional small bits of garbage on the screen) and also properly switched modes so that the console worked. I will probably buy the XInside server. In sum I don't know if I would buy one to run FreeBSD, but since I did not have a choice as to which machine I got (Bellcore bought it, not me) I was delighted to be able to run a real OS. Now if only people would stop sending me these strange .DOC files so I could stop booting windoze... [Seriously, has anyone seen a program that runs under FreeBSD to view microsloth word files?] andrew