Linux Base Utilities: Difference between revisions

From The Brainwrecked Wiki
Jump to navigation Jump to search
m Added color to GPU table to help readablity
m Convert GPU sets to use new pkg template
Line 83: Line 83:
|-
|-
| ZSH || {{ic|bullet-train-oh-my-zsh-theme-git}}<sup><small>AUR</small></sup> {{ic|oh-my-zsh-git}}<sup><small>chaotic</small></sup> {{ic|powerline powerline-fonts zsh zsh-completions zsh-syntax-highlighting}} || {{ic|zsh <nowiki>$(apk search zsh-completion | sed 's/-[0-9.]*-r[0-9]*//g' | tr '\n' ' ')</nowiki> zsh-syntax-highlighting}}
| ZSH || {{ic|bullet-train-oh-my-zsh-theme-git}}<sup><small>AUR</small></sup> {{ic|oh-my-zsh-git}}<sup><small>chaotic</small></sup> {{ic|powerline powerline-fonts zsh zsh-completions zsh-syntax-highlighting}} || {{ic|zsh <nowiki>$(apk search zsh-completion | sed 's/-[0-9.]*-r[0-9]*//g' | tr '\n' ' ')</nowiki> zsh-syntax-highlighting}}
|-
|}
|}


Line 91: Line 90:
! Chipset !! Generation !! Xorg !! VA-API !! VDPAU !! OpenCL !! Vulkan
! Chipset !! Generation !! Xorg !! VA-API !! VDPAU !! OpenCL !! Vulkan
|- style="background-color:#fee"
|- style="background-color:#fee"
| rowspan=4 | AMD || GCN 1 || rowspan=2 | {{ic|xf86-video-amdgpu}} ⩔ {{ic|xf86-video-ati}} || rowspan=4 | {{ic|libva-mesa-driver}} || rowspan=4 | {{ic|mesa-vdpau}} || Not Supported || rowspan=2 | {{ic|vulkan-radeon}}
| rowspan=4 | AMD || GCN 1 || rowspan=2 | {{pkg|xf86-video-amdgpu}} ⩔ {{pkg|xf86-video-ati}} || rowspan=4 | {{pkg|libva-mesa-driver}} || rowspan=4 | {{pkg|mesa-vdpau}} || Not Supported || rowspan=2 | {{pkg|vulkan-radeon}}
|- style="background-color:#fee"
|- style="background-color:#fee"
| GCN 2 || {{ic|rocm-opencl-runtime}}<sup><small>AUR x86_64 only</small></sup><br />
| GCN 2 || {{pkg|rocm-opencl-runtime|AUR x86_64 only}}
|- style="background-color:#fee"
|- style="background-color:#fee"
| GCN 3,4,5 || rowspan=2 | {{ic|xf86-video-amdgpu}} || rowspan=2 | {{ic|opencl-amd}} ⩔ {{ic|opencl-mesa}} || rowspan=2 | {{ic|vulkan-radeon}} ⩔ {{ic|amdvlk}} ⩔ {{ic|vulkan-amdgpu-pro}}
| GCN 3,4,5 || rowspan=2 | {{pkg|xf86-video-amdgpu}} || rowspan=2 | {{pkg|opencl-amd}} ⩔ {{pkg|opencl-mesa}} || rowspan=2 | {{pkg|vulkan-radeon}} ⩔ {{pkg|amdvlk}} ⩔ {{pkg|vulkan-amdgpu-pro}}
|- style="background-color:#fee"
|- style="background-color:#fee"
| RDNA 1,2
| RDNA 1,2
|- style="background-color:#eef"
|- style="background-color:#eef"
| rowspan=5 | Intel || Gen 4 GMA ≥4500<br />Gen 5 Westmere<br /><span style="white-space:nowrap">Gen 6 Sandy Bridge</span> || rowspan=5 | {{ic|xf86-video-intel}} || rowspan=2 | {{ic|libva-intel-driver}} || rowspan=5 | {{ic|libvdpau-va-gl}} || colspan=2 | Not Supported
| rowspan=5 | Intel || Gen 4 GMA ≥4500<br />Gen 5 Westmere<br /><span style="white-space:nowrap">Gen 6 Sandy Bridge</span> || rowspan=5 | {{pkg|xf86-video-intel}} || rowspan=2 | {{pkg|libva-intel-driver}} || rowspan=5 | {{pkg|libvdpau-va-gl}} || colspan=2 | Not Supported
|- style="background-color:#eef"
|- style="background-color:#eef"
| Gen 7 Ivy Bridge<br />Gen 7 Haswell || {{ic|intel-opencl}} || rowspan=4 | {{ic|vulkan-intel}}
| Gen 7 Ivy Bridge<br />Gen 7 Haswell || {{pkg|intel-opencl}} || rowspan=4 | {{pkg|vulkan-intel}}
|- style="background-color:#eef"
|- style="background-color:#eef"
| Gen 8 Broadwell<br />Gen 8 Braswell || rowspan=2 | {{ic|intel-media-driver}} {{ic|intel-hybrid-codec-driver}}<sup><small>AUR</small></sup> || rowspan=3 | {{ic|intel-compute-runtime}}  
| Gen 8 Broadwell<br />Gen 8 Braswell || rowspan=2 | {{pkg|intel-media-driver}} {{pkg|intel-hybrid-codec-driver|AUR}} || rowspan=3 | {{pkg|intel-compute-runtime}}  
|- style="background-color:#eef"
|- style="background-color:#eef"
| Gen 9 Skylake
| Gen 9 Skylake
|- style="background-color:#eef"
|- style="background-color:#eef"
| <span style="white-space:nowrap">Gen 9 Apollo Lake</span><br />and later || {{ic|intel-media-driver}}
| <span style="white-space:nowrap">Gen 9 Apollo Lake</span><br />and later || {{pkg|intel-media-driver}}
|- style="background-color:#efe"
|- style="background-color:#efe"
| rowspan=4 | NVIDIA || [https://nouveau.freedesktop.org/CodeNames.html#NV50 Tesla] || {{ic|nvidia-340xx-dkms}}<sup><small>AUR</small></sup> ⩔ {{ic|nouveau}} || rowspan=3 | {{ic|libva-vdpau-driver}} ⩔ ({{ic|libva-mesa-driver}} {{ic|nouveau-fw}}<sup><small>AUR</sup></small>) || rowspan=3 | {{ic|nvidia-utils}} ⩔ ({{ic|mesa-vdpau}} {{ic|nouveau-fw}}<sup><small>AUR</sup></small> || rowspan=4 | {{ic|nvidia-utils}}  {{note|FOSS driver doesn't support OpenCL.}} || rowspan=2 | Not Supported
| rowspan=4 | NVIDIA || [https://nouveau.freedesktop.org/CodeNames.html#NV50 Tesla] || {{pkg|nvidia-340xx-dkms|AUR}} ⩔ {{pkg|nouveau}} || rowspan=3 | {{pkg|libva-vdpau-driver}} ⩔ ({{pkg|libva-mesa-driver}} {{pkg|nouveau-fw|AUR}}) || rowspan=3 | {{pkg|nvidia-utils}} ⩔ ({{pkg|mesa-vdpau}} {{pkg|nouveau-fw|AUR}} || rowspan=4 | {{pkg|nvidia-utils}}  {{note|FOSS driver doesn't support OpenCL.}} || rowspan=2 | Not Supported
|- style="background-color:#efe"
|- style="background-color:#efe"
| [https://nouveau.freedesktop.org/CodeNames.html#NVC0 Fermi] || {{ic|nvidia-390xx-dkms}}<sup><small>AUR</small></sup> ⩔ {{ic|nouveau}}
| [https://nouveau.freedesktop.org/CodeNames.html#NVC0 Fermi] || {{pkg|nvidia-390xx-dkms|AUR}} ⩔ {{pkg|nouveau}})
|- style="background-color:#efe"
|- style="background-color:#efe"
| [https://nouveau.freedesktop.org/CodeNames.html#NVE0 Kepler] || rowspan=2 | ({{ic|nvidia}} ⩔ {{ic|nvidia-lts}} ⩔ {{ic|nvidia-dkms}}) ⩔ {{ic|nouveau}} || rowspan=2 | {{ic|nvidia-utils}} {{note|FOSS driver doesn't support Vulkan.}}
| [https://nouveau.freedesktop.org/CodeNames.html#NVE0 Kepler] || rowspan=2 | ({{pkg|nvidia}} ⩔ {{pkg|nvidia-lts}} ⩔ {{pkg|nvidia-dkms}}) ⩔ {{pkg|nouveau}} || rowspan=2 | {{pkg|nvidia-utils}} {{note|FOSS driver doesn't support Vulkan.}}
|- style="background-color:#efe"
|- style="background-color:#efe"
| [https://nouveau.freedesktop.org/CodeNames.html#NV130 Maxwell]<br />and later || Not Supported || {{ic|nvidia-utils}}
| [https://nouveau.freedesktop.org/CodeNames.html#NV130 Maxwell]<br />and later || Not Supported || {{ic|nvidia-utils}}
|}
|}

Revision as of 09:48, 1 August 2021

Note: ⩔ is a "logical or" character.

Extended Base

Description Arch Linux Alpine Linux Debian Void
Boot Loaders grubrefindsyslinuxsystemd-boot
Note: systemd provides systemd-boot
grub2refindsyslinux
Boot Tools mkinitcpio (memtest86+ ⩔ (memtest86-efiAUR efibootmgr fwupd uefi-shell-gitAUR)) efibootmgr
CPU Microcode amd-ucodeintel-ucode
Editing nano nano-syntax-highlighting vim nano vim
Filesystems (Linux Native) btrfs-progs f2fs-tools jfsutils mdadm nilfs-utils reiserfsprogs xfsprogs btrfs-progs f2fs-tools jfsutils mdadm xfsprogs
Filesystems (Network/Other) dosfstools exfat-utils mtools nfs-utils ntfs-3g smbclient udftools dosfstools mtools nfs-utils ntfs-3g samba-client udftools
Hardware Reporting dmidecode hddtemp hdparm hwdetect lshw sysbench dmidecode hdparm lsblk lshw
Hardware Support acpid cpupower dmraid lm_sensors smartmontools usbutils acpi dmraid lsblk smartmontools usbutils
Kernel (linuxlinux-hardenedlinux-ltslinux-zen) linux-firmware
Man Pages man-db
Network Manager connmandhcpcdnetctlnetworkmanagersystemd-networkd
Note: systemd provides systemd-networkd
connmandhcpcdnetworkmanager
Non-Free Kernel Modules {aic94xx,wd719x}-firmwarechaotic upd72020x-fwchaotic
Optional Repositories chaotic-{keyring,mirrorlist}chaotic
Package System Helpers lostfiles pacman-contrib pacutils pkgfile reflector yaychaotic
Secure Boot efitools (preloader ⩔ preloader-signedAUR) sbsigntools sbsigntool
System cronie haveged lsb-release plocate ntp openssh polkit sudo haveged haveged-openrc plocate openntpd openssh polkit-elogind sudo

Extra

Description Arch Linux Alpine Linux Debian Void
Compression cpio lha lrzip lzip lzop p7zip {un,}arj unrar {un,}zip wimlib zstd lzo p7zip unrar unzip unarj zip zstd
Diagnosis atop glances htop iftop iotop lsof strace stress atop glances htop iftop iotop lsof strace
Extra arch-install-scripts jq (tmuxscreen) arch-install-scripts jq ( tmuxscreen )
Disk Management gpart gptfdisk parted gpart gptfdisk parted
File Management git ncdu perl-rename ranger rsync tree git ncdu ranger rsync tree
GStreamer gstreamer{-vaapi,} gst-{libav,plugin-pipewire} gst-plugins-{bad,base,good,ugly}
GVFS gvfs-{afc,goa,gphoto2,google,mtp,nfs,smb}
Hardware Video Acceleration libva-utils vdpauinfo
Language Tools hunspell{,-en_us} hyphen{,-en} libmythes mythes-en
Network Diagnostics iptraf-ng nload nmap nmon traceroute iptraf-ng nload nmap
Network Tools bind ethtool fail2ban inetutils iwd net-tools wget whois wol bind ethtool fail2ban iptraf-ng iwd net-tools nload nmap wget whois
OpenCL clinfo ocl-id pocl spirv-tools
Script Debugging checkbashisms shellcheck checkbashisms
Shell Support dialog lsb-release neofetch dialog neofetch kbd
Thumbnailers (ffmpegthumbs ⩔ (ffmpegthumbnailer tumbler)) exe-thumbnailerchaotic
TPM 2.0 tpm2-{abrmd,tools}
Vulkan vulkan-{mesa-layers,tools}
Xorg xdg-{utils,user-dirs} xorg-{server,xauth,xdpyinfo,xhost,xinit,xrandr,xwininfo} elogind eudev xorg-{server,xdpyinfo,xrandr} xf86-input-libinput
Xorg Video xf86-video-{amdgpu,ati,intel,nouveau,openchrome,vesa} xf86-video-{amdgpu,ati,intel,modesettings,nouveau,openchrome,vesa}
ZSH bullet-train-oh-my-zsh-theme-gitAUR oh-my-zsh-gitchaotic powerline powerline-fonts zsh zsh-completions zsh-syntax-highlighting zsh $(apk search zsh-completion | sed 's/-[0-9.]*-r[0-9]*//g' | tr '\n' ' ') zsh-syntax-highlighting

GPU Support

Chipset Generation Xorg VA-API VDPAU OpenCL Vulkan
AMD GCN 1 xf86-video-amdgpuxf86-video-ati libva-mesa-driver mesa-vdpau Not Supported vulkan-radeon
GCN 2 rocm-opencl-runtimeAUR x86_64 only
GCN 3,4,5 xf86-video-amdgpu opencl-amdopencl-mesa vulkan-radeonamdvlkvulkan-amdgpu-pro
RDNA 1,2
Intel Gen 4 GMA ≥4500
Gen 5 Westmere
Gen 6 Sandy Bridge
xf86-video-intel libva-intel-driver libvdpau-va-gl Not Supported
Gen 7 Ivy Bridge
Gen 7 Haswell
intel-opencl vulkan-intel
Gen 8 Broadwell
Gen 8 Braswell
intel-media-driver intel-hybrid-codec-driverAUR intel-compute-runtime
Gen 9 Skylake
Gen 9 Apollo Lake
and later
intel-media-driver
NVIDIA Tesla nvidia-340xx-dkmsAURnouveau libva-vdpau-driver ⩔ (libva-mesa-driver nouveau-fwAUR) nvidia-utils ⩔ (mesa-vdpau nouveau-fwAUR nvidia-utils
Note: FOSS driver doesn't support OpenCL.
Not Supported
Fermi nvidia-390xx-dkmsAURnouveau)
Kepler (nvidianvidia-ltsnvidia-dkms) ⩔ nouveau nvidia-utils
Note: FOSS driver doesn't support Vulkan.
Maxwell
and later
Not Supported nvidia-utils