Merge pull request #309 from ublue-os/openrazer

feat: Add OpenRazer to Just and Bazzite Portal
This commit is contained in:
RJ Trujillo 2023-09-16 09:12:01 -06:00 committed by GitHub
commit 0f869fd0a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 0 deletions

View File

@ -18,6 +18,7 @@ Bazzite is built from [ublue-os/main](https://github.com/ublue-os/main) and [ubl
- Full hardware accelerated codec support for H264 decoding.
- Full support for AMD's ROCM OpenCL/HIP run-times.
- [xone](https://github.com/medusalix/xone), [xpadneo](https://github.com/atar-axis/xpadneo), and [xpad-noone](https://github.com/ublue-os/xpad-noone) drivers for Xbox controllers.
- [OpenRazer](https://openrazer.github.io) drivers built in, Select OpenRazer in Bazzite Portal or run `just install-openrazer` in a terminal to begin using it.
- Full support for [DisplayLink](https://www.synaptics.com/products/displaylink-graphics).
- Includes Valve's KDE themes from SteamOS.
- [LatencyFleX](https://github.com/ishitatsuyuki/LatencyFleX), [vkBasalt](https://github.com/DadSchoorse/vkBasalt), [MangoHud](https://github.com/flightlessmango/Mangohud), and [OBS VkCapture](https://github.com/nowrep/obs-vkcapture) installed and available by default

View File

@ -81,6 +81,11 @@ screens:
default: false
packages:
- Install Oversteer: just --unstable install-oversteer
OpenRazer:
description: Enables additional capabilities for Razer Hardware
default: false
packages:
- Install OpenRazer: just --unstable install-openrazer
SteamCMD:
description: Installs SteamCMD
default: true

View File

@ -89,6 +89,12 @@ install-oversteer:
ublue-update --wait
rpm-ostree install oversteer
# Install OpenRazer (https://openrazer.github.io)
install-openrazer:
sudo wget https://download.opensuse.org/repositories/hardware:/razer/Fedora_$(rpm -E %fedora)/hardware:razer.repo -O /etc/yum.repos.d/hardware:razer.repo
ublue-update --wait
rpm-ostree install openrazer-meta
# Install Nix with the Determinate Nix Installer
install-nix:
#!/usr/bin/env bash

View File

@ -62,6 +62,11 @@ screens:
default: false
packages:
- Install Oversteer: just --unstable install-oversteer
OpenRazer:
description: Enables additional capabilities for Razer Hardware
default: false
packages:
- Install OpenRazer: just --unstable install-openrazer
amd-additions:
source: yafti.screen.package
values:

View File

@ -90,6 +90,12 @@ install-oversteer:
ublue-update --wait
rpm-ostree install oversteer
# Install OpenRazer (https://openrazer.github.io)
install-openrazer:
sudo wget https://download.opensuse.org/repositories/hardware:/razer/Fedora_$(rpm -E %fedora)/hardware:razer.repo -O /etc/yum.repos.d/hardware:razer.repo
ublue-update --wait
rpm-ostree install openrazer-meta
# Install Nix with the Determinate Nix Installer
install-nix:
#!/usr/bin/env bash