| adm | Find | login register |
eliu joined: 2007-08-09 posted: 11474 promoted: 617 bookmarked: 187 新竹, 台灣 |
cygwin 可以在 http://www.cygwin.com/setup.exe download 內定是 install to C:\cygwin 修改 C:\cygwin\etc\X11\xinit\xinitrc
執行 cygwin console, 在裡面的 console shell 執行 startx 這樣就可以用 ssh 直接連上 Linux 的機器,也可以使用 X11 forwarding 的功能。 Cygwin 目前最大的缺點是 copy/paste buffer(clipboard) Windows 與 Linux/X11 無法互通。 像 cygwin 的 windows xterm clipboard 就無法與 linux/X11 的 xterm 互通。 edited: 4
| |||||||||
eliu joined: 2007-08-09 posted: 11474 promoted: 617 bookmarked: 187 新竹, 台灣 |
Cygwin/X 1.5.3 把內定值改了,改成了 single window 還用 twm。如果想要改成 multiwindow 可以修改底下的 startx。 另外 Xauthority變成 enable,目前試不出如何搭配 X11 forward,只好 disable 掉。 加上 -clipboard 選項,這樣 X11 clipboard 可以與 windows 互通。 C:\cygwin\bin\startx
serverargs="-multiwindow -clipboard" edited: 2
| |||||||||
eliu joined: 2007-08-09 posted: 11474 promoted: 617 bookmarked: 187 新竹, 台灣 |
如果要連上第二台 host,可以用 hr 這個 script。不過如果連上之後,我們想開第3個host,在 cygwin bash shell 按 ctrl-Z suspend 後,然後執行 bg,會導致整個 X11 停住不動,應該算是bug。這時候可以再開一個 cygwin bash shell去執行 script。
$cat hr
| |||||||||
eliu joined: 2007-08-09 posted: 11474 promoted: 617 bookmarked: 187 新竹, 台灣 |
今天 update 了 cygwin/X 結果不能執行,出現了 error
google 之後找到 solution
| |||||||||
eliu joined: 2007-08-09 posted: 11474 promoted: 617 bookmarked: 187 新竹, 台灣 |
ssh -X -Y I must use '-Y', otherwise X forward will be disabled for new clients after 20 minutes. | |||||||||
eliu joined: 2007-08-09 posted: 11474 promoted: 617 bookmarked: 187 新竹, 台灣 |
|
| adm | Find | login register |