While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone with no article paywalls. We also don't have tons of adverts, there's also no tracking and we respect your privacy. Just good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:


This ensures all of our main content remains totally free for everyone with no article paywalls. We also don't have tons of adverts, there's also no tracking and we respect your privacy. Just good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- SteamOS 3.5.7 released, plus Steam Deck Client update and Power LED changes coming
- Steam Autumn Sale 2023 is live with huge savings
- Deckmate, my favourite Steam Deck accessory is discounted for Black Friday
- VKD3D-Proton 2.11 released with DirectX Raytracing enabled by default
- GE-Proton 8-25 released, should fix a bunch of early 2000s games
- > See more over 30 days here
-
Xorg is dead, long live Wayland - Red Hat Enterprise Li…
- whizse -
Valve reveals Steam Deck OLED for November 16th
- F.Ultra -
Xorg is dead, long live Wayland - Red Hat Enterprise Li…
- BlackBloodRum -
Xorg is dead, long live Wayland - Red Hat Enterprise Li…
- artixbtw -
Xorg is dead, long live Wayland - Red Hat Enterprise Li…
- drjoms - > See more comments
Latest Forum Posts
- Launchers on Linux
- Arcadius-8606 - free game on steam
- on_en_a_gros - Weekend Players' Club 11/24/2023
- StoneColdSpider - New Desktop Screenshot Thread
- Avehicle7887 - Mousepointer offset from actual position
- whizse - See more posts
Before I tell my problem I'll tell you some information about my pc
OS: Arch Linux x86_64
Kernel: 6.5.5-zen1-1-zen
Shell: bash 5.1.16
DE: GNOME 44.5 on Xorg
WM: Mutter
CPU: Intel i7-9750H (12) @ 4.500GHz
GPU: NVIDIA GeForce RTX 2080 Mobile
GPU: Intel CoffeeLake-H GT2 [UHD Graphics 630]
Memory: 7944MiB / 31846MiB
Firmware: BVCN16WW(V1.12)
I was checking on wine staging 8.15(without Fsync and Esync) and lutris-7.2-2-x86_64
During the game, nvidia-smi gives the following values:
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.113.01 Driver Version: 535.113.01 CUDA Version: 12.2 |
|-----------------------------------------+----------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+======================+======================|
| 0 NVIDIA GeForce RTX 2080 ... On | 00000000:01:00.0 Off | N/A |
| N/A 61C P0 60W / 90W | 1523MiB / 8192MiB | 63% Default |
| | | N/A |
+-----------------------------------------+----------------------+----------------------+
+---------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=======================================================================================|
| 0 N/A N/A 1482 G /usr/lib/Xorg 24MiB |
| 0 N/A N/A 12613 C+G ...id V - The Phantom Pain\mgsvtpp.exe 1494MiB |
+---------------------------------------------------------------------------------------+
With a little bit of googling, I did things like:
1. Enabled performance mode via Cpupower-gui
2. Enabled Fsync and Esync in lutris (helped to bring videocard utilization from 35% to 66%, but video memory is also poorly utilized).
3. Downloaded linux zen
4. Reinstalled lutris and all versions of lutris ge proton and others
5. Downloaded wine staging instead of the usual one
6. Reinstalled nvidia drivers.
And none of this helped.
Can you please help? I really don't know what to do, and it's not very convenient to start every time from Windows just to play a game. I will be very grateful if someone will write what the problem is!
View PC info
For me, it's
# to give a ballpark number; you probably don't want to go beyond this if it's even possible
$ grep . /sys/class/drm/card0/device/hwmon/hwmon0/power1_cap_max
145000000
$ grep . /sys/class/drm/card0/device/hwmon/hwmon0/power1_cap
5000000
because I'm currently in low-power GPU mode
To ramp it up,
# set the power cap to "performance"
$ sudo echo "high" >/sys/class/drm/card0/device/power_dpm_force_performance_level
$ sudo echo "145000000" >/sys/class/drm/card0/device/hwmon/hwmon0/power1_cap
# and just to be on the safe side; make sure to also >fan2…99_enable if you have them ;)
$ sudo echo "1" >/sys/class/drm/card0/device/hwmon/hwmon0/fan1_enable
It will likely be different for you, but maybe it helps.
Last edited by Valck on 3 October 2023 at 7:33 am UTC
View PC info
Maybe this can point you towards how to set the limits on Nvidia GPUs?
hth