|
From: <Aiv...@un...> - 2003-08-08 06:39:06
|
> I managed to sync up 2.6.0-pre2 with ruby. A little bit of testing >too. It is not as stable as 2.4.X :-( Sorry but I have been busy getting >the fbdev layer up to par. I have the new code in BK and I plan to >transfer the changes to CVS in the next 24 hours. Seems code exists in Your brain :) You can add (struct vt_struct *)vt->nr_cons which nukes MAX_NR_USER_CONSOLES and allow runtime tty pool configuration by user. split unblank_screen() in two parts. One global for (struct console *)c->unblank() Second local unblank_screen_vt(struct vt_struct *) used in vt_ioctl, decvte. This 2 changes needed only for fbdev. But fbcon must be more smarter as it is right now. Aivils Stoss |