Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Oct 2007 18:55:09 +0300
From:      Alex Kozlov <spam@rm-rf.kiev.ua>
To:        freebsd-ports@freebsd.org, "Carlos A. M. dos Santos" <unixmania@gmail.com>
Subject:   Re: Proposition: make x11/nvidia-driver independent of misc/compat5x
Message-ID:  <20071027155509.GA34300@ravenloft.kiev.ua>

next in thread | raw e-mail | index | archive | help
On Sat, Oct 27, 2007 at 11:33:46AM -0200, Carlos A. M. dos Santos wrote:
> Hello,
> 
> Using the patch below it is possible to make x11/nvidia-driver
> independent of misc/compat5x, by means of some library mapping. I did
> this successfuly on 6.x but still did not test on 7.x. I would like to
> hear some comments before submitting a PR with a change request.
I think this is more correct variant:

$cat /etc/libmap.conf
#nvidia-driver
[/usr/local/lib/libGL.so.1]
libm.so.3       libm.so.4

[/usr/local/lib/libXvMCNVIDIA.so.1]
libc.so.5       libc.so.6

[/usr/local/lib/libXvMCNVIDIA_dynamic.so.1]
libc.so.5       libc.so.6

[/usr/local/lib/libnvidia-cfg.so.1]
libm.so.3       libm.so.4

[/usr/local/lib/xorg/modules/libwfb.so]
libm.so.3       libm.so.4
librpcsvc.so.2  librpcsvc.so.3


--
Adios



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