mouse not locked to full screen game
im new to Linux there is probably a really simple fix i just don't know it yet appreciate the help
8 Replies
Few solutions
- Gamescope - use the argumnent --force-grab-cursor with gamescope to lock the cursor to the window
- Via wine/protoncfg - there is an option "Automatically capture the mouse in full-screen windows" in the input tab
- terminal command "cage -- gamenamehere"
do i just put the gamescope code into the terminal or do i need to do something else?
frankly im totaly lost i dont even know if i have gamescope somewhere i read it comes with bazzite so i think i do
Deck image or desktop image? I imagine desktop image and with steam game?
If desktop image and steam game
The easiest is to edit the game's launch options and write "gamescope --force-grab-cursor -- %command%"
i will try that poshaste
so after i did that its running in gamescope now but the quality droped through the floor and the mnose isnt locked still it was on the anti cheat window but not the main game
what game is this?
Arc raiders
when no resolution is specified, gamescope defaults the resolution to 720p
If you have a 1920x1080p screen, you would want
gamescope -w 1920 -h 1080 -f --force-grab-cursor -- %command%worked thanks everyone for your help