README.md: gamescope: add termA and termB

This commit is contained in:
Vitaly Zdanevich 2024-09-02 06:40:53 +03:00 committed by GitHub
parent 5157084b54
commit 5de488608c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -504,8 +504,8 @@ $ WINEFSYNC=1 ./conty.sh wine someapplication.exe
* Conty may have problems interfacing with custom url protocols (such as `steam://` and `sgdb://`), apps that uses Native Host Messengers (such as browser extensions for Plasma Host Integration / KDE Connect, KeePassXC, and download managers), and login token exchange (such as trying to log-in a natively-installed GitHub Desktop app with a browser inside Conty) if there is packages that handle such protocols installed (for example, `plasma-browser-integration` for KDE Plasma extension inside browser). * Conty may have problems interfacing with custom url protocols (such as `steam://` and `sgdb://`), apps that uses Native Host Messengers (such as browser extensions for Plasma Host Integration / KDE Connect, KeePassXC, and download managers), and login token exchange (such as trying to log-in a natively-installed GitHub Desktop app with a browser inside Conty) if there is packages that handle such protocols installed (for example, `plasma-browser-integration` for KDE Plasma extension inside browser).
* Steam can't make screenshots when running directly under gamescope. The solution is to first run gamescope separately and then attach Steam client to it, like this: * Steam can't make screenshots when running directly under gamescope. The solution is to first run gamescope separately and then attach Steam client to it, like this:
``` ```
$ ./conty.sh gamescope -w 1920 -h 1080 termA $ ./conty.sh gamescope -w 1920 -h 1080
$ DISPLAY=:1 ./conty.sh steam termB $ DISPLAY=:1 ./conty.sh steam
``` ```
`DISPLAY=:1` can have another number - get it from the `gamescope` output: `DISPLAY=:1` can have another number - get it from the `gamescope` output: