Add support for Logitech MX5000, MX5500, G15, G15 V2 and G510 keyboards Add LCDd-hwdetect script automatically generating LCDd.conf for USB gaming keyboards with LCD panels and LCD2USB devices Add udev-rules to call LCDd-hwdetect when there is no existing LCDd.conf and to make LCDd and lcdproc hw-activated when using supported USB devices
30 lines
725 B
Diff
30 lines
725 B
Diff
diff -up lcdproc-0.5.7/clients/lcdproc/lcdproc.conf~ lcdproc-0.5.7/clients/lcdproc/lcdproc.conf
|
|
--- lcdproc-0.5.7/clients/lcdproc/lcdproc.conf~ 2014-03-23 11:22:07.000000000 +0100
|
|
+++ lcdproc-0.5.7/clients/lcdproc/lcdproc.conf 2019-06-02 12:44:40.366733461 +0200
|
|
@@ -39,7 +39,7 @@ ShowInvisible=false
|
|
|
|
[Iface]
|
|
# Show screen
|
|
-Active=True
|
|
+Active=false
|
|
|
|
# Show stats for Interface0
|
|
Interface0=eth0
|
|
@@ -79,7 +79,7 @@ HighLoad=1.3
|
|
|
|
[TimeDate]
|
|
# Show screen
|
|
-Active=True
|
|
+Active=false
|
|
# time format [default: %H:%M:%S; legal: see strftime(3)]
|
|
TimeFormat="%H:%M:%S"
|
|
# date format [default: %x; legal: see strftime(3)]
|
|
@@ -130,7 +130,7 @@ Active=false
|
|
|
|
[ProcSize]
|
|
# Show screen
|
|
-Active=false
|
|
+Active=True
|
|
|
|
|
|
[Disk]
|