Re: Terminal initialization configuration for multiple consoles on loongson

2010-02-28 Thread Nicholas Marriott
Hi You are missing -c, su passes its arguments directly to sh so you are in effect running "sh /usr/bin/tmux" rather than "sh -c /usr/bin/tmux". On Sun, Feb 28, 2010 at 11:00:16PM +0200, Lars Nooden wrote: > On Thu, 25 Feb 2010, Otto Moerbeek wrote: > >The smfb(4) framebufer just does not suppor

Re: Terminal initialization configuration for multiple consoles on loongson

2010-02-28 Thread Lars Nooden
On Thu, 25 Feb 2010, Otto Moerbeek wrote: The smfb(4) framebufer just does not support more than one screen. On Thu, 25 Feb 2010, Peter Hessler wrote: We don't provide multiple terminals for the loongson platform. You can use tmux, or start X instead. Thanks Otto and Peter. It has been a g

Re: Terminal initialization configuration for multiple consoles on loongson

2010-02-25 Thread Otto Moerbeek
On Thu, Feb 25, 2010 at 12:20:46PM +0200, Lars Nooden wrote: > The 22 Feb snapshot for loongson defaults to only one text console. The smfb(4) framebufer just does not support more than one screen. -Otto > > Changing /etc/ttys to add extra terminals does not seem to have any effect: >

Re: Terminal initialization configuration for multiple consoles on loongson

2010-02-25 Thread Peter Hessler
We don't provide multiple terminals for the loongson platform. You can use tmux, or start X instead. http://www.openbsd.org/faq/faq7.html#SwitchConsole On 2010 Feb 25 (Thu) at 12:20:46 +0200 (+0200), Lars Nooden wrote: :The 22 Feb snapshot for loongson defaults to only one text console. : :Chan

Terminal initialization configuration for multiple consoles on loongson

2010-02-25 Thread Lars Nooden
The 22 Feb snapshot for loongson defaults to only one text console. Changing /etc/ttys to add extra terminals does not seem to have any effect: console "/usr/libexec/getty std.9600" vt220 off secure ttyC0 "/usr/libexec/getty std.9600" vt220 on secure ttyC1 "/u