Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2008 19:56:08 -0500
From:      Brodey Dover <pcfxer@rogers.com>
To:        Chuck Robey <chuckr@chuckr.org>
Cc:        ports@freebsd.org, danfe@freebsd.org
Subject:   Re: FreeBSD Port: nvidia-driver-169.07
Message-ID:  <47C75828.1000107@rogers.com>
In-Reply-To: <47C75547.4030102@chuckr.org>
References:  <47C5F7D0.4040803@rogers.com> <47C75547.4030102@chuckr.org>

next in thread | previous in thread | raw e-mail | index | archive | help
So I'm reading your response and thinking, okay I'll do this tomorrow. 
But then you mentioned, "that is not your error...but." I can program, 
what the hey, let's look at the error and see what is up....well I made 
the following changes to nv_freebsd.h lines 337 and 338
/
S032   nv_os_agp_init        (nv_state_t *, void **, U032 *);
S032   nv_os_agp_teardown    (nv_state_t *);

/to

/S032   nv_os_agp_init        (*nv_stack_t *sp*, nv_state_t *, void **, 
U032 *);
S032   nv_os_agp_teardown    (*nv_stack_t *sp*, nv_state_t *);

/I then got a stop because ../../graphics/libGL was already installed, 
feeling redundancy kicking in I decided to give in for a "registered" 
install of the nvidia-drivers, I deinstalled libGL and fired up make 
install from nvidia-driver directory again. After that, the driver 
successfully installed itself and I'm a happy happy camper.

I am running FreeBSD6.3/i386- RELEASE.

Regards,
Brodey Dover

See you all at BSDCan ;).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47C75828.1000107>