9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] VGA and laptops
@ 2000-09-26 13:23 jmk
  2000-09-26 20:29 ` Christopher Nielsen
  2000-09-28 11:21 ` Latchesar Ionkov
  0 siblings, 2 replies; 15+ messages in thread
From: jmk @ 2000-09-26 13:23 UTC (permalink / raw)
  To: 9fans

saroj@bear.com:
	Which laptops are safe bets as of today for installing Plan 9?
	I know that lab guys use Thinkpad 600E, but the successor series
	600X laptops have problems. (Some guy posted a message, but
	nobody replied to that message).

I believe we did get the 600X to work, we had the discussion offline.
However, I think even the 600X series has been superseded.

The most recent laptop we've used is the Toshiba Portégé 3440CT. It has
a couple of annoying features (no PS/2 port on the case, don't know how
to make all 4 mouse buttons on the keypad work) but is otherwise very
nice.

There is also the COMPAQ Armada E500, a more conventional 3-spindle
machine.



^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: [9fans] VGA and laptops
@ 2000-09-27  0:37 jmk
  0 siblings, 0 replies; 15+ messages in thread
From: jmk @ 2000-09-27  0:37 UTC (permalink / raw)
  To: 9fans

	On Tue, Sep 26, 2000 at 09:25:45AM -0400, jmk@plan9.bell-labs.com said:
	> Oops. Another problem with the Toshiba Portégé 3440CT is it has a USB
	> floppy so booting the Plan 9 distribution 'straight' would be problematic.

	What is the best way to install it in this case? My lack of knowledge forced
	me to do some ugly hacks in the kernel and format command to do the job. I
	suspect there is much easier way.

		Lucho

It's all ugly. Because the BIOS can make the USB floppy available via
the INT13 interface I made a version of the bootstrap that had the necessary
plan9.ini info wired in (i.e. which ether to use). Once that's loaded
it doesn't need the floppy any more and can boot a kernel over the ethernet.
After that it's easy (provided you have a Plan 9 fileserver to talk to).

--jim



^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: [9fans] VGA and laptops
@ 2000-09-26 20:48 nigel
  0 siblings, 0 replies; 15+ messages in thread
From: nigel @ 2000-09-26 20:48 UTC (permalink / raw)
  To: 9fans

> I do have a question though, wasn't VESA compliance supposed to do away with
> these problems

It does, if you feel like you can put your trust in someone's BIOS.... Making a call
into the BIOS is hairy in that you have no way to make it adhere to the particular
set of rules which your operating system makes on drivers, e.g. time spent with
interrupts off, how long spent spinning waiting for VBE etc..

As a result, one can imagine using it as a means to get the right screen mode at
the start, but you would never think of making calls to it for accelerated drawing.
So you can get a frame buffer and then bit bash, which I accept is a whole lot
better than nothing.

However, if you want an accelerated driver, then there are typically interrelationships
between the screen mode, and the blitter, so VESA is not much help. Putting it
another way, to be able to accelerate a chipset, you would probably need
to understand every setting that VESA makes; if so, then why use it?

VNH's native Inferno uses VESA calls to initialise the screen mode.




^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: [9fans] VGA and laptops
@ 2000-09-26 18:33 nigel
  2000-09-26 18:49 ` Matt
  0 siblings, 1 reply; 15+ messages in thread
From: nigel @ 2000-09-26 18:33 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 473 bytes --]

I'm pretty sure I got a cl-gd7543 going once before by simply adding the
right chip magic number. It was on a Texas Instruments laptop of about
3-4 years ago vintage. The gl7543 is the Alpine I think. I had several of
the manuals somewhere, but threw them away just after selling the laptop.

If all you have to do is add a chip number then, I'm sorry, it might feel like
it, but you're not in VGA Hell! Just somewhere nearby, where the weather is
more pleasant.


[-- Attachment #2: Type: message/rfc822, Size: 2033 bytes --]

From: "Matt" <matt@proweb.co.uk>
To: <9fans@cse.psu.edu>
Subject: Re: [9fans] VGA and laptops
Date: Tue, 26 Sep 2000 19:05:54 +0100
Message-ID: <007d01c027e4$6a6b0840$0301a8c0@freeze>

dont get a compaq lte 5300

:)

it's got a floppy, oh yes

but vga hell


^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: [9fans] VGA and laptops
@ 2000-09-26 13:25 jmk
  2000-09-26 16:37 ` Latchesar Ionkov
  0 siblings, 1 reply; 15+ messages in thread
From: jmk @ 2000-09-26 13:25 UTC (permalink / raw)
  To: 9fans

Oops. Another problem with the Toshiba Portégé 3440CT is it has a USB
floppy so booting the Plan 9 distribution 'straight' would be problematic.



^ permalink raw reply	[flat|nested] 15+ messages in thread
* [9fans] VGA and laptops
@ 2000-09-26  9:13 saroj
  2000-09-26 13:29 ` Latchesar Ionkov
  2000-09-27 10:52 ` Axel Belinfante
  0 siblings, 2 replies; 15+ messages in thread
From: saroj @ 2000-09-26  9:13 UTC (permalink / raw)
  To: 9fans

Hi,

Which laptops are safe bets as of today for installing Plan 9?
I know that lab guys use Thinkpad 600E, but the successor series
600X laptops have problems. (Some guy posted a message, but
nobody replied to that message).

Thank you,
Saroj Mahapatra


Sent via Deja.com http://www.deja.com/
Before you buy.



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2000-09-29 16:50 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-26 13:23 [9fans] VGA and laptops jmk
2000-09-26 20:29 ` Christopher Nielsen
2000-09-28 11:21 ` Latchesar Ionkov
2000-09-29  4:01   ` rob pike
2000-09-29 16:50     ` Latchesar Ionkov
  -- strict thread matches above, loose matches on Subject: below --
2000-09-27  0:37 jmk
2000-09-26 20:48 nigel
2000-09-26 18:33 nigel
2000-09-26 18:49 ` Matt
2000-09-26 13:25 jmk
2000-09-26 16:37 ` Latchesar Ionkov
2000-09-26 18:05   ` Matt
2000-09-26  9:13 saroj
2000-09-26 13:29 ` Latchesar Ionkov
2000-09-27 10:52 ` Axel Belinfante

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).