Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kde stopped working. Other window managers working fine
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
mshmsh
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jan 2004
Posts: 107
Location: Foster City, CA

PostPosted: Wed Sep 15, 2004 3:46 am    Post subject: kde stopped working. Other window managers working fine Reply with quote

hi, I am using xorg with nvidia drivers and noticed that my kde has stopped working. I really dont remember the last changes that caused this since I am primarily a gnome user.
startx simply comes back to the command prompt.
Other window managers including gnome, fvwm,afterstep are all working fine.

How can I trouble shoot this. Where are the kde log files that I can look into?

I can see some horizontal lines flashing thro other wms every once in a while. I am running a GeForce 2 card at 1280x1024 resolution with color depth=16 on a 17" sony 200ES monitor

I looked at the Xorg.log file and the only difference is the extra lines I can see in the case of gnome (and other working wm):

Code:

GetModeLine - scrn: 0 clock: 110000
GetModeLine - hdsp: 1280 hbeg: 1328 hend: 1512 httl: 1712
              vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1054 flags: 0


In both cases I have seen a bunch of symbol missing lines, but I guess this is not the problem since gnome is pretty much working fine. It will be nice if I can fix this though:


Code:

Symbol __glXLastContext from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!


Here's my module section:

Code:

Section "Module"
   Load  "ddc" # ddc probing of monitor
   Load  "GLcore"
   Load  "dbe"    # Double buffer extension
   # Load   "dri"   # This loads the DRI module
   Load  "extmod"
   # SubSection  "extmod"
   # Option    "omit xfree86-dga"   # don't initialise the DGA extension
   #  EndSubSection
   Load  "glx"     # This loads the GLX module
   Load  "bitmap"  # bitmap-fonts
   Load  "speedo"
   Load  "type1"
   Load  "freetype"
   #Load  "xtt"
   Load  "record"
   Load  "fbdevhw" # ??
EndSection


Device section is here:

Code:

Section "Device"
      Identifier  "Nvidia Card"
   # Driver      "vesa"
   # Driver      "ati"
   Driver      "nvidia"
   VendorName  "Nvidia"
   VideoRam    32768
EndSection


Thanks,
Shyam
Back to top
View user's profile Send private message
mildseven
n00b
n00b


Joined: 11 Mar 2004
Posts: 16

PostPosted: Wed Sep 15, 2004 3:26 pm    Post subject: Reply with quote

try commenting out all lines in xrog.conf pretaining to GLX, DRI etc (3D acceleration). if u can start it up that way, you can narrow down your problem to the opengl libraries. re emerginf nvidia-kernel and reading about opengl-update might help as well.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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