酒日記

2002 05 12

Sun, 12 May 2002

モルツ (5% × 1000 ml)

この際だからついでに無線LAN導入。ヨドバシで I・Oデータのアクセスポイント (WN-B11/AXP) と、Corega の無線LANカード PCCS-11 を購入。

Libretto L1 の Windows ME で設定すると、一応すんなり動作。 が、WEPで通信の暗号化をしようとすると・・・WN-B11/AXPは 128bit WEP には対応していなかった。40bit のみ。ありゃりゃ。 ま、本当に盗聴されて困るような通信は SSH なり SSL なりで暗号化するからいいか。 アクセス制限は SSID と MAC アドレスで掛けられるし。

しかし、なんだか接続状態が不安定。通信していないときは11Mでリンクしているのだが、大きなファイルの転送をしたりすると急に接続が切れたり、速度が低下したり。 アクセスポイントと無線LANカードは50cmほどしか離れていないので、距離の問題でもないだろうし。謎。

Libretto にインストールしてある Kondara2000 でも使えたので覚え書き。

/etc/pcmcia/config に、

card "Corega Wireless LAN PCCS-11"
  version "corega","Wireless LAN PCCS-11", "Version 02.00", ""
  bind "wvlan_cs" opts "ESSID=xxxx"

を追加 (ESSID=xxxx は環境に合わせて適宜)。/etc/sysconfig/network-scripts/ifcfg-wvlan0 を、

DEVICE=wvlan0
BOOTPROTO=dhcp
DOMAIN=internal

として作成し、/etc/rc.d/init.d/pcmcia restart すると接続できた。

Linux 上でもなんだか不安定なのは変わらず。運がいいとき(?)は 600KB/sec 程度のスループットが出るのだが、時々極端に速度が低下することがある。 大きなファイルをFTPなどで転送中に ping を打ってみると、

64 bytes from gate.internal (192.168.0.1): icmp_seq=0 ttl=64 time=19.977 msec
64 bytes from gate.internal (192.168.0.1): icmp_seq=1 ttl=64 time=2.017 sec
64 bytes from gate.internal (192.168.0.1): icmp_seq=2 ttl=64 time=1.051 sec
64 bytes from gate.internal (192.168.0.1): icmp_seq=3 ttl=64 time=52.379 msec
64 bytes from gate.internal (192.168.0.1): icmp_seq=4 ttl=64 time=57.544 msec
64 bytes from gate.internal (192.168.0.1): icmp_seq=5 ttl=64 time=2.026 sec
64 bytes from gate.internal (192.168.0.1): icmp_seq=6 ttl=64 time=1.714 sec

・・・ time=2.026 sec って、地球の裏側に ping 打ってるんじゃないんだから。 アクセスポイントが窒息してる?


一の蔵 純米大吟醸 (5% × 180 ml)

SAMSUNG 171T と SONY CDP-G420 でデュアルディスプレイ環境構築。 Kondara-2.1, XFree86-4.1.0, Matrox G550 にて。 基本的には 昨年5月の日記と同様に。 ドライバは ftp://ftp.matrox.com/pub/mga/archive/linux/2002/mgadrivers-2.0.tgz を展開して、4.1.0 用の mga_drv.o と mga_hal_dav.o を /usr/X11R6/lib/modules/drivers/ へコピー。 /etc/X11/XF86Config-4 は以下のように。

Section "ServerLayout"
    Identifier "Dualhead"
    Screen      "Screen0" LeftOf "Screen1"
    Screen      "Screen1"
        InputDevice    "Mouse0" "CorePointer"
    Option "Xinerama" 
EndSection

Section "Files"
    FontPath "/usr/X11R6/lib/X11/fonts/efont-unicode/:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/ucs/:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/japanese/:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/korean/:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/local/:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/misc/:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/etl-bitmap/:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/intlfonts/:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/PEX/"
    FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath "/usr/share/fonts/default/Type1/"
    FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
    FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
    FontPath "/usr/X11R6/lib/X11/fonts/latin/"
    FontPath "/usr/X11R6/lib/X11/fonts/DynaLab-Kondara/"
    FontPath "/usr/X11R6/lib/X11/fonts/truetype-ja/"
    FontPath "/usr/X11R6/lib/X11/fonts/truetype-ko/"
    FontPath "/usr/X11R6/lib/X11/fonts/truetype-zh_CN/"
    FontPath "/usr/X11R6/lib/X11/fonts/truetype-zh_TW/"
    FontPath "/usr/X11R6/lib/X11/fonts/encodings/"
#    FontPath "unix/:-1"
EndSection

# Module loading section

Section "Module"
    Load  "dbe"        # Double-buffering
    Load  "GLcore"        # OpenGL support
    Load  "dri"        # Direct rendering infrastructure
    Load  "glx"        # OpenGL X protocol interface
    Load  "extmod"        # Misc. required extensions
    Load  "v4l"        # Video4Linux
    Load  "xtt"        # Default loading not freetype but xtt
    Load  "speedo"        # Default loading Speed Font Library
    Load  "type1"        # Default loading Type1 Font Library
    # Load  "pex5"        # PHIGS for X 3D environment (obsolete)
    # Load  "record"    # X event recorder
    # Load  "xie"        # X Image Extension (obsolete)
    # You only need the following two modules if you do not use xfs.
    # Load  "freetype"     # TrueType font handler
    # Load  "type1"        # Adobe Type 1 font handler
EndSection

Section "Keyboard"
# See /etc/X11/XF86Config
    XkbDisable
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option      "Device" "/dev/mouse"
    Option      "Protocol" "PS/2"
    Option      "Emulate3Buttons" "off"
    Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier "Generic Monitor, 1280x1024 @ 60 Hz"
    VendorName "Unknown"
    ModelName  "Unknown"
    HorizSync 31.5-64.3
    VertRefresh 50-70
    Option "dpms"
EndSection

Section "Monitor"
    Identifier "CPD-G420"
    VendorName "Unknown"
    ModelName  "Unknown"
    HorizSync 30-110
    VertRefresh 48-170
    Option "dpms"
EndSection

Section "Device"
    Identifier "Matrox Millennium G550-1"
    Driver "mga"
    BoardName "Unknown"
    VideoRam 32768
    BusID "PCI:1:0:0"
    Screen 0
EndSection

Section "Device"
    Identifier "Matrox Millennium G550-2"
    Driver "mga"
    BoardName "Unknown"
    VideoRam 32768
    BusID "PCI:1:0:0"
    Screen 1
EndSection

Section "Device"
    Identifier "Linux Frame Buffer"
    Driver "fbdev"
    BoardName "Unknown"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device "Matrox Millennium G550-1"
    Monitor "Generic Monitor, 1280x1024 @ 60 Hz"
    DefaultDepth 24
    Subsection "Display"
        Depth 24
        Modes "1280x1024"
    EndSubSection
    Option  "DigitalScreen" "yes"
EndSection

Section "Screen"
    Identifier "Screen1"
    Device "Matrox Millennium G550-2"
    Monitor "CPD-G420"
    DefaultDepth 24
    Subsection "Display"
        Depth 24
        Modes "1280x1024"
    EndSubSection
EndSection

Section "DRI"
    Mode 0666
EndSection

G420 の方、1280x1024 でリフレッシュレート75Hz までしか出ない。 シングルでつなげば 85Hz まで出るので、これはデュアルの制限か? 85Hz に慣れてしまうと 75Hz でも若干ちらつく感じがして、いささか不快。

やはり DVI 接続の液晶とアナログ CRT を並べると、画像のキレが違い過ぎ。 色再現の良さとか、ジャギーが目立たないとか、CRT には CRT の良さがあるのだけど、並べるとどうしても CRT がぼやけて見えてしまう。

ああもう勢いでもう一枚 171T を買っちまうか!? とも思いかけたが、しかし最初から液晶を2枚並べるのだったら EIZO (NANAO) の L465 を2枚、とかのほうがスペースも取らないし狭額タイプだし、良かったわけで。 後の祭り。

...

171T のせいかどうか不明だが、171T で表示していると、「ギーン」という高周波っぽい不快な音が発生する。 PC本体とか、なにかと干渉しているような雰囲気。 電源ケーブルを差し込むコンセントを別のにしたら音が変わったので、かなり微妙な問題っぽい。

PCのファンの音などがうるさければ紛れてしまう程度の音量なのだが、メインマシンはかなり苦労して静音化してあるのがモロに裏目。やれやれ。


powered by blosxom