User Tools

Site Tools


linux:notes:misc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:notes:misc [2026/04/29 22:31] Sean Rhonelinux:notes:misc [2026/05/03 00:21] (current) – [Set Default Rate] Sean Rhone
Line 19: Line 19:
  
   cat '/etc/os-release'   cat '/etc/os-release'
 +
 +  cat '/usr/lib/os-release'
  
   cat '/etc/os-release' | grep 'PRETTY_NAME'   cat '/etc/os-release' | grep 'PRETTY_NAME'
Line 174: Line 176:
 ====== PipeWire ====== ====== PipeWire ======
  
-===== Set Default Rate =====+===== Set Default Rates ===== 
 + 
 +  * [[https://wiki.archlinux.org/title/PipeWire#Changing_the_allowed_sample_rate(s)|Source]] 
 + 
 +  grep -E 'Codec|Audio Output|rates' /proc/asound/card*/codec#*
  
   mkdir -p ~/'.config/pipewire/pipewire.conf.d' && nano ~/'.config/pipewire/pipewire.conf.d/99-custom.conf'   mkdir -p ~/'.config/pipewire/pipewire.conf.d' && nano ~/'.config/pipewire/pipewire.conf.d/99-custom.conf'
Line 180: Line 186:
 <code> <code>
 context.properties = { context.properties = {
-    default.clock.rate          = 192000 +    default.clock.allowed-rates = [ 44100 48000 96000 192000 ] 
-    default.clock.allowed-rates = [ 44100 48000 88200 96000 192000 ] +} 
-}</code>+ 
 +# End</code>
  
 ===== User Config ===== ===== User Config =====
Line 228: Line 235:
 ====== GNOME ====== ====== GNOME ======
  
-===== List gsettings ===== +  [[linux:notes:gsettings]]
- +
-  Change ''x'' to schema or omit it to show all settings +
- +
-  gsettings list-recursively 'x' +
- +
-===== App Grid Reset ===== +
- +
-**** +
- +
-  gsettings reset 'org.gnome.shell' 'app-picker-layout' +
- +
-===== Reset Last Settings Pane ===== +
- +
-  * 2025/07/13Mouse settings caused crash possibly related to ''gl'' vs ''vulkan'' +
- +
-  gsettings reset 'org.gnome.Settings' 'last-panel'+
  
 ===== GNOME Software Maintenance ===== ===== GNOME Software Maintenance =====
/srv/www/wiki/data/attic/linux/notes/misc.1777516285.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki