Re: nforce 2 drivers aren't working

2003-09-15 Thread jason
Matthew N. Dodd wrote:

On Sat, 13 Sep 2003, jason wrote:
 

No matter how I compile it it says it can not open it or find the
command.  Can you send the the binary or something?
   

just invoke it using the full pathname:

/tmp/agptest

If it fails, it will be because /dev/agpgart doesn't exist or isn't
readable, in which case you should check that the AGP driver has actually
attached to the device.
 

Ok, I got it.  I did not think to run it while I had agp.ko loaded.  I
had set the loader.conf and reboot.
version:0.0
id:1e010de
mode:1f000217 (SBA,FW,1x,2x,4x,)
base:e800
size:64M
total mem:112640
system mem:112640
used mem:0
alloc key 1, pddr 0
used mem now:64
agp test successful



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: nforce 2 drivers aren't working

2003-09-12 Thread jason
Kris Kennaway wrote:

On Fri, Sep 12, 2003 at 04:41:05PM -0400, jason wrote:
 

Has anyone with a nforce2 board got the agp working?
   

This driver is supported by nvidia, not FreeBSD.

Kris
 

Acutaully nvidia only supports linux for seperate chipset drivers, and 
thats with a patch.  If I had a nvidia graphics card I could use the 
nvidia drivers.  The only way to have 3d on freebsd with a nonnvidia 
card is if someone writes a driver.  Matthew N. Dodd made a good try, 
but there is something wrong with the drivers; at least I think so.  
That is why I would like to know if anyone has a working board, then I 
would know it's just me or my system and not the driver code.
Thanks,
Jason



from /usr/src/sys/pci/agp_nvidia.c
/*-
* Copyright (c) 2003 Matthew N. Dodd <[EMAIL PROTECTED]>
* All rights reserved.
*
* $FreeBSD: /repoman/r/ncvs/src/sys/pci/agp_nvidia.c,v 1.2 2003/08/23 
19:32:18 mdodd Exp $
*/

/*
* Written using information gleaned from the
* NVIDIA nForce/nForce2 AGPGART Linux Kernel Patch.
*/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: nforce 2 drivers aren't working

2003-09-12 Thread Kris Kennaway
On Fri, Sep 12, 2003 at 04:41:05PM -0400, jason wrote:
> Has anyone with a nforce2 board got the agp working?

This driver is supported by nvidia, not FreeBSD.

Kris


pgp0.pgp
Description: PGP signature


nforce 2 drivers aren't working

2003-09-12 Thread jason
Has anyone with a nforce2 board got the agp working?  I have been trying 
on my machine with the new driver /usr/src/sys/pci/agp_nvidia.c.  When I 
load it as a module or compile it in I have problems.  The cml is fine.  
When I start gnome or X the system freezes with a black screen, there is 
hard drive activity, and no response to keyboard input.  I'm trying to 
rewrite the driver, but this is my first time at writting a driver.  Any 
experiencies anyone has had would be helpful, and I can post any info 
anyone else thinks is relevent.
Thanks,
Jason

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"