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! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring 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! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring 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
- Valve wins legal battle against patent troll Rothschild and associated companies
- Steam Deck now out of stock in the EU in addition to USA, Canada and Japan [updated]
- Free and open source RTS 0 A.D. release 28 "Boiorix" is live
- Widelands, the open source Settlers-like, devs plan to ban all AI generated contributions
- Kerbal Space Program spiritual successor Kitten Space Agency now has a Linux version
- > See more over 30 days here
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
Presets.
Linux OS any flavour
1080 extreme.
Screenshot of you score like in this post and I'll do a leader board
Get it from here [https://unigine.com/en/products/benchmarks/superposition](https://unigine.com/en/products/benchmarks/superposition)
Leader Board (Big kudo's to woox2k for the nice spreadsheet :D)
Breakdown of the results available here
[https://docs.google.com/spreadsheets/d/1vTU1V6SoGz7-P_pQHbgydeCGYoSsif552-wn6R_EPNA/edit#gid=0](https://docs.google.com/spreadsheets/d/1vTU1V6SoGz7-P_pQHbgydeCGYoSsif552-wn6R_EPNA/edit#gid=0)
Last edited by pete910 on 6 Jun 2022 at 5:25 pm UTC
Nearly same system as Hex, still a lot less score. I think it is time to ditch Ubuntu once and for all, and join the Antergos legion.
Looks like Ryzen does pretty well in it compared to Intel eh.
my replacement gpu until my GTX 1070 arrives from RMA :(
Edit 2: reposted the image via imgur. Hope it works now.
Edit: Aw, dropbox is crap at images. I'll try to fix it later.
My setup is waaaay below Michael's from Phoronix at low/med settings (he was testing with a i7-7700K), but it's practically on par at the higher ones.
Sadly from Manjaro... Haven't figured out why my score is 300 points lower on my Archlinux installation.
Updated.
Shaping up well tbh
:huh:
What happened to it?
Ubuntu doing just fine for me. Well, fine is a loose definition for this benchmark :D.
PC didnt even turn on when external power cables were connected to the GPU. it did boot without them but obviously no performance then ... so yea.. warranty was still there.. have to wait for a month probably now :(
Like I mentioned, it's much worse than a i7-7700K at low/med settings, getting progressively more and more on par as the level of detail is increased.
I believe testing at Extreme removes any CPU bottleneck there might be and basically is a pure GPU test, as opposed to a general system test.
If anything, this shows Ryzen in rather poor light. But we already knew that.
This is after update the Linux Kernel to the lastest stable 4.10.10 (i get about 5% performance increase with Vulkan API for other tests)
How to install this kernel to Ubuntu?
See this:
1-st(download, uncompress and make configure file):
wget https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.10.10.tar.xztar xf linux-4.10.10.tar.xz
cd linux-4.10.10
make menuconfig
Choice 'Save' and save as '.config' then 'Exit'
2-nd(install all dependency for compile kernel):
sudo apt install gcc libncurses5-dev build-essential libssl-dev libfile-fcntllock-perl -y3-rd(compile):
make mrpropermake clean
make -j7 deb-pkg
4-rd(installation):
cd ..sudo dpkg -i linux-firmware-image-4.10.10*.deb linux-headers-4.10.10*.deb linux-image-4.10.10*.deb
5-rd(reboot):
syncsudo reboot
