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:32] – [Get Release/OS Info] Sean Rhonelinux:notes:misc [2026/07/10 22:31] (current) – [Show CPU Frequency] Sean Rhone
Line 176: 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 182: 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 230: 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 =====
Line 382: Line 371:
  
   watch --interval '0.5' grep \'cpu MHz\' '/proc/cpuinfo'   watch --interval '0.5' grep \'cpu MHz\' '/proc/cpuinfo'
 +
 +  cat '/sys/devices/system/cpu/cpu'*'/cpufreq/scaling_cur_freq'
  
 ====== OpenSSL Supported Ciphers ====== ====== OpenSSL Supported Ciphers ======
/usr/local/www/wiki/data/attic/linux/notes/misc.1777516320.txt.gz · Last modified: by Sean Rhone