The Linux Thread - The Autist's OS of Choice

  • 📧 If you are an employee of a T1 ISP, US datacenter, or related company please get in touch at josh@kiwifarms.net. I have some questions.
  • Want to keep track of this thread?
    Accounts can bookmark posts, watch threads for updates, and jump back to where you stopped reading.
    Create account
Start with Valve Proton Experimental
Worth mentioning that there is an open-source port of the X-Ray (S.T.A.L.K.E.R.) engine that compiles natively on Linux and works on x64 platforms without a 32-bit compatibility layer, OpenXRay. It currently supports Clear Sky and Call of Pripyat, and development to support Shadow of Chernobyl is ongoing. The repo claims performance is improved compared to the original binaries, but I have not tested this myself to confirm.
 
Steam no longer offers the original S.T.A.L.K.E.R. games, instead offering "enhanced editions" that have many substantial changes to the original.
They don't give you the original if you buy the enhanced edition? I know some studios/publishers do that but I guess it's rare.
 
Yeah basically reinventing bazzite heres ur cookie
Oh I misunderstood (but got to the same answer anyways). I thought you meant that he installed what was referred to as a noob distro but is decidedly not and so asked for help for all sorts of complex problems that something like Linux Mint wouldn't have.

Any response I could make to that is moot.
 
mine emerge failed today because of this bullshit: https://github.com/X11Libre/xserver/issues/2892 . and it's so not working i decided just mask 25.1.6 version of that
I also encountered that problem. I looked at the x11libre git history and decided pci_device_is_boot_display is already present in my version of libpciaccess, so I commented out the version in /usr/include/xorg/xf86Pci.h and then went on my way.

Edit: The real retardation is checking for that function in xserver itself and then defining a stub in a public header that depends on a magic preprocessor cookie to be present, breaking all other 3rd party code. It really should have been a private linkage implementation if needed in xserver.
 
Back
Top Bottom