Skip to content

Commit

Permalink
update gaming page
Browse files Browse the repository at this point in the history
  • Loading branch information
joostruis committed Apr 3, 2024
1 parent 987b1a4 commit ba87b8f
Showing 1 changed file with 34 additions and 4 deletions.
38 changes: 34 additions & 4 deletions content/en/docs/Desktop/gaming.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,51 @@
---
title: "Gaming"
linkTitle: "Essentials you need to know"
linkTitle: "Gaming"
weight: 22
description: >-
Page description for heading and indexes.
Essentials you need to know.
---

### Steam

We recommend installing Steam directly from the desktop repository. You can also use the flathub version but that could give problems because it is basically running in a sandbox.
We recommend installing Steam directly from the desktop repository. You can also use the flatpak version but that could give problems because it is basically running in a sandbox.
To install Steam from the desktop repository you can issue the following installation command:

```bash

$ sudo luet install apps/steam

```

## Gamemode

Gamemode allows you to temporarily apply some optimizations when you launch a game. This functionality is bundled in the apps/steam package. So if you install Steam you also have Gamemode installed.
To make Steam start a game with gamemode, right click the game in the Library, select Properties..., then in the Launch Options text box enter:

```bash

gamemoderun %command%

```

### Heroic Games Launcher

### Nvidia
Installing and playing games using the Epic games store or GOC we recommend using Heroic Games Launcher. You can install this using flatpak.

### Nvidia drivers

MocaccinoOS does not come with Nvidia-drivers pre-installed.
If you require these proprietary drivers you can issue this command:

```bash

$ sudo luet install kernel-modules/nvidia-drivers-lts

``
For older cards we alos offer the 470 series:

```bash
$ sudo luet install kernel-modules/nvidia-drivers-470-lts
``

0 comments on commit ba87b8f

Please sign in to comment.