9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Need some info
@ 2003-06-23  9:02 Santanu Chatterjee
  2003-06-23 10:10 ` Fco.J.Ballesteros
  0 siblings, 1 reply; 7+ messages in thread
From: Santanu Chatterjee @ 2003-06-23  9:02 UTC (permalink / raw)
  To: 9fans

Hello everybody,

Just heard about Plan 9 a few days ago. When I found that it was created
by the original UNIX creators, I just have to try it out.

But after some browsing I found that Intel 810 integrated video driver is
not supported. Also plan 9 seems have the GUI integrated into the OS
unlike Linux. If that is the case, can I still install it on my computer ?

Please help me out. I really do want to try it out.


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

* Re: [9fans] Need some info
  2003-06-23  9:02 [9fans] Need some info Santanu Chatterjee
@ 2003-06-23 10:10 ` Fco.J.Ballesteros
  2003-06-23 10:55   ` Geoff Collyer, geoff
  2003-06-23 17:15   ` Douglas A. Gwyn
  0 siblings, 2 replies; 7+ messages in thread
From: Fco.J.Ballesteros @ 2003-06-23 10:10 UTC (permalink / raw)
  To: 9fans

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

The gui is separated from the os, and put in a different program called rio
(although it's part of os if you consider that os != kernel).

Regarding the 810, you can use vmware to run Plan 9.

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

From: Santanu Chatterjee <santanu@softhome.net>
To: 9fans@cse.psu.edu
Subject: [9fans] Need some info
Date: Mon, 23 Jun 2003 09:02:55 GMT
Message-ID: <pan.2003.06.22.04.21.26.372758@softhome.net>

Hello everybody,

Just heard about Plan 9 a few days ago. When I found that it was created
by the original UNIX creators, I just have to try it out.

But after some browsing I found that Intel 810 integrated video driver is
not supported. Also plan 9 seems have the GUI integrated into the OS
unlike Linux. If that is the case, can I still install it on my computer ?

Please help me out. I really do want to try it out.

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

* Re: [9fans] Need some info
  2003-06-23 10:10 ` Fco.J.Ballesteros
@ 2003-06-23 10:55   ` Geoff Collyer, geoff
  2003-06-24  2:21     ` Russ Cox
  2003-06-23 17:15   ` Douglas A. Gwyn
  1 sibling, 1 reply; 7+ messages in thread
From: Geoff Collyer, geoff @ 2003-06-23 10:55 UTC (permalink / raw)
  To: 9fans

It looks to me like the i810 is supported:

% grep 810 /lib/vgadb
	vid=0x8086 did=0x7121		# Intel 82810
	vid=0x8086 did=0x7123		# Intel 82810-DC100
	vid=0x8086 did=0x7125		# Intel 82810E
% grep chipset /sys/src/cmd/aux/vga/i81x.c
 * Intel 81x chipset family.
			case 0x3577:	/* Intel 830M chipset (experimental) */
% p /sys/src/9/pc/vgai81x.c
[...]
static Pcidev *
i81xpcimatch(void)
{
	Pcidev *p;

	p = nil;
	while((p = pcimatch(p, 0x8086, 0)) != nil){
		switch(p->did){
		default:
			continue;
		case 0x7121:
		case 0x7123:
		case 0x7125:
		case 0x1102:
		case 0x1112:
		case 0x1132:
[...]


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

* Re: [9fans] Need some info
  2003-06-23 10:10 ` Fco.J.Ballesteros
  2003-06-23 10:55   ` Geoff Collyer, geoff
@ 2003-06-23 17:15   ` Douglas A. Gwyn
  2003-06-23 21:01     ` matt
  1 sibling, 1 reply; 7+ messages in thread
From: Douglas A. Gwyn @ 2003-06-23 17:15 UTC (permalink / raw)
  To: 9fans

"Fco.J.Ballesteros" wrote:
> Regarding the 810, you can use vmware to run Plan 9.

Also, one can install a supported SVGA card.  I've had good luck
with NVIDIA GeForce II cards, which you should be able to find
really cheap since they're not this year's model.


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

* Re: [9fans] Need some info
  2003-06-23 17:15   ` Douglas A. Gwyn
@ 2003-06-23 21:01     ` matt
  0 siblings, 0 replies; 7+ messages in thread
From: matt @ 2003-06-23 21:01 UTC (permalink / raw)
  To: 9fans

Douglas A. Gwyn wrote:

>"Fco.J.Ballesteros" wrote:
>
>
>>Regarding the 810, you can use vmware to run Plan 9.
>>
>>
>
>Also, one can install a supported SVGA card.  I've had good luck
>with NVIDIA GeForce II cards, which you should be able to find
>really cheap since they're not this year's model.
>
>

it should costs $15 at the most for compatible plan9 hardware

vga + nic + optional SCSI

people give away Trident 8900Cs + ISA SCSI Cards






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

* Re: [9fans] Need some info
  2003-06-23 10:55   ` Geoff Collyer, geoff
@ 2003-06-24  2:21     ` Russ Cox
  2003-06-24  3:04       ` okamoto
  0 siblings, 1 reply; 7+ messages in thread
From: Russ Cox @ 2003-06-24  2:21 UTC (permalink / raw)
  To: 9fans

The i810 is only supported on laptops.
We don't have any code to drive the clock
chips on real CRTs.



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

* Re: [9fans] Need some info
  2003-06-24  2:21     ` Russ Cox
@ 2003-06-24  3:04       ` okamoto
  0 siblings, 0 replies; 7+ messages in thread
From: okamoto @ 2003-06-24  3:04 UTC (permalink / raw)
  To: 9fans

> The i810 is only supported on laptops.
> We don't have any code to drive the clock
> chips on real CRTs.

It works for i810-DC100 with 640x480x8/16 for my CRT
at home.   It has no code for higher resolutions though.

Kenji



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

end of thread, other threads:[~2003-06-24  3:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-23  9:02 [9fans] Need some info Santanu Chatterjee
2003-06-23 10:10 ` Fco.J.Ballesteros
2003-06-23 10:55   ` Geoff Collyer, geoff
2003-06-24  2:21     ` Russ Cox
2003-06-24  3:04       ` okamoto
2003-06-23 17:15   ` Douglas A. Gwyn
2003-06-23 21:01     ` matt

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).