From: Aivils S. <ai...@la...> - 2005-02-25 21:16:09
|
Hello Zoltan! Job completed. Now we have linux-ruby patch against -mm1 http://www.ltn.lv/~aivils/files/test/ruby-2.6.11-rc4-mm1-2.diff.bz2 Changes: - dummy console command line changed dumbcon=3:5 - where 3 count of dummy consoles and 5 VC count per each dummy console. - fbcon does not manage VT. Instead be in use dummy console. On fbcon start, it takes over VGA console. Second fbdev consoles must add manualy with con2fb tool. fbcon setup parameter vc: is ignored. If dummy console have vc:17-19 ,then sysop must run con2fb three times: con2fb /dev/fb1 17;con2fb /dev/fb1 18;con2fb /dev/fb1 19; Unfortunately this feature is untested. - fbcon mode when single user uses multiple heads is not supported. In abstract it should work, but code do not suport one keyboard for two or more VT_STRUCT. Bugs: - at console start pop up 1 warning per each console. - more unknown. - PS/2 devices will not work under 2.6.11-rc4-mm1 Aivils Stoss |