Use Reddit? Come join our Reddit Sub as another place to follow the community!
Latest Comments by Leopard
Valve puts up Proton 5.13-4 to get Cyberpunk 2077 working on Linux for AMD GPUs
10 Dec 2020 at 9:58 am UTC Likes: 3

Quoting: BasianiWorMzy
However, by buying a game that doesn't support Linux, you are sending the message to the dev that they don't need to support Linux to get your money. Why should that dev support Linux if you're going to give them money either way?
Thanks. You said what I wanted to say.
Looks like game developers are thinking "Why we support Linux, when Linux users have WINE/PROTON and they already are buying games from us. Yes, they have some pains to play our games but they don't care it so why we care them, why we support them?!"
Buying unsupported game sends game developers signal that you anyway paying of them. So they don't have reason to support Linux. No one makes games for supporting gamers, it's business.
Game sold over 1 million copies at Steam alone , do you really think they will care about a Linux port?

You can't get a Linux port deal from huge games like this if you are not Google and throw money to them for porting the game for your platform.

Valve puts up Proton 5.13-4 to get Cyberpunk 2077 working on Linux for AMD GPUs
10 Dec 2020 at 8:45 am UTC Likes: 4

Quoting: ikiruto
Quoting: SpirimintSuch good news. But why Valve said then its only working on AMD??
I don't know. Minor performance issues like looking in the mirror, but still playable. I have not reached the city yet, I am busy with another.
Because VK_VALVE_mutable_descriptor_type

extension is needed to avoid hangs. Without it ( which currently on RADV has ) game will hang regularly.

So it is not really playable on Nvidia.

Valve puts up Proton 5.13-4 to get Cyberpunk 2077 working on Linux for AMD GPUs
10 Dec 2020 at 6:35 am UTC

Quoting: LungDrago
Quoting: Leopard
Quoting: rustybroomhandleWondering what the specific missing features are in the Nvidia driver preventing this from working.

Amusingly, Assassin's Creed: Valhalla with vkd3d works on Nvidia but not AMD.
This extension is needed.

VK_VALVE_mutable_descriptor_type

Currently only implemented on RADV.
Any at least a ballpark ETA on when can we expect Nvidia to catch up? I haven't really been interested in playing a day 0 release before so I have no experience or data on this.
No ETA on that i'm afraid.

Valve puts up Proton 5.13-4 to get Cyberpunk 2077 working on Linux for AMD GPUs
9 Dec 2020 at 9:44 pm UTC Likes: 13

Quoting: rustybroomhandleWondering what the specific missing features are in the Nvidia driver preventing this from working.

Amusingly, Assassin's Creed: Valhalla with vkd3d works on Nvidia but not AMD.
This extension is needed.

VK_VALVE_mutable_descriptor_type

Currently only implemented on RADV.

Without it game will hang regularly.

Valve gets another developer to work on Linux graphics drivers, starting with AMD RADV
28 Jul 2020 at 10:07 pm UTC Likes: 6

Quoting: Whitewolfe80Great news that valve keep investing in linux, I would love to know what the return is for valve corp on linux investment. Do we spend enough for them to retain profit even after monthly wage bill and investments, in graphics compatibility and innovation or do they make a loss on it each qtr banking on the long game.
They are probably burning money.

NoiseTorch is another tool to remove background noise while recording on Linux
17 Jul 2020 at 3:03 pm UTC Likes: 14

Any new Linux background noise supressor released

Liam: Hammer Time!

3D adventure thriller 'Beyond a Steel Sky' is out now for Linux PC
17 Jul 2020 at 11:34 am UTC Likes: 1

Quoting: TheRiddickInteresting, I hope its not using OpenGL...
It is Vulkan but you would actually want OpenGL here Vulkan on UE4 sucks.

Probably throwing it to Proton would yield to better perf.

DirectX 12 exclusive DEATH STRANDING runs on Linux with Proton 5.0-10
16 Jul 2020 at 4:33 pm UTC Likes: 1

Quoting: Patola
Quoting: Leopard
Quoting: PatolaSpeaking of drivers, the 450.57 drivers got to the graphics-drivers PPA for Ubuntu 20.04 [External Link], however they come only in 64 bits packages [External Link], thus Steam does not even start. For 18.04 and 19.10 the 32-bits packages are there. So it seems the 32bitscalypse for Ubuntu has started...

As a workaround, changing the ppa sources.list file to point to eoan instead of focal then changing the driver version works and steam starts. A packaged 450.07 working on Ubuntu 20.04 jumping through many hoops and stuff.

Update: the packager (Alberto Milone) responded. He said he made a request to whitelist the new nvidia drivers, so that they are allowed to build i386 binaries. So soon the workaround will not be necessary.
Is that fixed? I still lack 32 bit libs.

Btw what kind of change you are talking about?

/etc/apt/sources.list.d

deb http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu [External Link] focal main
# deb-src http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu [External Link] focal main

Simply changing focal to eoan is sufficient?
Yes, that's it, just change focal to eoan, then of course after that do an apt-update, and then apt install nvidia-driver-450 <...other nvidia-450 packages>.

If you do not know which are the other packages, this line should work and pull the other dependent packages, i386 and amd64:

sudo apt install nvidia-driver-450 libnvidia-gl-450 libnvidia-compute-450 libnvidia-extra-450 nvidia-compute-utils-450 libnvidia-compute-450:i386 libnvidia-decode-450:i386 libnvidia-ifr1-450 libnvidia-fbc1-450 libnvidia-gl-450:i386 libnvidia-ifr1-450:i386 libnvidia-decode-450:i386 libnvidia-compute-450:i386

I am also monitoring the repository. Whenever I detect that the 20.04 source has been fixed, I'll tell here.
Thanks , that worked.

DirectX 12 exclusive DEATH STRANDING runs on Linux with Proton 5.0-10
16 Jul 2020 at 4:07 pm UTC Likes: 1

Quoting: PatolaSpeaking of drivers, the 450.57 drivers got to the graphics-drivers PPA for Ubuntu 20.04 [External Link], however they come only in 64 bits packages [External Link], thus Steam does not even start. For 18.04 and 19.10 the 32-bits packages are there. So it seems the 32bitscalypse for Ubuntu has started...

As a workaround, changing the ppa sources.list file to point to eoan instead of focal then changing the driver version works and steam starts. A packaged 450.07 working on Ubuntu 20.04 jumping through many hoops and stuff.

Update: the packager (Alberto Milone) responded. He said he made a request to whitelist the new nvidia drivers, so that they are allowed to build i386 binaries. So soon the workaround will not be necessary.
Is that fixed? I still lack 32 bit libs.

Btw what kind of change you are talking about?

/etc/apt/sources.list.d

deb http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu [External Link] focal main
# deb-src http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu [External Link] focal main

Simply changing focal to eoan is sufficient?

VKD3D-Proton is the new official Direct3D 12 to Vulkan layer for Proton
7 Jul 2020 at 9:21 am UTC

Quoting: Shmerl
Quoting: iiariMS seems to realize that a cloud based X-Box service is their gaming future. Does DX12 have any role in such a service?
Luckily MS decided to abandon their cloud gaming [External Link]. So one more DX lock-in bites the dust.
Can you even read what you linked?

They closed their Twitch variant , Mixer. How is that related to cloud gaming?

https://www.xbox.com/en-US/xbox-game-streaming/project-xcloud [External Link]

They still have plans for it.