View Single Post
Old 09-28-2016, 08:55 AM   #11
dendron
Junior Member
dendron began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Sep 2016
Device: Kindle PW5, PW2
Here you go:

Code:
$ calibre-debug -g
[...]
logicalDpi: 48.0 x 48.0
physicalDpi: 87.0857142857 x 85.725
[...]
Using Grollicus' suggestion and setting the QT_SCALE_FACTOR environment variable:

Code:
$ QT_SCALE_FACTOR=1 calibre-debug -g
[...]
logicalDpi: 96.0 x 96.0
physicalDpi: 174.171428571 x 171.45
[...]

Last edited by dendron; 09-28-2016 at 09:35 AM.
dendron is offline   Reply With Quote