[okular] [Bug 364676] Okular turns off/on HDMI external monitor

Jarosław Staniek bugzilla_noreply at kde.org
Fri Mar 17 22:11:53 UTC 2017


https://bugs.kde.org/show_bug.cgi?id=364676

--- Comment #7 from Jarosław Staniek <staniek at kde.org> ---
Just a hint to @alien on how to possible recover from the disaster:

I have a ~/.screenlayout/arandr.conf.sh script that contains (in my quite
similar case:

#!/bin/sh
xrandr --newmode "1280x1024_60.00"  108.88  1280 1360 1496 1712  1024 1025 1028
1060  -HSync +Vsync
xrandr --addmode HDMI1 "1280x1024_60.00"
xrandr --output HDMI1 --primary --mode "1280x1024_60.00" --pos 0x0 --rotate
normal --output LVDS1 --mode 1366x768 --pos 1280x0 --rotate normal

The script can be anywhere in fact, you run it by hand. Also read comment #1
and #s at
https://forums.opensuse.org/showthread.php/493985-SOLUTION-FOR-KSCREEN-NOT-SAVING-DUAL-MONITOR-CONFIGURATION-IN-OPENSUSE-13-1?p=2612605#post2612605

(yes, it's years-old advice and the open source radeon drivers feel worse; I
disabled KScreen to avoid too much automatics; I am sorry for comments now not
really related to only Okular -- Kexi causes exactly the same and it does not
use QScreen API, all is used is probing geometry of QDesktopWidget at most..)

Sorry

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Okular-devel mailing list