_ [comp] gkrellm/gkrellmms 落ちその後

gkrellmms 2.1.14-1 で #231740 は close されたようだ。普通に落ちなくなったし、メニューを選んでも落ちなくなった。

_ [comp] Ported lm80 to Linux 2.6 その後

結局関係なかったわけだけれども、[PATCH 2.6] New chip driver ported: lm80 によると、2.6.3 以降に merge されるようだ。

_ [comp] MozFx 708090-lite 1.3

出たようだ。早速 install。

_ [comp] 続・rivafb、2.6 で動かず

GeForce4 Ti 4200 だと拾ってくれないんだけど、GeForce2-MX だと

video=rivafb:1024x768-8@85

で動いてくれた。と思ったら、X 終了させて console に戻ったら刺さった。

_ [unicon] docs/unicon 更新

  • insmod を modprobe に変更。
  • /dev/fb0 の存在を調べるように変更。

_ [comp] 2.6.2-mm1, 2.6.3-rc2-mm1 の e1000 変

2.6.2-mm1 で e1000 を読み込んだら刺さる。なんだこりゃ。2.6.3-rc3-mm1 でも刺さるなぁ。 お、[e1000 2.6-exp] back out CSA interrupt fix の patch を当ててみたら刺さらなくなった。

_ [unicon] 2.6.3-rc3-mm1 対応メモ

drivers/char/vt.c の do_con_write 内で reject が起こるので移動。(中略の部位に新しいコードが入ってる)

         int orig_count;
+#ifdef CONFIG_UNICON
+       /* added by Arthur Ma, for multiple font support */
+       struct double_byte * doublebyte_default = NULL;
+#define GB_LEFT 0x8000
+#define GB_RIGHT 0xc000
+#endif

(中略)

+#ifdef CONFIG_UNICON
+       /* added by Arthur Ma, for multiple font support */
+       if (UniconFontManager != NULL)
+               doublebyte_default = UniconFontManager->getfont (vt->vc_num);
+#endif
        currcons = vt->vc_num;

drivers/video/console/fbcon.c の putcs_aligned_tl 内、以下を削除。

-                atomic_dec(&info->pixmap.count);
-                smp_mb__after_atomic_dec();

これでひとまず compile は通って動くようだ。

_ [comp] GTK+1 → GTK+2 config

gtk-config {--cflags|--libs}

から

pkg-config gtk+-2.0 {--cflags|--libs}

か。