View Single Post
Old 02-20-2017, 04:02 PM   #20
pev
Junior Member
 
Join Date: Jan 2017
Posts: 11
Default

Changing the head of /usr/src/evdi-1.3.52/Makefile to the following fixes the dmks build :

ifneq ($(DKMS_BUILD),)

# DKMS

ifeq ($(KERNELRELEASE),)
KERNELRELEASE := $(shell uname -r)
endif



After that I can load up the module and the monitor starts working. Anecdotally it feels a lot less laggy than 1.1.65. However If I move the monitor arrangement from default I get the same old problem where it's not re-drawing the screen properly...
pev is offline   Reply With Quote