Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ps3itaTeam/ps4linux-video-drivers
Video drivers required to use 3d hardware acceleration on Arch Linux
https://github.com/Ps3itaTeam/ps4linux-video-drivers
Last synced: about 2 months ago
JSON representation
Video drivers required to use 3d hardware acceleration on Arch Linux
- Host: GitHub
- URL: https://github.com/Ps3itaTeam/ps4linux-video-drivers
- Owner: Ps3itaTeam
- Created: 2018-04-12T17:17:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-28T17:10:47.000Z (almost 4 years ago)
- Last Synced: 2024-08-03T23:05:50.006Z (5 months ago)
- Language: Shell
- Homepage: http://www.psxita.it/forum/drivers-video-per-accelerazione-hardware-3d-su-arch-linux-t6117.html
- Size: 5.71 MB
- Stars: 27
- Watchers: 12
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-PS4-Jailbreak - PS4 Linux Video Drivers
README
# ps4-video-drivers
Video drivers required to use 3d hardware acceleration on Arch Linux.
Original patches from failoverflow: https://github.com/fail0verflow/ps4-radeon-patchesPatch for ps4pro (GLADIUS) from eeply.
We just set up a repository where you can get pre-patched video drivers for ps4
1) Add the repository to /etc/pacman.conf
```
sudo echo -e "\n[ps4]\nSigLevel = Never\nServer = https://psxita.it/repo-testing" >> /etc/pacman.conf
```2) Update Arch Linux
```
sudo pacman -Syu
```3) Install the drivers
```
sudo pacman -S mesa-git lib32-libdrm-git lib32-mesa-git libdrm-git xf86-video-amdgpu-git
```4) Reboot Arch Linux
The drivers will be periodically updated and installed automatically when you upgrade Arch Linux
NOTE:
If you for some reason need the old drivers you can still get them from this repository:
```
https://psxita.it/repo
```