Fedora 40/39 VMware Install Guide [VMware Workstation Pro 17.5.2]

This is guide, howto install VMware Workstation Pro (for personal use or with license key) on Fedora 40/39. VIDEO GUIDE, Howto Install VMware Workstation Pro 17.5.2 on Fedora 40: Support inttf: Buy Me a Coffee: Subscribe and follow: Follow @inttf 1. Install VMware Workstation Pro on Fedora 40/39 1.1 Download VMware Workstation Pro You need broadcom account then goto VMWare Workstation Pro Download Page and download latest version, currently 17.
Read more →

Fedora 40/39 VMware Install Guide [VMware Workstation Pro 17.5.2]

  1. Uninstall VMware Workstation Pro on Fedora 40/39 3.1 Change root user su - ## OR ## sudo -i 3.2 Check Installed Products root@fedora-box:~$ vmware-installer -l Product Name Product Version ==================== ==================== vmware-workstation 17.5.2.23775571 3.3 Uninstall VMware Workstation root@fedora-box:~$ vmware-installer -u vmware-workstation All configuration information is about to be removed. Do you wish to keep your configuration files? You can also input 'quit' or 'q' to cancel uninstallation. [yes]: no Uninstalling VMware Installer 3.
Read more →

Howto Build GCC 13.2 on Fedora 40 using GCC 14

This is guide howto build older GCC using newer one in Fedora. Currently GCC 13 on Fedora 40 using GCC 14. This is needed for running NVIDIA CUDA on Fedora 40. Check video version of guide, howto build GCC 13 on Fedora 40 using GCC 14: Support inttf: Buy Me a Coffee: Subscribe and follow: Follow @inttf Build and Install GCC 13 on Fedora 40 using GCC 14 I use here sudo command for root user commands, if you don’t have/use sudo, then just use your root account directly.
Read more →

Howto Install Kernel 6.2.10 on Fedora 38/37/36

This is quick guide howto install Kernel 6.2.10 on Fedora 38/37/36. This kernel build will work with NVIDIA 530.41.03 / 525.116.03 / 515.105.01 / 470.182.03 / 390.157 / 340.108 (patched) drivers. Check video version of guide: https://youtu.be/unz-Qx6T40M

  1. Install Kernel 6.2.10 on Fedora 38/37/36 1.1 Change root user su - ## OR ## sudo -i 1.2 Enable inttf and/or inttf-testing dnf/yum repo Use here inttf.repo for kernel 6.2. You can have both and use disable/enable repo parameter to switch between repos.
Read more →

inttf-kernel - Clear Linux kernel for Fedora 36 users

This is a project I’ve been working on lately. Build Clear Linux kernel for Fedora users. All Clear Linux patches and almost full kernel config are working currently. Only minor changes to get modprobe, hostname, fbdev, etc. working on Fedora. This is currently still at testing stage and not recommend on any production environment(s). Also remember backup all important data! I have run several tests mainly using Phoronix Test Suite to see if there is any speed difference between original Fedora kernel and Clear Linux kernel on Fedora.
Read more →

NVIDIA 560.28.03 / 555.58.02 / 550.100 / 535.183.01 / 470.256.02 + Xwayland / Wayland on openSUSE Leap 15.5 / 15.4 / Tumbleweed and Gnome 46/45/44

  1. Enable Xwayland with NVIDIA 560.28.03 / 555.58.02 / 550.100 / 535.183.01 / 470.256.02 proprietary drivers on openSUSE Leap 15.5 / 15.4 / Tumbleweed and Gnome 46/45/44/43 desktop This is guide, howto enable NVIDIA accelerated 3D rendering and Xwayland (Wayland) on on openSUSE Leap 15.4 / Tumbleweed with NVIDIA 560.28.03 / 555.58.02 / 550.100 / 535.183.01 / 470.256.02 proprietary drivers on GNOME 46/45/44. Tested with latest NVIDIA drivers, I assume here that you have installed NVIDIA drivers using this guide.
Read more →

openSUSE 15.5 / 15.4 / Tumbleweed NVIDIA Drivers Install Guide [560.28.03 / 555.58.02 / 550.100 / 535.183.01 / 470.256.02 / 390.157 / 340.108]

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/40 series cards. GeForce RTX 40 series cards works with 560.xx, 555.xx, 550.xx, 535.xx NVIDIA drivers, (RTX 4090, RTX 4080, RTX 4070 Ti, RTX 4070, RTX 4060 Ti, RTX 4060) GeForce RTX 30 series cards works with 560.xx, 555.xx, 550.xx, 535.xx NVIDIA drivers, (RTX 3090, RTX 3080 and RTX 3070, RTX 3060, RTX 3060 Ti) GeForce RTX 20 series cards works with 560.
Read more →

openSUSE 15.5/15.4/15.3/Tumbleweed NVIDIA Restore Plymouth (BIOS/UEFI Users)

  1. 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:
Read more →

openSUSE 15.5/15.4/15.3/Tumbleweed Uninstall NVIDIA drivers and Enable Nouveau

  1. 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.
Read more →

CentOS Stream 9/8, Red Hat (RHEL) 9.0/8.5, Rocky Linux 8.5 NVIDIA Restore Plymouth (BIOS/UEFI Users)

  1. Restore/Change/Update Plymouth After NVIDIA Drivers Installation (BIOS/UEFI Users) Please let me know if it works or if you have some problems. Check video version of guide: Support inttf: Buy Me a Coffee: Subscribe and follow: Follow @inttf 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:
Read more →

CentOS Stream 9/8, Red Hat (RHEL) 9.0/8.5, Rocky Linux 8.5 Uninstall NVIDIA drivers and Enable Nouveau

  1. CentOS Stream 9/8, Red Hat (RHEL) 9.0/8.5, Rocky Linux 8.5 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.
Read more →

Install NVIDIA Drivers [560.28.03 / 555.58.02 / 550.100 / 535.183.01 / 470.256.02 / 390.157 / 340.108] on CentOS Stream 9/8, RHEL 9/8, Rocky Linux 8.5

This is guide, howto install NVIDIA proprietary drivers (manually using .run files) on CentOS Stream 9/8, Red Hat (RHEL) 9.0/8.5, Rocky Linux 8.5 and disable Nouveau driver. This guide works with GeForce 8/9/200/300/400/500/600/700/800/900/10/20/30/40 series cards. GeForce RTX 40 series cards works with 560.xx, 555.xx, 550.xx, 535.xx NVIDIA drivers, (RTX 4090, RTX 4080, RTX 4070 Ti, RTX 4070, RTX 4060 Ti, RTX 4060) GeForce RTX 30 series cards works with 560.
Read more →

Install NVIDIA CUDA Toolkit 12.1 on Ubuntu 21.10 / Debian 11 / Linux Mint 20.3

This is guide, howto install NVIDIA CUDA Toolkit 12.1 on Ubuntu 21.10, 21.04, 20.04.3 LTS, 18.04.6 LTS / Debian 11, 10, Sid / Linux Mint 20.3, 20.2, 20.1. I assume here that you have installed NVIDIA drivers successfully using my earlier Install NVIDIA 495.xx Drivers on Debian / Ubuntu / Linux Mint Guide. You will need NVIDIA 495.xx drivers. As always remember backup important files before doing anything! Check video version of guide, Howto Install NVIDIA CUDA Toolkit 12.
Read more →

Uninstall NVIDIA CUDA Toolkit 12.1 on Ubuntu 21.10 / Debian 11 / Linux Mint 20.3

  1. Uninstall NVIDIA CUDA Toolkit 12.1 on Ubuntu 21.10 / Debian 11 / Linux Mint 20.3 2.1 Change root user su - ## OR ## sudo -i 2.2 Run NVIDIA CUDA Uninstall Script /usr/local/cuda/bin/cuda-uninstaller 2.3 Remove /etc/profile.d/cuda.sh rm /etc/profile.d/cuda.sh Then logout/login get NVIDIA CUDA away from PATH and LD_LIBRARY_PATH.
Read more →

CentOS Stream 9 Full Install Guide [Netinstall] / GNOME 40 Tour

This is full guide, howto install CentOS Stream 9 using minimal boot iso image. I install CentOS Stream 9 Workstation, but also CentOS Stream 9 Server installation is possible using exactly same method. I also use network installation (netinstall), but you can also download and use full CentOS Stream 9 DVD iso image. Support inttf: Buy Me a Coffee: Subscribe and follow: Follow @inttf
Read more →
Subscribe and follow: