Hello,
I would like to recompile the Intel driver and install the compiled result to see if it changes anything.
I changed only 1 line in the source code: "dither = 0". So I hope this is all that has to be done to disable dithering under any circumstances.
I am NOT a programmer. I have a very basic understanding of the C language, and this is pretty much all I could change.
However, I am not sure how to compile this correctly so that my changes are included. Maybe you can help me.
I changed the file /usr/src/sys/dev/drm2/i915/intel_display.c.
Is all that I have to do now go to /usr/ports/x11-drivers/xf86-video-intel/ and type
or would I somehow have to point to the local source folder?
I must admit I am not even sure if the code I changed actually refers to i915.
I would like to recompile the Intel driver and install the compiled result to see if it changes anything.
I changed only 1 line in the source code: "dither = 0". So I hope this is all that has to be done to disable dithering under any circumstances.
I am NOT a programmer. I have a very basic understanding of the C language, and this is pretty much all I could change.
However, I am not sure how to compile this correctly so that my changes are included. Maybe you can help me.
I changed the file /usr/src/sys/dev/drm2/i915/intel_display.c.
Is all that I have to do now go to /usr/ports/x11-drivers/xf86-video-intel/ and type
Code:
clean
make install clean
I must admit I am not even sure if the code I changed actually refers to i915.