User Tools

Site Tools


linux:distros:opensuse_tumbleweed_gnome

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:distros:opensuse_tumbleweed_gnome [2025/10/16 13:39] Sean Rhonelinux:distros:opensuse_tumbleweed_gnome [2025/10/17 04:20] (current) Sean Rhone
Line 131: Line 131:
  
   '/usr/bin/kgx' -T 'openSUSE Updater' -e ~/'.local/scripts/opensuse-updater.sh'   '/usr/bin/kgx' -T 'openSUSE Updater' -e ~/'.local/scripts/opensuse-updater.sh'
 +
 +  '/usr/bin/kgx' -T 'Spinesnap UV' -e ~/'.local/scripts/spinesnap-uv.sh'
  
 ===== Printer ===== ===== Printer =====
Line 158: Line 160:
  
 ===== Kernel Options ===== ===== Kernel Options =====
 +
 +==== BPF Disable ====
 +
 +  * https://docs.kernel.org/admin-guide/sysctl/kernel.html#unprivileged-bpf-disabled
 +  * ''kernel.unprivileged_bpf_disabled = 0''
 +
 +  echo 'kernel.unprivileged_bpf_disabled=0' | sudo tee '/etc/sysctl.d/99-bpf-disable.conf' > '/dev/null' && cat '/etc/sysctl.d/99-bpf-disable.conf'
 +
 +  sudo sysctl 'kernel.unprivileged_bpf_disabled'
 +
 +==== Legacy MMap ====
 +
 +  * https://man7.org/linux/man-pages/man5/proc_sys_vm.5.html
 +  * ''vm.legacy_va_layout = 1''
 +
 +  echo 'vm.legacy_va_layout=1' | sudo tee '/etc/sysctl.d/99-vm-legacy-va.conf' > '/dev/null' && cat '/etc/sysctl.d/99-vm-legacy-va.conf'
 +
 +  sudo sysctl 'vm.legacy_va_layout'
  
 ==== Intel Perf Counters ==== ==== Intel Perf Counters ====
Line 344: Line 364:
 # General # General
 export LD_BIND_NOW='1' export LD_BIND_NOW='1'
 +export LD_PREFER_MAP_32BIT_EXEC='1'
  
 # GNOME # GNOME
Line 473: Line 494:
  
 ===== Spinesnap UV ===== ===== Spinesnap UV =====
 +
 +  * [[bios:setup_var_mods:dell_latitude_5591_1.32#linux_uv_test]]
  
   mkdir -p ~/'.local/scripts' && nano ~/'.local/scripts/spinesnap-uv.sh' && chmod +x ~/'.local/scripts/spinesnap-uv.sh'   mkdir -p ~/'.local/scripts' && nano ~/'.local/scripts/spinesnap-uv.sh' && chmod +x ~/'.local/scripts/spinesnap-uv.sh'
/srv/www/wiki/data/attic/linux/distros/opensuse_tumbleweed_gnome.1760636398.txt.gz · Last modified: by Sean Rhone