Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
KDM problem
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
David Corbin  
View profile  
 More options Apr 9 2005, 6:30 pm
Newsgroups: linux.gentoo.user
From: David Corbin <gentoo....@machturtle.com>
Date: Sun, 10 Apr 2005 00:30:12 +0200
Local: Sat, Apr 9 2005 6:30 pm
Subject: [gentoo-user] KDM problem
Some time back after an emerge, I found out that logging into KDM would always
fail.  That is authentication appears to pass, the screen turns black, and
then it brings me back to the KDM login screen.

1) What script(s) is KDM running when it authenticates a user.
2) What log files should I look in for problems?

startx works find, loading KDE (3.3) without a problem.

Thanks
David
--
gentoo-u...@gentoo.org mailing list


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Myk Taylor  
View profile  
 More options Apr 9 2005, 8:10 pm
Newsgroups: linux.gentoo.user
From: Myk Taylor <m...@ucla.edu>
Date: Sun, 10 Apr 2005 02:10:08 +0200
Local: Sat, Apr 9 2005 8:10 pm
Subject: Re: [gentoo-user] KDM problem
All the scripts that kdm runs are in /usr/kde/3.3/share/config/kdm.
Perhaps you need to look at Xsession, since that's what is run after kdm
authenticates your password.

errors go into ~/.xsession-errors

--myk

David Corbin wrote:
> Some time back after an emerge, I found out that logging into KDM would always
> fail.  That is authentication appears to pass, the screen turns black, and
> then it brings me back to the KDM login screen.

> 1) What script(s) is KDM running when it authenticates a user.
> 2) What log files should I look in for problems?

> startx works find, loading KDE (3.3) without a problem.

> Thanks
> David

--
gentoo-u...@gentoo.org mailing list

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Corbin  
View profile  
 More options Apr 9 2005, 8:40 pm
Newsgroups: linux.gentoo.user
From: David Corbin <gentoo....@machturtle.com>
Date: Sun, 10 Apr 2005 02:40:07 +0200
Local: Sat, Apr 9 2005 8:40 pm
Subject: Re: [gentoo-user] KDM problem
Thanks.  Here's what my .xsession-errors has.

---begin---
Xlib: connection to ":0.0" refused by server
Xlib: Protocol not supported by server

xset:  unable to open display ":0"
Xlib: connection to ":0.0" refused by server
Xlib: Protocol not supported by server

xset:  unable to open display ":0"
Xlib: connection to ":0.0" refused by server
Xlib: Protocol not supported by server

xset:  unable to open display ":0"
Xlib: connection to ":0.0" refused by server
Xlib: Protocol not supported by server

xsetroot:  unable to open display ':0'
startkde: Starting up...
Xlib: connection to ":0.0" refused by server
Xlib: Protocol not supported by server

[ There's more, but it all comes down to the display not being accessible.]
---end---

Any suggestions?
David

On Saturday 09 April 2005 07:04 pm, Myk Taylor wrote:

> All the scripts that kdm runs are in /usr/kde/3.3/share/config/kdm.
> Perhaps you need to look at Xsession, since that's what is run after kdm
> authenticates your password.

> errors go into ~/.xsession-errors

> --myk

> David Corbin wrote:
> > Some time back after an emerge, I found out that logging into KDM would
> > always fail.  That is authentication appears to pass, the screen turns
> > black, and then it brings me back to the KDM login screen.

--
gentoo-u...@gentoo.org mailing list

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Myk Taylor  
View profile  
 More options Apr 10 2005, 3:40 am
Newsgroups: linux.gentoo.user
From: Myk Taylor <m...@ucla.edu>
Date: Sun, 10 Apr 2005 09:40:09 +0200
Local: Sun, Apr 10 2005 3:40 am
Subject: Re: [gentoo-user] KDM problem
A quick google search on 'Xlib: Protocol not supported by server' turned
up this link:

http://forums.suselinuxsupport.de/lofiversion/index.php/t3241.html

Short answer: get rid of the pertinent ~/.{x,X}* files

Google is your friend.

--myk

David Corbin wrote:
> Thanks.  Here's what my .xsession-errors has.

> ---begin---
> Xlib: connection to ":0.0" refused by server
> Xlib: Protocol not supported by server

...
--
gentoo-u...@gentoo.org mailing list

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Corbin  
View profile  
 More options Apr 10 2005, 6:40 am
Newsgroups: linux.gentoo.user
From: David Corbin <gentoo....@machturtle.com>
Date: Sun, 10 Apr 2005 12:40:12 +0200
Local: Sun, Apr 10 2005 6:40 am
Subject: Re: [gentoo-user] KDM problem
On Sunday 10 April 2005 03:36 am, Myk Taylor wrote:

> A quick google search on 'Xlib: Protocol not supported by server' turned
> up this link:

> http://forums.suselinuxsupport.de/lofiversion/index.php/t3241.html

> Short answer: get rid of the pertinent ~/.{x,X}* files

> Google is your friend.

A phrase I often use myself.  I guess I got in the an "email dependency rut".  
That did it, btw.  Thanks.  I think it was the .Xauthority file.

David
--
gentoo-u...@gentoo.org mailing list


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google