Find the answer to your Linux question:
Results 1 to 4 of 4
im using fedora 9 and i want to install a vga driver, but it ask me to disable the X server. How to do that and how to re-enable it ...
  1. #1
    Just Joined!
    Join Date
    Sep 2008
    Posts
    20

    how to disable x server?

    im using fedora 9 and i want to install a vga driver, but it ask me to disable the X server.
    How to do that and how to re-enable it again?

  2. #2
    Linux Engineer GNU-Fan's Avatar
    Join Date
    Mar 2008
    Posts
    935
    1. Logout, so that the login-window appears.
    2. Hit CTRL+ALT+F1 to get to the virtual console number one.
    3. Login as root.
    4. If you use GNOME, write "killall gdm", if KDE, write "killall kdm".
    This stops the graphical login program which has started X. So X should exit automatically now.
    5. Make the necessary changes.
    6. Start "gdm &", or "kdm &" resp. again. The ampersand is for starting it in the background so that you can log out of terminal 1without stopping it again. The screen should change automatically to the graphical login, which is usually on number seven.
    7. Switch back to the virtual console number one with CTRL+ALT+F1.
    8. LogOut.
    9. Switch back to the graphical console number seven with CTRL+ALT+F7.
    Debian GNU/Linux -- You know you want it.

  3. #3
    Just Joined!
    Join Date
    Sep 2008
    Posts
    20
    many thanks

  4. #4
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    An alternative is
    1. Logout of your GUI session
    2. Do CTRL-ALT-F1 and login to the CLI as root
    3. Switch to runlevel 3 (X is stopped in runlevel 3) by running "init 3" (without quotes)
    4. Install your drivers
    5. Switch back to runlevel 5 (X is started in runlevel 5) by running "init 5" (without quotes)

Posting Permissions

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