hanzelpeter / dispmanx_vnc

VNC Server for Raspberry PI using dispmanx
105 stars 52 forks source link

view-only mode #33

Open hawajrambo opened 2 years ago

hawajrambo commented 2 years ago

Dear Peter,

I use the Raspberry as a kiosk video player, in a console (server) environment, without an X11 session. I was needed the vnc server for view-only mode, to let me check if the videos are playing fine.

Your vnc server works very well, however I had to modify it to be able to run from ssh session: I had to change the user input device from /dev/uinput to /dev/null to be able to exit from the server by ctrl+C, and comment out the check the result of the UI_DEV_CREATE.

Maybe You could add an option to use the vnc-server as view-only mode and completely ignore the uinput device.

Other minor issues:

Have a great day! Gabor