-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPerformance go broom broom
38 lines (36 loc) · 1.6 KB
/
Performance go broom broom
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Debian / Ubuntu
## install driver (don't change version, it may not work)
sudo add-apt-repository ppa:graphics-drivers/ppa && sudo dpkg --add-architecture i386 && sudo apt update && sudo apt install -y nvidia-driver-535 libvulkan1 libvulkan1:i386
reboot
## install liquorix kernel
sudo add-apt-repository ppa:damentz/liquorix
sudo apt update
sudo apt install curl
curl -s 'https://liquorix.net/install-liquorix.sh' | sudo bash
reboot
## install auto-cpufreq: https://github.com/AdnanHodzic/auto-cpufreq
git clone https://github.com/AdnanHodzic/auto-cpufreq.git
cd auto-cpufreq && sudo ./auto-cpufreq-installer
sudo auto-cpufreq --install
## install gamemode
sudo apt install gamemode
go to /usr/share/gamode and open gamemode.ini with nano or featherpad
scroll down until u see whilelist, add your game to it (it that game is on flatpak then you have to add full command to it like: "flatpak run com.honker......")
open game: EX "gamemoderun osu-wine"
# Arch
## install driver
yay -S nvidia-dkms nvidia-utils lib32-nvidia-utils nvidia-settings
then reboot
## install liquorix kernel
sudo add-apt-repository ppa:damentz/liquorix
yay -S curl
curl -s 'https://liquorix.net/install-liquorix.sh' | sudo bash
reboot
## install auto-cpufreq: https://github.com/AdnanHodzic/auto-cpufreq
yay -S auto-cpufreq
sudo auto-cpufreq --install
## install gamemode
yay -S gamemode
go to /usr/share/gamode and open gamemode.ini with nano or featherpad
scroll down until u see whilelist, add your game to it (it that game is on flatpak then you have to add full command to it like: "flatpak run com.honker......")
open game: EX "gamemoderun osu-wine"