![]() |
Legacy drivers with FreeBSD 6.0 troubles
It seems that make tries to compile libs for Linux compatibility, but it can't install them because I turned Linux binary compatibility off. How can I disable compiling of lib/compat?
Here is the log: Code:
sas# make install |
Re: Legacy drivers with FreeBSD 6.0 troubles
Quote:
I guess that a FreeBSD upgrade (-> 6.2 ?) is responsible of that issue. So, i installed the driver available from the port tree, it works fine but bzflag and other openGL apps freezes. |
Re: Legacy drivers with FreeBSD 6.0 troubles
1 Attachment(s)
@_SAS: does it work if you apply the attached patch?
@David Marec: that sounds like a different problem, 1.0-7184 is missing some changes that went into more recent driver releases to allow installing the driver without the Linux ABI compatiblity environment. |
Re: Legacy drivers with FreeBSD 6.0 troubles
Quote:
Code:
===> x11/driver (install) |
Re: Legacy drivers with FreeBSD 6.0 troubles
@David Marec: at first sight, this looks like it may be related to Xorg 7.x; did you manually upgrade to Xorg 7.x or did this happen as part of the upgrade to FreeBSD 6.2?
|
Re: Legacy drivers with FreeBSD 6.0 troubles
Zander,
Quote:
Code:
$ X -versioni guess that the issue came with the last upgrade to FreeBSD 6.2 |
Re: Legacy drivers with FreeBSD 6.0 troubles
Does /usr/X11R6/lib/modules/drivers exist on your system, then?
|
Re: Legacy drivers with FreeBSD 6.0 troubles
Quote:
Code:
david:~$ ls /usr/X11R6/lib/driver* |
Re: Legacy drivers with FreeBSD 6.0 troubles
David: You need to install the driver with 'make all install X11BASE=/usr/X11R6'.
Zander: I think xorg-server in 6.9 (and before) used to create ${X11BASE}/lib/modules/drivers. Since I switched to xorg-server 1.1.1 (xorg 7.1+), I had to sed 's|lib/modules|lib/xorg/modules' in x11/driver, x11/extension and x11/lib everytime I had to install a new nvidia driver. Hope this helps. |
Re: Legacy drivers with FreeBSD 6.0 troubles
Zander, flz,
I upgraded Xserver from the snapshot port to the 6.9.0 release, installed the fresh nividia 9631 driver port and it did the trick : glxgear and others 3D/OpenGL applications were working. Quote:
But, as i have patched the make files by myself, the installation failed and broke the glx library: «nv_xxxxxxxxxxx» not found. I forced the re-installation of the port driver but the library was still broken. I had to download the driver tgz file and re-install it - using the command line above - to solve the issue. It seems that the port driver does not re-install some libraries. Quote:
|
| All times are GMT -5. The time now is 12:35 PM. |
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©1998 - 2013, nV News.