Hello,
I run an Arch Linux VM using a VirtIO-GPU adapter. I connect to it mostly through RDP (I use Gnome's screen sharing) but also with the windows virt-viewer client. My problem is that I have a 27" monitor at 21:9 ratio and I want to run it at 2560x1440 resolution, yet that is not advertised in Display Settings (even though I can reach much higher resolutions).
These are the modes listed:
The parse EDID tool seems to not understand the contents of the virtual monitor EDID:
How can I add 2560x1440 and 2560x1600 to this list?
I run an Arch Linux VM using a VirtIO-GPU adapter. I connect to it mostly through RDP (I use Gnome's screen sharing) but also with the windows virt-viewer client. My problem is that I have a 27" monitor at 21:9 ratio and I want to run it at 2560x1440 resolution, yet that is not advertised in Display Settings (even though I can reach much higher resolutions).
These are the modes listed:
Code:
$ cat /sys/class/drm/card1-Virtual-1/modes
3840x2160
5120x2160
4096x2160
3840x2160
3840x2160
3840x2160
1920x1440
2560x1080
1856x1392
1792x1344
2048x1152
1920x1200
1920x1080
1920x1080
1600x1200
...
The parse EDID tool seems to not understand the contents of the virtual monitor EDID:
Code:
$ cat /sys/class/drm/card1-Virtual-1/edid | parse-edid
You seem to have too many extension blocks. Will not continue to parse
Something strange happened. Please contact the author,
Matthew Kern at <pyrophobicman@gmail.com>
How can I add 2560x1440 and 2560x1600 to this list?