[Libreoffice-bugs] [Bug 122131] SAL_USE_VCLPLUGIN=qt5: Fonts, tooltips, toolbar icons way too large

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Dec 28 19:01:11 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=122131

--- Comment #5 from Jan-Marek Glogowski <glogow at fbihome.de> ---
Created attachment 147880
  --> https://bugs.documentfoundation.org/attachment.cgi?id=147880&action=edit
Minimal Qt5 program to dump QScreen information

Nothing in this output shows any problem I can identify :-(

I've added a minimal program to dump all QScreen information. It's just a 64bit
binary, but I included the source if you need to build a 32bit version. This
can be done simply by calling
$ qmake && make

Please run it on the same screen from a terminal, where you start LO.
For my single NEC monitor the output is:

availableGeometry: QRect(0,0 1920x1170)
availableSize: QSize(1920, 1170)
availableVirtualGeometry: QRect(0,0 1920x1170)
availableVirtualSize: QSize(1920, 1170)
depth: 24
devicePixelRatio: 1
geometry: QRect(0,0 1920x1200)
logicalDotsPerInch: 96.0757
logicalDotsPerInchX: 96
logicalDotsPerInchY: 96.1514
nativeOrientation: Qt::ScreenOrientation(PrimaryOrientation)
orientation: Qt::ScreenOrientation(LandscapeOrientation)
orientationUpdateMask: QFlags<Qt::ScreenOrientation>(PrimaryOrientation)
physicalDotsPerInch: 94.1104
physicalDotsPerInchX: 94.1467
physicalDotsPerInchY: 94.0741
physicalSize: QSizeF(518, 324)
primaryOrientation: Qt::ScreenOrientation(LandscapeOrientation)
refreshRate: 59
size: QSize(1920, 1200)
virtualGeometry: QRect(0,0 1920x1200)
virtualSiblings: (QScreen(0x563f582e6780, name="DVI-0"))
virtualSize: QSize(1920, 1200)

Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20181228/3e8a8591/attachment.html>


More information about the Libreoffice-bugs mailing list