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/06 21:21] – [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 356: Line 380:
 export LD_BIND_NOW='1' export LD_BIND_NOW='1'
 export LD_PREFER_MAP_32BIT_EXEC='1' export LD_PREFER_MAP_32BIT_EXEC='1'
-export vblank_mode='0' 
  
 # GTK # GTK
Line 366: Line 389:
  
 # Intel # Intel
 +export ANV_NO_GPL='1'
 +export anv_disable_link_time_optimization='true'
 export force_guc_low_latency='false' export force_guc_low_latency='false'
 export allow_compressed_fallback='true' export allow_compressed_fallback='true'
-export ANV_NO_GPL='1' 
  
 # Mesa # Mesa
 +export vblank_mode='0'
 export MESA_NO_ERROR='1' export MESA_NO_ERROR='1'
 export mesa_glthread='false' export mesa_glthread='false'
-export MESA_DISK_CACHE_DATABASE='0' +export MESA_SHADER_CACHE_DISABLE='true'
-export MESA_DISK_CACHE_SINGLE_FILE='0'+
 export allow_higher_compat_version='true' export allow_higher_compat_version='true'
-export vk_xwayland_wait_ready='false' 
-export vk_x11_ignore_suboptimal='true' 
-export vk_wsi_force_bgra8_unorm_first='true' 
 export block_on_depleted_buffers='true' export block_on_depleted_buffers='true'
 export disable_throttling='true' export disable_throttling='true'
 export force_integer_tex_nearest='true' export force_integer_tex_nearest='true'
 +export vk_wsi_force_bgra8_unorm_first='true'
 +export vk_x11_ignore_suboptimal='true'
 +export vk_xwayland_wait_ready='false'
  
 # End</code> # End</code>
Line 387: Line 411:
 ===== journald ===== ===== journald =====
  
-  sudo -e '/etc/systemd/journald.conf.d/99-tweaks.conf' && sudo journalctl --vacuum-time='1s' --rotate+  sudo mkdir -p '/etc/systemd/journald.conf.d' && sudo -e '/etc/systemd/journald.conf.d/99-tweaks.conf'
  
 <code> <code>
Line 401: Line 425:
  
 # End</code> # End</code>
 +
 +  sudo journalctl --vacuum-time='1s' --rotate
  
 ===== Dracut ===== ===== Dracut =====
Line 464: 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>
Line 475: Line 505:
 ==== HDMI ==== ==== HDMI ====
  
-  * ''HDMI1'' = [[linux:notes:xorg.conf_snippets#intel|Intel]] DDX+  * ''HDMI1'' (no-dash) = [[linux:notes:xorg.conf_snippets#intel|Intel]] DDX 
 +  * :!: TODO: Script
  
   xfce4-session-settings   xfce4-session-settings
/var/www/wiki/data/attic/linux/distros/opensuse_tumbleweed_xfce.1775524901.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