Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
On Windows, with an RTX 2060, I randomly have drops from 60 to 35 FPS.
Upgrading to Debian Bullseye (testing) will probably result in a massive improvement in performance due to the upgraded Mesa.
Bullseye ships with 19.2.6. It's a pretty big boost.
If your rig is primarily a gaming box you might consider floating along with Debian Testing anyway tbh (obviously consider this for your use case).
In the slums I am around 15/20 fps in normal mode.
I also noticed that my graphics card does not heat up and the fans run at low speed. On Windows, I regularly heard the fans run at full speed with a slight vibration noise.
Is there a Linux utility / utility for checking GPU usage?
https://steamcommunity.com/sharedfiles/filedetails/?id=1956851855
When i play with Shadow Warrior, the GPU usage up to 70% and i have 60++ fps in ultra settings
https://steamcommunity.com/sharedfiles/filedetails/?id=1957044515
https://steamcommunity.com/sharedfiles/filedetails/?id=1957046136
lspci -k | grep -A3 -E "3D|VGA|Video" | grep driver | sed -e 's/.*: //g'
The above command queries the lspci command for information about your driver module.
If your driver module is amdgpu, you can try forcing your gpu to the max power state with this command before running the game, but it needs to be run as root;
echo high > /sys/class/drm/card0/device/power_dpm_force_performance_level
Try running the game after setting that command and see if it helps.
As for a usage monitor, you can try radeontop:
https://packages.debian.org/bullseye/radeontop
However I suggest attempting to force a high gpu power level first, and radeontop will provide some inaccurate information on newer cards.
witch echo high > /sys/class/drm/card0/device/power_dpm_force_performance_level I didn't notice any difference in performance.
https://wiki.archlinux.org/index.php/AMDGPU#Set_module_parameters_in_modprobe.d
Although this wiki entry is from Arch Linux, that same segment is relevant to Debian as well.
e.g.
Once this is complete,
Note: my suggestions are based on the fact I remember playing this on an FX-9590 with a Radeon video card so old it didn't meet the requirements (but did run on amdgpu, not radeon). However, I'm in the middle of a smoke-filled location surrounded by fire and heat so it's possible my brain is on memory strike.
Speaking of heat;
Make sure that video card isn't running stupidly hot.
However, I haven't always noticed a difference in framerate
https://steamcommunity.com/sharedfiles/filedetails/?id=1957360467
(Also it's 4:21am, I'm out of here for some hours.)
Also just in case it's downloaded the shaders but still executing in classic;
Can you run:
And post the FPS you receive from that? The FPS will be shown in the terminal.
Here is the result of glxgears:
I noticed that the problem seems the same with Wolfenstein Old Blood, but I know that this game is not very well optimized.