NVIDIA Driver 378.13 Released, Allow to View Configured PRIME Displays

The latest short-live Nvidia Linux driver branch has reached the 378.13 release. Features new GPUs support, xorg-server 1.19 support, ability to view configured PRIME displays in nvidia-settings, other features and various fixes.

NVIDIA 378.13 changelog:

  • Added support for the following GPU(s):
    • Quadro P3000
    • Quadro GP100
    • Quadro P4000
    • Quadro P2000
    • Quadro P1000
    • Quadro P600
    • Quadro P400
    • Quadro M1200
    • Quadro M2200
  • Disabled OpenGL threaded optimizations by default under Xinerama.
  • Added support for the ARB_parallel_shader_compile extension to allow multi-threaded compilation of GLSL shaders.
  • Updated the X driver to ignore any Virtual Reality Head Mounted Displays (HMDs). See the “AllowHMD” X configuration option in the README for details.
  • The driver will now advertise GLX FBConfigs with no depth bits on depth 30 X screens.
  • Added support in nvidia-settings to view configured PRIME displays. To enable PRIME displays, see “Offloading Graphics Display with RandR 1.4” in the README.
  • Added infrastructure which enables the NVIDIA EGL driver to load EGL external platform libraries that add client-side support for new window systems, beyond the existing libnvidia-egl-wayland.so.1. For more details, see:
    • – https://github.com/NVIDIA/eglexternalplatform
    • – https://github.com/NVIDIA/egl-wayland
  • Added support for the following Vulkan extensions:
    • VK_KHR_display
    • VK_KHR_display_swapchain
  • Enabled OpenGL threaded optimizations by default in the driver. Refer to the “Threaded Optimizations” section in the “Specifying OpenGL Environment Variable Settings” chapter of the README for details. These optimizations will self-disable when they are degrading performance. As a result, performance should be unchanged for many applications, and increased for those that benefit from threaded optimizations and were not already forcing them enabled.
  • Fixed a bug that prevented PRIME Sync from working on notebooks with GeForce GTX 4xx and 5xx series GPUs.
  • Fixed a bug that caused system hangs when resuming from suspend with some GPUs.
  • Fixed a regression that could cause corruption when hot-plugging displays.
  • Fixed a regression that prevented systems with multiple DisplayPort monitors from resuming correctly from suspend.
  • Added support for the screen_info.ext_lfb_base field, on kernels that have it, in order to properly handle UEFI framebuffer consoles with physical addresses above 4GB.
  • Added support for X.Org xserver ABI 23 (xorg-server 1.19)
  • Fixed a bug that allowed nvidia-installer to attempt loading kernel modules that were built against non-running kernels.

Download & Install NVIDIA 378.13:

The official .RUN installers for x86, x86_64, ARM, and other architectures are available for download at the link below:

NVIDIA Unix Driver Archive

The “Graphics Driver” Team is maintaining a PPA with proprietary GPU drivers (378.13 is not ready at the moment, CHECK HERE).

1. Add the PPA via following command in terminal (Ctrl+Alt+T):

sudo add-apt-repository ppa:graphics-drivers/ppa && sudo apt update

Nvidia Driver PPA

2. Then 378.13 driver WILL is available via Additional Drivers utility:

nvidia-378-drivers

In addition:

For some video cards, there may be a black screen issue after installing NVIDIA proprietary GPU drivers. Try either setting NOMODESET in grub option, or removing the proprietary driver via command:

sudo apt-get purge nvidia-current

You may need to boot into recovery mode -> root prompt, or press Ctrl+Alt+F1 on login screen to get into command console.

About ml

ml is a part time stay-at-home dad who've been using Ubuntu Desktop for a few years. He writes in the free time and wishes to share some useful tips with Ubuntu beginners and lovers.