From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200104041124.NAA22399@polya.cs.utwente.nl> To: 9fans@cse.psu.edu Subject: Re: [9fans] TNT In-reply-to: Your message of "Wed, 04 Apr 2001 12:26:45 +0200." <15050.63205.711647.512604@nido.hilbert.space> References: <15050.63205.711647.512604@nido.hilbert.space> From: Axel Belinfante Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 4 Apr 2001 13:24:49 +0200 Topicbox-Message-UUID: 78be90b6-eac9-11e9-9e20-41e7f4b1d025 > I have been trying to make the TNT driver work form my card, but I can't > even get it being used. The message it says is something like > > dbctl: "nvidia" driver not found. I have encountered the same problem as you have. I think you also have to edit /sys/src/cmd/vga/data.c to add lines similar as the others. (I have made a new boot/install disk, but not yet tried to use it) > Added vganvidia.$O\ to pcdisk Shouldn't you add something like 'vganvidia +cur' to pcdisk (.$O)? I'm confused about the meaning of the '+cur' and '=cur' that follow the vga* lines in the confguration files. > Added extern Ctlr nvidia; and > extern Ctlr nvidiahwgc; to vgadb.h Hmm... I did only add the extern Ctrlr statements to vga.h Did not find vgadb.h About /lib/vgadb: do we need the link=vga line for the nvidia controller? I noticed some controller(s?) in the file without such a line. Axel.