View Single Post
Old 03-15-2016, 11:49 AM   #2
mlukaszek
Senior Member
 
mlukaszek's Avatar
 
Join Date: Feb 2010
Posts: 386
Default Controlling the log level for evdi

Hi,

See the output of
Code:
modinfo evdi
- there is a parameter you can use for controlling the verbosity.

You can create a file in /etc/modprobe.d - call it evdi.conf for example, and put the following contents in it:
Code:
options evdi initial_loglevel=3
You can choose the loglevel from the numbers defined in https://github.com/DisplayLink/evdi/...e/evdi_debug.h

Hope this helps!
Cheers,
Michal
mlukaszek is offline   Reply With Quote