forked from blue-build/legacy-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
158 changed files
with
1,062 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ublue_variants: | ||
- label: ublue-os/startingpoint | ||
- label: nerdy0901/my-ublue | ||
ks: /kickstart/ublue-os.ks | ||
flavors: | ||
- label: startingpoint | ||
- label: my-ublue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/bin/bash | ||
__NV_PRIME_RENDER_OFFLOAD=1 __VK_LAYER_NV_optimus=NVIDIA_only __GLX_VENDOR_LIBRARY_NAME=nvidia "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/bash | ||
DBUS_SERVICE="com.system76.Scheduler" | ||
DBUS_PATH="/com/system76/Scheduler" | ||
DBUS_INTERFACE="com.system76.Scheduler" | ||
DBUS_METHOD="SetForegroundProcess" | ||
dbus-monitor "destination=$DBUS_SERVICE,path=$DBUS_PATH,interface=$DBUS_INTERFACE,member=$DBUS_METHOD" | | ||
while true; do | ||
read method call time sender _ dest serial path interface member | ||
read type pid | ||
[ "$member" = "member=$DBUS_METHOD" ] && qdbus --system $DBUS_SERVICE $DBUS_PATH $DBUS_INTERFACE.$DBUS_METHOD $pid | ||
done |
23 changes: 23 additions & 0 deletions
23
...are-switching/usr/lib/extension-release.d/extension-release.alsa-allow-software-switching
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
NAME="Fedora Linux" | ||
VERSION="39.20231103.n.0 (Kinoite)" | ||
ID=fedora | ||
VERSION_ID=39 | ||
VERSION_CODENAME="" | ||
PLATFORM_ID="platform:f39" | ||
PRETTY_NAME="Fedora Linux 39.20231103.n.0 (Kinoite)" | ||
ANSI_COLOR="0;38;2;60;110;180" | ||
LOGO=fedora-logo-icon | ||
CPE_NAME="cpe:/o:fedoraproject:fedora:39" | ||
DEFAULT_HOSTNAME="fedora" | ||
HOME_URL="https://kinoite.fedoraproject.org" | ||
DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora-kinoite/" | ||
SUPPORT_URL="https://ask.fedoraproject.org/" | ||
BUG_REPORT_URL="https://pagure.io/fedora-kde/SIG/issues" | ||
REDHAT_BUGZILLA_PRODUCT="Fedora" | ||
REDHAT_BUGZILLA_PRODUCT_VERSION=39 | ||
REDHAT_SUPPORT_PRODUCT="Fedora" | ||
REDHAT_SUPPORT_PRODUCT_VERSION=39 | ||
SUPPORT_END=2024-05-14 | ||
VARIANT="Kinoite" | ||
VARIANT_ID=kinoite | ||
OSTREE_VERSION='39.20231103.n.0' |
246 changes: 246 additions & 0 deletions
246
...low-software-switching/usr/share/alsa-card-profile/mixer/paths/analog-output-speaker.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,246 @@ | ||
# This file is part of PulseAudio. | ||
# | ||
# PulseAudio is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU Lesser General Public License as | ||
# published by the Free Software Foundation; either version 2.1 of the | ||
# License, or (at your option) any later version. | ||
# | ||
# PulseAudio is distributed in the hope that it will be useful, but | ||
# WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
# General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Lesser General Public License | ||
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. | ||
|
||
; Path for mixers that have a 'Speaker' control | ||
; | ||
; See analog-output.conf.common for an explanation on the directives | ||
|
||
[General] | ||
priority = 100 | ||
description-key = analog-output-speaker | ||
|
||
[Properties] | ||
device.icon_name = audio-speakers | ||
|
||
[Jack Headphone] | ||
state.plugged = yes | ||
state.unplugged = unknown | ||
|
||
[Jack Dock Headphone] | ||
state.plugged = no | ||
state.unplugged = unknown | ||
|
||
[Jack Front Headphone] | ||
state.plugged = no | ||
state.unplugged = unknown | ||
|
||
[Jack Line Out] | ||
state.plugged = no | ||
state.unplugged = unknown | ||
|
||
[Jack Line Out Front] | ||
state.plugged = no | ||
state.unplugged = unknown | ||
|
||
[Jack Front Line Out] | ||
state.plugged = no | ||
state.unplugged = unknown | ||
|
||
[Jack Rear Line Out] | ||
state.plugged = no | ||
state.unplugged = unknown | ||
|
||
[Jack Dock Line Out] | ||
state.plugged = no | ||
state.unplugged = unknown | ||
|
||
[Jack Speaker] | ||
required-any = any | ||
|
||
[Jack Speaker Phantom] | ||
required-any = any | ||
state.plugged = unknown | ||
state.unplugged = unknown | ||
|
||
[Jack Speaker Front Phantom] | ||
required-any = any | ||
state.plugged = unknown | ||
state.unplugged = unknown | ||
|
||
[Jack Speaker - Output] | ||
required-any = any | ||
|
||
[Element Hardware Master] | ||
switch = mute | ||
volume = merge | ||
override-map.1 = all | ||
override-map.2 = all-left,all-right | ||
|
||
[Element Master] | ||
switch = mute | ||
volume = merge | ||
override-map.1 = all | ||
override-map.2 = all-left,all-right | ||
|
||
[Element Master Mono] | ||
switch = off | ||
volume = off | ||
|
||
; Make sure the internal speakers are not auto-muted once the system has speakers | ||
[Element Auto-Mute Mode] | ||
enumeration = select | ||
|
||
[Option Auto-Mute Mode:Disabled] | ||
name = analog-output-speaker | ||
|
||
; This profile path is intended to control the speaker, let's mute headphones | ||
; else there will be a spike when plugging in headphones | ||
[Element Headphone] | ||
switch = off | ||
volume = off | ||
|
||
[Element Headphone,1] | ||
switch = off | ||
volume = off | ||
|
||
[Element Headphone2] | ||
switch = off | ||
volume = off | ||
|
||
[Element Headphone+LO] | ||
switch = off | ||
volume = off | ||
|
||
[Element Speaker+LO] | ||
required-any = any | ||
switch = mute | ||
volume = merge | ||
override-map.1 = all | ||
override-map.2 = all-left,all-right | ||
|
||
[Element Speaker] | ||
required-any = any | ||
switch = mute | ||
volume = merge | ||
override-map.1 = all | ||
override-map.2 = all-left,all-right | ||
|
||
[Element Desktop Speaker] | ||
required-any = any | ||
switch = mute | ||
volume = merge | ||
override-map.1 = all | ||
override-map.2 = all-left,all-right | ||
|
||
[Element Front] | ||
switch = mute | ||
volume = merge | ||
override-map.1 = all-front | ||
override-map.2 = front-left,front-right | ||
|
||
[Element Front Speaker] | ||
switch = mute | ||
volume = merge | ||
override-map.1 = all-front | ||
override-map.2 = front-left,front-right | ||
required-any = any | ||
|
||
[Element Speaker Front] | ||
switch = mute | ||
volume = merge | ||
override-map.1 = all-front | ||
override-map.2 = front-left,front-right | ||
required-any = any | ||
|
||
[Element Rear] | ||
switch = mute | ||
volume = merge | ||
override-map.1 = all-rear | ||
override-map.2 = rear-left,rear-right | ||
|
||
[Element Surround] | ||
switch = mute | ||
volume = merge | ||
override-map.1 = all-rear | ||
override-map.2 = rear-left,rear-right | ||
|
||
[Element Surround Speaker] | ||
switch = mute | ||
volume = merge | ||
override-map.1 = all-rear | ||
override-map.2 = rear-left,rear-right | ||
required-any = any | ||
|
||
[Element Speaker Surround] | ||
switch = mute | ||
volume = merge | ||
override-map.1 = all-rear | ||
override-map.2 = rear-left,rear-right | ||
required-any = any | ||
|
||
[Element Side] | ||
switch = mute | ||
volume = merge | ||
override-map.1 = all-side | ||
override-map.2 = side-left,side-right | ||
|
||
[Element Speaker Side] | ||
switch = mute | ||
volume = merge | ||
override-map.1 = all-side | ||
override-map.2 = side-left,side-right | ||
|
||
[Element Center] | ||
switch = mute | ||
volume = merge | ||
override-map.1 = all-center | ||
override-map.2 = all-center,all-center | ||
|
||
[Element Center Speaker] | ||
switch = mute | ||
volume = merge | ||
override-map.1 = all-center | ||
override-map.2 = all-center,all-center | ||
required-any = any | ||
|
||
[Element LFE] | ||
switch = mute | ||
volume = merge | ||
override-map.1 = lfe | ||
override-map.2 = lfe,lfe | ||
|
||
[Element LFE Speaker] | ||
switch = mute | ||
volume = merge | ||
override-map.1 = lfe | ||
override-map.2 = lfe,lfe | ||
required-any = any | ||
|
||
[Element Bass Speaker] | ||
switch = mute | ||
volume = merge | ||
override-map.1 = lfe | ||
override-map.2 = lfe,lfe | ||
required-any = any | ||
|
||
[Element CLFE] | ||
switch = mute | ||
volume = merge | ||
override-map.1 = all-center | ||
override-map.2 = all-center,lfe | ||
|
||
[Element Center/LFE] | ||
switch = mute | ||
volume = merge | ||
override-map.1 = all-center | ||
override-map.2 = all-center,lfe | ||
|
||
[Element Speaker CLFE] | ||
switch = mute | ||
volume = merge | ||
override-map.1 = all-center | ||
override-map.2 = all-center,lfe | ||
|
||
.include analog-output.conf.common |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
options nvidia "NVreg_DynamicPowerManagement=0x00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[General] | ||
DisplayServer=wayland | ||
GreeterEnvironment=QT_WAYLAND_SHELL_INTEGRATION=layer-shell | ||
|
||
[Wayland] | ||
CompositorCommand=kwin_wayland --drm --no-lockscreen --no-global-shortcuts --locale1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
kernel.sysrq=1 |
15 changes: 15 additions & 0 deletions
15
config/files/usr/etc/wireplumber/main.lua.d/99-my-disable-suspension.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
table.insert (alsa_monitor.rules, { | ||
matches = { | ||
{ | ||
-- Matches all sources. | ||
{ "node.name", "matches", "alsa_input.*" }, | ||
}, | ||
{ | ||
-- Matches all sinks. | ||
{ "node.name", "matches", "alsa_output.*" }, | ||
}, | ||
}, | ||
apply_properties = { | ||
["session.suspend-timeout-seconds"] = 600, -- 0 disables suspend | ||
}, | ||
}) |
8 changes: 8 additions & 0 deletions
8
config/files/usr/lib/systemd/user/com.system76.Scheduler.dbusproxy.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[Unit] | ||
Description=Forward com.system76.Scheduler session DBus messages to the system bus | ||
|
||
[Service] | ||
ExecStart=/usr/bin/system76-scheduler-dbus-proxy | ||
|
||
[Install] | ||
WantedBy=default.target |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.