If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
I am trying to install Nvidia Drivers for my 8800GTS and with that I have to be out of xserver and logged into root.
How the heck do I get in to root on Kubuntu 7.04?
You can start a root terminal session (effectively logging in as root) with the command:
Code:
sudo -s
followed by your password.
If you need to log in as root outside X, hit Ctrl+Alt+F1 log in as user and issue command 'sudo -s'...if you need to kill the X server, use '/etc/init.d/kdm stop' (as root).
You can restart the X server with '/etc/init.d/kdm start' (as root).
Comment