If you want to start steam with scaled UI from launchpad, you can set GDK_SCALE=2 (as mentioned in the accepted solution) in steam.desktop file (in my case it is located in /usr/share/applications).
First, open the file in your favourite text editor (e.g. gedit). You might need superuser privileges:
gedit /usr/share/applications/steam.desktop
Then change the Exec entry value to:
Exec=sh -c 'GDK_SCALE=2 /usr/games/steam %U'
Note: your steam path can be different to mine (/usr/games/steam). Just use the path from your Exec entry.
Start steam client adding parameters -w 1368 -h 768 or whatever size you want, always smaller than your monitor resolution. The smaller value, the bigger overall size of steam client, including fonts.
You may add parameters to your Windows shortcut, it works in Linux shortcuts too.
If you want to start
steam
with scaled UI from launchpad, you can setGDK_SCALE=2
(as mentioned in the accepted solution) insteam.desktop
file (in my case it is located in/usr/share/applications
).First, open the file in your favourite text editor (e.g.
gedit
). You might need superuser privileges:Then change the
Exec
entry value to:Note: your
steam
path can be different to mine (/usr/games/steam
). Just use the path from yourExec
entry.Find the
bin_steam.sh
:Edit
bin_steam.sh
:Add at the beginning
export GDK_SCALE=2
:File changes
Run Steam as usual and see the changes ;)
If you start Steam from a terminal with the command
GDK_SCALE=2 steam
it seems to work.I found the answer on a Manjaro help page.
I had the same issue with Steam and Spotify. Changed the fractional scaling back to 100% from 125% and the fonts went back to being readable.
Start steam client adding parameters
-w 1368 -h 768
or whatever size you want, always smaller than your monitor resolution. The smaller value, the bigger overall size of steam client, including fonts.You may add parameters to your Windows shortcut, it works in Linux shortcuts too.
Or if all else fails, you could run steam on bottles and change the scaling through it