I'm using qutebrowser on Surface Pro 3 running Arch Linux, with QT_AUTO_SCREEN_SCALE_FACTOR set to 2. Qt 5 applications all work well, including qutebrowser. Most webpages are normal, but there are a few exceptions. Texts in Telegram Web appear blurry:
https://i.imgur.com/hZ5ScyJ.png I've come across several blogs where source code snippets have tiny unreadable fonts, while everything in the page is normal. Sorry I can't remember which they were at this moment. On Thu, 16 Jun 2016 at 16:53 Jean-Louis Fuchs <[email protected]> wrote: > On Thu, Jun 16, 2016 at 08:09:56AM +0200, Florian Bruhin wrote: > > Hi, > > > > Is there anyone using qutebrowser on a high DPI screen here? > > > > If so: What OS? Do you have an environment variable (like > > QT_SCALE_FACTOR/QT_AUTO_SCREEN_SCALE_FACTOR/QT_DEVICE_PIXEL_RATIO) > > set? How well do things work? > > > > See https://github.com/The-Compiler/qutebrowser/issues/1585 ;) > > > You only have to set the DPI on the X-Server correctly. Everything > else works out of the box. This is true not only for qutebrowser but > of almost every GUI program. There are few programs that don't scale > Icons. > > BUT not every graphics card will detect the DPI correctly. If it > doesn't you have to set it manually: > > Xorg: > > -dpi int screen resolution in dots per inch > > Best, > Jean-Louis >
