$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

GeForce RTX 3060/3060Ti Driver Installation on Arch Linux – Step by step

October 31, 2023 | By the+gnu+linux+evangelist.

How to Install

  1. 2. Installing RTX 3060/3060Ti Driver

    Then to Install RTX 3060/3060Ti Driver on Arch
    Simply run:

    sudo pacman -Syu nvidia nvidia-settings nvidia-utils

    But for Ach Linux LTS Kernel instead:

    sudo pacman -Syu nvidia-lts nvidia-settings nvidia-utils

    Or with the DKMS Auto updating variant:

    sudo pacman -Syu nvidia-dkms nvidia-settings nvidia-utils

    For further Insight see the Official Documentation.
    Last, to Reboot:

    sudo reboot

Contents