Haaarald wrote: 
> Pushing up again. I‘m searching for the same solution. As my multimedia
> is controlled via CEC over the TV, this is always running when playing
> music. Is it possible to get no video output? I have a OLED and these
> don‘t like static pixels. 
> 
> Thanks,
> Harald

Try changing the tty1 line in /etc/inittab from:


Code:
--------------------
    tty1::respawn:/sbin/getty -nl /sbin/autologin 38400 tty1
--------------------


to


Code:
--------------------
    tty1:1:respawn:/sbin/getty -nl /sbin/autologin 38400 tty1
--------------------


So that you only get a login on the console in single user mode.  You
will then need to add etc/inittab to /opt/.filetool.lst and run "pcp bu"
before rebooting.


------------------------------------------------------------------------
coyrls's Profile: http://forums.slimdevices.com/member.php?userid=44253
View this thread: http://forums.slimdevices.com/showthread.php?t=109777

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to