View Single Post
Old 06-27-2017, 02:35 PM   #20
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,467
Karma: 27757440
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
See the lines

logicalDpi: inf x inf
physicalDpi: -49587349.6902 x -87694669.8701

in the debug output. They indicate Qt is not able to read the correct monitor size/resolution from the X server. I think that is the underlying reason for the problems. Unfortunately, I have no idea how to resolve it. I dont think using the system theme will make a difference as the monitor data is read before the theme comes into play.

Last edited by kovidgoyal; 06-27-2017 at 02:38 PM.
kovidgoyal is offline   Reply With Quote