NVIDIA R364.12 for Linux with Vulkan and Wayland Support


NVIDIA linux driver

NVIDIA has released a set of graphics drivers for Linux, Solaris and FreeBSD with the support of the brand new Vulkan API.

R364.12 adds the support of Wayland windowing system. Wayland homepage can be found HERE.


Vulkan API logo

You can download R364.12 BETA graphics driver from these links:

Release highlights:

  • Added support for the following GPUs:
    • GeForce 920MX
    • GeForce 930MX

  • Changed the default OpenGL installation type to use the GLVND GLX client libraries rather than the legacy non-GLVND libraries.
  • Added initial support for Direct Rendering Manager Kernel Modesetting (DRM KMS). See the DRM KMS section of the README for details.
  • Added a new kernel module, nvidia-drm.ko, which registers as a DRM driver with both PRIME and DRM KMS support.
  • Added support for the following EGL extensions:

    EGL_EXT_platform_wayland

    to enable Wayland applications to run on NVIDIA’s EGL implementation,

    EGL_WL_bind_wayland_display

    to enable Wayland compositors to run on NVIDIA’s EGL implementation, and

    EGL_EXT_device_drm
    EGL_EXT_output_drm
    EGL_EXT_stream_consumer_egloutput

    to enable Mir and Wayland compositors to display their content through EGLDevice, EGLOutput, and EGLstreams.

  • Added a Wayland platform library, libnvidia-egl-wayland.so, to allow Wayland compositors that support EGLDevice, EGLOutput, and EGLstreams to share EGL buffers with Wayland applications.
  • Fixed a bug that could cause incorrect frame rate reporting on Quadro Sync configurations with multiple GPUs.
  • Added support for the Vulkan API version 1.0.
  • Improved X colormap precision from 8 significant bits to 11 on GeForce GPUs. Quadro GPUs already used 11 bits of precision.
  • Added a new RandR property, CscMatrix, which specifies a 3×4 color-space conversion matrix. The matrix is applied after the X colormap and before the gamma ramp. This property is available on GF119 and newer GPUs.
  • Improved handling of the X gamma ramp on GF119 and newer GPUs. On these GPUs, the RandR gamma ramp is always 1024 entries and now applies to the cursor and VDPAU or workstation overlays in addition to the X root window.
  • Reworked how the NVIDIA driver registers with the Linux kernel’s DRM subsystem for PRIME support. As a result, PRIME support requires Linux kernel version 3.13 or newer (previously, PRIME support required Linux kernel version 3.10 or newer).
  • Improved the interactivity of applications that use a hardware cursor while G-SYNC is active.
  • Fixed a regression that caused GPU exceptions and incorrect rendering when using pbuffers with EGLDevice.
  • Fixed a bug that caused nvidia-settings to crash when pairing glasses with the 3D Vision Pro transmitter on some systems.
  • Fixed a regression that caused the HSync and VSync mode timing polarity flags to be inverted.

via | via

3 thoughts on “NVIDIA R364.12 for Linux with Vulkan and Wayland Support”

  1. Andrej

    there is no thing such API 1.0.5… they fixed it in 1.0.6 spec update its simply defined as VK_HEADER_VERSION istead of incrementing patch number and breaking compatibility with older drivers. Everybody should use VK_API_VERSION_1_0 (1, 0, 0) when creating new instance with latest vulkan headers to ensure compatibility with every driver…

    Change log for March 10, 2016 Vulkan 1.0.6 spec update:
    * Forced patch version to always be 0 in the header. Add a
    “VK_API_VERSION__” macro for people to use to do the
    right thing. Add a VK_HEADER_VERSION which captures the header
    release number independent of the spec patch number (internal issue
    176).

    https://github.com/KhronosGroup/Vulkan-Docs

Comments are closed.