Martin Spurek wrote: > I needed to test certain things with interfaces of n770. I do it with cmd > line > tools and there i found this problem. I was using the osso-xterm 0.12 and > when i > was trying open more than 3 tabs it got just emtpy screens. I updated in hope > to > version 0.13mh8 and this limit decreased to two living term tabs. Could anyone > please give me some notice, before i will start digging into the sources and > creating own terminal and bugs, how to get more than 3 terminals, why is this > limitation?
This is not a limitation of the terminal software, but of the default kernel config, more accurately the limit of pty's. This can be changed (until next reboot) with (requires root privs): echo 64 > /proc/sys/kernel/pty/max Where 64 can be changed to fit your needs, 4 seems to be the default. -- Santtu Lakkala _______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
