Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overscaled apps #8

Open
luka177 opened this issue Dec 29, 2021 · 1 comment
Open

Overscaled apps #8

luka177 opened this issue Dec 29, 2021 · 1 comment
Labels
bug Issues caused by flaws, faults or unexpected behavior in the software.

Comments

@luka177
Copy link

luka177 commented Dec 29, 2021

Describe the bug
On small hidpi panels (like phone) apps are overscaled, that makes it impossible to use them

To Reproduce
Steps to reproduce the behavior:

  1. Start maui-hsell on phone with fullhd+ display
  2. Start some qt or gtk app

Expected behavior
Usable apps

Screenshots
photo_2021-12-29_20-37-36
photo_2021-12-29_20-38-57

Desktop (please complete the following information):

  • OS: ManjaroARM
@UriHerrera UriHerrera added the bug Issues caused by flaws, faults or unexpected behavior in the software. label Jan 15, 2022
@milohr
Copy link
Member

milohr commented Jan 16, 2022

This is due to a bus between two env vars.

Pls try if the following works for you

export QT_QPA_PLATFORM=eglfs
export QT_AUTO_SCREEN_SCALE_FACTOR=0
export QT_SCALE_FACTOR=2
cask -r -plugin libinput

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues caused by flaws, faults or unexpected behavior in the software.
Projects
None yet
Development

No branches or pull requests

3 participants