LinuxQuestions.org
Help answer threads with 0 replies.
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 10-20-2007, 04:25 PM   #1
flapper-jack
LQ Newbie
 
Registered: Oct 2007
Distribution: I use both Windows & Linux
Posts: 4

Rep: Reputation: 0
Angry Need Help on Fedora 6.0 KDE Problem


Hello everyone, my name is Seth, and I am having a few problems with my KDE on Fedora 6.0.

I will show you the message I get below, the font is the exact same as it was on the prompt:
________________________________________________________________________
[seth@localhost ~]$ startkde
xsetroot: unable to open display ' '
xset: unable to open display ""
xset: unable to open display ""
xsetroot: unable to open display ' '
startkde: Starting up...
ksplash: cannot connect to X server
kdeinit: Aborting. $DISPLAY is not set.
Warning: connect() failed: : No such file or directory
ksmserver: cannot connect to X server
ERROR: Couldn't attach to DCOP server!
startkde: Shutting down...
Warning: connect() failed: : No such file or directory
Error: Can't contact kdeinit!
startkde: Running shutdown scripts...
startkde: Done.
[seth@localhost ~]$
------------------------------------------------------------------------

If someone could help me with this problem, I would be very happy.

If someone has any suggestions, please post back, or contact me through Yahoo! Mail at: seth_mcgill2005@yahoo.com

Thanks,
Seth
 
Old 10-20-2007, 04:40 PM   #2
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
Have you tried the generic startx command? Those messages look like you might be trying to start kdm (the KDE display manager) without a kdm configuration file. Did you even install kdm?
 
Old 10-20-2007, 04:49 PM   #3
flapper-jack
LQ Newbie
 
Registered: Oct 2007
Distribution: I use both Windows & Linux
Posts: 4

Original Poster
Rep: Reputation: 0
Unhappy yes, tried 'startx' command

Yes, I installed all of the kde files needed, when I use the 'startx' command, at the end, I have a message saying:

Fatal Server WError:
no screens found
XIO: FATAL IO ERROR 104 (cONNECTION RESET BY PEER) ON x SERVER ":0.0" AFTER 0 REQUESTS (0 KNOWN PROCESSED) WITH 0 EVENTS REMAINING.
 
Old 10-21-2007, 10:35 AM   #4
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
Well, "No screens found" sounds suspiciously like you might not have a driver for your video card installed.

Which video card/system or you using, and which driver for it is listed in /etc/X11/xorg.conf

Here's an example of the relevant device section:
Code:
Section "Device"
        Identifier  "Videocard0"
        Driver      "fglrx"
        VendorName  "Gateway"
        BoardName   "ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)"
EndSection
 
Old 10-21-2007, 11:13 PM   #5
flapper-jack
LQ Newbie
 
Registered: Oct 2007
Distribution: I use both Windows & Linux
Posts: 4

Original Poster
Rep: Reputation: 0
looking...

thanks, ill look into my xorg.conf file.



But, is it possiable to edit that file from the shell prompt??

I have tried to edit before and I get the error "Permission Denyed".

Mabe I can edit it using a different linux os, I have "Puppy Linux" installed on one of my flash drives.

I'll try to edit my file from there....

But, I really apriciate the help from you, so, please kleep posten different MISC problems lol. One of them may be it....

Last edited by flapper-jack; 10-21-2007 at 11:16 PM. Reason: new idea
 
Old 10-22-2007, 07:25 AM   #6
seelenbild28
Member
 
Registered: Oct 2005
Location: Germany, Berlin
Distribution: SuSE Linux 9.1/9.2/9.3/10.0/10.1, openSuSE 10.2, 10.3, Slackware, Debian, Redhat, BSD
Posts: 315

Rep: Reputation: 30
you can only edit your /etc/X11/xorg.conf file as root. You have to login at the command prompt via "su" and the appropriate password. then you are allowed to modify the file.

what is your videocard? could you provide us with output of "lspci"

if you have a nvidia or ati card you better go with the binary drivers downloadable from the webpages of theses companies...
 
Old 10-22-2007, 11:04 AM   #7
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
Quote:
Originally Posted by seelenbild28 View Post
[snip]if you have a nvidia or ati card you better go with the binary drivers downloadable from the webpages of theses companies...
That could be a problem on a Fedora distriution. (See the "sticky" note at the head of the Fedora sub-forum of the Distributions forum for details.)

A better approch is to enable the livna repositories (yum install livna-release) and then install the driver from there (yum install kmod-{nvidia| fglrx}).
 
Old 10-22-2007, 11:51 PM   #8
flapper-jack
LQ Newbie
 
Registered: Oct 2007
Distribution: I use both Windows & Linux
Posts: 4

Original Poster
Rep: Reputation: 0
nvidia, sis & ati

I have a NVidia GeForce MX 4000 in my comp with fedora, it also has a SiS 760.

My PW2200 server has an ati card.

(Dell PowerEdge 2200 Server)


are their any probs with them working with fedora? the stickey wouldnt load on my comp for some reason.....
 
  


Reply

Tags
kde



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
Fedora Core 4 KDE problem UchihaSasuke585 Fedora 1 04-28-2006 03:22 AM
Fedora Core Problem: KDE and /mnt Pr_009 Fedora 4 11-16-2005 05:41 AM
Fedora core 3, KDE, aRts and Kaffeine problem. _UnPrEdictAbLe_ Linux - Software 1 01-07-2005 03:32 AM
slight problem with kde 3.2 on fedora 1 bakwas_internet Fedora 4 02-15-2004 04:07 PM
problem updating rh9 to fedora: config GDM to start another wm direfent to kde legolin Fedora 0 01-24-2004 12:34 AM

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

All times are GMT -5. The time now is 01:11 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