Advertisement
Guest User

Untitled

a guest
Apr 6th, 2014
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1.  
  2. root@OpenWrt:~# lcd4linux -Fvv
  3. LCD4Linux 0.11.0-SVN-1158 starting
  4. cfg.c: Warning: key <Variables.tick>: value <500> overwritten with <500>
  5. Dump of /etc/lcd4linux.conf:
  6. Display 'LCD2USB'
  7. Display:LCD2USB.Brightness 255
  8. Display:LCD2USB.Bus '001'
  9. Display:LCD2USB.Contrast 200
  10. Display:LCD2USB.Device '006'
  11. Display:LCD2USB.Driver 'LCD2USB'
  12. Display:LCD2USB.Icons 1
  13. Display:LCD2USB.Size '20x4'
  14. Layout 'Default'
  15. Layout:Default.Row1.Col1 'OS'
  16. Layout:Default.Row1.Col8 'Uptime'
  17. Layout:Default.Row2.Col1 'Load'
  18. Variables.minute 60000
  19. Variables.tack 100
  20. Variables.tick 500
  21. Widget:Load.align 'R'
  22. Widget:Load.class 'Text'
  23. Widget:Load.expression loadavg(1)
  24. Widget:Load.postfix loadavg(1) > 1.0 ? '!' : ' '
  25. Widget:Load.precision 1
  26. Widget:Load.prefix 'L'
  27. Widget:Load.update 300
  28. Widget:Load.width 6
  29. Widget:OS.align 'R'
  30. Widget:OS.class 'Text'
  31. Widget:OS.expression uname('nodename')
  32. Widget:OS.update 5000
  33. Widget:OS.width 7
  34. Widget:Uptime.align 'R'
  35. Widget:Uptime.class 'Text'
  36. Widget:Uptime.expression uptime('%dd%H:%M')
  37. Widget:Uptime.update 1000
  38. Widget:Uptime.width 9
  39.  
  40. plugin_cfg.c: Variable minute = '60000' (60000)
  41. plugin_cfg.c: Variable tack = '100' (100)
  42. plugin_cfg.c: Variable tick = '500' (500)
  43. lcd4linux.c: initializing driver LCD2USB
  44. drv_init(LCD2USB) failed: no such driver
  45. Error initializing driver LCD2USB: Exit!
  46. root@OpenWrt:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement