Find the answer to your Linux question:
Results 1 to 7 of 7
i'm trying to kill my x session to so i can install drivers i downloaded from the nvidia website, i have tried ctrl-alt-backspace it works, but my x server automatically ...
  1. #1
    Just Joined!
    Join Date
    Oct 2005
    Posts
    7

    nvidia installer in debian

    i'm trying to kill my x session to so i can install drivers i downloaded from the nvidia website, i have tried ctrl-alt-backspace it works, but my x server automatically restarts - how do i kill my x session without it restarting, or what's the runlevel for command line only and GUI so i can switch it to command line, install my drivers and then switch it back to GUI.

    Thx

  2. #2
    Linux User Stefann's Avatar
    Join Date
    Nov 2004
    Location
    Boise, ID
    Posts
    340

    Re: nvidia installer in debian

    Quote Originally Posted by silverweave
    i'm trying to kill my x session to so i can install drivers i downloaded from the nvidia website, i have tried ctrl-alt-backspace it works, but my x server automatically restarts - how do i kill my x session without it restarting, or what's the runlevel for command line only and GUI so i can switch it to command line, install my drivers and then switch it back to GUI.

    Thx
    init 3
    Nothing is worse than ten penguins fighting over which is better, vi or emacs.
    Registered Linux User #404402
    Finally I'm back on LF after a long while.

  3. #3
    Linux Enthusiast
    Join Date
    Jun 2005
    Location
    The Hot Humid South
    Posts
    602

    Re: nvidia installer in debian

    Quote Originally Posted by Stefann
    init 3
    I doubt that'll work since Debian (at least my install) installs GDM in every single run level. The only way I've gotten it to stop is first getting to a CLI (CTRL+ATL+F2) and typing:
    Code:
    /etc/init.d/gdm stop
    Or "kdm" if you use KDE.

  4. #4
    Just Joined!
    Join Date
    Jun 2005
    Location
    GA
    Posts
    14
    ctrl alt f1 to get to a command line
    as root
    Code:
    killall gdm
    that's one easy way

  5. #5
    Just Joined!
    Join Date
    Oct 2005
    Posts
    5
    Hi. I had bad luck with the NVIDIA drivers working. If you have trouble, and they do have a good uninstaller included, Google "debian nvidia" and use the instructions by the site tinyplanet. They worked flawlessly for me. I don't know good from another but GLXGears shows 933 fps. I think that's pretty good. Good luck.

  6. #6
    Just Joined!
    Join Date
    Sep 2005
    Location
    Malta, NY
    Posts
    3
    For the nVidia drivers I found it easiest to use module assistant. I ctl-alt F2 to a console, sign in as root and killall gdm. Then:

    apt-get install module-assistant nvidia-kernel-common
    module-assistant prepare
    module-assistant auto-install nvidia
    module-assistant install nvidia-glx

    When it is all done I edit my XF86 config files and restart.

    You do need to have the non-free sources turned on I believe.

  7. #7
    Linux Newbie
    Join Date
    Jul 2005
    Location
    Turn Around
    Posts
    202
    cd to you runlevel folder (/etc/rcx.d where x is the runlevel you boot to) and 'mv S99gdm _s99gdm'. this will make it not start at boot. just use mv to take away the '_' if you want it back.

Posting Permissions

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