The Xorg.0.log looked fine from what I could see.
Is it possible that you have a kernel mismatch, eselect kernel list and uname -r match?
Only other thing it could be is xorg.conf, if you could post it would be useful.
Also, do you have nvidia-settings installed? If you open it, will complain about driver issues, possibly offer a solution.
If your /etc/X11/xorg.conf under section device has nvidia as the driver, I think it does because your previous log shows it loading nvidia module. Just double check and be sure.
A check list
eselect opengl list has nvidia with *
uname -r shows the kernel you are booted into
eselect kernel list has a * next to the kernel you are booted in
cat /etc/X11/xorg.conf has nvidia as the driver
If all of this is correct and still does not work
- Code: Select all
equo remove nvidia-drivers
Before rebooting
- Code: Select all
equo install nvidia-drivers
Watch what driver it is installing, for some reason, it may be installing a kernel version different then you are booted into. I have seen this before, sometimes you need to specify the exact driver for your kernel, not just install nvidia-drivers.
If all this fails, I would suspect the xorg.conf and generate or make a new one.