Code: Select all
sudo apt-get install tightvncserver // No erros
pi@raspberrypi ~ $ sudo vncserver :1 -geometry 1024×768 -depth 16 -pixelformat rgb565
vncserver: geometry 1024×768 is invalid //ERRORHow resolve it?
Code: Select all
sudo apt-get install tightvncserver // No erros
pi@raspberrypi ~ $ sudo vncserver :1 -geometry 1024×768 -depth 16 -pixelformat rgb565
vncserver: geometry 1024×768 is invalid //ERRORTo control the desktop on the Raspberry Pi using VNC your best option is to use x11vnc, rather than tightvnc.Ivan219 wrote:I resolve VNC connect problem, but VNC make new session, and how I can make one (same) session? (For example: I control mouse from remote VNC and from mouse usb raspberry.
Usually, when someone just posts "I solved it!" - with no details - it is because they realized they did something stupid and they just wish the whole thing would go away...elParaguayo wrote:Ivan,
Can you please post your solution so that anyone else who has this problem can see how you managed to get it working.
elP