↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

Adventures With Linux ™
  • Home
  • About the Author…
  • Copyright and Trademarks..

Tag Archives: nv-drm.c

Kernel 3.18-rc1 – NVIDIA Fix..

Adventures With Linux ™ Posted on October 21, 2014 by RGOctober 21, 2014

Thanks to juston_li, there is a one-line fix to enable the latest NVIDIA drivers to compile with Kernel 3.18-rc1 See: https://devtalk.nvidia.com/default/topic/783364/linux/343-22-driver-incompatible-with-linux-3-18-/ The fix there is for Beta version 343.22, but I applied it to main version 340.46, as follows: In NVIDIA-Linux-x86_64-340.46/kernel/nv-drm.c , at line 19, change #if defined(NV_DRM_AVAILABLE) #include <drm/drmP.h> to #if defined(NV_DRM_AVAILABLE) #include <drm/drmP.h> #include <drm/drm_gem.h> … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, Linux, NVIDIA, Opinion, Performance, success | Tagged 340.46, drm_gem.h, kernel 3.18-rc1, nv-drm.c, nvidia fix, one line | Leave a reply
Original content © Robert Gadsdon 2013
↑
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OK