From: James S. <jsi...@in...> - 2004-02-20 17:33:40
|
> Hi All! > > Now ruby synced to 2.6.3. > > Status of fbcon is very suspicious. Its going threw a change. There is more to go. Once all the fbcon changes go in then I will merge the ruby BK tree with your tree. > For me works tdfxfb , but failed sstfb. Ug :-( I haven't tested sstfb yet. > fbcon as module must be loaded after fbdev driver. fb console > removing not implemented yet. Actually you can have fbcon built in and the fbdev drivers as modules. When you insmod the driver the fbdev drivers are registereed but the hardware is not initialized. You then use the program con2fb to map the framebuffer device to the VC you want. |