Hi there,
I'm trying to remaster TC 4.0.2. I want to pass the number of users throught the kernel options and automatically run multiple X sessions after boot (each one on different virtual terminal and started by different user). I've managed with creation of 'inittab' file during startup, but I'm stuck with multiple X sessions.
I need that terminals with X sessions were the only available ones. I've created 'xorg-xinit' extension which contains 'xinit' and 'startx'. The 'startx' file in attachement contains Xvesa invocation for user0. But xinit crushes with "XFree86_VT property unexpectedly has 0 items instead of 1" message. I've looked into xinit source but it wasn't helped me.
Is there is any other way to run multiple X sessions or make xinit work properly?