In entire screen in less than the Xorg :display, Mouse range is limited,

Please help me out. I can use both touchpad and Bluetooth mouse from my Windows host to my BSD box on Virtualbox.

For some reason after getting Xorg to work with startplasma-x11 my mouse isn't representing its perimeter properly.

Has anyone had this? I'd screenshot it but it doesn't show.
 
Using vboxmanage CLI command there is a way to set the EFI resolution (but I do not remember the parameters). Set the EFI resolution the same as the full screen size.
I'm not shure but it produce the following line in the your_vm_name.vbox file:
Code:
<ExtraData>
    ...
    <ExtraDataItem name="VBoxInternal2/EfiGraphicsResolution" value="1920x1080"/>
</ExtraData>
 
Back
Top