Find the answer to your Linux question:
Results 1 to 2 of 2
Hello. I'm running a pc with dual boot windows7/suse. I'm trying to install my NVIDIA video driver but keep getting the error message that an X-Server is running. I am ...
  1. #1
    Linux Newbie
    Join Date
    Jun 2009
    Posts
    111

    How do I stop a KDE X-server

    Hello. I'm running a pc with dual boot windows7/suse.

    I'm trying to install my NVIDIA video driver but keep getting the error message that an X-Server is running. I am assuming that would be my desktop.

    How do I stop an X-Server in KDE? I think I know how it is done in Gnome.

    take care.

  2. #2
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    The best thing to do is switch to a virtual terminal. You can switch to one using CTRL+ALT+F1 and switch back using CTRL+ALT+F7.

    You will completely lose your graphical user interface when you stop the X server, so make sure you're comfortable doing what you need to do on the command line. Log in first, then enter your root password when prompted by su
    Code:
    su -
    /etc/init.d/xdm stop
    To restart it afterwards use
    Code:
    /etc/init.d/xdm start

Posting Permissions

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