Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdy0901 committed Nov 21, 2023
1 parent a5b47ac commit 68eab2c
Show file tree
Hide file tree
Showing 158 changed files with 1,062 additions and 31 deletions.
4 changes: 2 additions & 2 deletions boot_menu.yml
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
2 changes: 2 additions & 0 deletions config/files/usr/bin/prime-run
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 "$@"
11 changes: 11 additions & 0 deletions config/files/usr/bin/system76-scheduler-dbus-proxy
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
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'
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
1 change: 1 addition & 0 deletions config/files/usr/etc/modprobe.d/99-my-nvidia-pm.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
options nvidia "NVreg_DynamicPowerManagement=0x00"
6 changes: 6 additions & 0 deletions config/files/usr/etc/sddm.conf.d/99-my-wayland.conf
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
1 change: 1 addition & 0 deletions config/files/usr/etc/sysctl.d/99-my-sysctl.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
kernel.sysrq=1
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
},
})
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 added config/files/usr/share/fonts/ms-fonts/Nirmala.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added config/files/usr/share/fonts/ms-fonts/Sitka.ttc
Binary file not shown.
Binary file added config/files/usr/share/fonts/ms-fonts/SitkaB.ttc
Binary file not shown.
Binary file added config/files/usr/share/fonts/ms-fonts/SitkaI.ttc
Binary file not shown.
Binary file added config/files/usr/share/fonts/ms-fonts/SitkaZ.ttc
Binary file not shown.
Binary file added config/files/usr/share/fonts/ms-fonts/YuGothB.ttc
Binary file not shown.
Binary file added config/files/usr/share/fonts/ms-fonts/YuGothL.ttc
Binary file not shown.
Binary file added config/files/usr/share/fonts/ms-fonts/YuGothM.ttc
Binary file not shown.
Binary file not shown.
Binary file added config/files/usr/share/fonts/ms-fonts/arial.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added config/files/usr/share/fonts/ms-fonts/ariali.ttf
Binary file not shown.
Binary file added config/files/usr/share/fonts/ms-fonts/ariblk.ttf
Binary file not shown.
Binary file not shown.
Binary file added config/files/usr/share/fonts/ms-fonts/calibri.ttf
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 added config/files/usr/share/fonts/ms-fonts/cambria.ttc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added config/files/usr/share/fonts/ms-fonts/comic.ttf
Binary file not shown.
Binary file not shown.
Binary file added config/files/usr/share/fonts/ms-fonts/comici.ttf
Binary file not shown.
Binary file added config/files/usr/share/fonts/ms-fonts/comicz.ttf
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 added config/files/usr/share/fonts/ms-fonts/corbel.ttf
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 added config/files/usr/share/fonts/ms-fonts/cour.ttf
Binary file not shown.
Binary file added config/files/usr/share/fonts/ms-fonts/courbd.ttf
Binary file not shown.
Binary file added config/files/usr/share/fonts/ms-fonts/courbi.ttf
Binary file not shown.
Binary file added config/files/usr/share/fonts/ms-fonts/couri.ttf
Binary file not shown.
Binary file added config/files/usr/share/fonts/ms-fonts/ebrima.ttf
Binary file not shown.
Binary file not shown.
Binary file added config/files/usr/share/fonts/ms-fonts/framd.ttf
Binary file not shown.
Binary file not shown.
Binary file added config/files/usr/share/fonts/ms-fonts/gadugi.ttf
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 added config/files/usr/share/fonts/ms-fonts/impact.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 68eab2c

Please sign in to comment.