[EMAIL PROTECTED] writes:
> Not that i'm familiar enough with the code to do it, but does that mean
> that it's possible to go through the XGGI code, and remove the line which
> switches VC's.
You could try the "-novt" option to the fbdev target for one of the
XGGIs. Something like this I think:
XGGI :1 -targets fbdev:-novt:/dev/fb1 &
Might need to handle inputs specially, like;
XGGI :1 -targets fbdev:-novt:-noinput:/dev/fb1 -inputs .... &
where "...." are the GII input stuff for your USB devices. I don't
know if this will work in practice, but the idea is that -novt causes
the second framebuffer to be used without having _any_ consoles on it
(and if you normally add consoles onto fb1, you should remove them
before trying this). Hope that helps.
Cheers,
__
\/ Andrew Apted <[EMAIL PROTECTED]>