mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 12:08:43 -04:00
media-gfx/zw3d: fix openGL scale when using HiDPI
- Set QT_AUTO_SCREEN_SCALE_FACTOR=0 to fix openGL scale Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
parent
1a6a9e4925
commit
30807e139f
@ -137,7 +137,7 @@ cat >> insert.txt <<- EOF || die
|
||||
unset WAYLAND_DISPLAY
|
||||
export XDG_SESSION_TYPE=x11
|
||||
export QT_QPA_PLATFORM=xcb
|
||||
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||||
export QT_AUTO_SCREEN_SCALE_FACTOR=0
|
||||
export QT_STYLE_OVERRIDE=fusion
|
||||
export IBUS_USE_PORTAL=1
|
||||
EOF
|
||||
|
@ -100,7 +100,7 @@ cat >> insert.txt <<- EOF || die
|
||||
unset WAYLAND_DISPLAY
|
||||
export XDG_SESSION_TYPE=x11
|
||||
export QT_QPA_PLATFORM=xcb
|
||||
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||||
export QT_AUTO_SCREEN_SCALE_FACTOR=0
|
||||
export QT_STYLE_OVERRIDE=fusion
|
||||
export IBUS_USE_PORTAL=1
|
||||
EOF
|
||||
|
Loading…
x
Reference in New Issue
Block a user