On Sat, Aug 05, 2000 at 03:46:15PM +1000, Andrew Apted wrote:
> [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 .... &

from the best i can tell, there is no "-inputs" parameter to the XGGI server.
it gives a error when i use it, and i cant find it, or anything compatible 
in the "XGGI --help" parameters list.  I'm using XGGI 1.6.1,  is there a 
CVS version that has this parameter?

I've found a way around this, by writing a bunch of scripts, but having the 
option in XGGI would be substantially cleaner.


> 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.

Reply via email to