broozar / installDesktopFreeBSD

FreeBSD desktop installer
GNU General Public License v3.0
98 stars 24 forks source link

semi-automatic GPU detection and driver installation beyond Nvidia #1

Closed probonopd closed 3 years ago

probonopd commented 4 years ago

Thanks for making this project.

I think that this (or something like it) should become part of the official FreeBSD installer.

https://github.com/broozar/installDesktopFreeBSD/blob/a33923002deeeecf3510a924264c00fbad04cee3/files/darkmate-installer.sh#L776

Check this out: https://github.com/nomadbsd/NomadBSD/blob/master/config/etc/rc.d/initgfx

NomadBSD was able to boot me into a working Xorg on every machine I tried so far, including Intel and Nvidia.

broozar commented 3 years ago

Thanks for the link. The script now offers a driver selection screen, but I decided against auto detection. I took a good look at their config files though and learned a lot.