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:37] 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 269: Line 269:
  
   * 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> +
-     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>+
  
 ====== sysctl.conf ====== ====== sysctl.conf ======
Line 286: Line 278:
  
   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.1782761841.txt.gz · Last modified: by Sean Rhone