10f88
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
[ 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. |
|
#2
|
||||
|
||||
|
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. |
|
#3
|
|||
|
|||
|
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 |
|
#4
|
||||
|
||||
|
Why You don't use the port nvidia-driver?
__________________
Where there is a shell, there is the way. Unix Live Free. |
|
#5
|
||||
|
||||
# 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. |
|
#6
|
|||
|
|||
|
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.
|
|
#7
|
||||
|
||||
|
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. |
|
#8
|
|||
|
|||
|
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! |
|
#9
|
||||
|
||||
|
To install Νvidia-driver as @SirDice said use ports.
Code:
cd /usr/ports/x11/nvidia-driver make config make install clean 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 |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |