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

How to Install Nvidia Driver in Debian Sid Unstable

December 11, 2018 | By the+gnu+linux+evangelist.

Installing Generic Driver

  1. 4. Killing X

    Then to Stop X Server & Go to Runlevel 3

    Here Booting Debian in Server Mode
    How to Boot Debian into Runlevel 3 Easy Guide
  2. 5. Accessing Target

    Access the Target location
    Try:

    Copy
    cd ~/Downloads

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

    Copy
    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.

  3. 6. Installing NVIDIA GeForce Latest

    Installing GeForce Latest Debian Driver
    First, give Execution Permission:

    Copy
    sudo chmod +x ./NVIDIA-Linux*.run

    Then Execute the Installer with:

    Copy
    sudo ./NVIDIA-Linux*.run

    If Got “User is Not in Sudoers file” then see: How to Enable sudo
    If some Issues then See the Readme file on Bottom…
    Possibly to Edit the X Configuration file Post-installation Run:

    Copy
    nvidia-xconfig

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

    Copy
    sudo reboot

Contents