mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-07 13:20:58 +00:00
Merge pull request #309 from ublue-os/openrazer
feat: Add OpenRazer to Just and Bazzite Portal
This commit is contained in:
commit
0f869fd0a0
@ -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 hardware accelerated codec support for H264 decoding.
|
||||||
- Full support for AMD's ROCM OpenCL/HIP run-times.
|
- 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.
|
- [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).
|
- Full support for [DisplayLink](https://www.synaptics.com/products/displaylink-graphics).
|
||||||
- Includes Valve's KDE themes from SteamOS.
|
- 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
|
- [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
|
default: false
|
||||||
packages:
|
packages:
|
||||||
- Install Oversteer: just --unstable install-oversteer
|
- Install Oversteer: just --unstable install-oversteer
|
||||||
|
OpenRazer:
|
||||||
|
description: Enables additional capabilities for Razer Hardware
|
||||||
|
default: false
|
||||||
|
packages:
|
||||||
|
- Install OpenRazer: just --unstable install-openrazer
|
||||||
SteamCMD:
|
SteamCMD:
|
||||||
description: Installs SteamCMD
|
description: Installs SteamCMD
|
||||||
default: true
|
default: true
|
||||||
|
@ -89,6 +89,12 @@ install-oversteer:
|
|||||||
ublue-update --wait
|
ublue-update --wait
|
||||||
rpm-ostree install oversteer
|
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 with the Determinate Nix Installer
|
||||||
install-nix:
|
install-nix:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
@ -62,6 +62,11 @@ screens:
|
|||||||
default: false
|
default: false
|
||||||
packages:
|
packages:
|
||||||
- Install Oversteer: just --unstable install-oversteer
|
- 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:
|
amd-additions:
|
||||||
source: yafti.screen.package
|
source: yafti.screen.package
|
||||||
values:
|
values:
|
||||||
|
@ -90,6 +90,12 @@ install-oversteer:
|
|||||||
ublue-update --wait
|
ublue-update --wait
|
||||||
rpm-ostree install oversteer
|
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 with the Determinate Nix Installer
|
||||||
install-nix:
|
install-nix:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user