I have a laptop with a very high-res display, so GTK3 runs in pixel-doubling mode. When I run slideshow-latex, the bitmaps all come out blurry unless I turn off pixel doubling by setting GDK_SCALE=1 and GDK_DPI_SCALE=1.
I would think that the DPI setting for LaTeX should use my screen's actual pixels, rather than GTK's logical pixes in HiDPI mode.
I have a laptop with a very high-res display, so GTK3 runs in pixel-doubling mode. When I run slideshow-latex, the bitmaps all come out blurry unless I turn off pixel doubling by setting
GDK_SCALE=1
andGDK_DPI_SCALE=1
.I would think that the DPI setting for LaTeX should use my screen's actual pixels, rather than GTK's logical pixes in HiDPI mode.