Skip to content

bfourk/PS4Linux-ArchDrivers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

NOTE: I will no longer be updating this until I can get a 5.15.x+ kernel running on my PS4

PS4Linux-ArchDrivers

Drivers for running arch based distro


These aren't exhaustive lists, just the stuff I tested.

Tested with DFAUS-git's 5.4.99 Baikal Kernel (Upstreamed to 5.4.291) on a CUH-2215B PS4

  • The current version will not work on Baikal as the latest supported kernel is 5.4.x

Working

  • XFCE4
  • OpenGL (glxgears, SuperTuxKart, Terraria native, Terraria through Wine w/ WineD3D OpenGL)
  • YouTube @ 4K on Firefox

Broken

  • Vulkan (vkcube causes the entire screen to freeze and artifact, can be recovered by either rebooting or closing the program)

Note: I'm not sure if this is an issue with mesa or if it's a kernel issue


How do I install the drivers?

If you want to install the drivers using the precompiled files, run sudo pacman -U * in the 'Compiled/latest' folder.

How do I compile the drivers?

If you want to compile the drivers, run makepkg -sr in each folder inside 'SRC'.

Note for mesa:

You only need the mesa/lib32-mesa package, the other packages are extranious

makepkg and it's flags are better explained here

I have an issue/error

If it isn't already listed as Broken, you can make an issue.

Current Package Versions:

lib32-libdrm: 2.4.124-1
libdrm: 2.4.124-1
lib32-mesa: 1:25.1.0-1
mesa: 1:25.1.0-1
xf86-video-amdgpu: 23.0.0-2


Credit

About

PS4 drivers for arch based distro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%