mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-26 06:40:33 +00:00
feat: Add OpenRazer to Just and Bazzite Portal
Depends on: https://github.com/ublue-os/main/pull/340
This commit is contained in:
parent
f2ec8cb4a7
commit
66bb01bd9c
@ -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
|
||||
|
@ -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
|
||||
|
@ -88,6 +88,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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user