I wish to modify a laptop monitor driver to add more brightness levels and calibrate the levels to be linear. How should i go about doing this?
|
feedback
|
|
This is core system driver in Windows 7 and will likely not be easy or possible to modify. If you do attempt to undertake this task, you should be familiar with C and probably Assembly as well. This is a good place to start reading about the Windows 7 WDDM Driver in relation to brightness levels. | |||||||||
feedback
|
|
you cannot simply modify it.. Unless you have a working open source driver for your card (which I doubt), in that case read the code and learn how to program at the driver level. If you are very brave and talented, you can write the driver from scratch. In that case, I suggest reading code from the linux drivers and try porting it to Windows. | |||||||||
feedback
|