LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices


Reply
  Search this Thread
Old 03-15-2015, 01:30 PM   #1
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Smile spelled incorrectly


hi all,
I try to compile (make) the nVidia driver for a GeForce 4200 in FreeBSD...the makefile fails with

Quote:
NVIDIA-FreeBSD-x86-96.43.23.tar.gz is spelled incorrectly
anyone able to help me?
Thanks
Thor
 
Old 03-15-2015, 02:56 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
what about that tar ball name is spelled wrong ?
NVIDIA-FreeBSD-x86-96.43.23.tar.gz


that is a tarbal of the OLD unsupported 96 driver for the antique unsupported GForce 2 and 4 cards from 2001 to 2003

i should KNOW i have a Gforce 2 mx400 from 2001 on a old box


your card is a "GeForce4 Ti 4200" or a "GeForce4 4200 Go " ??????

mind you the 96 driver is restricted to the OLD xorg less that 1.12
newer versions of X11 CAN NOT !!! be used with the 96 driver

http://www.nvidia.com/object/freebsd...23-driver.html


extract the archive
cd into the newly created folder and run "make" as root
did you READ that makefile ?
Quote:
SUBDIR= src \
lib \
x11 \
doc

afterinstall:
@${.CURDIR}/scripts/setup.sh
@${.CURDIR}/scripts/linux.sh
@echo
@echo "Installation of the NVIDIA Accelerated Graphics Driver"
@echo "96.43.23 for FreeBSD is now complete. You can now"
@echo "run the nvidia-xconfig utility to automatically update"
@echo "your X server configuration file. Please see the README"
@echo "for details if you wish to update your X configuration"
@echo "file manually."
@echo

setup: install

.include <bsd.subdir.mk>

Last edited by John VV; 03-15-2015 at 03:09 PM.
 
Old 03-15-2015, 03:10 PM   #3
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766

Original Poster
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
so I'm kinda stuck...
I cannot generate a conf file...maybe it's due to that
edit - of course...X now is clever enough not to need a conf...
Edit 2 - THAT...was not the makefile I had...I'll reboot and try, hang on

Last edited by ButterflyMelissa; 03-15-2015 at 03:25 PM.
 
Old 03-15-2015, 04:40 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
the "Makefile" i posted is directly from the tarbal from the nvidia site ( the link i posted)

also your installed version of xorg HAS!! TO!! BE !!
1.12 or 1.11

1.13 or 1.14 or 1.15 will NOT work

also see the "additional "
Quote:
Note: If you have any questions or problems, you can send an email to freebsd-gfx-bugs@nvidia.com. When emailing freebsd-gfx-bugs@nvidia.com please attach an nvidia-bug-report.log, which is generated by running "nvidia-bug-report.sh".

Pre-Installation Notes: See the README for FreeBSD installation instructions, configuration information, and dependencies.

* If you are using FreeBSD 6.x, you will need to make sure that the 'compat5x' package is installed.
* The 'nvidia-settings' utility can be built from source (available from http://us.download.nvidia.com/XFree8...6.43.23.tar.gz) if the binary included in the 96.43.23.tar.gz package doesn't work (e.g. due to a ports/ library version conflict)."
 
1 members found this post helpful.
Old 03-18-2015, 12:27 PM   #5
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766

Original Poster
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
I"ll need to check that...oh well, the box works (there is a screen, and it lights up woohoo) and I'm not using any 3D on it anyway, would have been great...
 
Old 03-18-2015, 05:18 PM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
i have a ScientificLinux 6 box with a downgraded X11 from 1.15 to 1.12
in order to use the 96 driver for the GF2 card
( or install Sl 5.11)

the same would be true for freebsd

downgrade and lock xorg

but for 2D

just make sure that the xorg.conf has "nv" as the driver
that is the OLD 2d only driver built into the kernel
 
Old 03-20-2015, 01:55 PM   #7
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766

Original Poster
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
...seems a lot of work for a box where no 3D work will be done with anyway, and now, the kernel needs a recompuile, because OSS does not support the current card...maybethis is way out of my league...
 
  


Reply

Tags
freebsd, nvidia, ports



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Invalid command 'CustomLog', perhaps mis-spelled or defined by a module not included filch Linux - Software 2 05-01-2010 04:09 PM
LXer: Open source’s benefits to business spelled out LXer Syndicated Linux News 0 07-10-2007 03:16 PM
cpu incorrectly identified edgjerp Linux - Hardware 3 01-30-2006 04:02 PM
df reporting incorrectly bigtl Linux - General 2 06-23-2005 05:47 AM
to ChasidashHarry (sorry that i probably spelled you name wrong) unimaginative General 23 01-23-2004 08:50 PM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

All times are GMT -5. The time now is 04:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration