Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KDE 4.1: Desktop crashes after login [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
funklord
Tux's lil' helper
Tux's lil' helper


Joined: 29 May 2004
Posts: 78

PostPosted: Fri Sep 26, 2008 11:01 pm    Post subject: KDE 4.1: Desktop crashes after login [solved] Reply with quote

I recently upgraded from kde 3.5.9 to 4.1, first with the kdesvn-portage overlay and now with the kde-testing overlay. Everything installed fine, but when I try to login, I'll see the desktop for a half second and then I get kicked back to the login screen. If I choose a "Failsafe" session, I can log in and launch apps just fine (I'm posting this from a failsafe session right now).

Here is a copy of .xsession-errors after I boot straight into kdm and try to login: link.

Here is a copy of the output from `emerge --info`: link.

I'm not sure what other info is helpful, so I'll just post those two for now. Thanks in advance for help.


Last edited by funklord on Sun Sep 28, 2008 3:07 am; edited 1 time in total
Back to top
View user's profile Send private message
loftwyr
l33t
l33t


Joined: 29 Dec 2004
Posts: 970
Location: 43°38'23.62"N 79°27'8.60"W

PostPosted: Sat Sep 27, 2008 1:47 am    Post subject: Reply with quote

rename your .kde* directories and see if it helps.
_________________
My emerge --info
Have you run revdep-rebuild lately? It's in gentoolkit and it's worth a shot if things don't work well.
Celebrating 5 years of Gentoo-ing.
Back to top
View user's profile Send private message
funklord
Tux's lil' helper
Tux's lil' helper


Joined: 29 May 2004
Posts: 78

PostPosted: Sat Sep 27, 2008 3:52 am    Post subject: Reply with quote

loftwyr wrote:
rename your .kde* directories and see if it helps.


Tried that. No changes.
Back to top
View user's profile Send private message
APolozov
Apprentice
Apprentice


Joined: 28 Sep 2006
Posts: 189
Location: Voronezh, Russia

PostPosted: Sat Sep 27, 2008 5:10 am    Post subject: Re: KDE 4.1: Desktop crashes after login Reply with quote

funklord wrote:
I recently upgraded from kde 3.5.9 to 4.1, first with the kdesvn-portage overlay and now with the kde-testing overlay. Everything installed fine, but when I try to login, I'll see the desktop for a half second and then I get kicked back to the login screen. If I choose a "Failsafe" session, I can log in and launch apps just fine (I'm posting this from a failsafe session right now).


Me too. The same. If run startkde from xterm on failsafe - too craches.
System amd64 (Core2Duo)
Kernel 2.6.26
Video driver masked nvidia-drivers-177*

PS: I returns to 3.9.10
Back to top
View user's profile Send private message
solshark
n00b
n00b


Joined: 24 Mar 2007
Posts: 17

PostPosted: Sat Sep 27, 2008 9:23 am    Post subject: Reply with quote

Hello.
I had same issues some time ago.
For me helps to simplify xorg.conf:
Code:

 65 Section "Device"
 66     Identifier  "Card0"
 67     Driver      "nvidia"
 68     VendorName  "nVidia Corporation"
 69 #   Option      "AllowGLXWithComposite" "true"
 70 #   Option      "RenderAccel" "true"
 71 #   Option      "backingstore" "true"
 72 #   Option      "XAANoOffscreenPixmaps" "true"
 73 #   Option      "AddARGBGLXVisuals" "True"
 74 #    Option   "UseEdidDpi"   "FALSE"
 75     Option      "DPI"   "96x96"
 76 EndSection

Works now.
_________________
my russian blog: http://solshark.i-seo.biz
Back to top
View user's profile Send private message
funklord
Tux's lil' helper
Tux's lil' helper


Joined: 29 May 2004
Posts: 78

PostPosted: Sun Sep 28, 2008 3:06 am    Post subject: Reply with quote

solshark wrote:
Hello.
I had same issues some time ago.
For me helps to simplify xorg.conf:
Code:

 65 Section "Device"
 66     Identifier  "Card0"
 67     Driver      "nvidia"
 68     VendorName  "nVidia Corporation"
 69 #   Option      "AllowGLXWithComposite" "true"
 70 #   Option      "RenderAccel" "true"
 71 #   Option      "backingstore" "true"
 72 #   Option      "XAANoOffscreenPixmaps" "true"
 73 #   Option      "AddARGBGLXVisuals" "True"
 74 #    Option   "UseEdidDpi"   "FALSE"
 75     Option      "DPI"   "96x96"
 76 EndSection

Works now.


It must have been a problem with composite. After I commented out all the options on my card in xorg.conf like you suggested, and commented out the composite extension section, I was able to boot into kde successfully. Am I missing anything by not having composite enabled?
Back to top
View user's profile Send private message
ocin
Guru
Guru


Joined: 01 Jan 2006
Posts: 500

PostPosted: Sun Sep 28, 2008 12:09 pm    Post subject: Reply with quote

funklord wrote:
solshark wrote:
Hello.
I had same issues some time ago.
For me helps to simplify xorg.conf:
Code:

 65 Section "Device"
 66     Identifier  "Card0"
 67     Driver      "nvidia"
 68     VendorName  "nVidia Corporation"
 69 #   Option      "AllowGLXWithComposite" "true"
 70 #   Option      "RenderAccel" "true"
 71 #   Option      "backingstore" "true"
 72 #   Option      "XAANoOffscreenPixmaps" "true"
 73 #   Option      "AddARGBGLXVisuals" "True"
 74 #    Option   "UseEdidDpi"   "FALSE"
 75     Option      "DPI"   "96x96"
 76 EndSection

Works now.


It must have been a problem with composite. After I commented out all the options on my card in xorg.conf like you suggested, and commented out the composite extension section, I was able to boot into kde successfully. Am I missing anything by not having composite enabled?

You will miss dektop effects. Nvidia cards seem to have performance problems with it. Oh, in your case it was not an performance problem :p It's up to nvidia when this will work good.
Back to top
View user's profile Send private message
APolozov
Apprentice
Apprentice


Joined: 28 Sep 2006
Posts: 189
Location: Voronezh, Russia

PostPosted: Tue Sep 30, 2008 8:06 pm    Post subject: Reply with quote

solshark wrote:

71 # Option "backingstore" "true"

My find :-)
Only this string need by coment.
RenderAccel and Composite - work normal.
Back to top
View user's profile Send private message
funklord
Tux's lil' helper
Tux's lil' helper


Joined: 29 May 2004
Posts: 78

PostPosted: Tue Sep 30, 2008 8:16 pm    Post subject: Reply with quote

APolozov wrote:
solshark wrote:

71 # Option "backingstore" "true"

My find :-)
Only this string need by coment.
RenderAccel and Composite - work normal.


When I have more time I'll go back and figure out what exactly fixed it for me (and I'll report the results here). For now, I'm just happy to have a working desktop again.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum