7coil / archlinux-packages

A collection of useful Arch Linux packages

Home Page:http://www.psxita.it/forum/drivers-video-per-accelerazione-hardware-3d-su-arch-linux-t6117.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

7coil's Arch Linux Repository

Currently only has video drivers for PS4 3D acceleration... which are untested - I don't even know if this repository or instructions work yet!

Installation

Grab your packages... if you trust me!

  1. Add the repository to /etc/pacman.conf
[sevencoil]
SigLevel = Optional DatabaseOptional
Server = https://archlinux.leondrolio.com/packages/$repo/os/$arch
  1. Update Arch Linux
sudo pacman -Syu
  1. Install the drivers
sudo pacman -S mesa-git lib32-libdrm-git lib32-mesa-git libdrm-git

(Editors note: Probably don't install xf86-video-amdgpu-git, unless you really need it)

  1. 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 old drivers you can still get them from this repository:

https://psxita.it/repo

Building

make
cd packages/sevencoil/os/x86_64
repo-add [reponame].db.tar.xz *.pkg.tar.zst

Then host the folder wherever you like, such as GitHub Pages

About

A collection of useful Arch Linux packages

http://www.psxita.it/forum/drivers-video-per-accelerazione-hardware-3d-su-arch-linux-t6117.html


Languages

Language:Shell 98.2%Language:Makefile 1.8%