LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   shutting down X for nvidia install (https://www.linuxquestions.org/questions/linux-general-1/shutting-down-x-for-nvidia-install-331166/)

iXaarii 06-07-2005 06:23 AM

shutting down X for nvidia install
 
in order to install the nvidia video drivers I want to restart X ... I normally do it in a twisted way by configuring that next time X doesn't start on reboot and then back ... but I assume there is a more straight forward way?

phil.d.g 06-07-2005 06:42 AM

to restart X just do ctrl-alt-bksp

if you run in gui mode, that is you get a graphical login prompt it will just restart, otherwise do what you normally do `startx` to fire it up again

reddazz 06-07-2005 06:44 AM

What distro are you using?

JunctaJuvant 06-07-2005 08:25 AM

And if [ctrl-alt-bksp] doesn't work for some reason (e.g. DontZap option in xorg.conf), you can open /etc/inittab in a texteditor and the comments will probably indicate which runlevel to select for "multi-user mode" without X. To switch to this runlevel, execute "init <runlevelnumber>" as root in a terminal (you may need to use the full path: "/sbin/init").
Hope that helps.

iXaarii 06-08-2005 04:14 AM

yes, that was the problem: ctrl-alt-backspace got me back to graphical login .. /sbin/init 3 seems to have worked and with 5 back up. Thanks.


All times are GMT -5. The time now is 12:34 AM.