So i followed this guide https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-debian-10 But when i try to change my resolution through the display settings,it says unable to query the version of the randr extension being used and no randr extension is found.Do anyone have any idea of how i can change the resolution?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
Hello, @meepytinity
The ExecStart command starts VNC and sets the color depth to 24-bit color with a resolution of 1280x800. You can modify these startup options as well to meet your needs.
In the following line;
ExecStart=/usr/bin/vncserver -depth 24 -geometry 1280x800 :%i
Have you checked that in the /etc/systemd/system/vncserver@.service file.
Let me know how it goes.
Regards, Alex
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.