Cloudef / wlc

High-level Wayland compositor library
MIT License
331 stars 58 forks source link

XWayland application scaling #268

Closed handijk closed 7 years ago

handijk commented 7 years ago

XWayland applications are scaled up from their rendered size if output scaling is enabled, this results in blurry and low res applications, to prevent this XWayland applications should be set to render at a set scale, per output (because the scaling could differ per output).

ddevault commented 7 years ago

Dupe of: https://github.com/Cloudef/wlc/issues/225

Xwayland does not support per-output scaling.