LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-19-2015, 01:57 PM   #1
linuxbird
Member
 
Registered: Feb 2006
Distribution: Slackware
Posts: 543

Rep: Reputation: 36
Hunting down who a monitor (or sometimes two) goes blank


I am running Slackware 14 with three screens, using KDE.

The issue I have is that all three display ports seem properly configured, and have worked for a couple of years, and all of the sudden the last several days, mid-day, something happens and one or more screens go blank.

Looking at messages and syslog, I don't see anything unusual. Can someone point me in the right direction towards figuring this out?
 
Old 03-20-2015, 03:35 AM   #2
dijetlo
Senior Member
 
Registered: Jan 2009
Location: RHELtopia....
Distribution: Solaris 11.2/Slackware/RHEL/
Posts: 1,491
Blog Entries: 2

Rep: Reputation: Disabled
egrep -i "fail|warning|error" /var/log/Xorg.0.log
 
Old 03-20-2015, 02:31 PM   #3
linuxbird
Member
 
Registered: Feb 2006
Distribution: Slackware
Posts: 543

Original Poster
Rep: Reputation: 36
Quote:
Originally Posted by dijetlo View Post
egrep -i "fail|warning|error" /var/log/Xorg.0.log
Done. Nothing.


Happened a couple of hours ago again, and this time I caught a KDE daemon message. Things restored to proper operation.
 
Old 03-20-2015, 08:03 PM   #4
linuxbird
Member
 
Registered: Feb 2006
Distribution: Slackware
Posts: 543

Original Poster
Rep: Reputation: 36
It happened again. This time it came back. There was something flagged for audio. I am wondering if there is a display card or MB problem.

No relevant log messages.
 
Old 03-20-2015, 11:20 PM   #5
dijetlo
Senior Member
 
Registered: Jan 2009
Location: RHELtopia....
Distribution: Solaris 11.2/Slackware/RHEL/
Posts: 1,491
Blog Entries: 2

Rep: Reputation: Disabled
Let's do this the easy way, next time it happens as soon as it comes back, open ksystemlog (just type it as one word). One of the really nice features of KDE is their log viewer
You have a choice of 5 logs to choose from
System
Kernel
Auth
Daemon
Xorg
I'd start with Xorg log, scroll to the bottom and see what it says, it doesn't have a time stamp associated but the rest of them probably will. Check the time stamp on the entry, does that match up with the event? The logs are chronological so if you note the system time upon occurrence you can go back and find the event in the log.
 
Old 03-21-2015, 08:27 PM   #6
linuxbird
Member
 
Registered: Feb 2006
Distribution: Slackware
Posts: 543

Original Poster
Rep: Reputation: 36
I was just tailing the logfiles. But the opportunity to learn a new tool presents it self.

Three occurrences I saw today. I had other things that were pressing so I did not investigate, but the logfiles I was tailing showed nothing of note.

If I disappear for a couple of days, it doesn't mean anything. I have relatives in the hospital, and another one going in for surgery. It just kinda all piles up at one time, and my workload got real high real fast.
 
Old 03-21-2015, 11:18 PM   #7
dijetlo
Senior Member
 
Registered: Jan 2009
Location: RHELtopia....
Distribution: Solaris 11.2/Slackware/RHEL/
Posts: 1,491
Blog Entries: 2

Rep: Reputation: Disabled
No problem, I'm subscribed to the thread. I hope everybody is feeling better, catch you when you have some time
 
Old 12-08-2016, 04:32 PM   #8
linuxbird
Member
 
Registered: Feb 2006
Distribution: Slackware
Posts: 543

Original Poster
Rep: Reputation: 36
The problem is that the graphics processor on the MB is intermittently dying. The other two monitors stay alive because they are running off a video adapter.

I have cleaned dust off the MB, and reseated the CPU, but no joy. Vibration doesn't seem to make the problem come or go. So I guess it is a live with it.

The tip to look at the Xorg files made the debug go smoother.

This is a late post, but may help someone who ends up searching for a similar problem.

MB is a Gigabyte Z77-D3H, with an I7-3770.
 
Old 12-11-2016, 12:29 PM   #9
jpollard
Senior Member
 
Registered: Dec 2012
Location: Washington DC area
Distribution: Fedora, CentOS, Slackware
Posts: 4,912

Rep: Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513
You also might check the cabling. Sometimes wiggling it fixes this type of intermittent problem. If it does, then the actual problem is corrosion/oxidation on the contacts. Exactly why the display goes blank can vary. With the VGA cables it is usually the sync signal that is lost. I'm not familiar with the signaling of HDMI or DVI cables to know wit those.
 
Old 12-11-2016, 03:55 PM   #10
c0wb0y
Member
 
Registered: Jan 2012
Location: Inside the oven
Distribution: Windows
Posts: 421

Rep: Reputation: 74
It also happens to my crappy videocard Radeon HD3470 not being able to pump enough amps. This happens especially during cold startup. I just turn the monitor off and on and get done with it.
 
Old 12-12-2016, 04:20 AM   #11
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
If you don't want any monitor to ever blank.

$ xset -dpms s noblank s noexpose

I tend to have this always set and push buttons on the hardware when I walk away for any duration. Although I suspect a hardware issue. PSUs tend to degrade over time and if you don't have a 200W buffer above your actual needed specs it could degrade to under spec in spite of what the sticker says. And LCDs tend to degrade, I seem to have issues at 3+yo and have replaced almost all non-CRT displays in less than ten years.
 
Old 12-12-2016, 04:58 AM   #12
jpollard
Senior Member
 
Registered: Dec 2012
Location: Washington DC area
Distribution: Fedora, CentOS, Slackware
Posts: 4,912

Rep: Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513
Quote:
Originally Posted by Shadow_7 View Post
If you don't want any monitor to ever blank.

$ xset -dpms s noblank s noexpose

I tend to have this always set and push buttons on the hardware when I walk away for any duration. Although I suspect a hardware issue. PSUs tend to degrade over time and if you don't have a 200W buffer above your actual needed specs it could degrade to under spec in spite of what the sticker says. And LCDs tend to degrade, I seem to have issues at 3+yo and have replaced almost all non-CRT displays in less than ten years.
Shouldn't... unless it is a CFC that is failing. Out of 3 I've only had one die - and that was because the power supply in the LCD died. Laptops on the other hand... two - and both were the CFC backlight. Found that out by taking an LED flashlight and putting it flush against the screen. The area around the light showed the display working just fine - but the backlight was out.
 
Old 12-12-2016, 08:14 AM   #13
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
I have an old P4 dell that has a burnt out backlight. The VGA out still works though. I keep it around because it has a working optical drive and can act as a wifi bridge / router in a pinch. I don't buy a laptop that doesn't have external monitor support. Of the screens that I've had fail, one that is in process now buzzes after a relatively short time on. The other wouldn't show a screen, except with some effort and luck, Cntrl+Alt+F1, then Cntrl+Alt+F7, over and over until the screen magically worked. It probably had more to do with the nVidia integrated GPU. But it did eventually stay invisible. A new screen had no such symptoms. But at that point the base system was old enough to warrant a change.
 
  


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
blank monitor? lilili Linux - Hardware 2 10-13-2007 04:01 PM
monitor blank after closing x DisplayName Linux - Newbie 1 10-02-2007 08:22 AM
Monitor Blank klasact Linux - Newbie 1 05-29-2006 10:18 PM
Startx, monitor goes blank, HELP! Twitches Linux - General 2 06-17-2004 11:11 AM
monitor off / blank R@LF Linux - Hardware 5 08-02-2003 07:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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