Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I am running Fedora 10 and trying to install the NVIDIA Driver GeForce 8700M Video Card on my Toshibia Laptop. I have the correct NVIDIA driver software to do this but the installation program tells me that because I am running an X Server it cant install the driver. Could someone please tell me how to turn off this X-Server?
Last edited by kuwaitikid; 11-13-2009 at 05:04 AM.
trist007
X-Server is the gui desktop you are running.
No the X-server in NOT the gui desktop, that would be the Window Manager ie. KDE, Gnome, Fluxbox. The X-server allows the WM to work. They are two separate things but work together, you can run X-server session without the use of a WM but you can't run a WM without a X-server session running.
kuwaitikid
Fallow reply #3 to stop the X-server from running.
Last edited by mrrangerman; 11-13-2009 at 07:49 AM.
Reason: add info
I tried running Telinit 3 command as "Root" and my video display breaks up and freezes. Below is the error message that the NVIDIA Driver installation program returns:
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.
While in your Desktop environment press Ctrl+Alt+F1 this will put you in a command console, at the prompt log in as root, confirm with root passwd. Once logged in run the command
Code:
telinit 3
Now cd to the directory containing the Nvidia driver you downloaded and run it.
try repeatedly pressing ctrl+alt+backspace, eventually X will tell you it will restart in [X] amount of time, then you can quickly run your script, I think my X gives me 2minutes which should be enough time, alternatively I believe you can boot into a different runlevel by changing grub options which will take out the GUI. try modifying the grub at boot time rather than doing it by changing grub.cfg or menu.lst because this way changes are lost by next boot
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.