Re: Syncing the guest display resolution with the host in fullscreen

2024-07-20 Thread Anton Shepelev
Jakob Bohm: > 1366x768 is a very common display size in real hardware, > as it is the closestapproximation to 16:9 at 768p, see the > discussion at > > https://en.wikipedia.org/wiki/Display_resolution_standards#1366x768 > > Commercial display drivers are likely to have it as a > tested use ca

Re: Syncing the guest display resolution with the host in fullscreen

2024-07-08 Thread Jakob Bohm via
On 2024-07-08 08:00, Thomas Huth wrote: On 06/07/2024 00.46, Anton Shepelev wrote: Thomas Huth: I had a quick look, but if I got this right, 1366x768 is not a mode that fits into the standard EDID information, since 1366 is not dividable by 8. Thank you very much Thomas.  That also explains

Re: Syncing the guest display resolution with the host in fullscreen

2024-07-07 Thread Thomas Huth
On 06/07/2024 00.46, Anton Shepelev wrote: Thomas Huth: I had a quick look, but if I got this right, 1366x768 is not a mode that fits into the standard EDID information, since 1366 is not dividable by 8. Thank you very much Thomas. That also explains why get- edid(1) does not work on this la

Re: Syncing the guest display resolution with the host in fullscreen

2024-07-05 Thread Anton Shepelev
Thomas Huth: > I had a quick look, but if I got this right, 1366x768 is > not a mode that fits into the standard EDID information, > since 1366 is not dividable by 8. Thank you very much Thomas. That also explains why get- edid(1) does not work on this laptop. > See also > https://en.wikipedia.

Re: Syncing the guest display resolution with the host in fullscreen

2024-07-05 Thread Thomas Huth
On 05/07/2024 18.19, Thomas Huth wrote: On 04/07/2024 10.41, Anton Shepelev wrote: I wrote: May I request assistance in utilizing QEMU via Termux to operate virtual I want to configure QEmu to run my Windows XP guest in fullscreen and at my display's native resolution (1366x768).  I think it t

Re: Syncing the guest display resolution with the host in fullscreen

2024-07-05 Thread Thomas Huth
On 04/07/2024 10.41, Anton Shepelev wrote: I wrote: May I request assistance in utilizing QEMU via Termux to operate virtual I want to configure QEmu to run my Windows XP guest in fullscreen and at my display's native resolution (1366x768). I think it the most natural and frequent requirement

Re: Syncing the guest display resolution with the host in fullscreen

2024-07-04 Thread Anton Shepelev
I wrote: > May I request assistance in utilizing QEMU via Termux to > operate virtual I want to configure QEmu to run my Windows > XP guest in fullscreen and at my display's native > resolution (1366x768). I think it the most natural and > frequent requirement for comforable work in the guest OS,

Syncing the guest display resolution with the host in fullscreen

2024-07-02 Thread Anton Shepelev
Hello, all I want to configure QEmu to run my Windows XP guest in fullscreen and at my display's native resolution (1366x768). I think it the most natural and frequent requirement for comforable work in the guest OS, yet I cannot find a way to achieve this. The task is futher hardened by the abse