Both sides previous revisionPrevious revisionNext revision | Previous revision |
linux:distros:opensuse_tumbleweed_xfce [2024/09/05 03:15] – Sean Rhone | linux:distros:opensuse_tumbleweed_xfce [2024/09/10 16:18] (current) – external edit 127.0.0.1 |
---|
| |
* 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 ===== |
| |
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 ====== |
| |
* YaST Boot Loader -> Kernel Parameters | * YaST Boot Loader -> Kernel Parameters |
* CPU Mitigations: Off | |
* [ ] Graphical console (uncheck) | * [ ] Graphical console (uncheck) |
| * CPU Mitigations: Off |
* Remove ''splash=silent'' ''quiet'' parameters | * Remove ''splash=silent'' ''quiet'' parameters |
| |
* Last updated: 2024/09/05 | * Last updated: 2024/09/05 |
| |
<code>preempt='full' nohz='off' acpi_osi='Linux' pcie_ports='native' pcie_port_pm='off' pci='nocrs,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' i915. ahci.mobile_lpm_policy='1' usbcore.autosuspend='-1' snd_hda_intel.power_save='0' i915.enable_fbc='0' i915.enable_psr='0' usbhid.quirks='0x1b1c:0x1b75:0x20000408' i915.panel_use_ssc='0' i915.guc_log_level='0' usbcore.quirks='1b1c:1b75:gn' iwlmvm.power_scheme='1' swiotlb='noforce' intel_iommu='on' iommu='force' nvme.use_threaded_interrupts='1' nvme.poll_queues='4' nvme.noacpi='1' tsc='nowatchdog' enable_mtrr_cleanup iomem='relaxed' rootflags='data=writeback'</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='3' i915.guc_log_level='0' nvme.noacpi='1' nvme.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 ===== |