[opensuse-factory] Tumbleweed disabling screen blanking when using KVM Switch
I have a hardware KVM switch that I use to switch between 6 computers. On my openSUSE Tumbleweed system running KDE when I switch away from the Tumbleweed system to another system and return my screen is blanked. I have to power cycle the computer to get a screen back. I have Screen Locking disabled in desktop management I have Screen Saving disabled in desktop power management. I have power saving disabled in desktop power management. I have the following in /etc/X11/xorg.conf.d/ 50-monitor.conf Section "Monitor" Identifier "Dummy" Option "DPMS" "false" EndSection Section "ServerLayout" Identifier "ServerLayout0" Option "StandbyTime" "0" Option "SuspendTime" "0" Option "OffTime" "0" EndSection With all this I still have this blanking when I switch away from this hardware with my KVM. This is a HP Intel Core 2 Duo E8400 system Desktop with what hardware info tells me is "Intel Q33/Q35/G33 graphics. How can I solve this issue? I have to be able to switch away from this system and return to a normal display. Steven -- ____________ Apply appropriate technology. Use what works without prejudice. Steven L Hess ARS KC6KGE DM05gd22 Owner Flex-1500 and Flex-3000 Flex-6300, FT-857D, FT-817ND openSUSE Linux 13.1 KDE, Tumbleweed KDE with Packman Known as FlameBait and The Sock Puppet of Doom. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Steven Hess composed on 2015-08-01 17:37 (UTC-0700):
I have a hardware KVM switch that I use to switch between 6 computers. On my openSUSE Tumbleweed system running KDE when I switch away from the Tumbleweed system to another system and return my screen is blanked. I have to power cycle the computer to get a screen back.
I have Screen Locking disabled in desktop management I have Screen Saving disabled in desktop power management. I have power saving disabled in desktop power management.
I have the following in /etc/X11/xorg.conf.d/ 50-monitor.conf
Section "Monitor" Identifier "Dummy" Option "DPMS" "false" EndSection
Section "ServerLayout" Identifier "ServerLayout0" Option "StandbyTime" "0" Option "SuspendTime" "0" Option "OffTime" "0" EndSection
With all this I still have this blanking when I switch away from this hardware with my KVM.
This is a HP Intel Core 2 Duo E8400 system Desktop with what hardware info tells me is "Intel Q33/Q35/G33 graphics.
How can I solve this issue? I have to be able to switch away from this system and return to a normal display.
Just ideas, since I have multiple E8400s, but don't use a KVM: https://bugs.kde.org/show_bug.cgi?id=317929 does not look like it's on point, but it could be related. You may need to find out which kde config file manages screen blanking, in the same fashion that kdedrc can be set to disable kscreen from autostarting, thus respecting xorg.conf* settings for DPI and resolution. It might be fruitful to ask on one of the kde mailing lists, as this shouldn't be an openSUSE-specific problem. Asking there might turn up the existence of an upstream bug on the subject. Maybe more likely the problem is using the identifier "Dummy". Are you using "Dummy" also in 50-screen.conf? I've usually found that 50-device.conf, 50-monitor.conf and 50-screen.conf must have their idents sync'd up to get expected results from any of the three, even those that aren't actually specifying any settings. FWIW, rather than Option "DPMS" "false" I use Option "DPMS" "off", but I think both are supposed to produce the same result. -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Sat, Aug 1, 2015 at 6:33 PM, Felix Miata <mrmazda@earthlink.net> wrote:
Just ideas, since I have multiple E8400s, but don't use a KVM:
https://bugs.kde.org/show_bug.cgi?id=317929 does not look like it's on point, but it could be related. You may need to find out which kde config file manages screen blanking, in the same fashion that kdedrc can be set to disable kscreen from autostarting, thus respecting xorg.conf* settings for DPI and resolution. It might be fruitful to ask on one of the kde mailing lists, as this shouldn't be an openSUSE-specific problem. Asking there might turn up the existence of an upstream bug on the subject.
Maybe more likely the problem is using the identifier "Dummy". Are you using "Dummy" also in 50-screen.conf? I've usually found that 50-device.conf, 50-monitor.conf and 50-screen.conf must have their idents sync'd up to get expected results from any of the three, even those that aren't actually specifying any settings.
FWIW, rather than Option "DPMS" "false" I use Option "DPMS" "off", but I think both are supposed to produce the same result. -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation)
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
I looked at the bug. Doesn't seem to be related. As a further attempt to get this playing I've edited /etc/X11/xorg.conf.d/monitor.conf to match /etc/X11/xorg.conf.d/screen.conf as far as definitions go. Screen.conf is commented out. I left it that way. Section "Monitor" Identifier "Default Device" Option "DPMS" "False" EndSection Section "ServerLayout" Identifier "ServerLayout0" Option "StandbyTime" "0" Option "SuspendTime" "0" Option "OffTime" "0" EndSection and /etc/X11/xorg.conf.d/screen.conf #Section "Screen" # Identifier "Default Screen" # # Device "Default Device" # # ## Doesn't help for radeon/radeonhd drivers; use magic in # ## 50-device.conf instead # Monitor "Default Monitor" # #EndSection I have looked at xset flamebait@linux-rraz:~> xset q Keyboard Control: auto repeat: on key click percent: 0 LED mask: 00000000 XKB indicators: 00: Caps Lock: off 01: Num Lock: off 02: Scroll Lock: off 03: Compose: off 04: Kana: off 05: Sleep: off 06: Suspend: off 07: Mute: off 08: Misc: off 09: Mail: off 10: Charging: off 11: Shift Lock: off 12: Group 2: off 13: Mouse Keys: off auto repeat delay: 250 repeat rate: 30 auto repeating keys: 00ffffffdffffbbf fadfffefffedffff 9fffffffffffffff fff7ffffffffffff bell percent: 50 bell pitch: 400 bell duration: 100 Pointer Control: acceleration: 20/10 threshold: 4 Screen Saver: prefer blanking: yes allow exposures: yes timeout: 0 cycle: 600 Colors: default colormap: 0x22 BlackPixel: 0x0 WhitePixel: 0xffffff Font Path: /usr/share/fonts/misc:unscaled,/usr/share/fonts/Type1/,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/ghostscript/,/usr/share/fonts/cyrillic:unscaled,/usr/s hare/fonts/truetype/,built-ins,/home/flamebait/.fonts DPMS (Energy Star): Standby: 0 Suspend: 0 Off: 0 DPMS is Disabled Font cache: Server does not have the FontCache Extension Suspend is off. I don't think the Screen Saver is coming into play. I'm not certain I should try to set that to no or if no is even the right switch. Steven -- ____________ Apply appropriate technology. Use what works without prejudice. Steven L Hess ARS KC6KGE DM05gd22 Owner Flex-1500 and Flex-3000 Flex-6300, FT-857D, FT-817ND openSUSE Linux 13.1 KDE, Tumbleweed KDE with Packman Known as FlameBait and The Sock Puppet of Doom. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Steven Hess composed on 2015-08-01 19:01 (UTC-0700):
Felix Miata wrote:
https://bugs.kde.org/show_bug.cgi?id=317929 does not look like it's on point,
I looked at the bug. Doesn't seem to be related.
I wouldn't expect it to absent my comment trying to explain the concept of preventing KDE from ignoring xorg.conf* by preventing it from automatically starting up a KDE component that ignores xorg.conf*. For me that component was kscreen. For screen locking I don't know what component might need to be prevented from starting - maybe there could be something to be put in kscreensaverrc or powermanagementprofilesrc to let Xorg handle power management.
As a further attempt to get this playing I've edited /etc/X11/xorg.conf.d/monitor.conf to match /etc/X11/xorg.conf.d/screen.conf as far as definitions go. Screen.conf is commented out. I left it that way.
I wrote what I wrote for a reason. To ensure any of those three 50-*.conf files do as expected for me has always required all three be in sync, not just 2 out of 3. -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (2)
-
Felix Miata
-
Steven Hess