Hi,
We've got a xPud system running in kiosk mode which boots via pxe. Is there any way to turn off screen blanking or the stop the screen from switching off by passing an argument to the kernel?
This is how the pxe conf file looks;
Code:
default zabbix
prompt 0
timeout 100
LABEL zabbix
kernel xpud/boot/xpud
append initrd=xpud/opt/media noisapnp lang=en kmap=en url=http://172.6.0.1/zabbix/tr_status.php?fullscreen=1 screen=1440x900 consoleblank=0
BTW, consoleblank=0 did nothing