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

Latest Nvidia Driver Installation in Solus Linux

November 1, 2023 | By the+gnu+linux+evangelist.

Setting Up NVIDIA Generic Driver

  1. 2. Downloading NVIDIA Driver

    Download NVIDIA Driver for Solus GNU/Linux
    On the NVIDIA Support Website like in the former Step.

  2. 3. Killing X Server

    Then to Stop X Server & Go to Runlevel 3
    With:

    Ctrl+Alt+F1 to get to the tty where the X server is running from and then Ctrl+C.
    Or else try:

    su -c "/etc/init.d/xdm stop"
  3. 4. Accessing Target

    Access the Target location
    Try:

    cd ~/Downloads

    To Verify that it’s there List the contents with:

    ls . | grep NVIDIA

    The grep Command refine the output List showing only the Entries matching the Keyword.
    But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.

  4. 5. Installing Latest NVIDIA Driver

    Now to Install NVIDIA Generic Solus Driver
    First, give Execution Permission:

    su -c "chmod +x ./NVIDIA-Linux*.run"

    Then Execute the Installer with:

    su -c ./NVIDIA-Linux*.run

    If some Issues then See the Readme file on Bottom…
    Possibly to Edit the X Configuration file Post-installation Run:

    nvidia-xconfig

    Last, to Load your barely New Graphics Driver Reboot with:

    su -c reboot

–>

Contents


Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,