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/06/29 15:36] Sean Rhonebsd:notes:misc [2026/07/20 03:57] (current) – [GSK_RENDERER] Sean Rhone
Line 187: 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 255: Line 255:
  
 # End</code> # End</code>
- 
-====== GSK_RENDERER ====== 
- 
-  * https://api.pygobject.gnome.org/Gsk-4.0/class-Renderer.html# 
-  * 2025/11/03 
- 
-  GSK_RENDERER='help' gtk4-demo --autoquit '1' 
- 
-<code> 
-     cairo - Use the Cairo fallback renderer 
-    opengl - Use the OpenGL renderer 
-       ngl - Use the OpenGL renderer 
-        gl - Use the OpenGL renderer 
-    vulkan - Use the Vulkan renderer 
-      help - Print this help</code> 
  
 ===== Desktop Launcher Replace ===== ===== Desktop Launcher Replace =====
Line 280: Line 265:
  
   gio open ~/'.local/share/applications'   gio open ~/'.local/share/applications'
 +
 +====== GSK_RENDERER ======
 +
 +  * https://api.pygobject.gnome.org/Gsk-4.0/class-Renderer.html#
 +  * https://docs.gtk.org/gtk4/running.html#gsk_gpu_disable
 +
 +  GSK_RENDERER='help' GSK_GPU_DISABLE='help' gtk4-demo --autoquit '1'
  
 ====== sysctl.conf ====== ====== sysctl.conf ======
 +
 +  * :?: 2026/06/29: ''15'' caused Caps Lock to toggle/act like Shift
  
   kern.evdev.rcpt_mask="15"   kern.evdev.rcpt_mask="15"
 +
 +====== ACPI OSI ======
 +
 +  * ''hw.acpi.install_interface''
 +
 +  su -
 +
 +  pkg install 'acpica-tools'
 +
 +  acpidump -d | grep 'Windows '
  
/usr/local/www/wiki/data/attic/bsd/notes/misc.1782761765.txt.gz · Last modified: by Sean Rhone