LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-29-2009, 07:27 AM   #136
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297

Well that's positive no?

Try again but now using:
Code:
startkde
at the console after login. Also to avoid some stuff (root being unable to login to GUI like on some distros) run the startkde command as your user. If startkde doesn't work, then try startx when logged in as your user.

Kind regards,

Eric
 
1 members found this post helpful.
Old 11-29-2009, 07:48 AM   #137
Lorax
Member
 
Registered: Nov 2009
Posts: 215

Original Poster
Rep: Reputation: 32
Hmm....

startkde resulted:
"Cannot display"
then, in very rapid repetition:
"kpersonalizer: cannot connect to X server"


startx resulted:
"fatal server error.
No valid [something, bad handwriting]path could be found.
Waiting for X server to begin accepting connections.
Giving up.
xinit: connection reset by peer (errno 104): unable to connect to X server
xinit: no such process (errno 3): server error
 
Old 11-29-2009, 08:00 AM   #138
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
can you guys clue me in?

do you have kdm/gdm?

what did you do a debian minimal install or what?
 
Old 11-29-2009, 08:01 AM   #139
Lorax
Member
 
Registered: Nov 2009
Posts: 215

Original Poster
Rep: Reputation: 32
Debian KDE CD 1
 
Old 11-29-2009, 08:03 AM   #140
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
ah
an install cd?
only one cd holds kde?
 
Old 11-29-2009, 08:05 AM   #141
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Ok, next step towards a working GUI.

Login as your user and check if you have a .xinitrc file in your home directory.

To do this after login you should be in your home directory automatically. So just type:
Code:
ls -al
In the list there should be a file .xinitrc (starts with point).

If it exists then check the contents of the file:
Code:
cat .xinitrc
There should be a line like this in it
Code:
exec /usr/bin/startkde
If that line is not in there, then open the file with an editor and type it in.

If the file .xinitrc does not exist then create it:
Code:
touch .xinitrc
and put the line as stated above in it.

You could also try to start the X environment and KDE like this:
Code:
startx /usr/bin/startkde
Hope this works out.

Kind regards,

Eric
 
Old 11-29-2009, 08:07 AM   #142
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Quote:
Originally Posted by Lorax View Post
Debian KDE CD 1
The NETINST is so much easier in my opinion, at the final step it asks you if you want to install a desktop environment and/or other stuff and does it automatically.
 
Old 11-29-2009, 08:19 AM   #143
Lorax
Member
 
Registered: Nov 2009
Posts: 215

Original Poster
Rep: Reputation: 32
Quote:
If that line is not in there, then open the file with an editor and type it in.
How do I do that?


Quote:
The NETINST is so much easier in my opinion
Holy minkro$oft, now you tell me..!
 
Old 11-29-2009, 08:26 AM   #144
Lorax
Member
 
Registered: Nov 2009
Posts: 215

Original Poster
Rep: Reputation: 32
How do I open the file?
 
Old 11-29-2009, 08:28 AM   #145
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
You can use for example:
Code:
nano .xinitrc
put in the line of code and then CTRL-X to exit the editor. When prompted to save the document type yes or y.

Didn't I mention the netinst in one of the almost 150 posts?
Not sure, maybe not, if not then sorry, but hey you're learning a lot.

Kind regards,

Eric
 
1 members found this post helpful.
Old 11-29-2009, 08:33 AM   #146
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
LOL

I was wonderin
why you didn't just do a net-install
its good
your leraning this way
the Dreaded Command Line!
 
1 members found this post helpful.
Old 11-29-2009, 08:38 AM   #147
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Yeah, old school stuff, great!!!!!!
 
1 members found this post helpful.
Old 11-29-2009, 08:57 AM   #148
Lorax
Member
 
Registered: Nov 2009
Posts: 215

Original Poster
Rep: Reputation: 32
I created .xinitrc, added the line.
Then I attempted the startkde commend. Nothing.
 
Old 11-29-2009, 08:59 AM   #149
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
And startx didn't do anything neither? Did you get any error?
 
1 members found this post helpful.
Old 11-29-2009, 09:01 AM   #150
Lorax
Member
 
Registered: Nov 2009
Posts: 215

Original Poster
Rep: Reputation: 32
I don't mind building a whole OS by hand, file by file, but I don't want to be any more of a nightmare to you guys. I love to learn this, but it's not like you are my paid instructors. Eric, you have sat with me here for, well, days, if you add up the hours!
 
  


Reply

Tags
box, busy, error, ubuntu



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing a Linux ISO without a bootable CD Rom,USB or Nic gtjr92 Linux - Software 8 08-22-2009 12:24 PM
Installing Vector Linux 1.8 from ISO images the_jamester Linux - Newbie 1 04-03-2005 10:52 PM
installing iso linux from another HDD Dominik Linux - Software 3 12-15-2003 10:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:34 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration