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.
If you have copied text output that contains formatting (colors, highlighting, etc.), please do not enclose it in QUOTE or CODE tags. Just right-click your mouse and choose "Paste Without Formatting" or similar (Paste as plain text).
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