While you're here, please consider supporting GamingOnLinux on:
Patreon,
Liberapay or
PayPal Donation.
We have no adverts, no paywalls, no timed exclusive articles. 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!



We have no adverts, no paywalls, no timed exclusive articles. 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
Popular this week
- There's no stopping the Viking invasion as Valheim hits 3 million sales
- Portal 2 from Valve gets a big update with Vulkan support from DXVK
- Open source RTS 0 A.D. Alpha 24 is out now with plenty of new features
- Direct3D 12 to Vulkan translation lib VKD3D-Proton 2.2 is out, prepares DirectX Raytracing
- Take-Two Interactive hit the DMCA nuke on GTA III and Vice City reverse engineered effort
Contact
Latest Comments
-
Reminder: Update your PC info for the next round of sta…
- Ehvis -
Reminder: Update your PC info for the next round of sta…
- scaine -
Nvidia GeForce RTX 3060 goes out today, new Linux drive…
- Pikolo -
Valve help developers into adding more controller suppo…
- MayeulC -
Reminder: Update your PC info for the next round of sta…
- Corben - See more comments
Latest Forum Posts
- Fast-paced active multiplayer shooter
- Ehvis - Vampire: The Masquerade - Bloodlines 2 for Linux?
- Whitewolfe80 - Need help with calibrating your gamepad sticks
- Vochatrak-az-ezm - Google Stadia Devs Were Misled & Lied To By Execs
- RedBatman - Your Linux BattleStations
- v3ntox
View PC info
As the title says I have sold my 1080Ti and I am thinking to go ALL RED under Linux.
I have a 1950x Threadripper with Fatality x399 but it doesnt support PCIE ver 4 (I have read that it doesn't matter much in gaming performance )
Anyway I am thinking to buy the Red Devil AMD Radeon™ RX 6900 XT 16GB GDDR6 RADEON RX
https://www.powercolor.com/product?id=1607314166
I was an NVIDIA user for many years so this is my first time to go with RADEON
Anyone had a good experience with 6900XT? Any advice would be much apreciated
Many thanks in advance
Last edited by wolfyrion on 14 February 2021 at 9:42 pm UTC
View PC info
PowerColor Radeon RX 6900XT Red Devil Product number 90824551 Available from stock. Reserved for you.
And that was the last one ... no more available...
View PC info
Nice I'm between a PC and a PS5 as well but both are unavailable (well for the PC everything is available except for the GPU)... whichever I find available first is what I'll get.
I sold my PC in September as I knew I was going to unable to game on it for months and wanted an upgrade anyway, but now those months have passed and I need something to game on :D
Hopefully I can get a GPU (hopefully 6800XT but anything near it will do) as I'd much prefer a PC due to it being a general purpose device.
It's a really sh***y situation we find ourselves in with those damn shortages.
PS: Technically there are GPUs available, sure, but they are 2x or 3x the MSRP, so there's no way I'm gonna pay that much
It's a bloody whopper of a card, better make sure it fits beforehand! This mofo sure didn't leave much room to spare in my old case. You'll also need a beefy PSU, I wouldn't feel good with anything under 850W. Got a 1K unit here and haven't seen any issues, using all three power connectors on separate cables.
Linux support isn't perfect really, adjusting voltages/fans/clocks etc is said to improve with kernel 5.12. Nevertheless, it works great and runs hella fast. Gets a bit warm in my case as the airflow isn't optimized for this huge card that generates quite a lot of heat and dumps it right into the case air. It's below 60 C idle so the fans don't spin at all then.
FWIW, I run Siduction with Mesa git.
View PC info
Last edited by Shmerl on 15 February 2021 at 9:51 pm UTC
View PC info
I'm also using:
i enabled early kms booting by adding amdgpu in the MODULES=() section in my /etc/mkinitcpio.conf and rebuilt my initramfs by doing mkinitcpio -P
to check if you have sam enabled, type the following into a terminal:
if vram_vis_size is equal to your vram_size then sam is enabled and working. i have sam running on my intel 10850k with my msi z490 unify working great.
if you use mpv, to enable gpu hardware acceleration, set the following in mpv.conf:
with my 6900 xt with opengl render, it can't run 4k 60fps. it lags way to bad and audio isn't in sync. switching to vulkan it plays 4k 60fps great, but it also has its own issues. opengl + software decoding 4k 60fps works the best and my 10850k has no issues running it at all. about 15% cpu total utilization. opengl 2k and below works great with gpu hardware acceleration and is overall more stable compared to vulkan. for me with my testing at least with opengl vs vulkan.
edit:
if you use firefox, to have it use gpu hardware acceleration for its interface rendering, go to about:config:
this will enable opengl interface rendering. if it doesn't exists, then its hidden and you'll have to add it yourself. mozilla has been hiding some options lately. to get hardware video acceleration working do the following in about:config:
you need layers.acceleration.force-enabled = true for hardware video acceleration to work.
a nifty program to check gpu usage, vram usage, etc, is radeontop. its kinda similar to nvidia's nvidia-smi.
xorg wise i haven't set anything in a config outside my mouse. my monitor and everything else was properly auto picked up and enabled. its funny as with my 6900 xt, my 2560x1440, 165hz, nano ips display was properly picked up as 2560x1440 165hz. even in the console its running at 165hz out of the box. with my nvidia gpu, it defaulted to some small resolution and 60hz.
re-run sensors-detect if you have lm_sensors installed. lm_sensors will show you basic information about your 6900 xt. like its fan speed, gpu and memory temperature, and power consumption.
to manually control the fan speed type the following:
that activates manual control. hwmon4 might be different identity on your machine. it might be hwmon1, hwmon0, etc. same with card0. to set a fan speed type the following:
the fans operate off of pwm. so it needs a pwm value. 100% fan speed is 255pwm value. to calcuate a value you times the percentage you want by 2.55. so 40%*2.55 = 102 pwm value for 40% fan speed. or 15%*2.55 = 38 pwm value. 70%*2.55 = 178 pwm value.
so since i hate fan stop, i set my fans to 15% at idle and when i game i set to 70% which looks like:
modifying the fan control is volatile so it will reset on a reboot. so if you reboot, you will have to do it again. to set back to vbios control without rebooting, do the following:
you can do everything via the terminal but the only downside to running amd gpu over nvidia has been the lack of any decent gui program. all the gui one's i have tried have been buggy or don't really work. for me its not to much of an issue since i enjoy using the terminal, but i will admit, sometimes it is nice having a nice gui program. nvidia-settings is not only nice, but its superior to its window's counterpart in my opinion. overall, nvidia-settings wasn't enough to keep me on nvidia as nearly all the functionality is there via the terminal. you're not limited.
edit:
another nifty thing to look at is mangohud and dxvk hud.
Last edited by orlfman on 16 February 2021 at 10:45 pm UTC
View PC info
Running Kernel 5.11 and Mesa 21.0.0rc4