open a terminal and enter as root:
- Code: Select all
equo update
equo install entropy equo --relaxed
equo upgrade
if you have multiple kernels installed, select the correct kernel:
enter:
- Code: Select all
eselect kernel list
looks like this:
- Code: Select all
bwg-inc patrick # eselect kernel list
Available kernel symlink targets:
[1] linux-2.6.39-sabayon
[2] linux-3.0.0-sabayon *
if kernel 3 is not selected (marked with a * at the end)
select it by enter: eselect kernel set 2
im not sure, but did you already installed the nvidia-driver for kernel 3?
if not, enter:
- Code: Select all
equo install nvidia-drivers
and, (if preferred) :
- Code: Select all
equo install nvidia-settings
Run eselect so that the X Server uses the nVidia GLX libraries:
- Code: Select all
eselect opengl list
looks like this:
- Code: Select all
bwg-inc patrick # eselect opengl list
Available OpenGL implementations:
[1] nvidia *
[2] xorg-x11
make sure nvidia is selected.
if not, select it:
- Code: Select all
eselect opengl set 1
Make sure your user is in the video group by typing:
- Code: Select all
gpasswd -a youruser video
(replace 'youruser' with your login name)
you can enter (as root) the following:
- Code: Select all
glxinfo | grep direct
if it says: 'direct rendering: Yes'
than you should have a working nvidia-driver WITH dri/dri2 on kernel 3
restart X
as root, edit /etc/conf.d/hostname :
- Code: Select all
nano -w /etc/conf.d/hostname
change HOSTNAME="localhost"
to HOSTNAME="amd64"
save the file ( CTRL-O or F3) and exit ( CTRL-X or F2)
restart X