Find the answer to your Linux question:
Results 1 to 6 of 6
Hi, Previously i was using RH, now i wanted to try debian ( just for fun) yesterday i installed debain every thing went well ( during the time of installation ...
  1. #1
    Just Joined!
    Join Date
    Jan 2007
    Posts
    4

    Unable to get GUI



    Hi,
    Previously i was using RH, now i wanted to try debian ( just for fun)

    yesterday i installed debain every thing went well ( during the time of installation ) Now am facing a unique prob...
    When i restarted my system i was directly put to terminal ( console )
    @ any TTY am not able to get GUI mode...... Even "startx" is also not working.....??

    Is there a way that i can get GUI....?? Should i install any package for this...??
    Is there a GUI installation in debian.....??

    Pls help me out from here.......

    Thanks in advance

  2. #2
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    As stated in this thread, you must select desktop environment during the installation, as it is not selected by default.
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  3. #3
    Just Joined!
    Join Date
    Jan 2007
    Posts
    4
    But sir
    i didn't get any option during the installation....!!!
    And ther was no option during the time for a command line installation or GUI installation....!! So i installed every thing from command line.....
    Can u plz suggest me wat i can do now apart re-installation ??

  4. #4
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Is that Debian Sarge ?

    There is a step called Debian Software Selection during installation. In this step you can choose to install a GUI or not.

    Here is a screenshot :
    http://www.cyberdogtech.com/firewalls/images/init11.gif
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  5. #5
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Quote Originally Posted by vsdikshit
    Can u plz suggest me wat i can do now apart re-installation ??
    If your internet connection is working, then you can correct the situation like that :
    Code:
    apt-get install x-window-system-core gdm gnome-desktop-environment alsa-base
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  6. #6
    Just Joined!
    Join Date
    Jan 2007
    Posts
    3
    I think, in some installation instances, the video card is not detected and/or the X-server is not installed properly.
    The following is the method that worked for me:
    1. From the command prompt, do apt-get install discover mdetect read-edid (this will hopefully help your system to detect your video).
    2. Then apt-get install x-window-system-core
    3. Then let debconf try to auto configure the x-window system

    After you get x-window installed, you must choose a windows manager and install it, as explained by some of the other contributors.

Posting Permissions

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