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 [2025/05/16 21:39] – external edit 127.0.0.1bsd:notes:misc [2025/11/03 13:44] (current) – [GSK_RENDERER] Sean Rhone
Line 34: Line 34:
  
   usbconfig -d '/dev/ugen0.6' power_off   usbconfig -d '/dev/ugen0.6' power_off
 +
 +===== Mount MTP =====
 +
 +  su -
 +
 +  pkg install 'fusefs-jmtpfs'
 +
 +  kldload 'fusefs'
 +
 +  mkdir -p '/mnt/MTP' && jmtpfs -o 'allow_other' '/mnt/MTP'
  
 ===== User/Group ===== ===== User/Group =====
Line 54: Line 64:
  
   pkg autoremove   pkg autoremove
 +
 +===== Install History =====
 +
 +****
 +
 +  cat '/var/log/messages' | grep 'pkg'
  
 ===== Erase Command History ===== ===== Erase Command History =====
Line 80: Line 96:
  
 ===== Network Restart ===== ===== Network Restart =====
 +
 +  su 'root' -c "service 'netif' restart && '/etc/netstart'"
  
   su -   su -
- 
-  '/etc/netstart' 
  
   service 'netif' restart   service 'netif' restart
 +
 +  '/etc/netstart'
  
   service 'netif' restart 'wlan0'   service 'netif' restart 'wlan0'
 +
 +===== Ethernet Speed =====
 +
 +  su -
 +
 +  ifconfig -m
 +
 +  ifconfig 'em0' 'tso' 'media' '1000baseT' 'mediaopt' 'full-duplex'
 +
 +  ifconfig 'bge0' 'media' '1000baseT' 'mediaopt' 'full-duplex,master'
  
 ===== hw-probe ===== ===== hw-probe =====
Line 94: Line 122:
   * https://bsd-hardware.info/?view=howto   * https://bsd-hardware.info/?view=howto
   * 2024/09/13: [[https://bsd-hardware.info/?probe=99f8e55057|Spinesnap]]   * 2024/09/13: [[https://bsd-hardware.info/?probe=99f8e55057|Spinesnap]]
 +  * 2025/10/29: [[https://bsd-hardware.info/?probe=31f7224676|Spinesnap]]
  
   su -   su -
Line 100: Line 129:
  
   hw-probe -all -upload   hw-probe -all -upload
 +
 +  pkg remove 'hw-probe' && pkg autoremove
  
 ===== Crashdump Clean-up ===== ===== Crashdump Clean-up =====
Line 106: Line 137:
  
   rm -fv ~/*'.core'   rm -fv ~/*'.core'
 +
 +===== Xfce Panel Reload =====
 +
 +  * Also refreshes new ''.desktop'' entries that don't appear with ''update-desktop-database''
 +
 +  xfce4-panel -r
  
 ===== Xfce Settings Reset ===== ===== Xfce Settings Reset =====
Line 179: Line 216:
  
   * TODO   * TODO
 +
 +====== 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>
  
/srv/www/wiki/data/attic/bsd/notes/misc.1747445948.txt.gz · Last modified: by 127.0.0.1

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