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 [2024/09/05 00:02] – [Spinesnap] Sean Rhonelinux:distros:opensuse_tumbleweed_xfce [2024/09/10 16:18] (current) – external edit 127.0.0.1
Line 15: Line 15:
   * ipv6 disable kernel parameter?   * ipv6 disable kernel parameter?
   * auto compositor rules for disabling it for games (kde or xfce had this?), or hotkey to disable; possibly merge with max cpu and/or resolution stuff   * auto compositor rules for disabling it for games (kde or xfce had this?), or hotkey to disable; possibly merge with max cpu and/or resolution stuff
 +  * ext4 nobarrier tweaks
  
 ====== Download ====== ====== Download ======
  
   * http://download.opensuse.org/tumbleweed/iso/   * http://download.opensuse.org/tumbleweed/iso/
- 
-===== DVD + Xfce Live ===== 
- 
-  * Downloads the latest DVD and Xfce Live images 
- 
-  cd ~/'Downloads' && aria2c 'https://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-XFCE-Live-x86_64-Current.iso' && aria2c 'http://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-DVD-x86_64-Current.iso' && aria2c 'https://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-DVD-x86_64-Current.iso.sha256' && sha256sum ~/'Downloads/openSUSE-Tumbleweed-DVD-x86_64-'*'-Media.iso' && cat ~/'Downloads/openSUSE-Tumbleweed-DVD-x86_64-'*'-Media.iso.sha256' && sync 
  
 ===== DVD ===== ===== DVD =====
Line 33: Line 28:
  
   https://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-DVD-x86_64-Current.iso.sha256   https://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-DVD-x86_64-Current.iso.sha256
- 
-===== Xfce ===== 
- 
-  * For LiveUSB 
- 
-  https://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-XFCE-Live-x86_64-Current.iso 
  
 ====== Installation Notes ====== ====== Installation Notes ======
Line 172: Line 161:
 ==== Config ==== ==== Config ====
  
-  * :!: [[notes:kernel_parameters|More Kernel Parameters]] +  * :!: [[linux;notes;kernel_parameters|More Kernel Parameters]]
- +
-  sudo yast2 'bootloader'+
  
 ==== Spinesnap ==== ==== Spinesnap ====
 +
 +  * YaST Boot Loader -> Kernel Parameters
 +
 +  * [ ] Graphical console (uncheck)
 +  * CPU Mitigations: Off
 +  * Remove ''splash=silent'' ''quiet'' parameters
  
   * Last updated: 2024/09/05   * Last updated: 2024/09/05
  
-<code>nohz='off' acpi_osi='Linux' pci='pcie_bus_perf,realloc,pcie_scan_all,big_root_window' pcie_aspm='off' reboot='pci' nvme_core.default_ps_max_latency_us='0' nowatchdog modprobe.blacklist='iTCO_wdt' i915ahci.mobile_lpm_policy='1' usbcore.autosuspend='-1' snd_hda_intel.power_save='0' i915.enable_fbc='0' i915.enable_psr='0' i915.panel_use_ssc='0' i915.guc_log_level='0usbhid.quirks='0x1b1c:0x1b75:0x20000408usbcore.quirks='1b1c:1b75:gniwlmvm.power_scheme='1' swiotlb='noforceintel_iommu='oniommu='forcenvme.use_threaded_interrupts='1nvme.poll_queues='4nvme.noacpi='1'</code>+<code>rootflags='data=writeback' enable_mtrr_cleanup preempt='full' nohz='off' acpi_osi='Linux' tsc='nowatchdog' iomem='relaxed' pcie_aspm='off' pcie_port_pm='off' pcie_ports='native' pci='nocrs,pcie_bus_perf,realloc,pcie_scan_all,big_root_window' swiotlb='noforce' iommu='force' intel_iommu='on' reboot='pci' ahci.mobile_lpm_policy='1' nvme_core.default_ps_max_latency_us='0' nowatchdog modprobe.blacklist='iTCO_wdt' usbcore.autosuspend='-1' iwlmvm.power_scheme='1' snd_hda_intel.power_save='0' i915.enable_fbc='0' i915.enable_psr='0' i915.panel_use_ssc='0' i915.enable_guc='3i915.guc_log_level='0nvme.noacpi='1nvme.use_threaded_interrupts='1' nvme.poll_queues='4'</code> 
 + 
 +=== i915 Mitigations === 
 + 
 +  * YaST Boot Loader erases any mentions of ''mitigations='' so ''i915.mitigations=x'' needs set from ''modprobe.d'' 
 + 
 +<code>echo 'options i915 mitigations=off| sudo tee '/etc/modprobe.d/99-i915-mitigations.conf> '/dev/null' && cat '/etc/modprobe.d/99-i915-mitigations.conf'</code> 
 + 
 +<code>sudo -e '/etc/modprobe.d/99-i915-mitigations.conf'</code> 
 + 
 +<code>sudo systool -v -m 'i915' | grep 'mitigations'</code>
  
 ===== Xfce ===== ===== Xfce =====
/srv/www/wiki/data/attic/linux/distros/opensuse_tumbleweed_xfce.1725508964.txt.gz · Last modified: by Sean Rhone