Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jul 2007 21:59:54 +0200
From:      Rainer Hurling <rhurlin@gwdg.de>
To:        Harald Schmalzbauer <h.schmalzbauer@omnisec.de>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Nvidia-driver and current lead system reboot with	no	error	message
Message-ID:  <469536BA.5090306@gwdg.de>
In-Reply-To: <200707111903.53790.h.schmalzbauer@omnisec.de>
References:  <468345F2.1060209@freebsd.org> <46838649.3060405@freebsd.org>	<46839A99.3030805@freebsd.org> <200707111903.53790.h.schmalzbauer@omnisec.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Hallo Harry,

for version 100.14.11 (after unpacking the tarball) I had to make four 
changes before I had been able to install:

1. set environment variable 'X11BASE' to '/usr/local'

2. Delete lines 24-26 in 'src/nv-freebsd.h' (test for FreeBSD version 
 >=70000)

3. Change '${X11BASE}/lib/modules[...]' to 
'${X11BASE}/lib/xorg/modules[...]' in Makefiles under 
x11/[driver,extension,lib]

4. Change '/usr/X11R6/lib/modules[...]' to 
'/usr/local/lib/xorg/modules[...]' in 'doc/html/appendix-b.html'


Don't forget to delete any installed x11/nvidia-driver* port before 
installing this new driver version.

Hope this helps,
Rainer



Harald Schmalzbauer schrieb:
> Am Donnerstag, 28. Juni 2007 schrieb Daichi GOTO:
>> Daichi GOTO wrote:
>>> speconly@post.ru wrote:
>>>> On Thu, Jun 28, 2007 at 02:24:02PM +0900, Daichi GOTO wrote:
>>>>>  current (Jun 27 2007) and nvidia-driver (GeForce 7300 GT) lead
>>>>>  system reboot 3d feature used without some error messages,
>>>>>  for example, beryl leads reboot, glxinfo too, and something
>>>>>  like that. 2D features work looks fine.
>>>>>
>>>>>  Have someone any idea?  Thanks.
>>>> Updating driver to something 100.14.xx didn't solve this?
>>> yeah, alright. 100.14.xx is new nvidia-drvier number.
>>>
>>>   http://www.nvidia.com/object/unix.html
>>>
>>> have you installed manually? or make a new port to install? ;)
>> I have tried 100.14.11 and it works great fine :) Thanks!
> 
> It doesn't compile for me. 
> The #error in nv-freebsd.h was not that problem, but some pci code breaks.
> Have you had the same error and some workarround? Could you please tell me 
> your patch?
> 
> Thanks,
> 
> -Harry





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?469536BA.5090306>