Question

Unable to change resolution on Ubuntu 18.04

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?

Show comments

Submit an answer


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!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

alexdo
Site Moderator
Site Moderator badge
January 7, 2020
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

Become a contributor for community

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

DigitalOcean Documentation

Full documentation for every DigitalOcean product.

Resources for startups and SMBs

The Wave has everything you need to know about building a business, from raising funding to marketing your product.

Get our newsletter

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.