Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

For Nomachine installed on a server, how do I increase the resolution?

Writer Sophia Terry

The resolution is stuck at roughly 1000x700. Neither display settings nor xrandr + cvt let me adjust the available display sizes. How do I increase the resolution?

1 Answer

Edit/create /etc/X11/xorg.conf to contain the following:

Section "Screen" Identifier "MyScreen" Subsection "Display" Virtual 1920 1080 EndSubSection
EndSection

(In the above case for a resolution of 1920x1080)
Credit: How to detect and configure an output with xrandr?

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy