【Ubuntu24.04无显示器远控】【Todesk远程桌面黑屏】【Linux虚拟显示器】解决方案
newborne 2024-08-05 12:37:02 阅读 76
1️⃣版本
Ubuntu 24.04Todesk 4.7.2.0xserver-xorg-video-dummy 1:0.4.0-1build1
2️⃣安装配置虚拟显示器
<code>sudo apt install xserver-xorg-video-dummy编辑/etc/gdm3/custom.conf
,关闭Ubuntu24.04Wayland切换为X11
WaylandEnable=false
/usr/share/X11/xorg.conf.d/
目录下新建一个显示器配置文件99-dummy.conf
# 99-dummy.conf
Section "Device"
Identifier "Configured Video Device"
Driver "dummy"
VideoRam 256000
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 10.0-300
VertRefresh 10.0-200
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080"
EndSubSection
EndSection
3️⃣重启后查看
<code>xrandr
上一篇: ifcfg-DEVICE网络配置——BOOTPROTO参数指定在引导时获取网络信息的策略
下一篇: 某马2024SpringCloud微服务开发与实战 bug记录与微服务知识拆解(MybatisPlus、Docker、MQ、ES、Redis)第四章
本文标签
声明
本文内容仅代表作者观点,或转载于其他网站,本站不以此文作为商业用途
如有涉及侵权,请联系本站进行删除
转载本站原创文章,请注明来源及作者。