#topicpath

* マルチ解像度VNCサーバ設定 [#a99f4886]
- server側ではport毎に別々の画面の解像度を設定しておき、clientは使いたい解像度に合わせて接続portを選択することが出来る。
+ /etc/services
 #VNC settings
 vnc-1024x768    5950/tcp
 vnc-1272x960    5951/tcp
 vnc-1280x1024   5952/tcp
 vnc-1592x1136   5953/tcp
 vnc-1600x1200   5954/tcp
 vnc-1800x1100   5955/tcp
 vnc-1912x1136   5956/tcp
 vnc-1920x1200   5957/tcp
+ /etc/xinetd.d/vnc-1024x768
 # default: off
 # description: VNC server
 # securlevel: 30
 service vnc-1024x768
 {
         disable = no
         socket_type     = stream
 #        protocol        = tcp
         wait            = no
         user            = nobody         server          = /usr/bin/Xvnc
         server_args     = -inetd -query localhost -once -geometry 1024x768 -secu ritytypes none -fp tcp/localhost:7100
 }

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS