You are not logged in.

#1 2020-12-07 09:08:57

mantoshelis
Member
From: root
Registered: 2018-05-25
Posts: 7

xf86-video-dummy with second display

Hello,
Currently I have Arch Linux with 5.9.12-arch1-1 kernel and KDE Plasma 5.20.4. It's a headless installation without monitor. I use xf86-video-dummy driver. Everything works great, unfortunately I can't find information whether second display / monitor could be configured with this driver. My current /etc/X11/xorg.conf.d/10-headless.conf configuration looks like this:

Section "Monitor"
        Identifier "dummy_monitor"
        HorizSync 28.0-80.0
        VertRefresh 48.0-75.0
        Modeline "1920x1080" 172.80 1920 2040 2248 2576 1080 1081 1084 1118
EndSection

Section "Device"
        Identifier "dummy_card"
        VideoRam 256000
        Driver "dummy"
EndSection

Section "Screen"
        Identifier "dummy_screen"
        Device "dummy_card"
        Monitor "dummy_monitor"
        SubSection "Display"
        EndSubSection
EndSection

Maybe someone has information about it? Thanks in advance.

Last edited by mantoshelis (2020-12-07 09:11:28)

Offline

Board footer

Powered by FluxBB