9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] G400 vs G450 pb
@ 2002-04-30  9:18 philippe.anel
  2002-04-30  9:40 ` philippe.anel
  0 siblings, 1 reply; 2+ messages in thread
From: philippe.anel @ 2002-04-30  9:18 UTC (permalink / raw)
  To: 9fans; +Cc: philippe.anel


Hi,

> Currently only devices with did 0x525 or 0x521 are supported.
> Can you figure out which device you have?   I integrated Philippe
> Anel's (philippe.anel@noos.fr) matrox driver and tested his driver
> on a Matrox G400/AGP.  I had some difficulty getting the G450 to
> work.

It seems there is still some pb with the G450 setup but not with my
card. :(

I have been really too busy at work to fix the problem, but I'll take
a look at the code by the end of this week.

Anyway it seems the vgamga4xx.c was not compiled into the kernel,
because the Release 4 setup failed on my computer :

Indeed : [VGAINFO.TXT:]

main->snarf
vga->snarf
mga4xx->snarf
mga4xx->snarf
mga4xx: G450 rev 2
sequencer->enter on
sequencer->leave on
mga4xx: can't set mga type
^^^^^^^^^^^^^^^^^^^^^^^^^^^ -> ~= echo 'type=mga' > /dev/vga failed.

 Regards,
	Philippe Anel,

>
> peter.
> From: Jatin Nansi <jatin.nansi@timesgroup.com>
> Subject: [9fans] Matrox G450 PCI - install not working ?
> To: 9fans@cse.psu.edu
> Date: Mon, 29 Apr 2002 10:45:58 GMT
> Organization: http://groups.google.com/
> Reply-To: 9fans@cse.psu.edu
>
> Hi,
>
> I have a PC with a Matrox G450 PCI (on a M/B having onboard i810, no AGP).
> I am not able to get the display initialised.
> I got the latest 4th release of Plan 9. The install floppy gives this:
>
> <kernel booting OK>
>
> init: starting /bin/rc
> dossrv: serving #s/dos
> aux/vga: mga4xx: can't set mga typeaux/vga: mga4xx: can't set mga type
> rio: can't open display: init display: /dev/draw/new: no frame buffer
> init: rc exit status: rc10: rio 70: display open
> init: starting /bin/rc
> %
>
>
> Could anyone please guide me to whats wrong?
>
> TIA,
>
> Jatin
> ----------


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

* [9fans] G400 vs G450 pb
  2002-04-30  9:18 [9fans] G400 vs G450 pb philippe.anel
@ 2002-04-30  9:40 ` philippe.anel
  0 siblings, 0 replies; 2+ messages in thread
From: philippe.anel @ 2002-04-30  9:40 UTC (permalink / raw)
  To: 9fans; +Cc: philippe.anel

philippe.anel@noos.fr writes:
 >
 > It seems there is still some pb with the G450 setup but not with my
 > card. :(
 >
 > I have been really too busy at work to fix the problem, but I'll take
 > a look at the code by the end of this week.
 >
 > Anyway it seems the vgamga4xx.c was not compiled into the kernel,
 > because the Release 4 setup failed on my computer :
 >
 > Indeed : [VGAINFO.TXT:]
 >
 > main->snarf
 > vga->snarf
 > mga4xx->snarf
 > mga4xx->snarf
 > mga4xx: G450 rev 2
 > sequencer->enter on
 > sequencer->leave on
 > mga4xx: can't set mga type
 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^ -> ~= echo 'type=mga' > /dev/vga failed.

I've just read /sys/src/9/pc/pcflop and there is no vgamga4xx
referenced in the file.

Here is the right file ... (I hope :) )

----------------------------------------------cut-here-----------
dev
	root
	cons
	arch
	pnp		pci
	env
	pipe
	proc
	mnt
	srv
	dup
	rtc
#	ssl
#	tls
	cap
#	kprof
#	realtime

	ether		netif
	ip		arp chandial ip ipaux iproute netlog nullmedium pktmedium ptclbsum386 inferno

	draw		screen vga vgax
	mouse		mouse
	vga

	sd
	floppy		dma
#	lpt

#	audio		dma
	pccard
	i82365		cis
	uart
#	usb

link
	devpccard
	devi82365
#	apm		apmjump
	ether2000	ether8390
	ether2114x	pci
	ether589	etherelnk3
	ether79c970	pci
	ether8003	ether8390
	ether82557	pci
	etherec2t	ether8390
	etherelnk3	pci
#	ethersink
	etherwavelan	devi82365 cis pci
	ethermedium
	pcmciamodem
	netdevmedium
#	usbuhci
#	usbohci

misc
	nulledf
#	archmp		mp apic

#	ipconfig.root
#	kfs.root
#	factotum.root
#	cfs.root
	bzfs.root
	bzroot.root

	sdata		pci sdscsi
	sd53c8xx		pci sdscsi
	sdmylex		pci sdscsi

	uarti8250

	vga3dfx		+cur
	vgaark2000pv	+cur
	vgabt485	=cur
	vgaclgd542x	+cur
	vgaclgd546x	+cur
	vgact65545	+cur
	vgacyber938x	+cur
	vgaet4000	+cur
	vgahiqvideo	+cur
	vgamach64xx	+cur
	vgamga2164w	+cur
	vganeomagic	+cur
	vgargb524	=cur
	vgas3		+cur vgasavage
	vgat2r4		+cur
	vgatvp3020	=cur
	vgatvp3026	=cur
	vgavmware	+cur
	vganvidia	+cur
	vgamga4xx	+cur

ip
	il
	tcp
	udp
	ipifc
	icmp

port
	int cpuserver = 0;

boot glenda boot #f/fd0disk
	local
----------------------------------------------cut-here-----------


	Regards,
		Philippe


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

end of thread, other threads:[~2002-04-30  9:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-30  9:18 [9fans] G400 vs G450 pb philippe.anel
2002-04-30  9:40 ` philippe.anel

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