Dummy video driver plea

Antoine Martin antoine at nagafix.co.uk
Thu May 14 15:08:09 UTC 2020


On 12/05/2020 15:21, Mgr. Janusz Chmiel wrote:
> Here is xorg.conf which I Am using.
> 
> https://gist.github.com/divinity76/ce210b5dbcd9ea7d0585ac403caef577
> Which line of this file define so big resolution?
In that file, all the lines starting with "Modeline" define the
resolutions available with the dummy driver.

Unless you specify a different bit depth, the server will start with a
depth of 24.
So look for the 'SubSection "Display"' with a depth of 24.
The resolution used will be the first valid one from the "Modes" list.
(you can just comment out the "Virtual" size which just complicates
things for your use case)

This is all documented in "man xorg.conf".

Otherwise, you can also start with the default resolution and change it
later with xrandr, ie run:
xrandr -s 1024x768

> Or it is only A warning of
> Mochavnc which so not make sense at all? Is it only wrong VNC protocoal
> analysis results, which author of MochVNC have used?
I have no idea about mochavnc.

Cheers,
Antoine


More information about the xorg mailing list