UI and fonts are too big with right(native for display) DPI settings

Your settings look good as far as I can tell. :thinking: :person_shrugging:

Although, Xorg is known to be a hassle when configuring things for HiDPI displays. Also, it seems that KDE devs are working on HiDPI support recently. Finally, this thread talks about the need (or not) for xsettingsd with KDE Plasma >= 5.27

This page says to calculate Gdk/UnscaledDPI by multiplying the DPI by 1024. For your example of 98304, it looks like it’s still set to 96: 98304 / 1024 = 96.

Maybe try setting it to: 187392 ? (183*1024 = 187392)

Disclaimer: I’ve never had to change this setting, so “take this with a grain of salt” / “your mileage may vary”, etc…

Again, maybe this thread about xsettingsd might be helpful?

Unfortunately, I currently only have a non-standard HTPC display that’s basically a low-DPI (36) HDMI TV.

I’m currently also using Wayland + Sway, so I’ve had a much better DPI-aware & fractional scaling experience overall when compared to Xorg / X11. It seems that getting Xorg to respect HiDPI & scaling properly is complicated and messy.