そろそろ研究計画を決めないといけない。
夏休みのはずなのに、他の研究室も土日深夜なぜいるの…?
そんなこんなで、休み返上で何個かプログラムを実装して
研究、研究…。
現在特徴自動画像マッチング10%…
何にも使い物になりません…。
今日仕上がった幾何学制約アルゴリズムを加えて…
やりました!マッチング率
11%
駄目ジャン…
おお!今日は誕生日ではないか!日記も一ヶ月ぶり…。
最近は毎日格ゲーの日々、日々、日々…
パソコンでは「Cygwin」のXで奮闘中…
/usr/X11R6 以下にインストール
1 2 3 4 |
$ cd /tmp/x $ bunzip2 extract.exe.bz2 $ cp extract.exe /bin $ ./Xinstall.sh |
Cygwin/XFree86のXサーバをインストール
1 2 3 |
$ cd /tmp/x $ tar zxvf startup-scripts.tgz $ cp startxwin.* /usr/X11R6/bin |
そしてXの起動!
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
Administrator@PL-B33NJA80VTR6 ~ $ startx _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root winDetectSupportedEngines () - Windows NT/2000 winDetectSupportedEngines () - DirectDraw installed winDetectSupportedEngines () - Allowing PrimaryDD winDetectSupportedEngines () - DirectDraw4 installed winDetectSupportedEngines () - Returning, supported engines 0000001f winSetEngine () - Using Shadow DirectDraw NonLocking winAdjustVideoModeShadowDDNL () - Using Windows display depth of 32 bits per pix el winCreateBoundingWindowWindowed () - WindowClient width 640 height 480 winAllocateFBShadowDDNL () - lPitch: 2560 winInitVisualsShadowDDNL () - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 32 0 [main] X 1204 open_stackdumpfile: Dumping stack trace to XWin.exe.stackd ump giving up. xinit: Connection refused (errno 111): unable to connect to X server xinit: No such process (errno 3): Server error. |
なんじゃこのエラーは?
Xは起動したのち消えてしまう。とりあえず保留中。