9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] vga prob after install
@ 2002-02-25 10:30 nigel
  0 siblings, 0 replies; 7+ messages in thread
From: nigel @ 2002-02-25 10:30 UTC (permalink / raw)
  To: 9fans

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

Sounds like the kernel which is booting does not have the
nvidia driver in it.


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

From: Serge Gagnon <ocean_100@hotmail.com>
To: 9fans@cse.psu.edu
Subject: [9fans] vga prob after install
Date: Mon, 25 Feb 2002 10:10:40 GMT
Message-ID: <fIbe8.1906$tA.277652@news20.bellglobal.com>

I have a video card using a nvidia chipset. After added a line into the
vgadb, rio start in video and the installation is ok in 1024x768x8...good.

But, when I reboot , I got a message :
vgactl type<nvidia> unknow.
"Bizarre". Nvidia is a know chip for the installation, but not for
the plan9 system itself...

I tried something : I copy the /aux/vga when I boot from the install floppy
and copy it when I boot from the plan9 system and got a new message :
vgactlw type <nvidia> error in system call

It`s sure that I missed something somewhere...but I dont know what..

Pc : x86
video : Asus v3800M

Thanks

--
Serge Gagnon

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

* Re: [9fans] vga prob after install
  2002-02-25 14:48 andrey mirtchovski
  2002-02-28 16:03 ` robot 0
  2002-03-05 16:00 ` Serge Gagnon
@ 2002-03-08 16:21 ` Serge Gagnon
  2 siblings, 0 replies; 7+ messages in thread
From: Serge Gagnon @ 2002-03-08 16:21 UTC (permalink / raw)
  To: 9fans

Ok, thanks, it works :)

--
Serge Gagnon


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

* Re: [9fans] vga prob after install
  2002-02-28 16:03 ` robot 0
@ 2002-03-05 16:00   ` Serge Gagnon
  0 siblings, 0 replies; 7+ messages in thread
From: Serge Gagnon @ 2002-03-05 16:00 UTC (permalink / raw)
  To: 9fans

The link doesn t works but I can ping the server...
bad adress.
Just resend the good adress if you can.

Thank you
--
Serge Gagnon


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

* Re: [9fans] vga prob after install
  2002-02-25 14:48 andrey mirtchovski
  2002-02-28 16:03 ` robot 0
@ 2002-03-05 16:00 ` Serge Gagnon
  2002-03-08 16:21 ` Serge Gagnon
  2 siblings, 0 replies; 7+ messages in thread
From: Serge Gagnon @ 2002-03-05 16:00 UTC (permalink / raw)
  To: 9fans

Ok, thanks. I`ll try it and I ll let you know how it was.

Thank you
--
Serge Gagnon


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

* Re: [9fans] vga prob after install
  2002-02-25 14:48 andrey mirtchovski
@ 2002-02-28 16:03 ` robot 0
  2002-03-05 16:00   ` Serge Gagnon
  2002-03-05 16:00 ` Serge Gagnon
  2002-03-08 16:21 ` Serge Gagnon
  2 siblings, 1 reply; 7+ messages in thread
From: robot 0 @ 2002-02-28 16:03 UTC (permalink / raw)
  To: 9fans

i had experienced the same (confusing) situation.

the nvidia binaries at http://users.bigpond.net.au/nwaples/
can also work as well.

andrey@lanl.gov (andrey mirtchovski) wrote in message news:<20020225144618.8D32C19A56@mail.cse.psu.edu>...
> the installation kernel knows of nvidia, however the p9 distribution
> you installed does not..  the message 'unknown controller' is
> indicative of aux/vga (the new one you installed) not having nvidia
> support..
> 
> download the vganvidia.c, nvidia.c and something.h files and do the
> following:


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

* Re: [9fans] vga prob after install
@ 2002-02-25 14:48 andrey mirtchovski
  2002-02-28 16:03 ` robot 0
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: andrey mirtchovski @ 2002-02-25 14:48 UTC (permalink / raw)
  To: 9fans

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

the installation kernel knows of nvidia, however the p9 distribution
you installed does not..  the message 'unknown controller' is
indicative of aux/vga (the new one you installed) not having nvidia
support..

download the vganvidia.c, nvidia.c and something.h files and do the
following:

just add the nvidia.c and registers.h (forgot the exact name) to
/sys/src/cmd/aux/vga/, edit the mkfile to get nvidia.c to compile,
edit data.c to add nvidia and nvidiahwgc controllers (the Ctlr*
ctlrs[] at the beginning) and you're almost set..  type 'mk install'
in the same directory (disk/kfscmd allow may be required) and you'll
have an aux/vga that speaks nvidia..  restart and mail me privately if
it's still not working (you may have to add support in the kernel too
-- the vganvidia.c file is for that)...

andrey


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

From: Serge Gagnon <ocean_100@hotmail.com>
To: 9fans@cse.psu.edu
Subject: [9fans] vga prob after install
Date: Mon, 25 Feb 2002 10:10:40 GMT
Message-ID: <fIbe8.1906$tA.277652@news20.bellglobal.com>

I have a video card using a nvidia chipset. After added a line into the
vgadb, rio start in video and the installation is ok in 1024x768x8...good.

But, when I reboot , I got a message :
vgactl type<nvidia> unknow.
"Bizarre". Nvidia is a know chip for the installation, but not for
the plan9 system itself...

I tried something : I copy the /aux/vga when I boot from the install floppy
and copy it when I boot from the plan9 system and got a new message :
vgactlw type <nvidia> error in system call

It`s sure that I missed something somewhere...but I dont know what..

Pc : x86
video : Asus v3800M

Thanks

--
Serge Gagnon

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

* [9fans] vga prob after install
@ 2002-02-25 10:10 Serge Gagnon
  0 siblings, 0 replies; 7+ messages in thread
From: Serge Gagnon @ 2002-02-25 10:10 UTC (permalink / raw)
  To: 9fans

I have a video card using a nvidia chipset. After added a line into the
vgadb, rio start in video and the installation is ok in 1024x768x8...good.

But, when I reboot , I got a message :
vgactl type<nvidia> unknow.
"Bizarre". Nvidia is a know chip for the installation, but not for
the plan9 system itself...

I tried something : I copy the /aux/vga when I boot from the install floppy
and copy it when I boot from the plan9 system and got a new message :
vgactlw type <nvidia> error in system call

It`s sure that I missed something somewhere...but I dont know what..

Pc : x86
video : Asus v3800M

Thanks

--
Serge Gagnon


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

end of thread, other threads:[~2002-03-08 16:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-25 10:30 [9fans] vga prob after install nigel
  -- strict thread matches above, loose matches on Subject: below --
2002-02-25 14:48 andrey mirtchovski
2002-02-28 16:03 ` robot 0
2002-03-05 16:00   ` Serge Gagnon
2002-03-05 16:00 ` Serge Gagnon
2002-03-08 16:21 ` Serge Gagnon
2002-02-25 10:10 Serge Gagnon

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