<dnkl>
lechner: across multiple screens? The obvious one; the screens are at different viewing distance - font will have the same size, but appears not to.
<dnkl>
another possibility: you're using a bitmap font
<dnkl>
third possibility: one of your screens is lying about its DPI
<dnkl>
fourth possibility: rounding may cause a 1px difference, depending on your configured font size, and the exact DPI values of the monitors
Arnavion has quit [Ping timeout: 272 seconds]
Arnavion has joined #foot
<florhizome[m]>
What's the possible downside of building foot without terminfo?
<dnkl>
florhizome[m]: well, you *need* a valid terminfo. So, if you're not building foot's own, and you don't have an ncurses version with a "foot" terminfo, then you *must* set another terminfo for foot. For example, xterm-256color
<dnkl>
the main downside of that is if ncurses, in the future, adds definitions, or changes definitions, to something that isn't supported in foot. Then applications will start failing in weird ways
<dnkl>
it's fairly common in distro builds, I think .They usually package the terminfo in a separate package, and it often makes sense to build/install the terminfo manually
cbb has quit [Ping timeout: 250 seconds]
cbb has joined #foot
noteness_ has quit [Ping timeout: 240 seconds]
noteness has joined #foot
<lechner>
dnkl: thanks! how can i get the physical size (or dpi) reported by my monitors, please? http://paste.debian.net/1237830/
<dnkl>
lechner: you can look at foot's log output
<dnkl>
post the log output (all of it) when you move a window between two monitors, and I'll have a look
<lechner>
dnkl: i am not sure where to find your log, but i have a problem with the first monitor here. the font ends up being too small http://paste.debian.net/1237834/
<dnkl>
just run foot from another terminal
<dnkl>
those three last monitors the same brand/model? looks weird that all the have exactly the same DPI
<lechner>
i think i figured out why foot is so fast: using 8 rendering threads
<dnkl>
math looks right to me, assuming the info is correct (40", 1360x768)
<dnkl>
thing with TVs is that people often _say_ they're at the same viewing distance, but they're not _really_. So, one can always take a (physical) ruler, and check the font size.
<dnkl>
it's also quite possible the screen isn't actually 40"
<dnkl>
try entering your TV's specs here: https://www.calculators.tech/dpi-calculator?, then check if your TV's panel size matches the horizontal/vertical sizes you get there
<lechner>
the tv is in front of me at the same distance. should the result be tha same for dpi-aware=yes and =no? is the main config section okay for it?
<dnkl>
dpi-aware goes into the main config, yes. Foot would have given you an error message otherwise
<dnkl>
I would expect a different font size with dpi-aware=no. For your regular monitors, the difference will be minimal, since their DPI is so close to 96. But there should definitely be a difference on the tv
<dnkl>
(dpi-aware _is_ being applied - we can see that in your log output, when the font is getting reloaded. It's using the monitor's DPI, and not the default 96)
<dnkl>
I hooked up my own 40" TV, just to see if anything funny is going on. Unfortunately, my TV thinks its 7"...
<lechner>
is there a good site to post a screen shot?
<dnkl>
screenshot isn't really going to help here. We already see the font loaded is small (it's 5px). But that's to be expected with a DPI that low