Olá, pessoal!
Eu estou tentando criar um monitor virtual usando o xserver-xorg-video-dummy, meu objetivo é conseguir usar outro notebook como segundo monitor (como vou fazer isso? Ainda não sei). O que está acontecendo é: Eu crio o arquivo /etc/X11/xorg.conf com o seguinte valor:
Section "Device"
Identifier "Acer Monitor Device"
Driver "modesetting"
EndSection
Section "Device"
Identifier "Virtual Video Device"
Driver "dummy"
VideoRam 16384
EndSection
Section "Monitor"
Identifier "Acer Monitor"
HorizSync 30-70
VertRefresh 50-75
EndSection
Section "Monitor"
Identifier "Virtual Monitor"
HorizSync 30-70
VertRefresh 50-75
EndSection
Section "Screen"
Identifier "Real Screen"
Monitor "Acer Monitor"
Device "Acer Monitor Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080"
EndSubSection
EndSection
Section "Screen"
Identifier "Virtual Screen"
Monitor "Virtual Monitor"
Device "Virtual Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Real Screen" 0 0
Screen 1 "Virtual Screen" RightOf "Real Screen"
EndSection
a sessão inicia, e se eu passo o mouse para lado ele vai embora como se realmente tivesse um monitor ali, porém eu não consigo ver o monitor virtual nem nas configurações do gnome e nem na saída do comando xrandr
OS: Ubuntu 22.04
Hardware: Acer Aspire 5 (Ryzen 5 5500u)
Se alguém souber como configurar isso me dê um help pf kkkkjkk