Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
... or just...
GDK_SCALE=2 steam
... are worth a try. Can't test the moment.
pay attention to path line, you'll need to edit it to point to your actual steam folder.
First time I've heard of Alacarte. Sounds like the ticket! Many Thanks!
is this a terminal command? I run the second line which boots steam up to proper levels but requires the opening terminal step first. If I run the first line, will that keep every time I run Steam without the terminal?
This is the stuff I'm brandy new at. I'm use to editing a Windows shortcut, never bothering to think of creating a new one. I'll give that a shot. Thanks!
No problem, You can enter the terminal commands from above in Alacarte, So you don't need to launch the terminal first :) You just edit the command the computer executes when you open Steam the normal way.
I went with Houtworm's suggestion and tried Alacarte first (easiest) Found the Steam shortcut with the command "usr/games/steam %U". So I added the Exec=env GDK_SCALE=2 Steam right after that. Didn't work. So I tried it before the %U bit-also didn't work. Then I tried leaving out the 'Exec=' bit. Didn't work. It certainly wouldn't let me add it at the beginning. No clue what I'm doing wrong here.
Next, I made the desktop shortcut. I pretty much copied/pasted the file you wrote Cat but I changed the path to what Alacarte showed me (usr/games/steam %U). Placed the contents in the right folder and it showed up on the desktop as a text file. In properties, I set it as 'executable' and set it to 'allow launching'. Icon changed from a document to a CRT with a red slash on it and no amount of clicking on it would do anything. Was making the file in a text editor the wrong app to use?
So I know I've made progress here but obviously I'm missing something. I have the right command and I know where it has to go but I'm doing something wrong. Clue for the clueless?
Thanks again,
Steam > settings > Interface > [x] Enlarge text and icons based on monitor size.
Yes I do. I run at 3840 by 1600 and the text is very small. Also it's a curved wide-screen. You should see what Lutris wine dialog boxes look like! (hint, you need to put your face to the screen).
Gnome upscales everything else fine. Steam is just a stubborn asshat for me on this issue.
recheck that file permissions. it should be executable for everyone, owner/group not root (should be your user). using text editor is what you had to do, there's no other way to create simple text files.
It wouldn't be usr/games/steam. It could be /usr/bin/steam, or /usr/games/steam, but not usr/games/steam. Just steam would likely work, too.
Anyway, your .desktop file should say
Exec=GDK_SCALE=2 /usr/bin/steam %U
No env, export or any of that nonsense. If steam isn't actually in /usr/bin then use what was there originally.