Results 1 to 4 of 4
I am running a Windows eXPensive/Red Hat 9.0 dual boot system and I'm trying to get my new copy of WineX to work perfectly. I have a NVidia GeForce 3 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-03-2004 #1Just Joined!
- Join Date
- Jan 2004
- Posts
- 2
How do you stop X?
I am running a Windows eXPensive/Red Hat 9.0 dual boot system and I'm trying to get my new copy of WineX to work perfectly. I have a NVidia GeForce 3 so I downloaded NVidia's Linux drivers. In the readme it tells me to stop X before running the installer. I'm pretty sure that CTRL + ALT + BACKSPACE should do it, but when I do this I get returned to my welcome screen. If you I do this combination once more at the welcome screen the welcome screen reloads. Is there another command I should know about that stops X?
- 01-03-2004 #2
try (at a bash prompt):
and then when you've finnished installing the drivers, do aCode:init 3
Code:init 5
Regards Scienitca (registered user #335819 - http://counter.li.org )
--
A master is nothing more than a student who knows something of which he can teach to other students.
- 01-03-2004 #3Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
To always startup in textmode change default runlevel in /etc/inittab to runlevel 3 instead of 5.
Regards
Andutt
- 01-04-2004 #4Linux Engineer
- Join Date
- Dec 2002
- Location
- New Zealand
- Posts
- 766
has a very simlar effect to init 3 and init 5
service dm stop
service dm start
this will stop then start the display manager service (ie the thign that keeps reloading X when u kill it with c+a+bs)


Reply With Quote
