Skip to content

Commit

Permalink
Put in earplugs
Browse files Browse the repository at this point in the history
  • Loading branch information
zzkt committed Jun 18, 2024
1 parent 82b6bd2 commit d6d26f8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
14 changes: 8 additions & 6 deletions config/framework13-system.org
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Some kernel corruption may be required to enable WIFI. Since the non-free kernel

#+begin_src scheme
(define-public linux-FWL13
(corrupt-linux linux-libre-6.8
(corrupt-linux linux-libre-6.9
#:name "linux-fwl13"
#:configs '("CONFIG_MT7921E=m")))
#+end_src
Expand Down Expand Up @@ -113,9 +113,9 @@ Kernel & driver details
- https://www.kernel.org/doc/html/latest/gpu/amdgpu/module-parameters.html
- https://community.frame.work/t/solved-backlight-brightness-issues/36065/13

Using =linux-6.7= from nonguix (which includes =CONFIG_MT7921E= by default as of 6.7.2)
Using =linux-6.9= from nonguix (which includes =CONFIG_MT7921E= by default as of 6.7.2)
#+begin_src scheme
(kernel linux-6.8)
(kernel linux-6.9)
;; (kernel linux-FWL13)
#+end_src

Expand Down Expand Up @@ -422,8 +422,10 @@ real-time scheduling for the =realtime= group (sound, supercollider, etc)
(service cups-service-type)
#+end_src

*** firmware updates
via fwdup
#+BEGIN_SRC emacs-lisp
(simple-service 'fwupd-dbus dbus-service-type
(simple-service 'fwupd-dbus dbus-root-service-type
(list fwupd-nonfree))
#+END_SRC

Expand All @@ -440,9 +442,9 @@ If gdm is reconfigured (see above) or any other display manager is declared, gdm
#+end_src

*** mDNS
Enable resolution of '.local' host names with mDNS.
Enable resolution of '.local' host names with mDNS (as of 2024-06-17 looks like this conflicts with smbd)
#+begin_src scheme
(name-service-switch %mdns-host-lookup-nss)
;; (name-service-switch %mdns-host-lookup-nss)
#+end_src

*** screen locker
Expand Down
10 changes: 5 additions & 5 deletions config/framework13-system.scm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; -*- mode: scheme; coding: utf-8; -*-
;;
;; tangled from framework13-system.org on 2024-04-25 09:46:25+02:00)
;; tangled from framework13-system.org on 2024-06-18 12:53:06+02:00)

(use-modules (gnu)
(gnu packages)
Expand Down Expand Up @@ -35,7 +35,7 @@
vpn)

(define-public linux-FWL13
(corrupt-linux linux-libre-6.8
(corrupt-linux linux-libre-6.9
#:name "linux-fwl13"
#:configs '("CONFIG_MT7921E=m")))

Expand All @@ -51,7 +51,7 @@
#:options '("ctrl:nocaps"
"altwin:swap_lalt_lwin")))

(kernel linux-6.8)
(kernel linux-6.9)
;; (kernel linux-FWL13)

;; (kernel-arguments '("amdgpu.abmlevel=3"))
Expand Down Expand Up @@ -273,15 +273,15 @@ writable = yes

(service cups-service-type)

(simple-service 'fwupd-dbus dbus-service-type
(simple-service 'fwupd-dbus dbus-root-service-type
(list fwupd-nonfree))

) ;; end services list

(modify-services %desktop-services
(delete gdm-service-type))))

(name-service-switch %mdns-host-lookup-nss)
;; (name-service-switch %mdns-host-lookup-nss)

;; (service screen-locker-service-type
;; (screen-locker-configuration
Expand Down

0 comments on commit d6d26f8

Please sign in to comment.