[問題]請問有用過 VNC 的大大們

歡迎提問 debian desktop 相關問題,何謂 desktop ? 舉凡您日常生活會用到的部份,如上網 ( www 、 bbs ..) 、程式設計、繪圖...等等。 通常以 X Window 環境底下問題為主。

[問題]請問有用過 VNC 的大大們

文章michelin » 週四 6月 10, 2004 12:45 am

今天裝了 vncserver
用 Mozilla 連進去
都只有灰灰的 X 畫面
我寫的 .vnc/xstartup 如下

代碼: 選擇全部
#!/bin/sh

[ -f $HOME/.Xresources ] && xrdb $HOME/.Xresources
gnome-session &

啟動後,檢查 .vnc/debian:1.log 部分結果如下

代碼: 選擇全部
AUDIT: Wed Jun  9 19:29:03 2004: 11536 Xrealvnc: client 1 rejected from local host
Xlib: connection to ":1.0" refused by server
Xlib: Client is not authorized to connect to Server
xrdb: Can't open display ':1'
AUDIT: Wed Jun  9 19:29:03 2004: 11536 Xrealvnc: client 1 rejected from local host
Xlib: connection to ":1.0" refused by server
Xlib: Client is not authorized to connect to Server
(gnome-session:11540): Gtk-WARNING **: cannot open display:

請問一下要怎麼解決,謝謝undefined
michelin
可愛的小學生
可愛的小學生
 
文章: 34
註冊時間: 週二 11月 25, 2003 9:32 pm

Re: [問題]請問有用過 VNC 的大大們

文章chinson » 週四 6月 10, 2004 2:06 am

michelin 寫:今天裝了 vncserver
用 Mozilla 連進去
都只有灰灰的 X 畫面
我寫的 .vnc/xstartup 如下

代碼: 選擇全部
#!/bin/sh

[ -f $HOME/.Xresources ] && xrdb $HOME/.Xresources
gnome-session &

啟動後,檢查 .vnc/debian:1.log 部分結果如下

代碼: 選擇全部
AUDIT: Wed Jun  9 19:29:03 2004: 11536 Xrealvnc: client 1 rejected from local host
Xlib: connection to ":1.0" refused by server
Xlib: Client is not authorized to connect to Server
xrdb: Can't open display ':1'
AUDIT: Wed Jun  9 19:29:03 2004: 11536 Xrealvnc: client 1 rejected from local host
Xlib: connection to ":1.0" refused by server
Xlib: Client is not authorized to connect to Server
(gnome-session:11540): Gtk-WARNING **: cannot open display:

請問一下要怎麼解決,謝謝undefined


我是安裝完之後直接使用,並沒有自行編寫xstartup檔案,使用上沒什麼問題,不過我都是使用 vncviewer 連線的。

vncserver 開啟的參數︰
vncserver -geometry 1024x768 -depth 24
頭像
chinson
懵懂的國中生
懵懂的國中生
 
文章: 117
註冊時間: 週一 5月 17, 2004 7:18 pm
來自: 高雄市

re:[問題]請問有用過 VNC 的大大們

文章michelin » 週四 6月 10, 2004 12:35 pm

謝謝
果然可以使用了 :mrgreen:

不過用 mozilla 看的話顏色只有 256 色
大概用 vncviewer 看就沒問題了吧
michelin
可愛的小學生
可愛的小學生
 
文章: 34
註冊時間: 週二 11月 25, 2003 9:32 pm

re:[問題]請問有用過 VNC 的大大們

文章Nut » 週二 6月 15, 2004 11:25 pm

不意思,搭個順風車請教一下各位:
我在兩台有固定IP(且IP相鄰,又都連在同一台 hub上)但是沒有domain name的機器上試用vnc。假設我這兩台電腦的主機名稱(hostname)分別是debian01及debian02。而這兩台的系統及角色為:
debian01-- Debian 3.0 stable, 執行 vncserver;
debian02-- Debian 3.0 testing, 執行 vncviewer或 mozilla。
由於兩台機器都沒有domain name,因此我有在debian02的 '/etc/hosts'檔中加入debian01的名稱及IP位置對照。但是當我在debian01上執行vncserver之後,從debian02上卻無法連上debian01。錯誤的狀況為:

1. 如果在debian02上執行 vncviewer,並輸入 ' debian01:1 ',則執行vncviewer的終端機視窗會顯示

"vncviewer: ConnectToTcpAddr: connnect: Connection Refused
Unable to connect to VNC server";
若是在mozilla上輸入' http://debian01:5801 ',則 mozilla 會出現
"當嘗試傳回下面的網址(URL)時: http://debian01:5801/

發生了下列的錯誤:

無法將您輸入的網站主機位置轉譯成正確的 IP 位置: debian01

領域名稱伺服器回應下列錯誤訊息:

Name Error: The domain name does not exist.

這表示:

The cache was not able to resolve the hostname presented in the URL.
Check if the address is correct.

網路快取伺服器沒有辦法正確轉譯您輸入的網站主機名稱,請檢查您輸入的網 址(URL)是正確的。"訊息。

2. 如果在vncviewer中輸入 ' (debian01's_ip):1 ',錯誤訊息同前;
若是在mozilla上輸入 ' http://(debian01's_ip):5801 ',則會出現

" 當嘗試傳回下面的網址(URL)時: http://(debian01's_ip):5801/

發生了下列的錯誤:

* Connection Failed
* 連線失敗

系統回應了下列錯誤訊息:

(61) Connection refused

The remote host or network may be down. Please try the request again.

您欲連結的網站伺服器或是網路可能發生故障。請稍後再試。 "

請教各位這到底是甚麼原因?要怎麼解決?麻煩各位指點一下吧!謝謝囉!
Nut
可愛的小學生
可愛的小學生
 
文章: 12
註冊時間: 週五 10月 11, 2002 6:45 pm

re:[問題]請問有用過 VNC 的大大們

文章chinson » 週三 6月 16, 2004 12:06 pm

Nut 寫:不意思,搭個順風車請教一下各位:
我在兩台有固定IP(且IP相鄰,又都連在同一台 hub上)但是沒有domain name的機器上試用vnc。假設我這兩台電腦的主機名稱(hostname)分別是debian01及debian02。而這兩台的系統及角色為:
debian01-- Debian 3.0 stable, 執行 vncserver;
debian02-- Debian 3.0 testing, 執行 vncviewer或 mozilla。
由於兩台機器都沒有domain name,因此我有在debian02的 '/etc/hosts'檔中加入debian01的名稱及IP位置對照。但是當我在debian01上執行vncserver之後,從debian02上卻無法連上debian01。錯誤的狀況為:

1. 如果在debian02上執行 vncviewer,並輸入 ' debian01:1 ',則執行vncviewer的終端機視窗會顯示

"vncviewer: ConnectToTcpAddr: connnect: Connection Refused
Unable to connect to VNC server";
若是在mozilla上輸入' http://debian01:5801 ',則 mozilla 會出現
"當嘗試傳回下面的網址(URL)時: http://debian01:5801/

發生了下列的錯誤:

無法將您輸入的網站主機位置轉譯成正確的 IP 位置: debian01

領域名稱伺服器回應下列錯誤訊息:

Name Error: The domain name does not exist.

這表示:

The cache was not able to resolve the hostname presented in the URL.
Check if the address is correct.

網路快取伺服器沒有辦法正確轉譯您輸入的網站主機名稱,請檢查您輸入的網 址(URL)是正確的。"訊息。

2. 如果在vncviewer中輸入 ' (debian01's_ip):1 ',錯誤訊息同前;
若是在mozilla上輸入 ' http://(debian01's_ip):5801 ',則會出現

" 當嘗試傳回下面的網址(URL)時: http://(debian01's_ip):5801/

發生了下列的錯誤:

* Connection Failed
* 連線失敗

系統回應了下列錯誤訊息:

(61) Connection refused

The remote host or network may be down. Please try the request again.

您欲連結的網站伺服器或是網路可能發生故障。請稍後再試。 "

請教各位這到底是甚麼原因?要怎麼解決?麻煩各位指點一下吧!謝謝囉!


我試了一下,這樣做沒有問題耶
你確定直接用 ip 連是可以的嗎?
頭像
chinson
懵懂的國中生
懵懂的國中生
 
文章: 117
註冊時間: 週一 5月 17, 2004 7:18 pm
來自: 高雄市

re:[問題]請問有用過 VNC 的大大們

文章Nut » 週四 6月 17, 2004 11:48 pm

Chinson網友:
不好意思!我不是很了解你的意思。你是問說" 可以直接在vncviewer或mozilla中輸入ip位址去連vncserver?"嗎?如果是的話,根據下面這篇文件-- http://www.realvnc.com/gettingstarted.html (www.realvnc.com 應是目前負責發展及支援 vnc這套軟體的單位的網站)--裡的說法:
" You can run the viewer on Unix and Windows by typing at the command line:

vncviewer snoopy:2

You need to specify the name of the VNC server and the number of the desktop. If, for example, you have started a server as display 2 on a machine called 'snoopy'. Remember that if you are connecting to a Windows or Mac server, the display number will be 0 unless you have explicitly changed it, and can be omitted.

If the machine running the server does not have a DNS entry, you probably won't be able to use the name and will have to replace snoopy with its IP address, for example something that looks like 123.456.78.9. "
,直接使用ip連線應該是可以的。而且在像我的機器這樣不具有domain name的情況下好像正是應該要用這種方式連線。而我也正是因為看到各位前輩用起來好像都沒甚麼問題(至少沒看到不能連線的),但是我卻怎麼試都連不上線所以才只好在這裡求救。不知道還有甚麼辦法可以解決或者是可以找出問題出在甚麼地方的嗎?
Nut
可愛的小學生
可愛的小學生
 
文章: 12
註冊時間: 週五 10月 11, 2002 6:45 pm

re:[問題]請問有用過 VNC 的大大們

文章Tetralet » 週五 6月 18, 2004 1:13 pm

我覺得 chinson 兄的懷疑非常合理耶...
Nut 寫:直接使用ip連線應該是可以的。

那麼,直接使用 IP 來連線,
到底是行,或是不行呢?
時間並不能治療我心中的疼痛
南方的春天說什麼也溫暖不了我冰冷的血

誦唱大復活咒文,今天的 Tetralet 又在唧唧喳喳了 重生!
Tetralet
俺是博士
俺是博士
 
文章: 3078
註冊時間: 週四 11月 28, 2002 3:02 pm

re:[問題]請問有用過 VNC 的大大們

文章michelin » 週六 6月 19, 2004 2:42 am

Tetralet 寫:那麼,直接使用 IP 來連線,
到底是行,或是不行呢?


可以,我就是這樣用
從學校的圖書館連回自己的宿舍電腦

另外推一個相關套件 x11vnc
用了這個,可以連到你當時開啟的 X window
而不是另外開啟一個新的 X window
michelin
可愛的小學生
可愛的小學生
 
文章: 34
註冊時間: 週二 11月 25, 2003 9:32 pm

re:[問題]請問有用過 VNC 的大大們

文章chinson » 週六 6月 19, 2004 4:01 am

我只是想確定一下,你是不是有使用 ip 的方式連線成功過^_^
抱歉,我表達時語意不清:ooops: 。

其實我本來沒想到可以透過 /etc/hosts 來對應,所以都是用 ip 直接連線的,看了你的 post 之後,我就試了一下,在我的 hosts 檔內加入了︰
代碼: 選擇全部
127.0.0.1       localhost       home-chinson <==這是原來的
140.117.xxx.xxx  debian-chinson <==這是我新加的

之後開啟 vncviewer ,輸入 debian-chinson:1
就可以連線了,當然 debian-chinson 上要先開 vncserver。
你可以嘗試從終端機下開 vncviewer ,看會不會有錯誤訊息出來。

原來有 x11vnc 這種啊,倒有點像 windows 下的 vnc ,我是比較喜歡目前用的這種,因為遠端連線到伺服器上做壞事就不會被發現啦 :mrgreen:
當然在特殊情況下還是會需要 x11vnc 這種連線方式 :-D 。 [/code]
頭像
chinson
懵懂的國中生
懵懂的國中生
 
文章: 117
註冊時間: 週一 5月 17, 2004 7:18 pm
來自: 高雄市

Re: re:[問題]請問有用過 VNC 的大大們

文章sigmaccc » 週一 7月 03, 2006 2:06 pm

michelin 寫:另外推一個相關套件 x11vnc
用了這個,可以連到你當時開啟的 X window
而不是另外開啟一個新的 X window


對不起,小弟也搭個便車。
小弟在Debian端使用x11vnc,在Windows XP端執行UltraVNC,雖可連線,但Windows XP端的(Debian)畫面卻不會更新。我永遠都只能看到剛連線上的那個畫面。
我也曾嘗試用RealVNC,但結果卻是一樣。
請問有大大知道這該如何解決呢?
thanks.
sigmaccc
可愛的小學生
可愛的小學生
 
文章: 46
註冊時間: 週三 1月 18, 2006 8:30 am

文章atthink » 週一 10月 16, 2006 9:12 am

小弟也有VNC的問題想順便問一下...
就是我用VNC連線後桌面上的圖示和應用程式的工具列的中文都會變成亂碼,但是"開始功能表"(我是用iceWM)和開啟瀏覽器瀏覽中文網站是正常的,在本機電腦上一切中文也是正常的,請問這是什麼原因呢?
atthink
可愛的小學生
可愛的小學生
 
文章: 3
註冊時間: 週日 10月 01, 2006 12:45 am


回到 debian desktop

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客