玄箱 Debian5.0(lenny)にてX-windows化するには?
初めて投稿させて頂きます。玄箱をいじっている者です。
最近玄箱をDebian4.0から5.0(lenny)に新規インストールし直しました。そして、初めてX-windows化に挑戦してみたのですが、なかなか上手くいきません。
KDEとvnc4serverをインストール後、windowsxpのクライアントPCからrealvncviwerで玄箱に接続したところ、windowsのようなデスクトップは表示されず、konsoleの窓しか表示されません。デスクトップ画面を表示させるにはどうすれば良いのでしょうか?お助け願います。
現在の玄箱とクライアントPCは以下のようなネットワーク環境にあります。
クライアントPCと玄箱はハブを介してつながっており、クライアントPCのUSBポートにダイヤルアップ接続形式のモデム(e-モバイル)が接続されている。なのでクライアントPCのLANポートへの接続を共有化し、このPCをルータ代わりとしている。このPCのOSはwindowsXP。realvnc4.1.2k4がインストール済み。
以下に今回行ったセットアップ手順を載せておきます。
なお、これらのセットアップ手順はこのサイトを参考させていただきました。
[て] 玄箱にX WindowとKDE: 大阪てきとー日記
http://kazz7.air-nifty.com/tekito/2005/08/kurobox_x_kde.html
玄箱へインストールしたX WindowをWindowsで使う[Xvnc編] - bnote
http://www.bnote.net/kuro_box/xvnc.shtml
はじめに行ったセットアップは、x-windows化するためにkdeのインストールを以下のコマンドで実行しました。
#apt-get install x-window-system kde
実行後、しばらくするといくつか質問があり、
Configuring console-data
The keymap records the layout of symbols on the keyboard.
Policy for handling keymaps:
Select keymap from arch list
Don't touch keymap
Keep kernel keymap
Select keymap from full list
という4択でDon't touch keymap を選択しました。
次に
Dictionaries-common: Wordlist dictionary
Because more than one wordlist will be available in your system, please select the one you'd like applications to use by default.・・・省略
という文の後、
english (Webster's Second International English wordlist)
Manual symlinks setting
2択がありenglishのほうを選択した。
そして次に、
Configuring libslp1
IP multicast-enabled kernel needed to reduce traffic
The current kernel does not support IP multicast. OpenSLP will continue to work even without multicast support in the kernel, by using broadcasts. However, broadcasts are less efficient on the network, so please consider upgrading to a multicast-enabled kernel.
という文の後OKを押して次へ
Configuring uswsusp
No userspace software suspend support in the kernel The current kernel doesn't support userspace software suspend. Please recompile the kernel with the 'CONFIG_SOFTWARE_SUSPEND=y' option.
という文の後OKを押しと、またしばらくインストール処理が続き
Configuring libslp1
IP multicast-enabled kernel needed to reduce traffic
The current kernel does not support IP multicast. OpenSLP will continue to work even without multicast support in the kernel, by using broadcasts. However, broadcasts are less efficient on the network, so please consider upgrading to a multicast-enabled kernel.
というメッセージが表示されのでOKを押した。
次にまたConfiguring uswsuspのメッセージが再度表示されたのでOKを押した。
kdeのインストール後
vnc4serverをインストールした。(参考サイトに示されているvncserverでコマンド入力するとcouldn't findと警告メッセージが表示されたためvnc4serverとした)
#apt-get install vnc4server
インストール完了後、vncサーバーを起動した。
#vnc4server
パスワードを2度入力した。
そして、クライアントPCでvncviewerを起動し、「(玄箱のIPアドレス):1」を入力し、OKを押し、パスワードの要求が返ってきたのでパスワードを入力しOKを押した。すると、先ほどの通り「KURO-BOX:1(root) Desktop - Konsole」のウインドが表示された。
お礼
とても参考になりました。 有難うございます。