Quote:
i'm just another windows newbie...
|
No need to apologise. Many us were, once
Quote:
I'm indeed trying to issue this command in GUI, but why should that be a problem?
|
Because the GUI doesn't run in runlevel 1
So your login ceases to exist when you switch to runlevel 1
You don't need to be in runlevel 1 to install (eg the NVIDIA) drivers, you just need to stop / start X (
much faster than rebooting) like this:
alt+ctrl+f1
Login as yourself.
Become root
Code:
sudo -i #If you are using a distro that uses sudo
su - #If you are using a distro that uses su
Now stop X:
For Gnome users:
Code:
etc/init.d/gdm stop
For KDE users:
Code:
etc/init.d/kdm stop
Your terminal may disappear. Get back to it with alt+ctrl+f1
Install the driver
Restart X:
For Gnome users:
Code:
etc/init.d/gdm start
For KDE users:
Code:
etc/init.d/kdm start
You'll be dumped at the GUI login if all has gone well. So go back to alt+ctrl+f1 and logout
exit (from being root)
exit (logout)
Now go back to your GUI with alt+ctrl+f7
alt+ctrl+f1-f6 are terminals alt+ctrl+f7 and up are GUIs (and, yes, you can have them
all open and running at the same time, but you can only
see one of them at a time)
Next time, please tell us your distro & KDE / Gnome / whatever, it saves me typing.