You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/content/docs/configuration/gaming.mdx
+21-8
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,30 @@ Before we dive into the fun stuff, it’s essential to ensure that your graphics
16
16
17
17
### Essential Packages
18
18
19
-
To make things easier for you, CachyOS has grouped all the necessary packages for gaming into one meta package that includes all the known stores and extras for gaming in Linux. This makes the installation and setup process for gaming faster and less convoluted for everyone.
19
+
To make things easier for you, CachyOS has grouped all the necessary packages for gaming into one meta package that includes all the necessary dependencies and libraries for gaming in Linux and a separate package for the tools and launchers/stores. This makes the installation and setup process for gaming faster and less convoluted for everyone.
20
20
21
-
```sh title='Run the following command in a terminal'
22
-
sudo pacman -S cachyos-gaming-meta
23
-
```
21
+
*If you find that any packages are missing, feel free to let the CachyOS team know.*
24
22
25
-
:::note
26
-
The `cachyos-gaming-meta` package installs all the important libraries, packages, plugins and stores such as Steam, Lutris and some tools which are necessary for most games to run and work properly. Check out the [package list](https://github.com/CachyOS/CachyOS-PKGBUILDS/blob/master/cachyos-gaming-meta/PKGBUILD#L10) for more information on what is installing.
23
+
Follow the steps below to start with the gaming setup.
24
+
<Tabs>
25
+
<TabItemlabel='Meta Package'>
26
+
```sh
27
+
sudo pacman -S cachyos-gaming-meta
28
+
```
29
+
</TabItem>
30
+
<TabItemlabel='Tools & Stores'>
31
+
*This package includes the following:*
32
+
- Gamescope, Goverlay, Heroic Games Launcher, Lutris, MangoHud and Steam.
33
+
```sh
34
+
sudo pacman -S cachyos-gaming-applications
35
+
```
36
+
</TabItem>
37
+
<TabItemlabel='CachyOS Hello'>
38
+
- Go to **Apps/Tweaks** and click on `Install Gaming packages`
27
39
28
-
*If you find that any packages are missing, feel free to let the CachyOS team know.*
29
-
:::
40
+
*CachyOS Hello installs both packages `cachyos-gaming-meta` and `cachyos-gaming-applications`*
0 commit comments