Announcement

Collapse
No announcement yet.

How to shutdown X Server

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to shutdown X Server

    Using kubuntu 12.10 & Desktop. My Nvidia GForce 550 Ti install isis acting up & I want to reinstall it.
    To do this I need to shut down the X Server. How can I do this?
    Last edited by Bumpalot; Apr 01, 2013, 02:00 PM. Reason: To edit the thread

    #2
    First log out of KDE. At the login screen, hit CTRL ALT F1 to switch to TTY1 and login to your user account in text mode.

    Now you can enter:

    Code:
    sudo service lightdm stop
    That command will shut down the X server so that you can run the Nvidia install script.
    sigpic
    "Let us think the unthinkable, let us do the undoable, let us prepare to grapple with the ineffable itself, and see if we may not eff it after all."
    -- Douglas Adams

    Comment


      #3
      Thanks a bunch!!

      Comment


        #4
        Followed your instructions - am left with terminal command. How do I get back into kubuntu from there??

        Comment


          #5
          Originally posted by Bumpalot View Post
          Followed your instructions - am left with terminal command. How do I get back into kubuntu from there??
          Because you've updated a kernel driver, I'd recommend rebooting - just type the command sudo reboot into the terminal. Assuming all went well with the driver installation, you should boot back up to your usual GUI desktop environment.
          sigpic
          "Let us think the unthinkable, let us do the undoable, let us prepare to grapple with the ineffable itself, and see if we may not eff it after all."
          -- Douglas Adams

          Comment


            #6
            I did not update anything!!
            Here's a recap of what I did:
            First logged out of KDE. At the login screen, hit CTRL ALT F1 to switch to TTY1
            Code:
            sudo service lightdm stop
            At command prompt:
            cd Downloads
            NVIDIA-Linux-x86_64-310.40.run --uninstall (as per NVIDIA-Linux-x86_64-310.40.run documentation)
            Result: NVIDIA-Linux-x86_64-310.40.run - command not found
            Restarted kubuntu.
            Deleted NVIDIA-Linux-x86_64-310.40.run
            Re downloaded NVIDIA-Linux-x86_64-310.40.run from NVIDIA site
            Rebooted & repeated all the same steps as previous.
            Got same results!!
            What am I missing here??

            Comment


              #7
              Did you set the .run file as executable? Also, the command to run a file like that is to precede the filename with a ./ or a sh - so try these commands:

              chmod a+x NVIDIA-Linux-x86_64-310.40.run
              sudo sh NVIDIA-Linux-x86_64-310.40.run --uninstall

              Please Read Me

              Comment

              Working...
              X