Valve Proton



  1. Valve's Proton 6.3-1 Adds Support for More Games, Improves PlayStation 5 Controller Support By Marius Nestor on April 07, 2021, 20:30 Permalink Comments (0) This is a major release and the first in the 6.x series.
  2. The idle air control valve — also known as the 'idle speed control valve' — regulates the idle speed of your engine. This is controlled by the engine's computer. Sometimes parts go bad, which results in your car idling strangely or stalling. Check to see if your idle control valve is functioning properly before attempting to replace it.

Updated vkd3d-proton to v2.2. Updated FAudio to 21.03.05. Update wine-mono to 6.1.1. Previously in Experimental: Improvements for non-US keyboard layouts. Previously in Experimental: Improved video support. You may see test pattern videos. How it Works Proton Video.

by UskompufDiscuss (3 Comments)
Project Proton is a tool developed by Valve Software which allows Windows games to run on Linux through Steam. The project was launched in 2018 as a forked version of WINE with some additional features such as DirectX over Vulkan. According to ProtonDB a fan page which reports game compatibility there are now over 6,500 games which work flawlessly without any modifications on Linux.
This is an amazing achievement for the Linux gaming community and outshines the work of any porting company, at the current rate over 100 games are gaining complete compatibility each month and the average quality of games has also increased. Out of the top 1000 Steam games 67% run perfectly after minor tweaks.
Source: ProtonDB

Related News

  • Feb 26th 2021Apple Subpoenas Valve for Steam's Data on 346 Games (61)
  • Mar 24th 2021Valve Releases Official Steam Link App For macOS (3)
  • Apr 20th 2021Portal Reloaded Fan Mod Adds 25 Test Chambers, Time Travel Portal to Valve Classic Portal 2 (7)
  • Feb 4th 2021Valve Ordered to Pay 4 Million USD in Damages to Corsair over Steam Controller Patent Infringement (45)
  • Dec 28th 2020Steam Unveils the Best of 2020 Game Awards (11)
  • Jan 15th 2021Steam Lunar New Year Sale 2021 Dates Leaked (7)
  • Dec 23rd 2020Steam Winter Sale Has Started (14)
  • Jan 5th 2021Steam Breaks Another Record with 25 Million Concurrent Players (1)
  • Dec 14th 2020Cyberpunk 2077 Helps Steam Break Concurrent Player Record (6)
  • Dec 15th 2020Steam Launches News Hub to Highlight the Latest News & Updates (1)

3 Commentson Valve's Project Proton has Brought Over 6,500 Windows Games to Linux

#1
This is nice; it makes it all the more tempting to shift over to Linux fulltime, rather than just for situational use (as a media server/PiHole), and gives Linux a nice shot in the arm for those who want more privacy/control but still want to game.

Package Details: proton 5.13.5-1

Package Actions

  • View PKGBUILD / View Changes
Git Clone URL: https://aur.archlinux.org/proton.git (read-only, click to copy)
Package Base: proton
Description: Compatibility tool for Steam Play based on Wine and additional components
Upstream URL: https://github.com/ValveSoftware/Proton/
Licenses: BSD
Submitter: Forty-Bot
Maintainer: heavysink (lilac)
Last Packager: heavysink
Votes: 77
Popularity: 1.51
First Submitted: 2018-08-22 01:23
Last Updated: 2021-01-30 14:03

Dependencies (2)

  • wine-valve(wine-valve-git)
  • vulkan-headers(vulkan-headers-git)(make)

Sources (2)

Install

heavysink commented on 2020-07-31 01:35

I haven't found a solution to this for now... I cannot compile it due to 'wine_dlsym' I think it is from upstream after updating wine-valve.

Isc Servo Valve Proton Wira

EDIT: proton-git still have this problem... I submitted an issue on Github:https://github.com/ValveSoftware/Proton/issues/4108

MagicAndWires commented on 2019-11-01 16:06

To the people getting the wine/wined3d-interop.h: No such file or directorythe 4.17 proton requires a wine-valve version >=4.16, install wine-valve-git instead.

Update:
After some consideration, because new versions of proton require code that has not been released as a stable version yet any kind of 'stable' package for wine-valve is going to be hell to maintain and always lagging slightly behind.

If anyone wants to continue a stable package despite this, I've disowned the package so you're welcome to give it a shot, but I'd advise users to just install wine-valve-git instead.

(No changes to the proton PKGBUILD necessary).

Forty-Bot commented on 2018-08-22 01:24

This is in an early state right now. vrclient_x64 needs the custom bundled version of wine, which I plan to make another package for. For now all that's packaged is lsteamclient.

EgidioCaprino commented on 2020-12-11 21:07

ProtonValveProton

I'm getting this error when installing. Can you please help me?

heavysink commented on 2020-12-10 19:20

@ynikitenko update is on the way. I think you just ask each game to use custom proton and point it to the installed proton.

ynikitenko commented on 2020-12-10 18:21

Could you please update the package? The most recent version is proton-5.13-4, and it is the only one that supports Cyberpunk 2077 (which was released today). Do I understand right that there is no 'proton' executable, and just several libraries and I have to use steam to run a game?

EgidioCaprino commented on 2020-12-05 17:57

heavysink commented on 2020-10-23 18:58

Sorry everyone, I forgot to change the version number to trigger rebuild at lilac. The lilac build bot will automatically update the version number tonight.

Valve Proton On Mac

sperg512 commented on 2020-10-22 12:57

Exactly. I think I know how to fix the problem and I'm gonna test it, it's just an undefined reference error.

Edit: yep, as I suspected, the patch should be removed to let it build properly. I'm 99% that having dlopen instead of wine_dlopen, etc is completely unnecessary. I'll do some testing

Edit2: yeah there's no reason for the patch. dlopen, dlsym aren't deprecated in Wine anymore iirc? but it does work sooo

thaewrapt commented on 2020-10-20 09:30

Valve Proton Github

Yeah, it makes no sense to build (and ship) 5.0.9 if PKGBUILD states 5.1.13b as the version, so it's not only out-of-date but the package itself is broken. Either make pkgver 5.0.9 or provide a new version.

Valve Proton Wiki

loathingkernel commented on 2020-10-20 08:03

@xiretza the issue is in the PKGBUILD itself. It sources $_pkgver to download the source, which is still set to 5.0-9. .SRCINFO is autogenerated. Unless you have modified the PKGBUILD yourself, what you are building fine in a clean chroot is in fact the sources for 5.0-9

xiretza commented on 2020-10-19 11:46

Package builds fine in a clean chroot here, maintainer simply forgot to update the source = in .SRCINFO, which causes the aurweb interface to show the old URL under 'Sources'.

loathingkernel commented on 2020-10-19 07:57

@sperg512 Then what is the reasoning behind updating the version number?