@scorps
If you really need a working Nvidia + Xorg setup, you can try this, but I don't recommended (since most of the time I get the impression you don't know what you're doing).
After some testing, this helped recover one of my broken Sid boxes,
Add Experimental sources to your sources.list (usually etc/apt/sources.list, but may be different depending on your distro)
Then exit your desktop (Ctrl+Alt+F1) and go to root (su) and then
CODE
init 3
and then;
CODE
apt-get update
apt-get install xserver-xorg-core -t experimental
apt-get dist-upgrade
then;
CODE
apt-get install --reinstall nvidia-glx
and then exit;
CODE
init 5 && exit
If everything works, remember to remove the experimental sources from your rources.list
Important: Like I said, I do not recommend this method for most people, and so far only those with affected Sid/Unstable/Aptosid/Grml have applied this, and I can't vouch for a Testing-based setup. Remember, Experimental is like an angry Egyptian mob.... things can get very dangerous in the blink of an eye.
If your computer explodes, it's not my problem.If you're afraid, install Ubuntu .... or Windows.This post has been edited by G-17: Feb 8 2011, 09:40 PM