I'm trying to setup my nvidia drivers and have been following the handbook, I have installed xorg and enabled
It says:
When I did that I got this response:
This makes me wonder if I am setting it to an old version. Am I doing this right, or is the handbook out of date? How do I know the right number to set it to?
Code:
linux_enable="YES"
It says:
The emulators/linux_base-c6 package or port is the easiest way to install a base set of Linux® libraries and binaries on a FreeBSD system. To install the port:
Code:# printf "compat.linux.osrelease=2.6.18\n" >> /etc/sysctl.conf # sysctl compat.linux.osrelease=2.6.18 # pkg install emulators/linux_base-c6
When I did that I got this response:
Code:
# sysctl compat.linux.osrelease=2.6.18
compat.linux.osrelease: 2.6.32 -> 2.6.18
This makes me wonder if I am setting it to an old version. Am I doing this right, or is the handbook out of date? How do I know the right number to set it to?
Last edited by a moderator: