On Sun, Nov 05, 2006 at 20:27:14 +0100, Hans-J. Ullrich wrote: > Am Sonntag, 5. November 2006 20:20 schrieb Benjamí Villoslada: > > El Diumenge 05 Novembre 2006 19:37, Hans-J. Ullrich va escriure: > > > 3, Install the package "nvidia-glx" > > > > > > 4. Remove /etc/init.d/kdm, /etc/init.d/gdm and/or /etc/init.d/xdm > > > > > > 5. reboot, it makes sure, TLS ist set correctly > > > > > > 6. Check it, with the command: "startx" at the prompt. > > > > For wheat reason 4th step and not "sudo /etc/init.d/kdm restart" (or gdm > > restart) at 6th step? > > Well, this is just for stesting. So you can see, why something does not > start. > kdm and similar hides the errors. > > With startx you can see them,. Later, when everything works fine, just move > the binaries back.
It is not necessary to remove /etc/init.d/[xgk]dm. Just use CTRL + ALT + F1 to switch to a console, log in, become root and run /etc/init.d/[xgk]dm stop (sudo is also possible, of course) Then, as a normal user (!), run startx and diagnose/fix your problem. When you are done you can shut down X and run /etc/init.d/[xgk]dm start to get your graphical log-in screen back. (Remember to log out from the console after that or append " && exit" to the start command.) -- Regards, Florian