![]() |
|
Guides All Guides and HOWTO's. |
![]() |
|
Thread Tools | Display Modes |
|
||||
![]()
FreeBSD's Ports collection contains the official NVIDIA binary drivers for hardware OpenGL rendering in X, using the GLX extensions.The x11/nvidia-driver points to NVIDIA's latest stable driver set.
If you are using a legacy card check NVIDIA's site to see which driver set supports your card and browse the Ports tree for the suitable driver version and install that instead. Bellow are the steps needed to install NVIDIA drivers on i386 FreeBSD: Code:
% su # portsnap fetch update # cd /usr/ports/x11/nvidia-drivers # make config # make install clean # echo 'nvidia_load="YES"' >> /boot/loader.conf # echo 'linux_enable="YES"' >> /etc/rc.conf # echo 'hint.agp.0.disabled="1"' >> /boot/device.hints Now let's proceed by editing /etc/X11/xorg.conf to have it use the NVIDIA driver and add some options to increase performance. Edit /etc/X11/xorg.conf and change the driver value from "nv" to "nvidia": Code:
Driver "nvidia" Code:
Option "RenderAccel" "True" Option "NoRenderExtension" "False" Option "NoFlip" "False" Option "UseEdid" "True" Option "NvAGP" "1" Code:
# echo "hw.nvidia.registry.EnableAGPSBA=1" >> /etc/sysctl.conf # echo "hw.nvidia.registry.EnableAGPFW=1" >> /etc/sysctl.conf Code:
# reboot Code:
x11/nvidia-settings x11/nvidia-xconfig http://www.freebsd.org/doc/en/books/handbook/x11.html /usr/local/share/doc/NVDIA_GLX-1.0/
__________________
BSD and Linux tips and tutorials: Blog Linux/BSD: sharing experiences |
|
||||
![]()
Thanks for the inputCarpetsmoker.
Yeah those are default settings. I just figured they were important enough to have on xorg.conf as remainder not to change them.
__________________
BSD and Linux tips and tutorials: Blog Linux/BSD: sharing experiences |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Strange FreeBSD Issues (USB/Nvidia Drivers) | bjstick | FreeBSD Installation and Upgrading | 9 | 10th April 2017 10:57 AM |
HOWTO: Install and setup MLDonkey on FreeBSD | tangram | Guides | 0 | 7th January 2009 05:13 PM |
FreeBSD NVidia driver installation | maxrussell | FreeBSD Ports and Packages | 44 | 15th July 2008 10:39 PM |
HOWTO: Always install an up-to-date port | chris | Guides | 8 | 28th May 2008 11:53 AM |
PAE and official Nvidia drivers | rubenerd | FreeBSD General | 2 | 20th May 2008 10:53 PM |