Quote:
Originally Posted by MontyJ
My normal desktop font is 12. Changed that to 10 but it didn't change anything.
I then changed my display setting from 1366x768 1120x720. Unfortunately my big screen monitor didn't like that and now I have a black screen, even after a reboot. Am using old laptop to reply while I figure out how to restore my original display settings in linux...
I did run the debug -g mode, but need to get back to a linux desktop to get those results.
|
Love a nice, simple 'monitor.xml' to edit to get my display back!!
When I run it with calibre-debug -g, here is the initial output I get. The remainder past this is just a repeat of the list of errors I showed above:
Code:
calibre 3.0 embedded-python: True is64bit: True
Linux-4.8.0-54-generic-x86_64-with-debian-stretch-sid Linux ('64bit', 'ELF')
('Linux', '4.8.0-54-generic', '#57~16.04.1-Ubuntu SMP Wed May 24 16:22:28 UTC 2017')
Python 2.7.12
Linux: ('debian', 'stretch/sid', '')
Successfully initialized third party plugins: Consolidate All Library Metadata (2, 0, 29) && Reading List (1, 6, 6) && Import List (1, 1, 5) && NormComment (0, 0, 2) && Webscription (1, 1, 0) && FictionDB (1, 0, 10) && Diaps Editing Toolbag (0, 3, 4) && Barnes & Noble (1, 2, 14) && Quality Check (1, 9, 11) && Modify ePub (1, 3, 13) && Find Duplicates (1, 6, 2) && Resize Cover (1, 0, 2) && Databazeknih (1, 4, 0) && Quick Preferences (1, 4, 1) && Goodreads (1, 1, 12)
Turning on automatic hidpi scaling
devicePixelRatio: 1.0
logicalDpi: inf x inf
physicalDpi: -49587349.6902 x -87694669.8701
Using calibre Qt style: True
Starting up...
QXcbConnection
For comparison, here is the working 2.85 debug startup that does work, but shows warnings here:
Code:
$ calibre-debug -g
calibre 2.85.1 embedded-python: True is64bit: True
Linux-4.8.0-54-generic-x86_64-with-debian-stretch-sid Linux ('64bit', 'ELF')
('Linux', '4.8.0-54-generic', '#57~16.04.1-Ubuntu SMP Wed May 24 16:22:28 UTC 2017')
Python 2.7.9
Linux: ('debian', 'stretch/sid', '')
Successfully initialized third party plugins: Find Duplicates (1, 6, 2) && Consolidate All Library Metadata (2, 0, 29) && Quick Preferences (1, 4, 1) && NormComment (0, 0, 2) && Resize Cover (1, 0, 2) && Barnes & Noble (1, 2, 14) && Modify ePub (1, 3, 13) && Quality Check (1, 9, 11) && Webscription (1, 1, 0) && Goodreads (1, 1, 12) && FictionDB (1, 0, 10) && Databazeknih (1, 4, 0) && Reading List (1, 6, 6) && Import List (1, 1, 5) && Diaps Editing Toolbag (0, 3, 4)
devicePixelRatio: 1.0
logicalDpi: 96.0 x 96.0
physicalDpi: 31.5421818182 x 31.3620578778
Starting up...
DEBUG: 0.0 NormComment::action.py - loading translations
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
Started up in 3.01 seconds with 0 books
It looks as tho 3.0 isn't detecting the logical and physical DPI settings correctly?