Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: How to exit X Server?

  1. #1
    Join Date
    Jul 2008
    Location
    USA
    Beans
    94

    How to exit X Server?

    HELP!! I searched all over and I can't find a working solution to exit it.
    I'm trying to install NVIDIA drivers for my 1-year old HP Pavillion dv9000 with kubuntu on it. It has a nvidia GeForce Go 7600 (ooga ooga) and why I need these drivers are because Blockland v9 won't start. Yet this isn't a virtual machine.

  2. #2
    Join Date
    Jun 2008
    Location
    England
    Beans
    2,568

    Re: How to exit X Server?

    Do you mean reboot? you could try from terminal

    Code:
     sudo shutdown -r now

  3. #3
    Join Date
    Jul 2008
    Location
    USA
    Beans
    94

    Re: How to exit X Server?

    Quote Originally Posted by tuxxy View Post
    Do you mean reboot? you could try from terminal

    Code:
     sudo shutdown -r now
    It still gives me the same ol' error.

    Quote Originally Posted by console
    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

  4. #4
    Join Date
    Feb 2007
    Location
    Germany, Nuremburg
    Beans
    1,019
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: How to exit X Server?

    Code:
    sudo /etc/init.d/gdm stop
    Note: You will be restricted to an environment ala <STRG><ALT><F1>

    EDIT:
    for kubuntu you should use this one:
    Code:
    sudo /etc/init.d/kdm stop
    ... put your money where your mouth is ...
    stop sustaining Microsoft (and its pet named Apple)!
    Use the Thanks-button if you feel like!

  5. #5
    Join Date
    Jul 2008
    Location
    USA
    Beans
    94

    Re: How to exit X Server?

    Quote Originally Posted by soxs View Post
    Code:
    sudo /etc/init.d/gdm stop
    Note: You will be restricted to an environment ala <STRG><ALT><F1>

    EDIT:
    for kubuntu you should use this one:
    Code:
    sudo /etc/init.d/kdm stop
    That got me somewhere, thanks alot, but now I have some kind of gcc compiler version check error.

  6. #6
    Join Date
    Feb 2007
    Location
    Germany, Nuremburg
    Beans
    1,019
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: How to exit X Server?

    post plx, and try to install the gcc stuff:
    Code:
    sudo apt-get install build-essential linux-headers-$(uname -r) gcc-4.2 gcc-4.1
    Use the thank button if you feel like^^

    btw to restart your desktop environment, you may use the command:
    Code:
    /etc/init.d/kdm start
    Last edited by soxs; August 11th, 2008 at 07:09 PM. Reason: Removed accidantly added stuff
    ... put your money where your mouth is ...
    stop sustaining Microsoft (and its pet named Apple)!
    Use the Thanks-button if you feel like!

  7. #7
    Join Date
    Jul 2008
    Location
    USA
    Beans
    94

    Re: How to exit X Server?

    Quote Originally Posted by soxs View Post
    post plx, and try to install the multilib stuff:
    Code:
    sudo apt-get install build-essential linux-headers-$(uname -r) gcc-4.2-multilib gcc-4.1-multilib gcc-4.1 gcc-4.2
    Use the thank button if you feel like^^

    btw to restart your desktop environment, you m
    ay use the command:
    Code:
    /etc/init.d/kdm start
    It still doesn't work.


  8. #8
    Join Date
    Feb 2007
    Location
    Germany, Nuremburg
    Beans
    1,019
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: How to exit X Server?

    you may try
    Code:
    sudo apt-get build-dep nvidia-glx-new
    though I am quite clueless what your problem is.

    Can you somehow attach/describe the error output?
    ... put your money where your mouth is ...
    stop sustaining Microsoft (and its pet named Apple)!
    Use the Thanks-button if you feel like!

  9. #9
    Join Date
    Jul 2008
    Location
    USA
    Beans
    94

    Re: How to exit X Server?

    Quote Originally Posted by soxs View Post
    you may try
    Code:
    sudo apt-get build-dep nvidia-glx-new
    though I am quite clueless what your problem is.

    Can you somehow attach/describe the error output?
    How would I? I'm using the same computer as the one that has the problem. However, I might try my other computer...

  10. #10
    Join Date
    Feb 2007
    Location
    Germany, Nuremburg
    Beans
    1,019
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: How to exit X Server?

    Code:
    sudo apt-get install libc6 libc6-dev gcc make binutils module-init-tools
    according to http://de.download.nvidia.com/XFree8...hapter-02.html you need them
    ... put your money where your mouth is ...
    stop sustaining Microsoft (and its pet named Apple)!
    Use the Thanks-button if you feel like!

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •