Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15
how do I get it to boot when I start my computer?...
  1. #1
    Just Joined!
    Join Date
    Mar 2007
    Posts
    13

    Gnome

    how do I get it to boot when I start my computer?

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,343
    If you installed gdm, then do
    Code:
    #update-rc.d -n gdm defaults
    That will start the gdm login manager when your system boots and you can choose gnome as your default session.

  3. #3
    Just Joined!
    Join Date
    Mar 2007
    Posts
    13
    nothing happened

  4. #4
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,343
    Yes, nothing will happen. When you reboot though, gdm will start (and it will do so each time you start your Debian system). If you want it to start immediately without a reboot, then do
    Code:
    #/etc/init.d/gdm start

  5. #5
    Just Joined!
    Join Date
    Mar 2007
    Posts
    13
    still nothing.

  6. #6
    Just Joined!
    Join Date
    Mar 2007
    Posts
    13
    or how do i just run a GUI? like Gnome?

  7. #7
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,343
    Do you have gdm installed because the commands above work perfectly fine on one of my sytems thats running Debian Etch?

  8. #8
    Just Joined!
    Join Date
    Mar 2007
    Posts
    13
    im running kernul 2.4

  9. #9
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,343
    The kernel doesn't really matter in this instance. What we need to know is whether you have GDM (and GNOME) installed on your system.

  10. #10
    Just Joined!
    Join Date
    Mar 2007
    Posts
    13
    i dont know what gdm is.

Page 1 of 2 1 2 LastLast

Posting Permissions

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