VGA Drivers: How To Replace?

Post your general questions or comments about GhostBSD here!
Post Reply
User avatar
NevilleGoddard
Developer
Posts: 517
Joined: Thu Dec 22, 2016 10:30 pm
Location: Japan

Re: VGA Drivers: How To Replace?

Post 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
User avatar
NevilleGoddard
Developer
Posts: 517
Joined: Thu Dec 22, 2016 10:30 pm
Location: Japan

Re: VGA Drivers: How To Replace?

Post by NevilleGoddard »

I forgot to mention you need to reboot. :)
Post Reply