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/09/16 13:54] – [Download] Sean Rhonelinux:distros:opensuse_tumbleweed_xfce [2026/09/17 00:33] (current) – [Fonts] Sean Rhone
Line 15: Line 15:
  
   http://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-DVD-x86_64-Current.iso   http://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-DVD-x86_64-Current.iso
- 
-  openSUSE-Tumbleweed-DVD-x86_64-Snapshot20260724-Media.iso 
  
   openSUSE-Tumbleweed-DVD-x86_64-Snapshot20260914-Media.iso   openSUSE-Tumbleweed-DVD-x86_64-Snapshot20260914-Media.iso
Line 33: Line 31:
 ├─sda1   8:   0     1G  0 part /boot/efi ├─sda1   8:   0     1G  0 part /boot/efi
 ├─sda2   8:   0 462.8G  0 part / ├─sda2   8:   0 462.8G  0 part /
-└─sda3   8:   0     2G  0 part [SWAP]</code> 
- 
-<code> 
-NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS 
-sda      8:0    0 119.2G  0 disk  
-├─sda1   8:   0     8M  0 part  
-├─sda2   8:   0 117.2G  0 part / 
 └─sda3   8:   0     2G  0 part [SWAP]</code> └─sda3   8:   0     2G  0 part [SWAP]</code>
  
Line 58: Line 49:
   * https://en.opensuse.org/Additional_package_repositories#Packman   * https://en.opensuse.org/Additional_package_repositories#Packman
   * http://packman.links2linux.org/mirrors   * http://packman.links2linux.org/mirrors
 +  * :?: https://forums.opensuse.org/t/packman-discontinued-from-jan-1st-2027-but-heres-your-chance/195731
  
   * https://ftp.fau.de/packman/suse/openSUSE_Tumbleweed/   * https://ftp.fau.de/packman/suse/openSUSE_Tumbleweed/
Line 101: Line 93:
   * 2026/05/10: ''typelib-1_0-Xfconf-0'' fixes ''xfce4-screensaver-preferences'' settings panel   * 2026/05/10: ''typelib-1_0-Xfconf-0'' fixes ''xfce4-screensaver-preferences'' settings panel
  
-  sudo zypper install firefox-esr libavcodec58_134 filezilla foliate gimp gnome-calculator google-noto-*-fonts keepassxc libreoffice MozillaThunderbird obs-studio transmission-gtk vlc vlc-codecs xfce4-screensaver typelib-1_0-Xfconf-0 7zip android-tools aria2 fastfetch gstreamer-plugins-*-extra htop Mesa-demo-x secret-tool sensors unar yt-dlp +  sudo zypper install firefox-esr libavcodec58_134 filezilla foliate gimp gnome-calculator google-noto-*-fonts keepassxc libreoffice MozillaThunderbird obs-studio transmission-gtk vlc xfce4-screensaver typelib-1_0-Xfconf-0 7zip android-tools aria2 fastfetch gstreamer-plugins-*-extra htop Mesa-demo-x secret-tool sensors unar yt-dlp  
 + 
 +  vlc-codecs
  
 ===== Intel ===== ===== Intel =====
Line 127: Line 121:
  
 ===== Firefox ESR ===== ===== Firefox ESR =====
- 
-  * Removes main Firefox and config 
  
   sudo zypper remove --clean-deps 'MozillaFirefox' && sudo zypper addlock 'MozillaFirefox'   sudo zypper remove --clean-deps 'MozillaFirefox' && sudo zypper addlock 'MozillaFirefox'
Line 183: Line 175:
  
   xfconf-query --channel 'xsettings' --property '/Xft/DPI' --type 'int' --set '96' --create   xfconf-query --channel 'xsettings' --property '/Xft/DPI' --type 'int' --set '96' --create
- 
-  xfconf-query --channel 'xsettings' --property '/Xft/HintStyle' --type 'string' --set 'hintnone' --create 
  
   xfconf-query --channel 'xsettings' --property '/Xft/Hinting' --type 'int' --set '0' --create   xfconf-query --channel 'xsettings' --property '/Xft/Hinting' --type 'int' --set '0' --create
 +
 +  xfconf-query --channel 'xsettings' --property '/Xft/HintStyle' --type 'string' --set 'hintnone' --create
  
   xfconf-query --channel 'xsettings' --property '/Xft/RGBA' --type 'string' --set 'none' --create   xfconf-query --channel 'xsettings' --property '/Xft/RGBA' --type 'string' --set 'none' --create
Line 207: Line 199:
  
 ====== Settings ====== ====== Settings ======
- 
-===== Hostname ===== 
- 
-  sudo hostnamectl set-hostname 'Spinesnap' 
- 
-  cat '/etc/hosts' | grep "$HOSTNAME" || echo "127.0.0.1 $HOSTNAME" | sudo tee --append '/etc/hosts' > '/dev/null' 
- 
-  hostname -i 
  
 ===== Printer ===== ===== Printer =====
Line 260: Line 244:
  
   '/usr/sbin/sysctl' 'kernel.unprivileged_bpf_disabled'   '/usr/sbin/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' 
- 
-  '/usr/sbin/sysctl' 'vm.legacy_va_layout' 
  
 ==== Perf Counters ==== ==== Perf Counters ====
Line 317: Line 291:
  
   * [[#add_database_password_to_keyring|KeePassXC]]   * [[#add_database_password_to_keyring|KeePassXC]]
-  * [[#updater|Updater]]+  * [[#scripts|Scripts]]
  
   xfce4-keyboard-settings   xfce4-keyboard-settings
Line 324: Line 298:
  
   '/usr/bin/bash' -c "'/usr/bin/xfce4-terminal' -T 'openSUSE Updater' -I '/usr/share/icons/hicolor/scalable/apps/distributor.svg' --working-directory='/tmp' -e ~/'.local/scripts/opensuse-updater.sh'"   '/usr/bin/bash' -c "'/usr/bin/xfce4-terminal' -T 'openSUSE Updater' -I '/usr/share/icons/hicolor/scalable/apps/distributor.svg' --working-directory='/tmp' -e ~/'.local/scripts/opensuse-updater.sh'"
 +
 +  '/usr/bin/bash' -c "'/usr/bin/xfce4-terminal' -T 'Max Performance' -I '/usr/share/icons/hicolor/scalable/apps/org.xfce.panel.systemload.svg' --working-directory='/tmp' -e ~/'.local/scripts/max-perf.sh'"
  
 ===== Firefox ===== ===== Firefox =====
Line 621: Line 597:
  
 # DXVK # DXVK
-export DXVK_SHADER_CACHE='0' +#export DXVK_SHADER_CACHE='0' 
-export DXVK_STATE_CACHE='0'+#export DXVK_STATE_CACHE='0'
  
 # End</code> # End</code>
Line 641: Line 617:
  
 ====== Scripts ====== ====== Scripts ======
 +
 +  * [[#keyboard_shortcuts|Keyboard shortcuts]]
  
 ===== Updater ===== ===== Updater =====
- 
-  * [[#keyboard_shortcuts|Keyboard shortcut]] 
  
   mkdir -p ~/'.local/scripts' && nano ~/'.local/scripts/opensuse-updater.sh' && chmod +x ~/'.local/scripts/opensuse-updater.sh'   mkdir -p ~/'.local/scripts' && nano ~/'.local/scripts/opensuse-updater.sh' && chmod +x ~/'.local/scripts/opensuse-updater.sh'
Line 657: Line 633:
 sudo '/usr/bin/zypper' dist-upgrade --details --allow-downgrade --allow-name-change --allow-arch-change --allow-vendor-change sudo '/usr/bin/zypper' dist-upgrade --details --allow-downgrade --allow-name-change --allow-arch-change --allow-vendor-change
  
-rm -Rf ~/'.cache/mesa_shader_cache/'* ~/'.cache/thumbnails/'*+#rm -Rf ~/'.cache/mesa_shader_cache/'* 
 +rm -Rf ~/'.cache/thumbnails/'*
 rm -Rf ~/'.cache/mozilla/firefox/'* ~/'.cache/thunderbird/'* rm -Rf ~/'.cache/mozilla/firefox/'* ~/'.cache/thunderbird/'*
  
Line 668: Line 645:
  
   ~/'.local/scripts/opensuse-updater.sh'   ~/'.local/scripts/opensuse-updater.sh'
 +
 +===== Max Performance =====
 +
 +  * [[linux:notes:x86_energy_perf_policy#opensuse|Dependencies]]
 +
 +  mkdir -p ~/'.local/scripts' && nano ~/'.local/scripts/max-perf.sh' && chmod +x ~/'.local/scripts/max-perf.sh'
 +
 +<code>
 +#!/bin/bash
 +
 +cd '/tmp'
 +
 +# CPU
 +sudo '/usr/bin/x86_energy_perf_policy' --all 'performance' --turbo-enable '1' --force
 +#sudo '/usr/bin/cpupower' frequency-set -g 'performance' -r
 +
 +echo 'Max performance states set!'
 +sleep '3'
 +
 +# End</code>
 +
 +  ~/'.local/scripts/max-perf.sh'
  
 ====== Notable Folders and Commands ====== ====== Notable Folders and Commands ======
/usr/local/www/wiki/data/attic/linux/distros/opensuse_tumbleweed_xfce.1789581297.txt.gz · Last modified: by Sean Rhone