Nitrux / maui-shell

Maui Shell is a convergent shell for desktops, tablets, and phones.
GNU Lesser General Public License v3.0
1.49k stars 50 forks source link

Overscaled apps #8

Open luka177 opened 2 years ago

luka177 commented 2 years ago

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):

milohr commented 2 years ago

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