openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #08853
[Bug 782503] Re: Presentation does not go to second monitor
No, the second screen is the projector with resolution 1024x768. The
primary screen is my laptop's display, with 1280x800. This is why I said
that line in the log looks wrong.
I tried to override the option... sometimes, depending if the projector
is connected before or after the program is started, it goes to the
right screen. Though I couldn't find yet which is the sequence of
starting the program / connecting the projector / overriding the option
/ etc that makes it going to the correct screen.
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/782503
Title:
Presentation does not go to second monitor
Status in OpenLP - Worship Presentation Software:
Incomplete
Bug description:
Running on Archlinux, Openlp version 1.9.5 build bzr1540
Intel video card
Music's lyric is not displayed on the second monitor. Sometimes it goes right, but most of the times it is displayed in the primary screen, with wrong resolution.
$ xrandr -q
Screen 0: minimum 320 x 200, current 2304 x 800, maximum 8192 x 8192
LVDS1 connected 1280x800+0+0 (normal left inverted right x axis y axis) 290mm x 180mm
1280x800 60.0*+
1024x768 60.0
800x600 60.3 56.2
640x480 59.9
VGA1 connected 1024x768+1280+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.0*
800x600 60.3 56.2
848x480 60.0
640x480 59.9
DP1 disconnected (normal left inverted right x axis y axis)
Running openlp with debug log, I can see the screen are correctly detected:
2011-05-13 23:42:21,493 openlp.core.ui.screen INFO Screen 0 found with resolution PyQt4.QtCore.QRect(1280, 0, 1024, 768)
2011-05-13 23:42:21,493 openlp.core.ui.screen INFO Screen 1 found with resolution PyQt4.QtCore.QRect(0, 0, 1280, 800)
But when showing a music, it seems to use the wrong resolution:
2011-05-13 23:49:51,579 openlp.core.ui.thememanager DEBUG getthemedata for theme ipjsp
2011-05-13 23:49:51,585 openlp.core.lib.renderer DEBUG calculate default PyQt4.QtCore.QRect(0, 0, 1280, 800)
2011-05-13 23:49:51,585 openlp.core.lib.renderer DEBUG calculate default 1280, 800, 0.625000
2011-05-13 23:49:51,585 openlp.core.lib.renderer DEBUG _build_text_rectangle
2011-05-13 23:49:51,585 openlp.core.lib.renderer DEBUG set_text_rectangle PyQt4.QtCore.QRect(40, 10, 939, 689) , PyQt4.QtCore.QRect(900, 730, 1003, 37)
References