kde, startx on debian


 
Thread Tools Search this Thread
Operating Systems Linux Debian kde, startx on debian
# 1  
Old 10-28-2009
kde, startx on debian

Hello :-)!

I installed Debian (I downloaded it on may 2009 so it is new version) from CD. I run it and see only text console. I try to type "kde" or "startx" but it doens't recognize those commands. That's difficult for me to believe that Linux from CD doesn't contain graphical interface so I guess it simply must be other command than what I typed. How to enter graphincal interface?

What I see at startup of console:
Debian GNU/Linux 5.0 debian tty1
Linux debian 2.6.26-2-686 #1 SMP ...
mainacc@debian:~$

And yes, I know that Ubuntu is easier in use.

By the way (this is minor question), after installing this Debian I decided that I am in a hurry and I run Mandriva LiveDVD. However, I cannot copy any files from pendrive to already existing partition with Debian. Is there any way to enable access from LiveDVD Mandriva to Debian ext3 partition? I don't want to delete Debian :-) and I cannot download any other distribution because my internet is terribly slow :-/ and I need to do something rather soon :-).

Greetings :-)!
# 2  
Old 11-19-2009
as root

/etc/init.d/kdm start # if you have installed kde

or

/etc/init.d/gdm start # if you have installed gnome

Smilie

---------- Post updated at 04:29 PM ---------- Previous update was at 04:25 PM ----------

Quote:
Originally Posted by johnyjj2
By the way (this is minor question), after installing this Debian I decided that I am in a hurry and I run Mandriva LiveDVD. However, I cannot copy any files from pendrive to already existing partition with Debian. Is there any way to enable access from LiveDVD Mandriva to Debian ext3 partition? I don't want to delete Debian :-) and I cannot download any other distribution because my internet is terribly slow :-/ and I need to do something rather soon :-).

Greetings :-)!
just mount the debian partition(s) with mcc or modify the /etc/fstab and include the debian partitions and then do

mount -a

sorry if my english isn't good Smilie
# 3  
Old 12-26-2009
Hello,
if /etc/init.d/gdm start works for you
THEN
check file /etc/inittab.
This file lets you specify the runlevel that you want to boot in.
mine is id:2:initdefault:
the gdm (gnome desktop) runs in this runlevel
In /etc/rc2.d/
you should have a file S30gdm . Notice the "S". It shouldnt be S.
ELSE
you need to install kde/gnome .
Code:
apt-get install gnome 
apt-get install kde

and then have a file
~/xinitrc
there add
Code:
exec startkde #for kde at startup 
exec gnome #for gnome at startup

Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Debian

Debian Stable + KDE

Hello, Unix - Forums. How can I set the DE to KDE on a fresh, netinst image of Debian Stable? By default, it installs GNOME. Is there a way to change that? (1 Reply)
Discussion started by: intelinside
1 Replies

2. UNIX Desktop Questions & Answers

KDE and startx

Hello, Ive installed freeBSD 6.0 - and the prompt part of the system works well. Ive then tried to install KDE for graphic interface to the unix system. The problem is: Whenever I run "$ startx" it starts some graphical interface, but its totally swirled, you can sense that in the background... (1 Reply)
Discussion started by: congo
1 Replies

3. Debian

error startx with debian

hello i have installed xfree86 with debian 2.4, but i have the message when i launch startx: XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining. xauth: (argv):1: bad display name "uxdev1000.lobino.fr:0"... (0 Replies)
Discussion started by: pascalbout
0 Replies
Login or Register to Ask a Question