Quote:
Originally Posted by kovidgoyal
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.
|
I do have a not-exactly-new Nvidia graphics card installed. So looking to troubleshoot the X-server, I installed the Nvidia utility "nvidia-settings". It installed ok but when I pulled the GUI up, there wasn't much to set. But, disabled all of them anyway, saved, but still have the same Dpi problem running debug version.
Thanks for the help!