How to set just the vnc resolution Width x Height? #243
Replies: 6 comments
-
Are you suggesting that the only thing you want to do is run that one VNC command? If so, I'd suggest using the If this doesn't do it for you, can you provide more context? |
Beta Was this translation helpful? Give feedback.
-
I want to set the vnc resolution, so I thought of the vnc plugin. But that seems to be a larger beast. It seems like something the raspiconfig plugin could handle, but it's not yet set up to do so. (Although it looks like changing line 21 "vldargs=..." to add vnc_resolution would suffice to add that capability?) |
Beta Was this translation helpful? Give feedback.
-
I'm waiting for things to settle out a bit on VNC before doing anything about this, since there are so many options: RPL adding wayvnc, connect, and then there's RealVNC and tigervnc/tightvnc. Which one do you want to set? |
Beta Was this translation helpful? Give feedback.
-
Make the change to sdm's raspiconfig plugin so it can do the equivalent of the following, As seen here in the RPi Docs: VNC resolution:
NOTE: The actual raspi-config menu offers the following as choices: In my particular case, I want the highest possible, so I would want to say to sdm: "--plugin raspiconfig:"vnc_resolution=1920x1080" |
Beta Was this translation helpful? Give feedback.
-
Perfect. Too bad the author didn't put that in at the start, or at least mention it 😵 |
Beta Was this translation helpful? Give feedback.
-
Took a close look at this today. To do this with appropriate |
Beta Was this translation helpful? Give feedback.
-
I just want to set the resolution, as I would in the raspi-config gui, or non-interactively:
The vnc plugin seems to do a lot more than this.
Beta Was this translation helpful? Give feedback.
All reactions