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

How to Install GeForce GTX 1050 Ti Driver on Linux Mint 18.x 64-bit Easy Guide

May 15, 2017 | By the+gnu+linux+evangelist.

Installing

  1. 2. Setting Up Repo

    How to Add NVIDIA Graphics and GPU Drivers Linux Mint PPA Repo

    Adding NVIDIA PPA
    Mint 18 NVIDIA PPA Setup
    Follow Ubuntu 16.04 Xenial Setup.
  2. 3. Installing

    Then Check for the Available NVIDIA Driver.

    sudo apt search nvidia-driver*

    Take Note of the Latest Driver Release EG: 430!
    But before Setting it up it’s recommended you Verify what is the Drivers Range to Support your Card on: NVIDIA Driver support Website!
    Finally, to Install the Driver, for Instance do:

    sudo apt install nvidia-driver-430 nvidia-settings

Contents