User Tools

Site Tools


bsd: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
bsd:notes:misc [2026/04/21 20:59] Sean Rhonebsd:notes:misc [2026/07/20 03:57] (current) – [GSK_RENDERER] Sean Rhone
Line 94: Line 94:
  
   su - root -c "sysctl 'dev.cpu.0.freq' 'dev.cpu.1.freq' 'dev.cpu.2.freq' 'dev.cpu.3.freq' 'dev.cpu.4.freq' 'dev.cpu.5.freq' 'dev.cpu.6.freq' 'dev.cpu.7.freq'"   su - root -c "sysctl 'dev.cpu.0.freq' 'dev.cpu.1.freq' 'dev.cpu.2.freq' 'dev.cpu.3.freq' 'dev.cpu.4.freq' 'dev.cpu.5.freq' 'dev.cpu.6.freq' 'dev.cpu.7.freq'"
 +
 +===== Interrupts =====
 +
 +****
 +
 +  vmstat -i
  
 ===== Time Sync ===== ===== Time Sync =====
Line 181: Line 187:
 ===== Logs ===== ===== Logs =====
  
-  newsyslog -v -CC -N+  newsyslog -v -CC -F -a '/tmp' && rm -f '/var/log/'*'.old' '/var/log/'*'.0' '/var/log/'*'.bz2'
  
   cat '/dev/null' > '/var/log/all.log'   cat '/dev/null' > '/var/log/all.log'
Line 220: Line 226:
  
   * TODO   * TODO
 +
 +===== Geoclue Disable =====
 +
 +  '/usr/local/libexec/geoclue-2.0/demos/where-am-i'
 +
 +  ee '/usr/local/etc/geoclue/conf.d/99-disable.conf'
 +
 +<code>
 +[agent]
 +[ip]
 +enable=false
 +[network-nmea]
 +enable=false
 +[3g]
 +enable=false
 +[cdma]
 +enable=false
 +[modem-gps]
 +enable=false
 +[wifi]
 +enable=false
 +[compass]
 +enable=false
 +[static-source]
 +enable=false
 +[firefox]
 +allowed=false
 +
 +# End</code>
 +
 +===== Desktop Launcher Replace =====
 +
 +  * Creating a new ''.desktop'' in user folder replaces default in app launcher
 +  * [[games:bsd:doomsday_engine#desktop_launcher|Doomsday Engine]]
 +  * [[bsd:freebsd_16.0_xfce#obs_studio1|OBS Studio]]
 +
 +  gio open '/usr/local/share/applications'
 +
 +  gio open ~/'.local/share/applications'
  
 ====== GSK_RENDERER ====== ====== GSK_RENDERER ======
  
   * https://api.pygobject.gnome.org/Gsk-4.0/class-Renderer.html#   * https://api.pygobject.gnome.org/Gsk-4.0/class-Renderer.html#
-  * 2025/11/03+  * https://docs.gtk.org/gtk4/running.html#gsk_gpu_disable
  
-  GSK_RENDERER='help' gtk4-demo --autoquit '1'+  GSK_RENDERER='help' GSK_GPU_DISABLE='help' gtk4-demo --autoquit '1'
  
-<code> +====== sysctl.conf ====== 
-     cairo - Use the Cairo fallback renderer + 
-    opengl - Use the OpenGL renderer +  * :?: 2026/06/29: ''15'' caused Caps Lock to toggle/act like Shift 
-       ngl - Use the OpenGL renderer + 
-        gl Use the OpenGL renderer +  kern.evdev.rcpt_mask="15" 
-    vulkan Use the Vulkan renderer + 
-      help Print this help</code>+====== ACPI OSI ====== 
 + 
 +  * ''hw.acpi.install_interface'' 
 + 
 +  su 
 + 
 +  pkg install 'acpica-tools' 
 + 
 +  acpidump -d | grep 'Windows '
  
/usr/local/www/wiki/data/attic/bsd/notes/misc.1776819596.txt.gz · Last modified: by Sean Rhone