Page 1 of 1
How to set up the guest system, so the virtual display are shown as true display?
Posted: 24. Oct 2020, 17:14
by Lisa Miller
My envirement:
Host:
* Debian based OS (LMDE4)
* Virtual Box 6.1.14
Guest:
* Debian based OS (LMDE4)
In guest system i get on the Debian based OS (LMDE4), the display shown as "Virtual Display"
How to configure, the guest system, so the display no more shown as virtual monitor. A display of the monitor as as notebook LVDS display or as external VGA or DVI or HDMI monitor will be great. I prefer the virtual display will be shown as LVDS notebook display.
I have an application software that queries the type of display and if it doesn't recognize an LVDS notebook display or an external display, it refuses to work.
Re: How to set up the guest system, so the virtual display are shown as true display?
Posted: 25. Oct 2020, 16:04
by scottgus1
I think there is no built-in way to change the names of the 'hardware' the guest OS sees. You'd have to edit the source code and rebuild Virtualbox.
Re: How to set up the guest system, so the virtual display are shown as true display?
Posted: 25. Oct 2020, 16:11
by mpack
scottgus1 wrote:You'd have to edit the source code and rebuild Virtualbox.
And write new guest OS device drivers for everything.
Re: How to set up the guest system, so the virtual display are shown as true display?
Posted: 25. Oct 2020, 17:59
by Dave B
Hi Lisa,
You may also try changing the Graphics Controller...
VirtualBox Manager > Machine > Settings > Display
1. Uncheck 'Enable 3D Acceleration:'
2. Try VBoxVGA or VBoxSVGA (latter normally used for Windows VMs)
Doing this shows the display as 'VGA-1' instead of 'Virtual...'
Notes:
Display performance will be slower due to software rendering.
'Invalid settings detected' warning can be ignored to test if your software works.
If 'Enable 3D Acceleration' isn't unchecked, display will default back to VMSVGA.
Re: How to set up the guest system, so the virtual display are shown as true display?
Posted: 4. Nov 2020, 23:44
by Lisa Miller
Dave B wrote:
You may also try changing the Graphics Controller...
VirtualBox Manager > Machine > Settings > Display
1. Uncheck 'Enable 3D Acceleration:'
2. Try VBoxVGA or VBoxSVGA (latter normally used for Windows VMs)
Doing this shows the display as 'VGA-1' instead of 'Virtual...'
Notes:
Display performance will be slower due to software rendering.
'Invalid settings detected' warning can be ignored to test if your software works.
If 'Enable 3D Acceleration' isn't unchecked, display will default back to VMSVGA.
Thx a lot. Thats works fine:
* xrandr report 'VGA-1' and not like before "Virtual1 cnnected" and a list of "Virtual2 to 8 disconnected"
* It looks like the Error message on VirtualBox GUI "non valid configuration found" ( if 1. Uncheck 'Enable 3D Acceleration:' 2. Try VBoxVGA or VBoxSVGA (latter normally used for Windows VMs) can be ignored.
Checked on:
* Virtual Box 6.1.14 r140239 (Qt5.11.3)
* Guest LM20.4, guest add ins 6.1.14 installed
Re: How to set up the guest system, so the virtual display are shown as true display?
Posted: 5. Nov 2020, 11:18
by mpack
That does not answer the original question. The VM still has a virtual monitor, as it always must, it just so happens that you happened upon a third party tool that does a crappy job of identifying this particular hardware. Who's to say what the next version increment of that tool will show?