User Tools

Site Tools


linux:distros:opensuse_tumbleweed_xfce

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_xfce [2026/04/07 01:19] – [General] Sean Rhonelinux:distros:opensuse_tumbleweed_xfce [2026/04/08 07:59] (current) – [EFI Fix] Sean Rhone
Line 175: Line 175:
  
   '/usr/sbin/sysctl' 'vm.legacy_va_layout'   '/usr/sbin/sysctl' 'vm.legacy_va_layout'
 +
 +==== Perf Counters ====
 +
 +  * https://www.kernel.org/doc/html/latest/admin-guide/perf-security.html
 +
 +  * ''kernel.perf_event_paranoid = -1''
 +
 +  echo 'kernel.perf_event_paranoid=-1' | sudo tee '/etc/sysctl.d/99-perf-events.conf' > '/dev/null' && cat '/etc/sysctl.d/99-perf-events.conf'
 +
 +  '/usr/sbin/sysctl' 'kernel.perf_event_paranoid'
 +
 +==== Intel Perf Counters ====
 +
 +  * https://wiki.archlinux.org/title/intel_graphics#Enable_performance_support
 +  * :?: Requires ''i915'' [[#dracut|early-loaded]]
 +
 +  * ''dev.i915.perf_stream_paranoid = 0''
 +
 +  echo 'dev.i915.perf_stream_paranoid=0' | sudo tee '/etc/sysctl.d/99-i915-perf.conf' > '/dev/null' && cat '/etc/sysctl.d/99-i915-perf.conf'
 +
 +  '/usr/sbin/sysctl' 'dev.i915.perf_stream_paranoid'
  
 ==== Magic SysRq key ==== ==== Magic SysRq key ====
Line 270: Line 291:
   * [[linux:notes:kernel_parameters|More Kernel Parameters]]   * [[linux:notes:kernel_parameters|More Kernel Parameters]]
   * Last updated: 2025/12/31   * Last updated: 2025/12/31
 +  * TODO: GPE info
  
   quiet bgrt_disable lsm='' acpi_osi='!' acpi_osi='Windows 2013' reboot='pci' hibernate='no' idle='halt' nohz='off' preempt='full' iommu='pt' io_delay='none' memory_corruption_check='0' nosgx init_on_alloc='0' init_on_free='0' pci='pcie_bus_perf' pcie_aspm='off' module_blacklist='iTCO_wdt,intel_oc_wdt,dell_smm_hwmon' nowatchdog tsc='nowatchdog' drm_kms_helper.poll='0' drm_kms_helper.fbdev_emulation='0' hostname='localhost'   quiet bgrt_disable lsm='' acpi_osi='!' acpi_osi='Windows 2013' reboot='pci' hibernate='no' idle='halt' nohz='off' preempt='full' iommu='pt' io_delay='none' memory_corruption_check='0' nosgx init_on_alloc='0' init_on_free='0' pci='pcie_bus_perf' pcie_aspm='off' module_blacklist='iTCO_wdt,intel_oc_wdt,dell_smm_hwmon' nowatchdog tsc='nowatchdog' drm_kms_helper.poll='0' drm_kms_helper.fbdev_emulation='0' hostname='localhost'
 +
 +  acpi_mask_gpe='0x6E'
  
 ==== modprobe.d ==== ==== modprobe.d ====
Line 322: Line 346:
 ===== EFI Fix ===== ===== EFI Fix =====
  
-  * [[bios:notes:umaf|UMAF]] should be added as first entry ((openSUSE 2nd/after gets set in EFI as primary/first boot))+  * [[bios;notes;umaf#opensuse|UMAF]] should be added as first entry ((openSUSE 2nd/after gets set in EFI as primary/first boot))
  
   sudo efibootmgr   sudo efibootmgr
Line 466: Line 490:
 export VKD3D_SHADER_DEBUG='none' export VKD3D_SHADER_DEBUG='none'
 export DXVK_LOG_LEVEL='none' export DXVK_LOG_LEVEL='none'
 +
 +# DXVK
 +export DXVK_CONFIG='dxvk.enableGraphicsPipelineLibrary = False'
 +export DXVK_SHADER_CACHE='0'
  
 # End</code> # End</code>
/var/www/wiki/data/attic/linux/distros/opensuse_tumbleweed_xfce.1775539158.txt.gz · Last modified: by Sean Rhone

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