LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-13-2004, 05:36 AM   #1
darksmiley
Member
 
Registered: Jan 2004
Location: London, England
Distribution: Usually Linux Mint, Debian, Ubuntu or CentOS
Posts: 234

Rep: Reputation: 30
KDE problems (crashing and flickering)


hi, im having two problem with the KDE desktop, one large and one relatively small. If anyone has any help they could offer i would be very grateful.

The main one is it failing to log off, giving me only a black screen and frozen mouse pointer every time i attempt to shut the pc down or log off. This used to happen only occassionally but the problem was resolved when i used a 'halt', 'init 0' or 'reboot' command from a prompt, but now it happens every time and using any one of the shutdown/log off prompt commands causes it to completely crash. I am therefore always forced to hard reset the whole machine which i realise is very bad for the OS. I have recently updated to KDE 3.2.3 which has failed to help. I have tried almost every [Ctrl + [Alt] combination including Backspace but to no avail.
help!!!!!!!!!!!!!!!!!!!!!!!!!!

The second small problem ive been having is since updating to KDE 3.2.3 (i used an rpm -Uvh --nodeps' command on every rpm package file), the bar at the bottom has begun to flicker more and programs in boxes regularly do this. has any1 else had the same problem?

i dont want to change to Gnome or Fluxbox as i like some of the KDE progs (mainly Kopete - is there any way to get this working on Gnome using KDE libraries?) but if i see no alternative then i will have to

thanks guys!!

Last edited by darksmiley; 06-13-2004 at 05:38 AM.
 
Old 06-13-2004, 11:31 AM   #2
foo_bar_foo
Senior Member
 
Registered: Jun 2004
Posts: 2,553

Rep: Reputation: 53
yes you can generally use kde apps from any window manager
it's not perfectly threadsafe but should work....
First thing to do I think is just delete the .kde directory in your home directory
rm -R ./.kde
then when you restart it will give you the config wizard and rewrite all the files.
For the other problems I don't use graphical login and i a guessing you are so i can't help alot
if you are using graphical login youu can just do away with it and use startx from the command prompt
go to /etc/inittab and figure out your default runlevel
it will say something like
id:3:initdefault:
that means you are booting into run level 3
so go to /etc/rc.d/rc3.d
or wherever yours is and rename all links to gdm, kdm and xdm to start with a '_'
like:
mv S35kdm _S35kdm
like that -- then you will boot to terminal:
logon and type startx
if kde doesn't start
(you might need to create a file in your home directory)
~/.xinitrc
that says
(this is just bare bones -- you can read about this more later)
Code:
#!/bin/bash
exec startkde
then when you logout of kde it goes back to the terminal
su
then just type
halt
or
reboot
or whatever
if you want to try to still use kdm
there is a file $KDEDIR/share/config/kdm/kdmrc
$KDEDIR is wherever kde is installed
there are alot of shutdown option in there if you are using kdm
 
Old 06-13-2004, 01:06 PM   #3
Epyon
LQ Newbie
 
Registered: Aug 2003
Distribution: Gentoo
Posts: 25

Rep: Reputation: 15
Re: KDE problems (crashing and flickering)

Quote:
Originally posted by darksmiley
The second small problem ive been having is since updating to KDE 3.2.3 (i used an rpm -Uvh --nodeps' command on every rpm package file), the bar at the bottom has begun to flicker more and programs in boxes regularly do this. has any1 else had the same problem?
I just started noticing it today and it is really annoying. The flickering of stuff on the task bar is REALLY distracting.
 
Old 06-13-2004, 02:36 PM   #4
darksmiley
Member
 
Registered: Jan 2004
Location: London, England
Distribution: Usually Linux Mint, Debian, Ubuntu or CentOS
Posts: 234

Original Poster
Rep: Reputation: 30
hi, thanks for your help, people - was worried i wouldnt get any replies

i have discovered a temporary fix for the problem, as when i enter a prompt with say [Ctrl] + [Alt] + [F1] and use the 'killall kdeinit' command, it logs off my user and goes back to the login screen with no apparent problems, suggesting its a problem with the OS shutting a process like kdeinit down. will removing the .kde directory reset any of my settings tho?

im glad im not the only one with the flickering task bar problem - it must be a problem introduced in KDE 3.2.3 - hav u just installed 3.2.3 epyon?

Last edited by darksmiley; 06-13-2004 at 02:39 PM.
 
Old 06-13-2004, 02:39 PM   #5
Epyon
LQ Newbie
 
Registered: Aug 2003
Distribution: Gentoo
Posts: 25

Rep: Reputation: 15
I installed it a couple days ago but I just started noticing the problem today. Haven't changed anything so I don't know why it would just start happening.
 
Old 06-13-2004, 02:41 PM   #6
darksmiley
Member
 
Registered: Jan 2004
Location: London, England
Distribution: Usually Linux Mint, Debian, Ubuntu or CentOS
Posts: 234

Original Poster
Rep: Reputation: 30
limewire is the main program to do it in my task bar, suggesting its to do with the processes that are currently carrying out a specific operation, such as writing to a disk.
 
Old 06-13-2004, 02:44 PM   #7
Epyon
LQ Newbie
 
Registered: Aug 2003
Distribution: Gentoo
Posts: 25

Rep: Reputation: 15
It happens to xmms sometimes on mine and it happens to firefox and konqueror whenever a new page loads. Haven't noticed it in any other apps.
 
Old 06-13-2004, 03:00 PM   #8
darksmiley
Member
 
Registered: Jan 2004
Location: London, England
Distribution: Usually Linux Mint, Debian, Ubuntu or CentOS
Posts: 234

Original Poster
Rep: Reputation: 30
yea im pretty sure it must be linked to disk writing/accessing or active apps. it is strange tho. btw, do u know how to do screengrabs/dumps in KDE?
 
Old 06-13-2004, 03:26 PM   #9
Epyon
LQ Newbie
 
Registered: Aug 2003
Distribution: Gentoo
Posts: 25

Rep: Reputation: 15
I usually use ksnapshot or the gimp
 
Old 06-13-2004, 03:58 PM   #10
darksmiley
Member
 
Registered: Jan 2004
Location: London, England
Distribution: Usually Linux Mint, Debian, Ubuntu or CentOS
Posts: 234

Original Poster
Rep: Reputation: 30
oh yea ksnapshot worked perfectly thanks.

have you got any other KDE problems?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
KDE crashing Klaus Paiva Linux - Software 3 10-27-2005 06:54 AM
KDE crashing vinceo03 Mandriva 8 10-26-2005 09:46 PM
Flickering TV-Out w/ NVidia,KDE,Fedora startail Linux - General 0 02-04-2004 03:41 AM
KDE crashing jasonmcneil0 Linux - Software 3 12-15-2003 05:07 PM
KDE crashing localnihilist Slackware 0 09-28-2003 02:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:45 PM.

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