1
Hardware and Performance / [SOLVED] Re: LCDproc Help needed on Sophos XG210 REV 3
« on: October 29, 2024, 07:05:59 pm »
I have an XG210 rev3 that I recently put OPNsense on and worked through the LCD configuration.
There is useful documentation on the lcdproc project at http://lcdproc.omnipotent.net and https://github.com/lcdproc/lcdproc/releases as well as looking in the OPNsense https://github.com/opnsense/plugins/tree/master/sysutils/lcdproc-sdeclcd and FreeBSD https://cgit.freebsd.org/ports/tree/sysutils/lcdproc git sources.
Here is my /usr/local/etc/LCDd-sdeclcd.conf file.
-Eric
There is useful documentation on the lcdproc project at http://lcdproc.omnipotent.net and https://github.com/lcdproc/lcdproc/releases as well as looking in the OPNsense https://github.com/opnsense/plugins/tree/master/sysutils/lcdproc-sdeclcd and FreeBSD https://cgit.freebsd.org/ports/tree/sysutils/lcdproc git sources.
Here is my /usr/local/etc/LCDd-sdeclcd.conf file.
Code: [Select]
[server]
DriverPath=/usr/local/lib/lcdproc/
Driver=hd44780
Bind=127.0.0.1
Port=13666
ReportToSyslog=yes
User=nobody
Foreground=no
Hello=" Welcome to"
Hello=" OPNsense!"
GoodBye="Thanks for using"
GoodBye=" OPNsense!"
WaitTime=5
AutoRotate=no
ServerScreen=no
Backlight=on
TitleSpeed=5
ToggleRotateKey=Escape
PrevScreenKey=Up
NextScreenKey=Down
[hd44780]
ConnectionType=ezio
Device=/dev/cuau1
Keypad=yes
Size=16x2
KeyMatrix_4_1=Down
KeyMatrix_4_2=Escape
KeyMatrix_4_3=Up
KeyMatrix_4_4=Enter
-Eric