LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-04-2019, 08:56 AM   #1
pschmitt
Member
 
Registered: May 2014
Location: Karlsruhe Germany
Distribution: OpenSUSE Leap 15.1
Posts: 57

Rep: Reputation: Disabled
External Monitor enters Power Save


I am running openSUSE Leap 15.1 on my Lenovo ThinkPad T440p laptop and use the Dell 24' monitor E248WFP as an external second display.
At times the external display goes blank and shows "Entering Power Save".
The laptop display is not effected.
I still could not pinpoint what triggers this behaviour.
It try the usual things "restart", "shutdown", "disconnecting the monitor"
and after a while, sometimes hours, the screen comes to live again.
I checked dmesg, but was not sure what to look for.
I also saved /etc/interrupts and compared it to the file after the display
went blank with the result:

* there was an IO-APIC 9-fastevi interrupt
* there were 2333 new interrupts listed in the line with PCI-MSI
* there were 10449 new interrupts in the line TLB shootdown

I do not want to put anybody on a possible false track, I am just telling
what I have done so far.

I would appreciate any help
* in finding out what goes wrong
* and come up with a solution for avoiding this inconvenience or
at least recover faster from it.
 
Old 12-04-2019, 03:28 PM   #2
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,852
Blog Entries: 1

Rep: Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074
Which DE do you use?

Does executing xrandr wake up the external screen?

Please provide output from inxi -GxxSza (you may need to install if first). It should resemble this if using the openSUSE version:
Code:
> /usr/bin/inxi -GxxSza
System:    Host: gx780 Kernel: 4.12.14-lp151.28.32-default x86_64 bits: 64 gcc: 7.4.1
           Desktop: KDE Plasma 3 dm: N/A Distro: openSUSE Leap 15.1
Graphics:  Card: Intel 4 Series Integrated Graphics Controller bus-ID: 00:02.0 chip-ID: 8086:2e12
           Display Server: X.Org 1.20.3 drivers: modesetting (unloaded: fbdev,vesa)
           Resolution: 1920x1200@59.95hz
           OpenGL: renderer: Mesa DRI Intel Q45/Q43 version: 2.1 Mesa 18.3.2 Direct Render: Yes
or this if using the radically newer current inxi version from upstream web site:
Code:
> inxi -GxxSza
System:    Host: gx780 Kernel: 4.12.14-lp151.28.32-default x86_64 bits: 64 compiler: gcc v: 7.4.1
           parameters: root=/dev/sda13 noresume consoleblank=0 mitigations=auto
           Desktop: KDE 3 wm: kwin dm: N/A Distro: openSUSE Leap 15.1
Graphics:  Device-1: Intel 4 Series Integrated Graphics vendor: Dell driver: i915 v: kernel bus ID: 00:02.0 chip ID: 8086:2e12
           Display: server: X.Org 1.20.3 driver: modesetting unloaded: fbdev,vesa alternate: intel resolution: 1920x1200~60Hz
           OpenGL: renderer: Mesa DRI Intel Q45/Q43 v: 2.1 Mesa 18.3.2 direct render: Yes
 
1 members found this post helpful.
Old 12-04-2019, 07:05 PM   #3
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,363
Blog Entries: 28

Rep: Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148
Have you checked the monitor's own menu? It's a long shot, but it may have some built-in power-saver setting.
 
2 members found this post helpful.
Old 12-04-2019, 08:08 PM   #4
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,737

Rep: Reputation: 2213Reputation: 2213Reputation: 2213Reputation: 2213Reputation: 2213Reputation: 2213Reputation: 2213Reputation: 2213Reputation: 2213Reputation: 2213Reputation: 2213
Quote:
Originally Posted by frankbell View Post
Have you checked the monitor's own menu? It's a long shot, but it may have some built-in power-saver setting.
+1 to this thought...may not be the OS at all.
 
1 members found this post helpful.
Old 12-05-2019, 03:58 PM   #5
pschmitt
Member
 
Registered: May 2014
Location: Karlsruhe Germany
Distribution: OpenSUSE Leap 15.1
Posts: 57

Original Poster
Rep: Reputation: Disabled
External Monitor enters Power Save

This is my reply to mrmazda

Unfortunately, xrandr did not help.
Also xrandr --display HDMI-1
produced
Code:
Can't open display HDMI-1
I installed inxi.
It was a bit tricky to find out that I had to install
in addition also Mesa-demo-x
Entering the command inxi -GxxSza yields:
Code:
inxi -GxxSza
/usr/bin/inxi: illegal option -- a
Dropping option "a" gives
Code:
System:    Host: linux-8r1d Kernel: 4.12.14-lp151.28.32-default x86_64 bits: 64 gcc: 7.4.1
           Desktop: KDE Plasma 5.12.8 (Qt 5.9.7) dm: sddm,sddm Distro: openSUSE Leap 15.1
Graphics:  Card: Intel 4th Gen Core Processor Integrated Graphics Controller bus-ID: 00:02.0 chip-ID: 8086:0416
           Display Server: x11 (X.Org 1.20.3 ) drivers: modesetting (unloaded: fbdev,vesa)
           Resolution: 1366x768@59.99hz
           OpenGL: renderer: Mesa DRI Intel Haswell Mobile
           version: 4.5 Mesa 18.3.2 (compat-v: 3.0) Direct Render: Yes
I hope that helps.
 
Old 12-05-2019, 05:16 PM   #6
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,852
Blog Entries: 1

Rep: Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074
Quote:
Originally Posted by pschmitt View Post
Also xrandr --display HDMI-1
produced
Code:
Can't open display HDMI-1
Simply running xrandr will report the names of the connected outputs and the screen ID. --display takes the screen ID. --output takes a connector name.

Quote:
I installed inxi.
It was a bit tricky to find out that I had to install
in addition also Mesa-demo-x
Entering the command inxi -GxxSza yields:
Code:
inxi -GxxSza
/usr/bin/inxi: illegal option -- a
That's a result of using the antique inxi rpm from 15.1, and why I provided the URL to the current version. If you consult its man page you'll see it has an updates switch -U. It should also explain how to make it work.

Quote:
Dropping option "a" gives
Code:
System:    Host: linux-8r1d Kernel: 4.12.14-lp151.28.32-default x86_64 bits: 64 gcc: 7.4.1
           Desktop: KDE Plasma 5.12.8 (Qt 5.9.7) dm: sddm,sddm Distro: openSUSE Leap 15.1
a produces the line that's missing from the antique.

man xrandr might have something to apply to the external output to wake it back up, maybe --auto. How to keep it active is another question. https://www.kernel.org/doc/Documenta...parameters.txt has some cmdline options that can affect video behavior, e.g. acpi_backlight= or consoleblank=.
 
1 members found this post helpful.
Old 12-06-2019, 09:00 AM   #7
pschmitt
Member
 
Registered: May 2014
Location: Karlsruhe Germany
Distribution: OpenSUSE Leap 15.1
Posts: 57

Original Poster
Rep: Reputation: Disabled
External Monitor enters Power Save

answer to frankbell and scase

good point!
What I did not mention in my first post: I had connected the Dell monitor
to a second laptop running kubuntu as OS and everything work without a hitch.
But, since I still do not know what triggers the entering into power save this was not
finally conclusive. Maybe, if I had worked with that laptop a little long the effect
might have happened.
So, I checked today the OSD menue of the Dell monitor. It offers no item on power saving.

Last edited by pschmitt; 12-11-2019 at 11:57 AM. Reason: last remark was nonsense
 
  


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
Monitor enters power save when X starts Dead_$partan Red Hat 2 04-30-2008 02:13 AM
Power OFF save Power? novell1 Linux - Software 2 12-31-2007 01:49 AM
Enabling power save/power management/cpu freq scaling features for a Debian system zero79 Debian 0 12-19-2004 01:17 PM
monitor in power save mode upon booting kefitcher Linux - Newbie 12 03-24-2004 02:19 PM
Compaq Monitor 7500 goes in Power Save rssql Linux - Software 0 10-19-2003 06:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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