Configuration

Main TUXLCD Configuration

Example tuxlcd.conf config file:

[Main_TuxLCD]
Driver=LK202
Screens=/etc/tuxlcd/screens.conf
Events=/etc/tuxlcd/events.conf
DriverDir=/usr/local/share/tuxlcd/drivers/
PluginDir=/usr/local/share/tuxlcd/plugins/
CustomCharDir=/usr/local/share/tuxlcd/customchars/

[Driver_LK202]
port=/dev/ttyS0
baud=19200

 

Screen Configuration

Example tuxlcd.conf config file:

[Display_0]
Name=Date and Time
Duration=5
Enabled=1
CustomChars=
Lines_0_Text=      [$SysInfo.TIME]
Lines_1_Text=  [$SysInfo.DATE]

[Display_1]
Name=System Info
Duration=5
Enabled=1
CustomChars=icon_computer
Lines_0_Text=[$CC0][$CC1][$CC5]    [$SysInfo.NODENAME]
Lines_1_Text=[$CC2][$CC3][$CC4] [$SysInfo.RELEASE]

[Display_2]
Name=Network Total
Duration=5
Enabled=1
CustomChars=icon_netflow
Lines_0_Text=[$CC0][$CC1][$CC2][$CC3] Total up:[$SysInfo.NET_DATA_OUT_eth0]Mb
Lines_1_Text=[$CC4][$CC5][$CC6][$CC7] Total dn:[$SysInfo.NET_DATA_IN_eth0]Mb

[Display_3]
Name=Network Speed
Duration=5
Enabled=1
CustomChars=icon_netflow
Lines_0_Text=[$CC0][$CC1][$CC2][$CC3] Crnt up:[$SysInfo.NET_SPEED_OUT_eth0]kb/s
Lines_1_Text=[$CC4][$CC5][$CC6][$CC7] Crnt dn:[$SysInfo.NET_SPEED_IN_eth0]kb/s

[Display_4]
Name=Temps
Duration=10
Enabled=1
CustomChars=icon_temps
Lines_0_Text=[$CC4][$CC5] CPU SYS GFX HDD
Lines_1_Text=[$CC6][$CC7] [$Sensors.SENSOR_temp2][$CC0] [$Sensors.SENSOR_temp1][$CC0] [$Sensors.NVIDIATEMP][$CC0] [$Sensors.HDDTEMP_/dev/sda][$CC0]

 

Event Configuration

Example tuxlcd.conf config file: