Page 1 of 1

Re: VGA Drivers: How To Replace?

Posted: Sun Jan 20, 2019 11:37 pm
by NevilleGoddard
Hi and welcome to GhostBSD.
The Nvidia drivers should just work.
After installing drivers did you run the command

nvidia-xconfig

?


Do you have an xorg.conf file?

Try
pkg delete nvidia-driver

pkg ins nvidia-driver-340

Then edit rc.conf to load the driver at boot time
Put in the kld_list section

nvidia

Then run

nvidia-xconfig

Reboot.

That should work

Re: VGA Drivers: How To Replace?

Posted: Mon Jan 21, 2019 2:26 am
by NevilleGoddard
I forgot to mention you need to reboot. :)