LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-08-2011, 01:09 PM   #1
xdunlapx
Member
 
Registered: Oct 2008
Location: Nevada
Distribution: Slackware 14.1
Posts: 69

Rep: Reputation: 0
Exclamation X crashes when screensaver activates


I'm having an issue with the screensaver activating. It crashes X. It doesn't matter which screensaver I use.

dmesg output is:

[ 7258.345115] [drm:intel_panel_get_max_backlight] *ERROR* fixme: max PWM is zero.
[ 7258.352383] [drm:intel_panel_get_max_backlight] *ERROR* fixme: max PWM is zero.
[ 7858.357503] [drm:intel_panel_get_max_backlight] *ERROR* fixme: max PWM is zero.
[ 7858.357510] [drm:intel_panel_get_max_backlight] *ERROR* fixme: max PWM is zero.
[ 7858.362155] [drm:intel_panel_get_max_backlight] *ERROR* fixme: max PWM is zero.
[34998.194848] [drm:intel_panel_get_max_backlight] *ERROR* fixme: max PWM is zero.
[34998.194855] [drm:intel_panel_get_max_backlight] *ERROR* fixme: max PWM is zero.

I have an intel 915 chipset I believe. Might anyone know how to fix this?

Attached is Xorg.0.log
Xorg.0.log

Last edited by xdunlapx; 05-08-2011 at 01:39 PM.
 
Old 05-08-2011, 01:44 PM   #2
voyciz
Member
 
Registered: Mar 2004
Distribution: Slackware
Posts: 425

Rep: Reputation: 40
According to this: http://forums.opensuse.org/english/g...zero-boot.html [+]

...those may be harmless.

Don't suppose there's anything helpful in Xorg.0.log.old?
 
Old 05-08-2011, 09:49 PM   #3
xdunlapx
Member
 
Registered: Oct 2008
Location: Nevada
Distribution: Slackware 14.1
Posts: 69

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by voyciz View Post
According to this: http://forums.opensuse.org/english/g...zero-boot.html [+]

...those may be harmless.

Don't suppose there's anything helpful in Xorg.0.log.old?
Here is a snippet of Xorg.0.log.old:
Code:
Backtrace:
[ 48544.652] 0: /usr/bin/X (xorg_backtrace+0x3b) [0x80e72fb]
[ 48544.652] 1: /usr/bin/X (0x8048000+0x5dbf5) [0x80a5bf5]
[ 48544.652] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xffffe40c]
[ 48544.653] 3: /usr/lib/xorg/modules/dri/i965_dri.so (0xb6d38000+0x1966c) [0xb6d5166c]
[ 48544.653] 4: /usr/lib/xorg/modules/dri/i965_dri.so (0xb6d38000+0x1b9d7) [0xb6d539d7]
[ 48544.653] 5: /usr/lib/xorg/modules/dri/i965_dri.so (0xb6d38000+0x8d359) [0xb6dc5359]
[ 48544.653] 6: /usr/lib/xorg/modules/extensions/libglx.so (0xb732c000+0x7f38) [0xb7333f38]
[ 48544.653] 7: /usr/lib/xorg/modules/extensions/libglx.so (0xb732c000+0x34784) [0xb7360784]
[ 48544.653] 8: /usr/lib/xorg/modules/extensions/libglx.so (0xb732c000+0x3728f) [0xb736328f]
[ 48544.653] 9: /usr/bin/X (0x8048000+0x27e87) [0x806fe87]
[ 48544.653] 10: /usr/bin/X (0x8048000+0x1aec5) [0x8062ec5]
[ 48544.653] 11: /lib/libc.so.6 (__libc_start_main+0xe6) [0xb73ccdb6]
[ 48544.653] 12: /usr/bin/X (0x8048000+0x1aaa1) [0x8062aa1]
[ 48544.653] Segmentation fault at address 0x30
[ 48544.653] 
Fatal server error:
[ 48544.653] Caught signal 11 (Segmentation fault). Server aborting
[ 48544.653] 
[ 48544.653]
I found out that X crashes only when running an OpenGL screensaver, not the other's. I have no idea what to do to fix it.. Any ideas?
 
Old 05-09-2011, 01:30 AM   #4
andrew.46
Senior Member
 
Registered: Oct 2007
Distribution: Slackware
Posts: 1,365

Rep: Reputation: 493Reputation: 493Reputation: 493Reputation: 493Reputation: 493
Quote:
Originally Posted by xdunlapx View Post
I found out that X crashes only when running an OpenGL screensaver, not the other's. I have no idea what to do to fix it.. Any ideas?
It is not really much of a solution but I deleted the xscreensaver package after x crashes with my Intel 945GM, no more crashes .
 
Old 05-09-2011, 02:56 AM   #5
xdunlapx
Member
 
Registered: Oct 2008
Location: Nevada
Distribution: Slackware 14.1
Posts: 69

Original Poster
Rep: Reputation: 0
andrew.46, what do you use for a screensaver? Just blank the screen with inactivity?
 
Old 05-09-2011, 04:44 PM   #6
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Do other OpenGL programs crash the X server?

Adam
 
Old 05-09-2011, 05:57 PM   #7
guanx
Senior Member
 
Registered: Dec 2008
Posts: 1,176

Rep: Reputation: 233Reputation: 233Reputation: 233
Quote:
Originally Posted by xdunlapx View Post
Here is a snippet of Xorg.0.log.old:
Code:
Backtrace:
[ 48544.652] 0: /usr/bin/X (xorg_backtrace+0x3b) [0x80e72fb]
[ 48544.652] 1: /usr/bin/X (0x8048000+0x5dbf5) [0x80a5bf5]
[ 48544.652] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xffffe40c]
[ 48544.653] 3: /usr/lib/xorg/modules/dri/i965_dri.so (0xb6d38000+0x1966c) [0xb6d5166c]
[ 48544.653] 4: /usr/lib/xorg/modules/dri/i965_dri.so (0xb6d38000+0x1b9d7) [0xb6d539d7]
[ 48544.653] 5: /usr/lib/xorg/modules/dri/i965_dri.so (0xb6d38000+0x8d359) [0xb6dc5359]
[ 48544.653] 6: /usr/lib/xorg/modules/extensions/libglx.so (0xb732c000+0x7f38) [0xb7333f38]
[ 48544.653] 7: /usr/lib/xorg/modules/extensions/libglx.so (0xb732c000+0x34784) [0xb7360784]
[ 48544.653] 8: /usr/lib/xorg/modules/extensions/libglx.so (0xb732c000+0x3728f) [0xb736328f]
[ 48544.653] 9: /usr/bin/X (0x8048000+0x27e87) [0x806fe87]
[ 48544.653] 10: /usr/bin/X (0x8048000+0x1aec5) [0x8062ec5]
[ 48544.653] 11: /lib/libc.so.6 (__libc_start_main+0xe6) [0xb73ccdb6]
[ 48544.653] 12: /usr/bin/X (0x8048000+0x1aaa1) [0x8062aa1]
[ 48544.653] Segmentation fault at address 0x30
[ 48544.653] 
Fatal server error:
[ 48544.653] Caught signal 11 (Segmentation fault). Server aborting
[ 48544.653] 
[ 48544.653]
I found out that X crashes only when running an OpenGL screensaver, not the other's. I have no idea what to do to fix it.. Any ideas?
Have you tried the alternative libdrm, intel video driver, and mesa packages in the testing/ and pasture/ directories?
 
Old 05-09-2011, 06:33 PM   #8
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Quote:
Originally Posted by xdunlapx View Post
I'm having an issue with the screensaver activating. It crashes X. It doesn't matter which screensaver I use.

dmesg output is:

[ 7258.345115] [drm:intel_panel_get_max_backlight] *ERROR* fixme: max PWM is zero.
[ 7258.352383] [drm:intel_panel_get_max_backlight] *ERROR* fixme: max PWM is zero.
[ 7858.357503] [drm:intel_panel_get_max_backlight] *ERROR* fixme: max PWM is zero.
[ 7858.357510] [drm:intel_panel_get_max_backlight] *ERROR* fixme: max PWM is zero.
[ 7858.362155] [drm:intel_panel_get_max_backlight] *ERROR* fixme: max PWM is zero.
[34998.194848] [drm:intel_panel_get_max_backlight] *ERROR* fixme: max PWM is zero.
[34998.194855] [drm:intel_panel_get_max_backlight] *ERROR* fixme: max PWM is zero.

I have an intel 915 chipset I believe. Might anyone know how to fix this?

Attached is Xorg.0.log
Attachment 6978
Just stay away from the OpenGL screensavers. If you still have problems with other OpenGL apps, disable these cute KDE effects before to launch a problematic app.
 
Old 05-09-2011, 08:47 PM   #9
kgs
Member
 
Registered: Apr 2011
Posts: 38

Rep: Reputation: 4
I have a 915 chipset and I can recall having similar trouble over the weekend. I'm not one to use screensavers, so I didn't mess around with it too much, but I did notice a few things.

What I know is that I set GLMatrix as my screensaver and went to bed, and in the morning the machine was locked up. I am not going to blame this on the screensaver, as I had several programs running at the time (some of which I had not run before). I also did not get to see if the screensaver started properly and ran for several minutes before crashing.

Another curious thing was that there was a preview in xscreensaver-demo, presumably an OpenGL one, that caused X to crash.

I am going to try to recreate the crash and then I will report back.
 
Old 05-10-2011, 01:28 AM   #10
andrew.46
Senior Member
 
Registered: Oct 2007
Distribution: Slackware
Posts: 1,365

Rep: Reputation: 493Reputation: 493Reputation: 493Reputation: 493Reputation: 493
Quote:
Originally Posted by xdunlapx View Post
andrew.46, what do you use for a screensaver? Just blank the screen with inactivity?
I am afraid that I did not examine it all that closely, I saw lockups with 'random' screensaver set and found the computer with black screen + lockup when the screensaver should have been active so I simply removed the entire package. I have never been one for screensavers anyway....
 
Old 05-10-2011, 02:58 AM   #11
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761
Quote:
Originally Posted by xdunlapx View Post
.... what do you use for a screensaver? Just blank the screen with inactivity?
If you are looking for a simple program to blank and lock the screen, slock (see SlackBuilds) is pretty nice and only 20K installed.
 
Old 05-10-2011, 03:01 AM   #12
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
I have these crashes too on the laptop with an Intel graphics chipset, but only in KDE with compositing enabled and with OpenGL screensavers.
The same screensavers run from XScreensaver in XFCE for example, do not crash.

Eric
 
Old 05-10-2011, 08:27 AM   #13
xdunlapx
Member
 
Registered: Oct 2008
Location: Nevada
Distribution: Slackware 14.1
Posts: 69

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Alien Bob View Post
I have these crashes too on the laptop with an Intel graphics chipset, but only in KDE with compositing enabled and with OpenGL screensavers.
The same screensavers run from XScreensaver in XFCE for example, do not crash.

Eric
I switched to xfce and when I woke up this morning my computer would not respond to mouse movement or clicks or the keyboard. I pressed the power button and it shut down. I'll download slock and try that.

Last edited by xdunlapx; 05-10-2011 at 08:29 AM.
 
  


Reply



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
Screensaver settings crashes kdesktop dravenloft Ubuntu 3 12-09-2007 06:09 AM
Kill Beryl When Screensaver Activates sloik2000 Linux - Software 2 03-07-2007 06:57 AM
screensaver crashes. nvidia drivers maybe? doralsoral Linux - Software 3 02-18-2007 10:38 AM
eth0 Activates but no internet! benrose111488 Linux - Networking 8 06-21-2004 04:42 PM
eth0 no longer activates during startup zombiedeth Linux - Networking 2 03-03-2004 01:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:41 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