LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 10-30-2004, 09:55 PM   #1
R0c4
LQ Newbie
 
Registered: Oct 2004
Distribution: Mandrake
Posts: 10

Rep: Reputation: 0
Question KDE 3.2 Logout Freeze Issue


Ok, here's the the problem, I can boot Mandrake Linux 10.0 and login
using KDE 3.2 on my home computer just fine but when I
logout/halt/reboot on any user including root, my system crashes. It
goes to a completely black screen and does nothing and pressing the
power button on my system does nothing also at that stage. At this point
I have to pull the plug on my system to shutdown/reboot. Does anyone
know how to solve this?

There's a way I can logout without using the end session by using
ctrl+alt+backspace and that will bring my system to the Linux login
and from there I can shutdown properly. But still, I would like to have
the logout function to work properly.

I've been using that ctrl+alt+backspace to logout for a while, but now that the official 10.1 edition came I decided to download and install the Powerpack 10.1 edition from my university distribution. Guess what? My system still freezes on logout with Mandrake Linux 10.1 Powerpack(which still uses KDE 3.2). I've tried all the display manager(kdm, mandrakedm, xdm) and the same problem. I prefer to use kde over gnome so I don't have gnome installed on my system, but it has IceWM and I get the same logout problem when using that also.

I posted this on my university's linux forum, but none of my professors or collegues have replied. Can anyone here help me?

Last edited by R0c4; 10-30-2004 at 10:04 PM.
 
Old 10-30-2004, 10:07 PM   #2
UsualTuxpect
Member
 
Registered: Aug 2004
Location: New York
Distribution: --------- Gentoo-2004.2 [2.6.8] Redhat-9 [2.6.6]
Posts: 545

Rep: Reputation: 31
Did you check your logs ???
Are you using Xfree86 or Xorg as Xserver

check your /var/log/XFree86.0.log or Xorg.log

also do #dmesg and see if anythings wrong..
 
Old 10-30-2004, 10:12 PM   #3
UsualTuxpect
Member
 
Registered: Aug 2004
Location: New York
Distribution: --------- Gentoo-2004.2 [2.6.8] Redhat-9 [2.6.6]
Posts: 545

Rep: Reputation: 31
I have sort of faced the same problem as you..
Check this link -->http://www.linuxquestions.org/questi...hreadid=248823
 
Old 10-30-2004, 10:27 PM   #4
R0c4
LQ Newbie
 
Registered: Oct 2004
Distribution: Mandrake
Posts: 10

Original Poster
Rep: Reputation: 0
I'm using Xorg.

I just checked my '/var/log/' folder and I had several Xorg.#.log files I checked all of them and each had about ~1000 lines of stuff in it. I don't know where to start.

Last edited by R0c4; 10-30-2004 at 10:51 PM.
 
Old 10-30-2004, 10:41 PM   #5
UsualTuxpect
Member
 
Registered: Aug 2004
Location: New York
Distribution: --------- Gentoo-2004.2 [2.6.8] Redhat-9 [2.6.6]
Posts: 545

Rep: Reputation: 31
Check for line which have (EE) is the start of the line as they indicate error's.
 
Old 10-30-2004, 10:50 PM   #6
R0c4
LQ Newbie
 
Registered: Oct 2004
Distribution: Mandrake
Posts: 10

Original Poster
Rep: Reputation: 0
This is the last line that had an (EE):

(EE) R128(0): No DFP detected

(WW) R128(0): config file hsync range 31.5-37.9kHz not within DDC hsync ranges.
(WW) R128(0): config file vrefresh range 50-70Hz not within DDC vrefresh ranges.

Those were then followed by a bunch of (II) lines.
 
Old 10-30-2004, 11:16 PM   #7
R0c4
LQ Newbie
 
Registered: Oct 2004
Distribution: Mandrake
Posts: 10

Original Poster
Rep: Reputation: 0
Ok, I've tried fiddling around with my screen resolution and set them up to be exactly the same as the resolution on my windows partion. Still doesn't work.
 
Old 10-30-2004, 11:28 PM   #8
R0c4
LQ Newbie
 
Registered: Oct 2004
Distribution: Mandrake
Posts: 10

Original Poster
Rep: Reputation: 0
Found another error on my Xorg.9.log file

(II) R128(0): [drm] drmOpen failed
(EE) R128(0): [dri] DRIScreenInit failed. Disabling DRI.
(II) R128(0): Memory manager initialized to (0,0) (800,8191)
(II) R128(0): Reserved area from (0,600) to (800,602)
(II) R128(0): Largest offscreen area available: 800 x 7589
(II) R128(0): Using XFree86 Acceleration Architecture (XAA)

What does these all mean?

Thanks in advance.
 
Old 10-30-2004, 11:34 PM   #9
R0c4
LQ Newbie
 
Registered: Oct 2004
Distribution: Mandrake
Posts: 10

Original Poster
Rep: Reputation: 0
Here's the last entry on the kdm.log:

(==) Using config file: "/etc/X11/xorg.conf"
Using vt 7
(EE) Failed to load module "/usr/X11R6/lib/modules/extensions/libglx.a" (once-only module, 135962511)
(WW) R128(0): Failed to set up write-combining range (0xd4000000,0x2000000)
(EE) R128(0): No DFP detected
(WW) R128(0): Failed to set up write-combining range (0xd4000000,0x2000000)
SetClientVersion: 0 8

I have no idea what any of this means. Any enlightment would be very much appreciated.

Last edited by R0c4; 10-30-2004 at 11:36 PM.
 
Old 10-30-2004, 11:43 PM   #10
UsualTuxpect
Member
 
Registered: Aug 2004
Location: New York
Distribution: --------- Gentoo-2004.2 [2.6.8] Redhat-9 [2.6.6]
Posts: 545

Rep: Reputation: 31
try commenting the module glx by putting a #
--->
In the -->Section "Module"
#Load "glx"

And try restarting the system

I think u have problem's with your graphics accelaration drivers..
 
Old 11-01-2004, 11:13 PM   #11
R0c4
LQ Newbie
 
Registered: Oct 2004
Distribution: Mandrake
Posts: 10

Original Poster
Rep: Reputation: 0
Alright I commented out that line in the xorg.conf file and I still have problems. Here's the new entry from the kdm.log after the change in the xorg.conf file:

(==) Using config file: "/etc/X11/xorg.conf"
Using vt 7
(WW) R128(0): Failed to set up write-combining range (0xd4000000,0x2000000)
(EE) R128(0): No DFP detected
(WW) R128(0): Failed to set up write-combining range (0xd4000000,0x2000000)
SetClientVersion: 0 8
 
Old 11-02-2004, 11:01 AM   #12
R0c4
LQ Newbie
 
Registered: Oct 2004
Distribution: Mandrake
Posts: 10

Original Poster
Rep: Reputation: 0
Are there demons near by?
 
Old 11-02-2004, 07:06 PM   #13
R0c4
LQ Newbie
 
Registered: Oct 2004
Distribution: Mandrake
Posts: 10

Original Poster
Rep: Reputation: 0
Ready for action.
Say the word.
 
Old 11-03-2004, 02:39 PM   #14
R0c4
LQ Newbie
 
Registered: Oct 2004
Distribution: Mandrake
Posts: 10

Original Poster
Rep: Reputation: 0
Locked and loaded.
 
Old 11-03-2004, 03:02 PM   #15
UsualTuxpect
Member
 
Registered: Aug 2004
Location: New York
Distribution: --------- Gentoo-2004.2 [2.6.8] Redhat-9 [2.6.6]
Posts: 545

Rep: Reputation: 31
Try changing your horizontal sync and vertical refresh rates and also your resolution's [I know you said you've done this ] according to your monitor spec sheet..
 
  


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 logout issue a_priebe47 Slackware 19 02-05-2009 12:51 AM
logout issue mufy LQ Suggestions & Feedback 4 01-10-2005 10:06 AM
KDE 3.3 - Freeze on logout stl1859 Linux - Software 1 01-02-2005 05:29 PM
Computer freeze on logout jaguar7 Linux - General 2 11-30-2003 07:55 AM
HELP, Sony FX340 redhat8.0, freeze when logout. coltzhao Linux - Hardware 2 02-11-2003 01:31 PM

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

All times are GMT -5. The time now is 11:33 AM.

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