Hi, and welcome to the Sabayon community.
Because we're running latest Xorg-server (1.11.4), i suggest to first check on nvidia's website if you have a Legasy card., 'cause Legasy cards doesn't work well with newest Xorg. See website:
http://www.nvidia.com/object/IO_32667.htmlIf you DO have a Legasy card, you would be better off installing the "nouveau" drivers.
as root, in a terminal:
- Code: Select all
equo install x11-drivers/xf86-video-nouveau
If you don't appear to have a Legasy card, it's safe to install latest Nvidia drivers.
The drivers have to match your Kernel., though,
and the easiest way to achieve this, is to install latest drivers, and let Entropy (our Package manager) know
you want to install latest drivers, matching your kernel.
as root, in a terminal:
- Code: Select all
equo install nvidia-drivers#`uname -r`
("uname -r" shows current, active kernel, and combined with "equo install" command, it installs latest nvidia-drivers, matching your kernel...)
And of course, if you want to customize the settings, like Jomiel said, just install the package "nvidia-settings"
once again, as root, in a terminal:
- Code: Select all
equo install media-video/nvidia-settings