LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   No GUI after Debian-xfce install (https://www.linuxquestions.org/questions/linux-newbie-8/no-gui-after-debian-xfce-install-718824/)

navy80 04-13-2009 01:06 PM

No GUI after Debian-xfce install
 
Hello,

Iīve installed Debian using the special XFCE/LXDE install CD from here

However, after the first boot-up, there is no GUI. Instead, Iīm asked for my username and password - see the screenshot

How can I enter the GUI (in this case xfce)?

repo 04-13-2009 01:08 PM

login as root and type startx
you can install gdm

navy80 04-13-2009 01:16 PM

Quote:

Originally Posted by repo (Post 3507566)
login as root and type startx
you can install gdm

Done that, however, still no GUI - I get an error message - see the screenshot

repo 04-13-2009 01:26 PM

Did you installed all packages?
like xserver, xorg....

if your connection works:


Code:

apt-get install xserver-xorg-core xorg gdm

navy80 04-13-2009 01:45 PM

Quote:

Originally Posted by repo (Post 3507588)
Did you installed all packages?
like xserver, xorg....

if your connection works:


Code:

apt-get install xserver-xorg-core xorg gdm

I pressumed that the packages (xserver, xorg etc) were installed with the xfce instal CD. It look this was not the case.

So I typed
Code:

apt-get install xserver-xorg-core xorg gdm
[/QUOTE] and got the following error message.

Then, when I typed
Code:

apt-get update
I got the following error message

It looks I canīt retrive the packages for some reason, however my connection seems to be working: check the
ifconfig -a output and cat /etc/resolve.conf and route -n outputs.

repo 04-13-2009 01:54 PM

it is
/etc/resolv.conf

make sure it contains the DNS fom your provider


Can you
ping 212.100.160.51
ping www.google.com

farslayer 04-13-2009 02:15 PM

How about lspci so we can see what network interface you have..
and ifconfig -a

Your issue, in this install and the previous install both appear to be network related.

navy80 04-13-2009 02:15 PM

Quote:

Originally Posted by repo (Post 3507609)
it is
/etc/resolv.conf

make sure it contains the DNS fom your provider


Can you
ping 212.100.160.51
ping www.google.com


ping www.google.com output is here
ping 212.100.160.51 output is here

How can I tell the DNS is my providerīs?

repo 04-13-2009 02:19 PM

so the connection is OK
can you retype
Code:

apt-get update

navy80 04-13-2009 02:28 PM

Quote:

Originally Posted by repo (Post 3507628)
so the connection is OK
can you retype
Code:

apt-get update

Done that.

Please see the screenshots below.

First it displays this screen for a few seconds. Then, it displays this screen.

repo 04-13-2009 02:38 PM

try
put the cd in the drive
Code:

apt-cdrom add
to add the cdrom to the sources list
Code:

then apt-get update
Code:

apt-get install xserver-xorg-core xorg gdm

navy80 04-13-2009 03:16 PM

Quote:

Originally Posted by repo (Post 3507643)
try
put the cd in the drive
Code:

apt-cdrom add
to add the cdrom to the sources list
Code:

then apt-get update
Code:

apt-get install xserver-xorg-core xorg gdm

Done that, however nothing has changed - I still get the same error messages and cannot apt-get update successfully.

repo 04-13-2009 03:23 PM

does
apt-get install xserver-xorg-core xorg gdm
gives any errors ?

navy80 04-13-2009 03:35 PM

Quote:

Originally Posted by repo (Post 3507681)
does
apt-get install xserver-xorg-core xorg gdm
gives any errors ?

First, I get this screen, after a few seconds I get this screen.

repo 04-13-2009 03:39 PM

edit /etc/apt/sources.list
and comment out everything except the cd
is the cd in the drive ?
and try again.


All times are GMT -5. The time now is 02:33 PM.