View Single Post
Old 09-25-2017, 09:21 AM   #7
anleva
Enthusiast
anleva began at the beginning.
 
Posts: 39
Karma: 10
Join Date: Nov 2011
Device: Kindle Paperwhite
Quote:
Originally Posted by kovidgoyal View Post
That is the debug log and the problem is that Qt is unable to detect your monitors geometry correctly,s ee the lines

logicalDpi: inf x inf
physicalDpi: -49497354.5002 x -87977555.9019

This happens on some X servers, with newer versions of Qt, but no one has been able to track down why.
Thanks. Any thoughts on why does it work for 2.xx releases and earlier and not 3.xx? It looks like a different version of python, 2.7.12 vs 2.7.9. Could that be it?

When I revert to 2.85.1 this is the output of the debug command:


calibre 2.85.1 embedded-python: True is64bit: True
Linux-4.4.0-96-generic-x86_64-with-debian-stretch-sid Linux ('64bit', 'ELF')
('Linux', '4.4.0-96-generic', '#119-Ubuntu SMP Tue Sep 12 14:59:54 UTC 2017')
Python 2.7.9
Linux: ('debian', 'stretch/sid', '')
devicePixelRatio: 1.0
logicalDpi: 96.0 x 96.0
physicalDpi: 44.2540834846 x 44.2451612903

Last edited by anleva; 09-25-2017 at 09:35 AM.
anleva is offline   Reply With Quote