mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-26 09:58:38 +01:00
README.md: add about why I cannot screenshot in Steam (#167)
* README.md: add about why I cannot screenshot in Steam * README.md: drop space
This commit is contained in:
parent
5664d53d87
commit
c9e9500d62
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -104,6 +104,17 @@ $ ./conty.sh /usr/bin/steam
|
||||||
$ ./conty.sh mangohud glxgears
|
$ ./conty.sh mangohud glxgears
|
||||||
$ WINEPREFIX=$HOME/wine-conty ./conty.sh gamescope -f -- wine ./game.exe
|
$ WINEPREFIX=$HOME/wine-conty ./conty.sh gamescope -f -- wine ./game.exe
|
||||||
```
|
```
|
||||||
|
If you start Steam such way (with Gamescope) - you will loose ability to make screenshots; solution: start Gamescope in another terminal and attach into it:
|
||||||
|
|
||||||
|
```
|
||||||
|
terminalA ~ $ conty gamescope -h 1920 -H 1920
|
||||||
|
terminalB ~ $ DISPLAY=:1 conty steam
|
||||||
|
```
|
||||||
|
`DISPLAY=:1` can have another number - get it from the `terminalA` output:
|
||||||
|
|
||||||
|
> wlserver: [xwayland/server.c:108] Starting Xwayland on :1
|
||||||
|
|
||||||
|
Solution from https://www.reddit.com/r/linux_gaming/comments/1ds1ei3/steam_input_not_working_under_gamescope/lb10mmf/
|
||||||
|
|
||||||
### GUI
|
### GUI
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue