From: Tanuva <ta...@go...> - 2007-04-17 19:29:55
|
Hello! I was just playing around with lcd4linux - built my configuration file and tried to run lcd4l, but I'm getting the following error message: marcel@marbuntu:~$ lcd4linux -f lcd4tanu.conf -Fvv Version 0.10.1-CVS starting plugin_cfg.c: Variable second = '1000' (1000) plugin_cfg.c: Variable tack = '100' (100) plugin_cfg.c: Variable tick = '500' (500) [KVV] Using station 89 [KVV] Using default port 80 [KVV] Using default refresh interval of 60 seconds [KVV] Default abbreviation setting: off missing 'Display' entry in lcd4tanu.conf! Like you can see below, there _is_ a 'Display' entry in my config file, so can you tell me what lcd4l expects me to add in the config? Marcel 'Tanuva' B. using Kubuntu 6.10 x86 with lcd4linux 0.10.1-CVS Here's my config, changed one I found somewhere to fit my display: Display SerdispTanu { Driver 'serdisplib' Port '/dev/parport0' Model 'HP12542R' Contrast 5 } Variables { tick 500 tack 100 # minute 60000 second 1000 } Widget CPU { class 'Text' expression uname('machine') prefix 'CPU ' width 9 align 'L' update second } Layout Default { Row1 { Col1 'CPU' } } |