10f88 How to install NVIDIA driver - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Ports & Packages > Installation and Maintenance of FreeBSD Ports or Packages

Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software).

Reply
 
Thread Tools Display Modes
  #1  
Old December 5th, 2012, 23:59
veltman veltman is offline
Junior Member
 
Join Date: Nov 2012
Posts: 7
Thanks: 1
Thanked 0 Times in 0 Posts
Default

[ thread created from posts in unrelated topics - DD ]

I downloaded NVIDIA-FreeBSD-x86_64-304.64.tar.gz to my desktop, then extracted it to the desktop, but I can't find out how to install it. Please help.

Please tell me how to install NVIDIA-FreeBSD-x86_64-304.64.tar.gz which I downloaded to my desktop, then extracted to my desktop. My system needs a video driver because I'm only getting 800x600 resolution. I installed FreeBSD-9.0-amd64-dvd1.iso, and nothing since has been easy for me. I finally received good advice on how to get gnome to start automatically on bootup.

Last edited by DutchDaemon; December 6th, 2012 at 13:08.
Reply With Quote
  #2  
Old December 6th, 2012, 00:32
zspider's Avatar
zspider zspider is offline
Member
 
Join Date: Jun 2010
Location: Sturgis, South Dakota
Posts: 243
Thanks: 102
Thanked 51 Times in 31 Posts
Default

To install it, you would:

gunzip NVIDIA-FreeBSD-x86_64-304.64.tar.gz - Decompresses the file.

tar -xf NVIDIA-FreeBSD-x86_64-304.64.tar - Extracts the archive.

cd NVIDIA-FreeBSD-x86_64-304.64, there will be a makefile, so type make config, choose your options, then make install clean. - This compiles the software.
Reply With Quote
  #3  
Old December 6th, 2012, 02:27
throAU throAU is offline
Member
 
Join Date: Jan 2012
Location: Perth, Western Australia
Posts: 561
Thanks: 92
Thanked 78 Times in 72 Posts
Default

Quote:
Originally Posted by veltman View Post
Please tell me how to install the nvidia video driver that I downloaded to my desktop. Its NVIDIA-FreeBSD-x86_64-304.64.tar.gz. I extracted it to the desktop on my FreeBSD-9.0-amd64 system.
Have you un-tarred it and read through the README file?
__________________
I use: FreeBSD, Mac OS X, Windows, Netapp, Cisco UCS, Cisco CUCM, Cisco IOS, Cisco ASA, vSphere 5.1, Cisco ISE, Orion NPM
Reply With Quote
  #4  
Old December 6th, 2012, 02:50
ericturgeon's Avatar
ericturgeon ericturgeon is offline
Member
 
Join Date: Dec 2008
Location: Dieppe NB Canada
Posts: 335
Thanks: 65
Thanked 42 Times in 23 Posts
Default

Why You don't use the port nvidia-driver?
__________________
Where there is a shell, there is the way.
Unix Live Free.
Reply With Quote
  #5  
Old December 6th, 2012, 09:13
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,725
Thanks: 47
Thanked 2,023 Times in 1,862 Posts
Default

# cd /usr/ports/x11/nvidia-driver && make install clean
__________________
Senior UNIX Engineer at Unix Support Nederland
Experience is something you don't get until just after you need it.
Reply With Quote
  #6  
Old December 11th, 2012, 10:25
veltman veltman is offline
Junior Member
 
Join Date: Nov 2012
Posts: 7
Thanks: 1
Thanked 0 Times in 0 Posts
Default NVIDIA driver

After starting my PC to try the suggested commands to install the NVIDIA driver that I downloaded to my desktop, I discovered that the resolution was 1600x1200 instead of 800x600 even though I did nothing that I am aware of to install the NVIDIA driver. Can anybody explain that mystery? Now I would like to install Java, Flash Player, and ActiveX. I doubt that the handbook will help since it failed to help me install the NVIDIA driver.
Reply With Quote
  #7  
Old December 11th, 2012, 10:34
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,725
Thanks: 47
Thanked 2,023 Times in 1,862 Posts
Default

ActiveX is a quintessential Windows technology. It only works on Internet Explorer and nothing else.
__________________
Senior UNIX Engineer at Unix Support Nederland
Experience is something you don't get until just after you need it.
Reply With Quote
  #8  
Old December 11th, 2012, 11:29
stig stig is offline
Junior Member
 
Join Date: Apr 2012
Location: Copenhagen, Denmark
Posts: 3
Thanks: 4
Thanked 1 Time in 1 Post
Default

A google search gave me this: http://www.freebsd.org/doc/en/articl...dia-setup.html

For Java and flash use this link: http://www.freebsd.org/doc/handbook/...-browsers.html

Have a nice day!
Reply With Quote
  #9  
Old December 11th, 2012, 12:27
sk8harddiefast's Avatar
sk8harddiefast sk8harddiefast is offline
Senior Member
 
Join Date: Mar 2010
Location: Athens, Greece
Posts: 1,722
Thanks: 215
Thanked 143 Times in 89 Posts
Default

To install Νvidia-driver as @SirDice said use ports.
Code:
cd /usr/ports/x11/nvidia-driver
make config
make install clean
Now go to /boot/loader.conf (If don't exist create it)
Add this line:
nvidia_load="YES"
__________________
====================================
| -------> UNIX. Live Free Or Die! <-------- |
====================================
You can say: I can't do something because is difficult.
You must say: I tried a lot before say that I can't.
Never Give up.
http://unixsystems.dyndns.org/
I am not an BSD expert. But I really want to help.
Don't afraid to ask me anything. If I can I will help!

Nice wallpapers to make your desktop more hardcore :) ---> http://forums.freebsd.org/showthread.php?t=13416
Reply With Quote
Reply

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Solved] nvidia-driver (from port) 9.0 RC3 won't install mkmitchell X.Org 6 December 22nd, 2011 06:54
install 32bit NVIDIA driver on 64bit PC-BSD grigorovl System Hardware 3 September 26th, 2011 07:20
[Solved] Problem with nvidia driver install. Scotoner X.Org 4 March 26th, 2011 22:49
[Solved] How do you install the CORRECT nvidia-driver? PhenomII X.Org 8 June 7th, 2010 08:43
NVIDIA 5200 - new nvidia driver can't install t4z3v4r3d X.Org 3 December 26th, 2009 21:03


All times are GMT +1. The time now is 07:18.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0