02-06-2022, 07:57 AM
Hi peter,
Just looking at your config and I see that you haven't specified the geometry of the virtual display created by vncserver. The default is 1024.768 as you have found.
You need something like this in your startup file...
ExecStart=/usr/sbin/runuser -l vncuser -c "/usr/bin/vncserver %i -geometry 1280x720"
This is from a Centos system but you get the idea.
If after you have solved that and you still have performance issues, you might consider using SPICE instead. Google "spice server raspberry pi" for more info.
cheers
Tim
Just looking at your config and I see that you haven't specified the geometry of the virtual display created by vncserver. The default is 1024.768 as you have found.
You need something like this in your startup file...
ExecStart=/usr/sbin/runuser -l vncuser -c "/usr/bin/vncserver %i -geometry 1280x720"
This is from a Centos system but you get the idea.
If after you have solved that and you still have performance issues, you might consider using SPICE instead. Google "spice server raspberry pi" for more info.
cheers
Tim