Specify Portion of Screen for x11vnc
Posted: 05 Nov 2018, 14:22
How can I specify and connect to a portion of the existing physical monitor with vnc?
My current homepage dedicates the top 1/3 (in portrait vie) of the screen to be utilized for a videoconference and the lower 2/3 for UI. When connecting via vnc while in a video conference there is significant lag due to the rendering of the video in the top 1/3. Is there a way that I can connect to only the bottom 2/3 portion of the screen with the vnc so as to only view the UI portion of my display.
Reading the x11vnc man page it seems that the connected display can be changed to any portion of the display using the -clip command.
I have tried to do the following from both the command line as well as the run_command but neither seem to change what I'm seeing when connecting via vnc.
from command line:
x11vnc -clip 1080x1280+0+720
also tried
x11vnc -clip 1080x1280+0+720 -display :0
from run_command
echo "-clip 1080x1280+0+720 -display :0" > ~/.x11vncrc
Any help would be appreciated.
Chardho
My current homepage dedicates the top 1/3 (in portrait vie) of the screen to be utilized for a videoconference and the lower 2/3 for UI. When connecting via vnc while in a video conference there is significant lag due to the rendering of the video in the top 1/3. Is there a way that I can connect to only the bottom 2/3 portion of the screen with the vnc so as to only view the UI portion of my display.
Reading the x11vnc man page it seems that the connected display can be changed to any portion of the display using the -clip command.
I have tried to do the following from both the command line as well as the run_command but neither seem to change what I'm seeing when connecting via vnc.
from command line:
x11vnc -clip 1080x1280+0+720
also tried
x11vnc -clip 1080x1280+0+720 -display :0
from run_command
echo "-clip 1080x1280+0+720 -display :0" > ~/.x11vncrc
Any help would be appreciated.
Chardho