Well, I'm not an NVIDIA expert. Where are they when you need them? I know you guys are out there hiding. C'mon, give this guy some advice.

But it does tell me a few things:
The "taints kernel" thing is nothing to worry about, it's just the tree-hugging FOSS brigade's way of saying it's a closed-source driver (closed-source = bad

; open-source = good

).
It's telling you that the GPU it detects in your PC is the NVIDIA GeForce FX Go5200 32M/64M and that you need to use the NVIDIA legacy driver version 173.14.xx, and that you can't use the 195.36.24 NVIDIA driver because that driver does not work with your model of GPU.
So, you need to install the package x11-drivers/nvidia-drivers-173.14.27#2.6.35-sabayon and uninstall the package
x11-drivers/nvidia-drivers-256.53#2.6.35-sabayon (and any other version of nvidia-drivers that you find installed on your PC).
BTW, this is an NVIDIA issue, not a SL issue. You just happen to have a GPU that the latest NVIDIA driver does not support.
I've lost track of where you're at. If I recall correctly you've installed SL to your HDD, right? Can you get to a desktop (whether it's under the VESA driver or not)? If not, use Ctrl-Alt-F1 or -F2 up to -F6 to get to a console (ASCII terminal screen). Log-in as "root" (no quotes) with the root user's password. Then work your way through the procedure in the SL Wiki article
Fresh Install - What to do?. Then, still as root user, enter the command:
- Code: Select all
equo search nvidia-drivers
to see what is and what is not installed. If some of it scrolls off screen, just use the
less command as follows and press the Space bar to page through it and Q to quit:
- Code: Select all
equo search nvidia-drivers | less
Write down the packages that you want to install and uninstall from that list. Then install the one you want:
- Code: Select all
equo install nvidia-drivers-173.14.27#2.6.35-sabayon
and uninstall the ones you don't want:
- Code: Select all
equo remove <whatever>
Then you've got to do the eselect thing but this time select nvidia rather than xorg-x11 'cause you're going to be using a closed-source driver rather than one of X.Org's open-source drivers. And check the other things I've told you in previous posts and that AMD/ATI post in case I've forgotten something (like having to edit the /etc/X11/xorg.conf file, for example

). If you need to edit anything, use the nano command like so:
- Code: Select all
nano /etc/X11/xorg.conf
The nano editor will display the main commands at the bottom of the screen. You should be able to work out how to use it with little trouble.
Don't reboot until you've gone through the whole process.
EDIT (Oct. 7, 2010 00:41 BST): BTW, to reboot as root user from the command line, you just need to use the command:
- Code: Select all
reboot