Find the answer to your Linux question:
Results 1 to 9 of 9
Okay I just installed Debian on my Laptop using the NetInstal ISO and I have a problem. Okay so It boots up just fine and give me a non graphical ...
  1. #1
    Just Joined!
    Join Date
    Nov 2005
    Location
    The 909
    Posts
    36

    Problem with Fresh Debain Install~!

    Okay I just installed Debian on my Laptop using the NetInstal ISO and I have a problem.

    Okay so It boots up just fine and give me a non graphical screen asking for user name. So i put it in, and then it asks for password so allrgiht.

    But then it just leaves me in the dark with no graphical interface at all!!! How do I get KDE or Preferably Gnome on here?

  2. #2
    Linux Engineer psic's Avatar
    Join Date
    Nov 2004
    Location
    Ljubljana, Slovenia
    Posts
    1,205
    You need to install the graphical sistem (x-windows) as well as a desktop (kde, gnome, xfce...)

    as root:
    Code:
    apt-get update
    apt-get install xserver-xfree86 kdebase kdm
    Apt is Debian's package manager, to find out more about it try 'man apt'.

    edit: for gnome, substitute 'gnome' for 'kdebase' and 'gdm' instead of 'kdm'
    Stumbling around the 'net:
    www.cloudyuseful.com

  3. #3
    Just Joined!
    Join Date
    Nov 2005
    Location
    The 909
    Posts
    36
    okay I ran the install but it has errors when trying to load and points me to view the output. I tired restarting to no luck.

    Im going to try KDE.

    in the mean time any ideas

  4. #4
    Just Joined!
    Join Date
    Nov 2005
    Location
    The 909
    Posts
    36
    Quote Originally Posted by jdrusmtik9
    okay I ran the install but it has errors when trying to load and points me to view the output. I tired restarting to no luck.

    Im going to try KDE.

    in the mean time any ideas
    i get an X server error that says I cannot start xserver. It may have not been setupd correctly.

    So what now? i tired both KDE and Gnome but I prefer gnome.

  5. #5
    Linux User truoc444's Avatar
    Join Date
    Aug 2005
    Location
    Southern Roots, Stuck in the Mountains
    Posts
    348
    as part of the install it asked me what system i wanted i just clicked the desktop workstation box and it installed gnome for me. on my laptop though i had problems figuring out the correct vertical and horizontal sync rates. as soon as i figured that out everythnig worked fine.
    Desktop: Dual Xeon 2.8 GHz 1.5 GB RAM Ubuntu/XP Pro
    Laptop: Macbook 2 GHz C2Duo 3 GB RAM OS X/ Ubuntu/ XP Pro
    Linux Registration #396559

    Go 'Stros!

  6. #6
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    What is the exact error? Did you try to start xfree86 (or x.org) as root?

    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.

  7. #7
    Just Joined!
    Join Date
    Nov 2005
    Location
    The 909
    Posts
    36
    Quote Originally Posted by truoc444
    as part of the install it asked me what system i wanted i just clicked the desktop workstation box and it installed gnome for me. on my laptop though i had problems figuring out the correct vertical and horizontal sync rates. as soon as i figured that out everythnig worked fine.
    I selected desktop as well. But I did standard resolutions of 1024X768. Before it fails the screen goes black like its trying to display something and then it gives up and brings me back to command line.

    Um so How would I go about finding my vertical syncs and so forth?"

    I will try to load xfree86, right now I just tried "apt-get install kde" and Im installing something.

    how do I "start" xfree86 exactly I've got the command line remember

  8. #8
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    Quote Originally Posted by jdrusmtik9

    I selected desktop as well. But I did standard resolutions of 1024X768. Before it fails the screen goes black like its trying to display something and then it gives up and brings me back to command line.
    Try
    Code:
    dpkg-reconfigure xserver-xfree86
    Quote Originally Posted by jdrusmtik9
    Um so How would I go about finding my vertical syncs and so forth?"
    It normally says in info about your monitor. Perhaps in manuals....

    Quote Originally Posted by jdrusmtik9
    I will try to load xfree86, right now I just tried "apt-get install kde" and Im installing something.

    how do I "start" xfree86 exactly I've got the command line remember
    do
    Code:
    startx
    Brilliant Mediocrity - Making Failure Look Good

  9. #9
    Just Joined!
    Join Date
    Nov 2005
    Location
    The 909
    Posts
    36
    Okay I figured it out. When I was installing I simply hit enter while Desktop profile was selected. Turns out I had to hit space bar to select it.

Posting Permissions

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