Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not showing as external screen #42

Open
simonante opened this issue Mar 25, 2022 · 0 comments
Open

Not showing as external screen #42

simonante opened this issue Mar 25, 2022 · 0 comments

Comments

@simonante
Copy link

simonante commented Mar 25, 2022

Vnsee works, but only mirrors a part of main screen.
How to make rm a separate second screen?

I use the following shell script:

#!/bin/bash
xrandr --newmode 1404x1872 0 1404 1404 1404 1404 1872 1872 1872 1872
xrandr --addmode DisplayPort-0 1404x1872
xrandr --output DisplayPort-0 --mode 1404x1872 --left-of eDP
x11vnc -repeat -forever -nocursor -allow 10.11.99.1 -rotate 90 -nopw $(xrandr | perl -n -e'/-DisplayPort-0 .*?\d+x\d+\+\d+\+\d+)/ && print $1')

When I include -clip in the x11vnc command I get the following:

xrandr: Configure crtc 1 failed
Unmatched ) in regex; marked by <-- HERE in m/DisplayPort-0 .*?\d+x\d+\+\d+\+\d+) <-- HERE / at -e line 1. not enough arguments for: -clip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant