ERROR: You appear to be running an X server; please exit X before installing. For further details, please see the section INSTALLING THE NVIDIA DRIVER in the README available on the Linux driver download page at www.nvidia.com. |
пробовал так:
Hit CTRL+ALT+F1 and login using your credentials.
kill your current X server session by typing sudo service lightdm stop or sudo stop lightdm
Enter runlevel 3 by typing sudo init 3 and install your *.run file.
You might be required to reboot when the installation finishes. If not, run sudo service lightdm start or sudo start lightdm to start your X server again.
kill your current X server session by typing sudo service lightdm stop or sudo stop lightdm
Enter runlevel 3 by typing sudo init 3 and install your *.run file.
You might be required to reboot when the installation finishes. If not, run sudo service lightdm start or sudo start lightdm to start your X server again.
не помогло
и так
# To stop:
sudo init 3
# To resume:
sudo init 5
Though I'm not 100% sure that'll work on Ubuntu, IIRC they moved away from init. On Ubuntu, try this (replace gdm with kdm/slim/whatever display manager you use):
# To stop:
sudo service gdm stop
# To start:
sudo service gdm start
I'm pretty sure that stops the whole X session
Less cleanly, you could just kill them:
sudo killall /usr/bin/X
и даже так:
Code:
sudo kill 1195
made me exit to the log in screen and i had to log back in.
edit 3:
Ok wow solved this my self. Here's how I did it:
1. open gnome (CTRL + ALT + F3)
2. log in as your user
3. run "sudo init 3"
4. switch to root ("sudo -i" or "sudo su root")
5. cd to the directory containing the .run file
6. sh NVIDIA.run (where NVIDIA.run is the name of the .run file)
7. after completing the prompts, enter "reboot"
Вообщем при вводе этой --sudo service lightdm stop и этой --sudo service gdm stop команды - lightdm не определен?
может в Rose подругому? как отключить этот X server/ таки помогите