Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi all,
I am running Debian 'testing'
I have downloaded a driver for my NVidia Gforce 7 series graphics card:
NVIDIA-Linux-x86-1.0-9746-pkg1.run
However, when I run
sh ./NVIDIA-Linux-x86-1.0-9746-pkg1.run
I got the error that I am running X session, and I need to quit it
first. Fair enough, it seems logical, however, how am I supposed to
exit it to run the installation program.
You can log out, switch to a virtual terminal, log into the terminal and switch to the "Full Multiuser with Network" init level. I think that debian might use different run level than the distro I use. If you don't know which one to use, look in your /etc/inittab file:
Code:
# runlevel 1 is Single user mode
# runlevel 2 is Local multiuser without remote network (e.g. NFS)
# runlevel 3 is Full multiuser with network
# runlevel 4 is Not used
# runlevel 5 is Full multiuser with network and xdm
This is for SuSE, Redhat, Mandriva, etal. Slackware and maybe debian might be different. In my case, I would enter "sudo /sbin/init 3".
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.