This is quick guide howto install install Google Chrome browser on openSUSE Leap 15.5 / 15.4 / Tumbleweed. Best way to install and keep up-to-date with Google Chrome browser is use Google’s own RPM repository. All Google-Chrome-Stable, Google-Chrome-Beta and Google-Chrome-Unstable are available.
Check video version of guide: Subscribe and follow: Follow @inttf Install Google Chrome on openSUSE Leap 15.5 / 15.4 / Tumbleweed 1. Change to root user. sudo -i ## OR ## su - 2.
This is quick guide / tour howto install openSUSE Leap 15.5 on real PC. From USB Media creation to GNOME desktop. This is also multiboot guide, I use system where is already installed Windows 10 and Fedora 38.
Subscribe and follow: Follow @inttf
This is guide, howto install NVIDIA proprietary drivers (manually using .run files) on openSUSE Leap 15.5/15.4/15.3/Tumbleweed and disable Nouveau driver. This guide works with GeForce 8/9/200/300/400/500/600/700/800/900/10/20/30 series cards.
GeForce RTX 40 series cards works with 535.xx, 530.xx, 525.xx, 520.xx NVIDIA drivers, (RTX 4090) GeForce RTX 30 series cards works with 535.xx, 530.xx, 525.xx, 520.xx, 515.xx, 510.xx and 470.xx NVIDIA drivers, (RTX 3090, RTX 3080 and RTX 3070, RTX 3060, RTX 3060 Ti) GeForce RTX 20 series cards works with 535.
Restore/Change/Update Plymouth After NVIDIA Drivers Installation (BIOS/UEFI Users) Please let me know if it works or if you have some problems. This page is still untested. I will test and update this in the near future. So don’t hold your breath.
4.1 Create /etc/modprobe.d/nvidia.conf file Create /etc/modprobe.d/nvidia.conf with content “options nvidia_drm modeset=1”
echo "options nvidia_drm modeset=1" >> /etc/modprobe.d/nvidia.conf 4.2 Create /etc/dracut.conf.d/nvidia.conf file Create /etc/dracut.conf.d/nvidia.conf file with following content, note you need white spaces inside add_drivers and install_items:
openSUSE 15.5/15.4/15.3/Tumbleweed Uninstall NVIDIA drivers and Enable Nouveau I assume here that you have used this guide install part to install your NVIDIA drivers. This whole process is good to run on runlevel 3. When there is no X running. So first boot to runlevel 3 using direct parameter (3) on Grub linux/linuxefi line or using “systemctl set-default multi-user.target”.
5.1 Change root user su - ## OR ## sudo -i 5.
This is a BASH script, which download NVIDIA installer, extract it, patch it and make new patched installer package. This is very quickly tested alpha version so if you have any problems please let me know or if this works as it should you can also let me know. I use here currently ARCH Linux Patches + my own patches. Currently this works with NVIDIA 340.108 / 390.157 / 418.113 / 435.
Yum (Yellowdog Update Modified) is RPM Packet Management system for Fedora, CentOS, Red Hat, OpenSuse etc. Yum history (list, info, summary, repeat, redo, undo, new) commands is added on 3.2.25 version. So this works every Linux Distros, which uses yum 3.2.25 or newer. Yum history command is a really useful in situations where the need to example rollback latest yum activity or undelete some deletes or just see what is updated lately.