I tried to stop X so I could install graphics drivers. First I tried with killall -9 X but X server just restarted. Then I tried init 3 but that didn't closed X. How do I close it?
|
feedback
|
|
Just stop (as root) the process that respawns the X server:
(yes, this is xdm even though you might be using something totally different) | |||||
feedback
|
|
Press Ctrl+Alt+F1 to get to the tty where the X server is running from and then Ctrl+C to kill the server. Alternately, if X started an xterm for you, run top and find the PID of the process named "X". Then press k, enter the PID, press enter, press 2 and then enter at the "Kill with signal" prompt, and there you go. This will also work if your keyboard drivers are not set up correctly and therefore no input is accepted, you just have to use ssh to login over then network. Alternately, press Ctrl+Alt+Backspace (this will only work with some configurations). | |||||
feedback
|
|
If you're booting with Grub, you can reboot & enter just the number 3 as a boot option, and it should boot into init level 3. I'm sure you can do this with the other boot loaders, but I haven't used anything but Grub in a while. | |||
|
feedback
|
|
If X starts automatically during boot, and you can't get X to stop, you can:
| |||
|
feedback
|
|
If you don't can stop x. Then you could change driver name "vesa" or "nv" for "master of linux". This will crash you xorg.conf. Now, reboot your pc. Login and install with sudo sh Nvidia-Linux-x86-195.30-pkg1.run And automatically configure your new xorg.conf. Reboot again, and problem resoult. Im sorry my English. I don's speak very well. Im spanish from Buenos Aires, Argentina. I have same problem and resolv to this way. | |||
|
feedback
|