Nvidia
From FreeBSDwiki
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
− | '''nvidia''' is the FreeBSD port of the nvidia graphics driver. It is found in /usr/ports/x11/nvidia. | + | '''nvidia''' is the FreeBSD port of the nvidia graphics driver. It is found in /usr/ports/x11/nvidia-driver. |
+ | |||
+ | To activate the nvidia driver in X after installing this port, change the nv (or vesa, etc.) in the Device section to nvidia. | ||
+ | You can also run X -configure to let xorg figure it out its own. You might want to add the DefaultDepth directive to the screen section, otherwise you will have only 256 colors. | ||
+ | |||
see also: [[installing ports]] | see also: [[installing ports]] | ||
[[Category:Ports and Packages]] | [[Category:Ports and Packages]] |
Revision as of 07:53, 15 August 2005
nvidia is the FreeBSD port of the nvidia graphics driver. It is found in /usr/ports/x11/nvidia-driver.
To activate the nvidia driver in X after installing this port, change the nv (or vesa, etc.) in the Device section to nvidia. You can also run X -configure to let xorg figure it out its own. You might want to add the DefaultDepth directive to the screen section, otherwise you will have only 256 colors.
see also: installing ports