From: Grzegorz A. H. <gr...@ti...> - 2005-04-27 16:26:32
|
> Can you test this patch? This is against my tree which is based > on 2.6.12-rc2-mm3 for this patch, but you can use other kernels > if you're willing to fix hunks. This makes fbset -a work again. Thanks. I had to modify it for 2.6.10. The worst change was I had to get rid of this check: > + if (!vc || vc->vc_mode != KD_TEXT || Apparently my version doesn't have a vc_mode field. Not a problem for me, since by the time I use fbset all my consoles are text mode. |