I have two Ubuntu VMs, one originally cloned from the other. Somehow the display options became different.
Display on VMUbuntuDesktop-1 identified in Settings as "Unknown 10".
Display on VMUbuntuDesktop-2 identified in Settings as "Red Hat, Inc. 13"
How can I revise the settings and display names? At least to get them consistent for each Ubuntu VM.
Comments appreciated.
Display on VMUbuntuDesktop-1 identified in Settings as "Unknown 10".
Code:
inxi -G
Graphics:
Device-1: Red Hat Virtio GPU driver: virtio-pci v: 1
Display: x11 server: X.Org 1.20.9 driver: virtio-pci
resolution: 1600x900~60Hz
OpenGL: renderer: llvmpipe (LLVM 12.0.0 128 bits) v: 4.5 Mesa 21.0.3
xrandr -s 1280x960
Size 1280x960 not found in available modes
Display on VMUbuntuDesktop-2 identified in Settings as "Red Hat, Inc. 13"
Code:
inxi -G
Graphics:
Device-1: Red Hat Virtio GPU driver: virtio-pci v: 1
Display: x11 server: X.Org 1.20.11 driver: virtio-pci
resolution: 1280x960~60Hz
OpenGL: renderer: llvmpipe (LLVM 12.0.0 128 bits) v: 4.5 Mesa 21.0.3
xrandr -s 1600x900
Size 1600x900 not found in available modes
Comments appreciated.