Top/X/vnc

目次

vnc

マルチ解像度VNCサーバ設定

  1. /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
  2. /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
    }

server の設定・起動・停止

設定

起動

停止

client からの接続

トラブルシューティング


トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2022-01-08 (土) 13:22:15