Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15
After my debian installation I was not able to see the GUI interface. I stand in a command prompt line. Could anyone help me....
  1. #1
    Just Joined!
    Join Date
    Jul 2005
    Posts
    17

    GUI not loading.

    After my debian installation I was not able to see the GUI interface. I stand in a command prompt line. Could anyone help me.

  2. #2
    Just Joined! leverknight1's Avatar
    Join Date
    Jul 2005
    Posts
    32
    login and type
    Code:
    startx
    that should start your default gui.

  3. #3
    Just Joined!
    Join Date
    Jul 2005
    Posts
    17

    GUI not loading.

    I tried startx but that was also not working.

  4. #4
    Just Joined! leverknight1's Avatar
    Join Date
    Jul 2005
    Posts
    32
    try

    Code:
    gdm
    at command promt

  5. #5
    Just Joined! leverknight1's Avatar
    Join Date
    Jul 2005
    Posts
    32
    also you might try
    Code:
    cat .Xclients-default

  6. #6
    Linux User St. Joe's Avatar
    Join Date
    Jun 2005
    Location
    USA
    Posts
    271
    Login as root and reconfigure X manually.
    Your settngs are probably not correct.

    # dpkg-reconfigure xserver-xfree86
    It may be that your sole purpose in life is simply to serve as a warning to others.

  7. #7
    Just Joined!
    Join Date
    Apr 2005
    Posts
    80
    Have you installed x-window-system? What have you done? Net-Install? Full-CD-Install?

  8. #8
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    Sounds like an X server is not installed. At the command line, do the following:
    Code:
    su
    [Enter root password]
    apt-get update
    apt-get install x-window-system
    Then try startx. If this works, you will want to install a desktop environment. The choice of DE is up to you.

    Bryan
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

  9. #9
    Linux Newbie
    Join Date
    May 2005
    Posts
    222
    The common problem of boot into command line is that users fail to install desktop environment, although you might think you did, I made that mistake myself. When asked about DE, you must highlight and press <space> to select it, if you just hit <enter>, you did not select the highlighted option.

  10. #10
    Just Joined!
    Join Date
    Jul 2005
    Location
    Tollhouse. CA
    Posts
    25
    junkman4547 - I did the same thing. The funny thing is that now that I have KDE and Gnome up, I think I'd like to go back to just using the command line. KDE and Gnome are great, but things are much faster for me, using the command line. I usually revert to opening a console, maximizing it, and going from there.

    daniejohndanie - From the command line, type aptitude and hit <enter>. You can then see which packages you've installed and which ones you haven't. To get the GUI "working", you'll need Xfree86 and either KDE or Gnome (or both if you wish). Use your arrow keys to select a package to install and press +. Choose as many as you like and then press g and then g again.

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
  •