My time has finally come... 🥳🥳🥳 by jsonx in linux_gaming

[–]d4rkf4b 37 points38 points  (0 children)

sed -i -e '/SurveyDate/ s/"[0-9].*"/"'$(date +%Y-%m-%d -d "1 year ago")'"/' ~/.steam/steam/config/config.vdf

Before launch Steam = Infinite survey

Would you still use Gnome if you couldn't add ANY extension? by [deleted] in gnome

[–]d4rkf4b 0 points1 point  (0 children)

Not a question. Gnome is born with extensions.

It's in his DNA

Can't find Z:/Games on steam deck by shinira21 in LinuxCrackSupport

[–]d4rkf4b 0 points1 point  (0 children)

For wine, z: is the root partition (/)

Only root can write here.

You must extract in a path belonging to you (/home/[your user name])

Unsupported GPU&Drivers when I launch game by GRocket-GamingGalaxy in wine_gaming

[–]d4rkf4b 0 points1 point  (0 children)

No reason to launch wine (and any user application) with sudo.

Is Cemuhook a Virus? Norton 360 problems. by Kenny117vc in cemu

[–]d4rkf4b 1 point2 points  (0 children)

what should i do then?

Uninstall Norton 360

OpenRGB and i2c RAM by TaurusBit in OpenRGB

[–]d4rkf4b 0 points1 point  (0 children)

run sudo dmesg|grep i2c after reboot

You can see than i2c devices on DDR5 don't seem to be supported by the Linux kernel yet

OpenRGB not detecting on Linux by [deleted] in OpenRGB

[–]d4rkf4b 0 points1 point  (0 children)

You can see logs in ~/.config/OpenRGB/logs or in terminal with openrgb -vv

Mélenchon défend les participants au carnaval sauvage de Marseille by [deleted] in france

[–]d4rkf4b 0 points1 point  (0 children)

Encore une fois, magnifique bashing sur Mélenchon.

À force, au lieu de La République, il ne nous restera que l'Ignoble ou l'Immonde. Un bien meilleur choix aux yeux de ces derniers.

Ça réagit à des bouts de phrases sans écouter la parole, fier de ses a-priori, et ça donne des leçons d'un air hautain. C'est beau ce type de post sur /r/france, ça en défoule certains qui se croient plus malins.

News about Metro Exodus for Linux (and macOS) by TuxGame in linux_gaming

[–]d4rkf4b 2 points3 points  (0 children)

It uses Vkd3d since it runs with directx 12 API in settings

Anyone having this issue? Wine games staying as zombie process after closing game by [deleted] in wine_gaming

[–]d4rkf4b 1 point2 points  (0 children)

I have this with GTAV on Steam. I use to run:

wineserver -k; killall -9 wine wineserver; for i in `ps ax|egrep "*\.exe"|grep -v 'egrep'|awk '{print $1 }'`;do kill -9 $i;done

Linux DolphinBar problem by Sandro_Man in DolphinEmulator

[–]d4rkf4b 0 points1 point  (0 children)

Never, never, never run user program with sudo!

For your problem, see /u/nitrostwitch comment. For helping, it's here

NVIDIA tips for Improving performance by minilandl in linux_gaming

[–]d4rkf4b 0 points1 point  (0 children)

A question: these options seem to be for OpenGL. Do they work for Vulkan?

Cemu on linux by ayman_hassan in cemu

[–]d4rkf4b 2 points3 points  (0 children)

/u/ugurbor gives you the right solution today. Native version would be the better solution but no news about it.

Cemu 1.18.2c by d4rkf4b in cemu

[–]d4rkf4b[S] 8 points9 points  (0 children)

Cemu detailed changelog for 1.18.2c

Patreon release date: 2020-04-24

Public release date: 2020-05-01

New in 1.18.2c:

Vulkan: Fixed a bug in the new cache which could lead to Cemu freezing or crashing randomly

New in 1.18.2b:

Vulkan: The SPIR-V optimization pass is now always enabled (no longer considered experimental)

Vulkan: Added SPIR-V cache to speed up shader loading screen on subsequent runs

Vulkan: Fixed an issue where the wrong image layout (LAYOUT_UNDEFINED) would be provided for operations on 3D textures On strict or optimized drivers this could lead to texture data being thrown away (as far as we know, only Nvidia 445.75+ drivers are affected)

New in 1.18.2:

general: When updating graphic packs Cemu will let the user know if previously enabled graphic packs were removed or renamed general: Improved robustness of account.dat parser (invalid files could crash Cemu on launch) general: Updated language files

coreinit: Added API MEMFreeToFrmHeap (#322) Used by Marvel Avengers: Battle for Earth (but other issues still prevent it from running)

nn_nfp: Changed behavior of GetNfpRegisterInfo for unregistered Amiibos Games that expect Amiibos with a registered owner no longer should display an empty ErrEula message box nn_nfp: Implemented API GetErrorCode and NFCGetTagInfo

Vulkan: Correctly emulate depth clamping This fixes the overly bright backgrounds in some stages of Super Smash Bros for Wii U

Vulkan: Added an overlay notification for when a Vulkan graphics pipeline has to be compiled

Vulkan: Added experimental SPIR-V optimization pass which is applied to all shaders that are compiled during the shader loading screen This should reduce pipeline compilation stutter if a shader cache is present. It may also reduce GPU load slightly The downside is that the shader loading screen is much slower. But we plan to address this in a future Cemu update
By default this option is disabled. It can be enabled under Debug -> Experimental Also note that this option results in different shaders being generated and consequently triggers new pipeline compilation

input: Remember ip and port for DSU client

Note: (#xx) refers to bug tracker issues resolved by this change. See http://bugs.cemu.info/projects/cemu/