Skip to content

Custom Mesa, Libdrm and Xf86-video-amdgpu for ArchLinux

Notifications You must be signed in to change notification settings

CodeInvers3/ArchLinux-PS4-Drivers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArchLinux-PS4 drivers

How i install the drivers ?

If you want to install the drivers using the precompiled files just use sudo pacman -U in the 'Compiled/' folder for each files.

If you want to compile and install the drivers just use makepkg -si in for each folder inside and this will install the drivers.

If you want to compile for PS4pro follow these steps:

Edit the PKGBUILD file on mesa-ps4 On line 31 rename "mesa.patch" to "mesa-ps4pro.patch" without the quotes and save the changes. On line 89 rename "patch -p1 -i ../mesa.patch" to "patch -p1 -i ../mesa-ps4pro.patch" without the quotes and save the changes.

Edit the PKGBUILD file on lib32-mesa-ps4 On line 33 rename "mesa.patch" to "mesa-ps4pro.patch" without the quotes and save the changes. on line 86 rename "patch -p1 -i ../mesa.patch" to "patch -p1 -i ../mesa-ps4pro.patch" without the quotes and save the changes.

Then compile and install the drivers just use makepkg -si in for each folder inside and this will install the drivers.

About

Custom Mesa, Libdrm and Xf86-video-amdgpu for ArchLinux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%