xf86-video-dummy: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Mar 13 20:38:57 UTC 2020


 src/dummy.h        |    8 +
 src/dummy_driver.c |  321 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 329 insertions(+)

New commits:
commit 9e8dce17c0c9aaa9ee193cc7280d7132163765ec
Author: Marek Marczykowski-Górecki <marmarek at invisiblethingslab.com>
Date:   Tue Sep 27 22:26:30 2016 +0200

    Increase maximum number of video outputs to 16
    
    Apparently 4 is too low. The number is totally arbitrary.
    
    Signed-off-by: Marek Marczykowski-Górecki <marmarek at invisiblethingslab.com>

commit a87cfeca7dca26a840793024cc44f5aea5adc7bf
Author: Marek Marczykowski-Górecki <marmarek at invisiblethingslab.com>
Date:   Fri Jul 22 02:40:29 2016 +0200

    xf86-video-dummy: changeable physical output size
    
    Add WIDTH_MM and HEIGHT_MM output properties to allow setting "physical"
    size of the output. Normally this data is retrieved from EDID, but for
    obvious reasons it can't be done in the VM.
    This patch allows to set this properties from user space. This is later
    reported as output size (the header line describing the output in
    `xrandr` output).
    
    Signed-off-by: Marek Marczykowski-Górecki <marmarek at invisiblethingslab.com>

commit 327a25c4c3ab0b79a1103794449a1f7ccd6faff3
Author: Marek Marczykowski-Górecki <marmarek at invisiblethingslab.com>
Date:   Tue Oct 16 16:48:47 2018 +0200

    RandR support in dummy video driver
    
    Properly initialize RandR extension, mostly with stubs. It creates four
    virtual outputs (lets hope that nobody will need more at once...). By
    default only the first one is in "connected" state, with preferred mode
    from xorg.conf. Other outputs get "connected" at first mode set (and
    left connected forever - you can always not use it).
    So without any xrandr calls it should work as before.
    
    Signed-off-by: Marek Marczykowski-Górecki <marmarek at invisiblethingslab.com>



More information about the xorg-commit mailing list