Skip to content

Fix gamemode setup#34

Open
swmalm wants to merge 2 commits intomainfrom
33-set-up-gamemode-properly
Open

Fix gamemode setup#34
swmalm wants to merge 2 commits intomainfrom
33-set-up-gamemode-properly

Conversation

@swmalm
Copy link
Copy Markdown
Owner

@swmalm swmalm commented May 13, 2025

Gaming essentials did not include gamemode, this adds with the proper setup of adding user to group and adding renice for processes in the default config.
Solves #33

@swmalm swmalm requested a review from D1noD3v May 13, 2025 09:17
@swmalm swmalm added the enhancement New feature or request label May 13, 2025
@swmalm swmalm linked an issue May 13, 2025 that may be closed by this pull request
packageToInstall steam gamescope mangohud goverlay lutris curl gamemode
if grep -q gamemode /etc/group; then
sudo usermod -aG gamemode $(whoami)
else
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should add a 'gamemoded -t' to check if it has installed correctly.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would need to reboot before configs are applied.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can maybe write config first and try that way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Set up gamemode properly

2 participants