e23a
![]() |
|
|
|
|
|||||||
| X.Org X.Org on FreeBSD installation & configuration. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I recieved this error when attempting to install the new Nvidia blob.
Here's the whole story: In anticipation of wanting to make use of the Linux OpenGL that the Nvidia driver natively supports. I echoed linux_enable=\"YES\" >> /etc/rc.confthen # kldload linuxthen proceeded by installing emulators/fedora_base-f10 then installing the xorg server. And finally unpacking the Nvidia blob version 195.36.24. Following the instructions provided for FreeBSD @ Nvidia: as root # cd unpacked-nvidia-driverthen # make installwhich resulted in make success, but install failure: install: /usr/X11R6/lib/modules/drivers: No such file or directory Not sure what went wrong, but the drivers directory exists in /usr/local/lib/xorg/modules But I think a symlink was supposed to be made in the X11R6 tree. Not sure how best to proceed. Anyone have any thoughts/suggestions? Thank you for all your time and consideration.
__________________
8.1-PRERELEASE/amd64 | AMD PhenomII X3 440 | MSI 880GMA-E45 | NVIDIA G98 (8400 GS) |
|
#2
|
|||
|
|||
|
Whoo hoo! That did it - well, almost.
Here's the answer, the variable: Code:
.if !defined(X11BASE) X11BASE= /usr/X11R6 Nvidia-driver-dir/xll folder. eg; xll/bin x11/driver x11/extension x11/man to: Code:
.if !defined(X11BASE) X11BASE= /usr/local # make installfrom the root of the freshly extracted Nvidia-driver-dir. ![]() Thanks again for your responses!
__________________
8.1-PRERELEASE/amd64 | AMD PhenomII X3 440 | MSI 880GMA-E45 | NVIDIA G98 (8400 GS) Last edited by DutchDaemon; December 8th, 2011 at 04:05. |
|
#3
|
|||
|
|||
|
OK Forgot to include:
Nvidia-driver-dir/lib So the Makefile contained there-in ALSO needs to read: Code:
.if !defined(X11BASE) X11BASE= /usr/local # cd <Nvidia-driver-dir> # make -DX11BASE=/usr/local installBut that would have been too easy. ![]() Hope this might help others! Best wishes.
__________________
8.1-PRERELEASE/amd64 | AMD PhenomII X3 440 | MSI 880GMA-E45 | NVIDIA G98 (8400 GS) Last edited by DutchDaemon; December 8th, 2011 at 04:06. |
|
#4
|
|||
|
|||
|
Dang, this
Code:
# make -DX11BASE=/usr/local install Guess I'll do it the long way. Cheers. |
|
#5
|
||||
|
||||
|
Use the port, x11/nvidia-driver. Change the version numbers in the port's Makefile if you want.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
| The Following User Says Thank You to SirDice For This Useful Post: | ||
rianav (December 9th, 2011) | ||
|
#6
|
|||
|
|||
|
Much thanks. I will consult the Makefile.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] ldconfig: /usr/lib/aout: No such file or directory | Kiiski | General | 3 | December 1st, 2010 18:07 |
| [Solved] cups error while loading shared libraries: /usr/lib/libcups.so.2: ELF file OS ABI inv | da1 | Peripheral Hardware | 2 | August 28th, 2010 16:06 |
| [Solved] /libexec/ld-elf.so.1: /usr/local/lib/libintl.so.8: unsupported file layout | rnejdl | Installation and Maintenance of FreeBSD Ports or Packages | 3 | April 1st, 2010 21:55 |
| Fatal error 'Cannot create kernel pipe' at line 284 in file /usr/src/lib/libc_r/uthre | Mehti | System Hardware | 7 | January 31st, 2010 08:16 |
| /usr/src/sys : No such file or directory | eugene210682 | Installing & Upgrading | 3 | March 4th, 2009 11:33 |