View previous topic :: View next topic |
Author |
Message |
jrbriggs n00b
Joined: 24 Mar 2005 Posts: 4
|
Posted: Thu Jun 22, 2006 3:10 am Post subject: kde-3.5 crashes on shutdown... kernel problem? |
|
|
Hi all
I have an intermittent problem when I shutdown kde. The screen goes black, and the mouse pointer freezes. Nothing works other than switching off the power (not even Ctrl-Alt-Backspace, or Ctrl-f2).
My hdd performance also seems adversely affected. If I build (emerge) something large while in a terminal window, performance eventually degrades until the machine is unuseable. CPU usage is fine, but if I run "hdparm -tT /dev/hda" the cached reads performance drops to about 1/4 of what it should be. When this happens, I can pretty much guarantee that kde will hang when shutting down.
This only seems to happen when I boot with (kernel) 2.6.16. If I roll back to 2.6.15, the problem appears to go away.
Does anyone know of any recent changes in the kernel that might effect kde and/or xorg (6.8.2-r7)?
Thanks in advance for any help. |
|
Back to top |
|
|
rusxakep Guru
Joined: 09 Jul 2004 Posts: 458
|
Posted: Thu Jun 22, 2006 11:01 am Post subject: |
|
|
Are you have nvidia? try to emerge kernel and xorg driver for video
for nvidia: emerge -pv nvidia-kernel nvidia-glx |
|
Back to top |
|
|
jrbriggs n00b
Joined: 24 Mar 2005 Posts: 4
|
Posted: Thu Jun 22, 2006 11:33 am Post subject: |
|
|
No, sorry, should have mentioned. Running a Dell Inspiron 700m laptop. Standard built-in intel graphics I think. |
|
Back to top |
|
|
germanobax Tux's lil' helper
Joined: 28 Apr 2005 Posts: 96
|
Posted: Sun Sep 17, 2006 12:21 pm Post subject: |
|
|
I'm having the exact same problem. But my video card is an ATI radeon 200M, on a HP Pavilion zv6000 laptop. I'm running KDE 5.2 and the kernel version is 2.6.17-gentoo-r8.
The mouse keeps working in a black screen. No keyboard input is accepted. CTRL+ALT+BACKSPACE doesn't work, neither ALT+F1, ALT+F2.
Is there another way to kill the X server without powering off the computer? _________________ Life is a Sexually Transmitted Disease, with 100% mortality. |
|
Back to top |
|
|
fuzzythebear Guru
Joined: 28 Nov 2004 Posts: 317
|
Posted: Sun Sep 17, 2006 12:51 pm Post subject: idem |
|
|
idem with an ati 9250
most the time i cant get a terminal back .. but what's so odd is
that it works sometimes .. sometimes just hangs there with the
mouse on screen ..
ill be watching the thread _________________ There's this once i thought i had made a mistake .. but i was wrong |
|
Back to top |
|
|
dyatel15 n00b
Joined: 14 Mar 2006 Posts: 20
|
Posted: Tue Sep 19, 2006 7:08 am Post subject: |
|
|
this is ati-drivers well-know problem. It exists for 1 year already.
Use opensource driver. |
|
Back to top |
|
|
germanobax Tux's lil' helper
Joined: 28 Apr 2005 Posts: 96
|
Posted: Tue Sep 19, 2006 4:05 pm Post subject: |
|
|
I think I figured out when I reemerged my ati-drivers. I can't remember exactly what the message says, but I did the following:
In the video card Device section on your xorg.conf, you should have the option UseFastTLS set to 0 or 1, but never to 2. In my config it is:
Code: |
Section "Device"
Identifier "ATI Technologies, Inc. Radeon Xpress 200M (RS480)"
Driver "fglrx"
...
Option "UseFastTLS" "1"
EndSection
|
I haven't seen this problem after I did that. _________________ Life is a Sexually Transmitted Disease, with 100% mortality. |
|
Back to top |
|
|
|