[ILUG] Help with nVidia drivers install FC2
P at draigBrady.com
P at draigBrady.com
Tue Aug 24 09:32:58 IST 2004
Frank Murphy wrote:
> At 00:21 24/08/2004, Paul Jakma wrote:
>
>> Curious.. everyone who installs this binary only, kernel invading
>> driver, you're all gamers who need 3D right?
>
> No,
>
> need 3d for, Bryce etc.
> Maya being a bit out of the price range
Absolutely. Blender for e.g. uses opengl to draw EVERYTHING.
No messing with gtk/x/ widgets. It's amazing to see how fast it starts
http://download.blender.org/release/Blender2.34/blender-2.34-linux-glibc2.2.5-i386-static.tar.gz
--
Pádraig Brady - http://www.pixelbeat.org
--- Following generated by rotagator ---
rsync really is worth knowing. Here are two common uses.
To only get differences between file on the remote and
local server. For e.g. if you're having problems downloading,
you can run this several times to get the file.
rsync -P rsync://rsync.server.com/path/to/file file
This would copy file1 to file2 at around 1 MByte/s
Think of it as nice for I/O.
rsync --bwlimit=1000 file1 file2
--
More information about the ILUG
mailing list