Luke Short
Luke Short
The latest drivers only support the latest graphics card. We want to support old and new NVIDIA cards.
Even installing `linux-firmware-neptune` does not re-enable audio support. I could not get the built-in speakers, USB-C headphones, or a 3.5mm wired headpones to work on my Steam Deck. We are...
We upgrade NVIDIA graphics drivers and Flatpaks. The problem is that when running `sudo flatpak update`, for NVIDIA, it checks the currently running driver. If the NVIDIA driver was updated,...
NVIDIA released an open source kernel driver for >= 1660 NVIDIA GTX dGPUs. It has been less than a day and Arch Linux already has a package for it; wow!...
Provide a `virt-install` command to build winesapOS. It should be possible to provide it a one-liner shell script to download the git repository, configure variables, and then start the install/build.
This will require us to setup and sign keys used by UEFI. From my understanding, this is complicated (yet possible) to do in Arch Linux.
Update these packages which have pinned versions: - scripts/winesapos-install.sh - WINE_GE_VER - YAY_VER - scripts/winesapos-setup.sh - PROTON_GE_VERSION - scripts/repo/winesapos-build-repo.sh - YAY_VER Rebase SteamOS packages in the AUR (ex., linux-steamos and...
The vkd3d-proton developers have gotten Halo Infinite to work a couple of weeks ago and are working on upstreaming that effort. It would be fun to provide these customized driver...
Every release needs to have these, in order: - alpha = Optional, if features/fixes need to be tested earlier on. - beta = Required. - rc = Required. - stable...
The Linux kernel needs to be compiled against a newer version of glibc that is provided in Arch Linux and not SteamOS currently. This allows DKMS modules to compile against...