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

How to Install GeForce GTX 770 Ubuntu 16.04 Driver

January 27, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 3. Installing NVIDIA Driver

    Then to Install NVIDIA Driver for Ubuntu
    First, Search for potentials Newer Driver Release with:

    sudo apt search nvidia | grep driver

    Especially relevant: to check if your Card is supported then search in the NVIDIA Driver support Website.
    At this Time the Command to Install the Latest NVIDIA Driver is:

    sudo apt install nvidia-430 nvidia-settings

    Finally, to Restart System:

    sudo reboot

Contents