1
Networking / Re: VNC to Ubuntu LTS
« on: May 09, 2024, 02:18:38 pm »
When SUSE enterprise went from 15.4 to 15.5 vnc stopped working. does not accept password.
I went to the /usr/bin/vncserver script was not found in 15.5 so I copied the 15.4 version to 15.5 and removed the line "$default_opts{rfbwait} = 30000;"
Then I use this to start the vnc server for a one time connection:
vncserver :2 -geometry 1280x1024 -depth 24 -autokill
that works.
I went to the /usr/bin/vncserver script was not found in 15.5 so I copied the 15.4 version to 15.5 and removed the line "$default_opts{rfbwait} = 30000;"
Then I use this to start the vnc server for a one time connection:
vncserver :2 -geometry 1280x1024 -depth 24 -autokill
that works.