PDA

View Full Version : FreeBSD 5 & NVidia Video driver


StewartLai
10-18-03, 04:52 PM
I am new to FreeBSD Linux......
Wound any one help me with the GUNZIP error:

GUNZIP NVIDIA-FreeBSD-x86-1.0-4365.tar.gz

I get:
invalid compressed data--format violated

I downloaded directly from my newly installed FreeBSD 5.0
using FTP.

Any suggestions, syntax error?

Please advise! Thanks!

Stewart

euan
10-18-03, 05:16 PM
Short answer...

wrong forum, broken zip look for a mirror.

Oh, and it's "FreeBSD". I don't think linux has anything to do with it?

cgull
10-19-03, 12:43 PM
tar xvzf NVIDIA-FreeBSD-x86-1.0-4365.tar.gz


Rather than downloading use the port.


cd /usr/ports/x11/nvidia-driver/
make install clean


or if you have portinstall...


portinstall nvidia-driver


Make sure you read every line of the INSTALL instructions.

-----------------------

Cam