2011年3月23日水曜日

gnuplot用のarial fontとか

http://corefonts.sourceforge.net/

CentOS 5.5では
# /sbin/service xfs reload
が必要だった。

さらにgnuplotに対してfontpathの設定
export GDFONTPATH=/usr/share/fonts/msttcorefonts/

2011年3月21日月曜日

xorg tapping off

Section "InputDevice"
        Identifier  "Synaptics"
        Driver      "synaptics"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "auto-dev"
        Option      "Emulate3Buttons" "yes"
        Option      "SHMConfig" "on"
        Option      "MaxTapTime" "0"
EndSection

libXp.so.6がない場合

yum install libXp.so.6

2011年3月10日木曜日

scalapack maual typo

http://www.netlib.org/scalapack/slug/node28.html#SECTION04230000000000000000

Details of Example Program #1

Figure 2.1

wrong
[ s c
-s c
------
-s -c
-s -c
------
-s -c
-s -c
------
-s -c
-s -c
------
-s -c ]


correct
[ s c
-s c
------

-s -c
-s -c
------

-s -c
-s -c
------

-s -c
-s  c
------

-s -c ]