2006-02-23 15:26:10 +00:00
|
|
|
|
2006-03-30 16:19:32 +00:00
|
|
|
README for nvidia 1.0-8178+
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
|
2006-11-15 18:16:28 -06:00
|
|
|
|
2006-02-23 15:26:10 +00:00
|
|
|
*** NOTE for nvidia with udev ***
|
|
|
|
|
|
|
|
If using udev, add your user to the "video" group to be able to
|
|
|
|
use the nvidia devices required for 3d to function properly.
|
|
|
|
|
|
|
|
|
2007-06-07 13:35:46 -05:00
|
|
|
*** NOTE for users of legacy hardware ***
|
|
|
|
|
|
|
|
Before installing this port, take a look at the Legacy GPU list on
|
|
|
|
nvidia's site: http://www.nvidia.com/object/IO_32667.html
|
|
|
|
|
|
|
|
If your hardware is supported by either the 1.0-96xx or 1.0-71xx
|
|
|
|
driver series, install the corresponding port instead of this one.
|
|
|
|
|
|
|
|
|
|
|
|
|
2006-02-23 15:26:10 +00:00
|
|
|
POST-INSTALL
|
|
|
|
|
2006-03-30 16:19:32 +00:00
|
|
|
Use opt/gl-select from ports to select the correct gl/glx
|
|
|
|
libraries and extensions like so:
|
|
|
|
|
|
|
|
# gl-select nvidia
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
POST-REMOVE
|
|
|
|
|
2007-07-04 10:59:59 -05:00
|
|
|
Use opt/gl-select from ports to revert to the xorg gl/glx libraries
|
2006-03-30 16:19:32 +00:00
|
|
|
and extensions like so:
|
|
|
|
|
2007-07-04 10:59:59 -05:00
|
|
|
# gl-select xorg
|
2006-03-30 16:19:32 +00:00
|
|
|
|
|
|
|
|
|
|
|
When UPGRADING/DOWNGRADING the nvidia port (where the version changes),
|
2007-07-04 10:59:59 -05:00
|
|
|
use gl-select to revert to xorg and then re-select nvidia in order to
|
2006-03-30 16:19:32 +00:00
|
|
|
refresh the libGLcore and libGL symlinks, like so:
|
|
|
|
|
|
|
|
# prt-get update nvidia
|
2007-07-04 10:59:59 -05:00
|
|
|
# gl-select xorg; gl-select nvidia
|
2006-03-30 16:19:32 +00:00
|
|
|
|