I didn't find a working HowTo or Guide for this, so I made one, may it serve you well dear reader.
Starting point:
You have a pc with a 750ti running FreeBSD 12.0-RELEASE. You are now logged in as "root".
Objective:
Getting the 750ti to work properly with the proprietary nvidia-driver. Install KDE5. Boot automatically into the GUI.
Do this:
add linux_enable=„YES“
add nvidia-modeset_load="YES"
And that's it. After boot you should be right in the GUI login screen.
Afterthoughts:
The GPU works well and stable. nvidia-settings is a nice, good looking tool to take a closer look at your GPU in the GUI.
Vulkan support: https://github.com/shkhln/nvshim
Thanks to all the incredible FreeBSD developers for making this beautiful OS possible.
Edit:
Starting point:
You have a pc with a 750ti running FreeBSD 12.0-RELEASE. You are now logged in as "root".
Objective:
Getting the 750ti to work properly with the proprietary nvidia-driver. Install KDE5. Boot automatically into the GUI.
Do this:
freebsd-update fetch ee /etc/rc.confadd linux_enable=„YES“
shutdown -r now pkg install nvidia-driver pkg install nvidia-settings ee /boot/loader.confadd nvidia-modeset_load="YES"
shutdown -r now pkg install xorg pkg install kde5 sddm sysrc sddm_enable=YES sysrc hald_enable=YES sysrc dbus_enable=YES service sddm start shutdown -r nowAnd that's it. After boot you should be right in the GUI login screen.
Afterthoughts:
The GPU works well and stable. nvidia-settings is a nice, good looking tool to take a closer look at your GPU in the GUI.
Vulkan support: https://github.com/shkhln/nvshim
Thanks to all the incredible FreeBSD developers for making this beautiful OS possible.
Edit:
- Replaced
nanowithee - Deleted xorg configuration
- Replaced
rebootwithshutdown -r now - Replaced nvidia-not-supporting-vulkan-on-freebsd-rant with link to nvshim