| Sabayon This forum is for the discussion of Sabayon Linux. |
| 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
05-02-2010, 06:22 PM
|
#1
|
|
LQ Newbie
Registered: May 2010
Posts: 24
Rep:
|
How to install Nvidia driver/kill X server
I just installed Sabayon, its the Gentoo 2.0.1 version...
I've installed the nVidia driver from the website a thousand times, my problem is that I can't kill the X server on Gentoo/Sabayon. Trying /etc/init.d/xdm stop just kills X and leaves me with a blinking cursor.
I just need to get down to CLI so I can run the binary installer. Suggestions?
|
|
|
|
05-02-2010, 06:49 PM
|
#2
|
|
Guru
Registered: Aug 2005
Posts: 9,519
|
?? how is gdm,xdm,or kdm started in the first place?
as a service or a boot up daemon ?
do you use inittab ( service) or rc.conf ( daemon ) ?
|
|
|
|
05-02-2010, 07:08 PM
|
#3
|
|
Member
Registered: Jan 2008
Location: florida
Distribution: slackware64-current, puppy, ubuntu
Posts: 959
Rep: 
|
|
|
|
|
05-02-2010, 07:55 PM
|
#4
|
|
Guru
Registered: Aug 2005
Posts: 9,519
|
telinit 3 dose not always work
it dose not on my arch install
sometimes one needs to put a " ! " in-front of gdm, or kdm
|
|
|
|
05-02-2010, 07:59 PM
|
#5
|
|
LQ Newbie
Registered: May 2010
Posts: 24
Original Poster
Rep:
|
Init 3, or 5 change nothing. Some of the guys, although rude, are helpful. My system is a little behind the times but I've got it updating and apparently the drivers you can get via equo for nvidia are the same as the nvidia site. I'll post what the outcome is once done.
|
|
|
|
05-03-2010, 09:29 AM
|
#6
|
|
Member
Registered: Sep 2007
Location: Poland
Distribution: Ubuntu 8.04
Posts: 71
Rep:
|
Quote:
Originally Posted by Onoir
Trying /etc/init.d/xdm stop just kills X and leaves me with a blinking cursor.
I just need to get down to CLI so I can run the binary installer. Suggestions?
|
Unless I am deeply mistaken, since you can do "/etc/init.d/xdm stop" you are at CLI, so what's the problem? You can install new driver from within old X session, then restart X. Just be sure to backup your current settings.
Doesn't Sabayon have more virtual terminals than the one with X running? Can't you just switch to them with Ctrl-Alt-F1, -F2,etc.?
|
|
|
|
05-03-2010, 10:17 AM
|
#7
|
|
LQ Newbie
Registered: May 2010
Posts: 24
Original Poster
Rep:
|
Quote:
Originally Posted by dr_agon
Unless I am deeply mistaken, since you can do "/etc/init.d/xdm stop" you are at CLI, so what's the problem? You can install new driver from within old X session, then restart X. Just be sure to backup your current settings.
Doesn't Sabayon have more virtual terminals than the one with X running? Can't you just switch to them with Ctrl-Alt-F1, -F2,etc.?
|
The Nvidia driver downloaded from the site cannot install with any version of X running. Hence, X itself must be stopped and you need to do it at the command line interface only.
However, Sabayon/Gentoo fixed that issue with the following:
Shows you what software they have, then,
Quote:
|
equo install nvidia-drivers
|
Installs the drivers and their dependencies. Which for me, since I accidentally installed the older version of Sabayon took a while. I had to update my whole system.
Little key on that, if you do follow this and it installs around 270 new packages, thats just to be able to use the new drivers, not a full system update. The guys at the Sabayon site were able to get me up and running with:
Quote:
equo update
equo install entropy
equo upgrade
equo conf update
|
It would appear I've got the latest driver installed now via their packages.
|
|
|
|
05-03-2010, 10:38 AM
|
#8
|
|
Member
Registered: Jan 2008
Location: florida
Distribution: slackware64-current, puppy, ubuntu
Posts: 959
Rep: 
|
This may work if you need to stop X. I tried it on my gentoo install and it worked.
Quote:
|
rc-update del gdm default
|
and then reboot. To restart gdm
Quote:
|
rc-update add gdm default
|
and reboot.
|
|
|
|
05-03-2010, 11:19 AM
|
#9
|
|
LQ Newbie
Registered: Jun 2008
Location: Los Angeles, CA USA
Posts: 2
Rep:
|
To kill X, try using ps aux and use kill on the process number
$ ps aux | grep -i /usr/bin/X
Which will return a process number, for example 4340
Then:
$ kill 4340
|
|
|
|
05-06-2010, 11:56 AM
|
#10
|
|
LQ Newbie
Registered: Dec 2007
Posts: 4
Rep:
|
Killing X
Since killing X windows is the problem, in the GUI just type
CTRL>ALT>Backspace
Often this can terminate a balky X session. Good luck -
|
|
|
0 members found this post helpful.
|
05-08-2010, 10:11 AM
|
#11
|
|
LQ Newbie
Registered: Jan 2008
Posts: 8
Rep:
|
I do not know if you are still looking for a solution and hope this will help. Edit your /etc/inittab file and set the boot level to 3 save it then reboot and you would boot to CLI. When you are done just change back the boot level to 5 and reboot.
Hope this sheds some light on your problem.
|
|
|
|
06-16-2010, 06:24 AM
|
#12
|
|
Member
Registered: Apr 2003
Posts: 128
Rep:
|
so you can't Ctrl-Alt-F1 and kill X from there to install from tty1?
|
|
|
|
06-17-2010, 10:31 PM
|
#13
|
|
LQ Newbie
Registered: Dec 2007
Posts: 4
Rep:
|
Sure you can, axoveauvi - if you'd rather do it in bash, just use copperhead's solution above.
|
|
|
|
10-26-2012, 09:30 PM
|
#14
|
|
LQ Newbie
Registered: Dec 2008
Location: New York
Distribution: Arch
Posts: 18
Rep:
|
Quote:
Originally Posted by axobeauvi
so you can't Ctrl-Alt-F1 and kill X from there to install from tty1?
|
i think its ctrl alt f2. and you could do pkill X to kill the X server.
be sure to also Edit etc/X11/xorg.conf and change the Driver option under Device from nv or vesa to nvidia, also ensure the the Load glx line is uncommented in the Module Section
then
# eselect opengl set nvidia
this can be found at http://wiki.sabayon.org/index.php?ti...ing_in_Sabayon
after you reboot try running glxgears in a terminal.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:11 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|