I had this same issue, but it was easily resolved for me by going to: Settings -> Configure OpenLP, then from the General Tab manually setting the height on the display, by clicking Override Display Position. Then restart OpenLP and you should be in business.
-- Output display does not fill screen https://bugs.launchpad.net/bugs/605852 You received this bug notification because you are a member of OpenLP Core, which is subscribed to OpenLP. Status in OpenLP - Worship Presentation Software: New Bug description: On startup, OpenLP 1.9.3 bzr942 creates a screen whose vertical height is smaller than the actual screen height. I have two screens, the first and primary one is 1280x900 and the second is usually 1440x900. In debug mode, OpenLP says that if found 2 screens(with the second screen set at 800x600 for testing): 2010-07-15 21:16:10,815 root INFO Screen 0 found with resolution PyQt4.QtCore.QRect(0, 23, 1280, 854) 2010-07-15 21:16:10,817 root INFO Screen 1 found with resolution PyQt4.QtCore.QRect(1280, 23, 800, 577) the height is 23 pixels short with the second screen at 1024x768: 2010-07-15 22:01:43,107 root INFO Screen 0 found with resolution PyQt4.QtCore.QRect(0, 23, 1280, 854) 2010-07-15 22:01:43,108 root INFO Screen 1 found with resolution PyQt4.QtCore.QRect(1280, 23, 1024, 745) the height is 23 pixels short again with the second screen at 1440x900: 2010-07-15 22:12:10,671 root INFO Screen 0 found with resolution PyQt4.QtCore.QRect(0, 23, 1280, 854) 2010-07-15 22:12:10,671 root INFO Screen 1 found with resolution PyQt4.QtCore.QRect(1280, 23, 1440, 854) This time it is 2 * 23 pixels short(for two gnome-panels) The height of my gnome-panel is 23 pixels. _______________________________________________ Mailing list: https://launchpad.net/~openlp-core Post to : [email protected] Unsubscribe : https://launchpad.net/~openlp-core More help : https://help.launchpad.net/ListHelp

