Ubuntu无显示器连接,向日葵(ToDesk,Nomachine)远程控制

Ubuntu无显示器连接,向日葵(ToDesk,Nomachine)远程控制

当断开显示器连接后远程桌面会连续的抖动,判断是没有显示器的影响。

  • 终端远控时卡在进入远程桌面

    由于Ubuntu默认显示管理器是gdm,而向日葵使用的是lightdm,选择gdm3

     sudo apt install lightdm 
     sudo dpkg-reconfigure lightdm #重新配置
    

    image-20240308174635666

  • 安装虚拟显示器方案

     sudo apt install xserver-xorg-core-hwe-18.04 
     #sudo apt install xserver-xorg-video-dummy 
     sudo apt install  xserver-xorg-video-dummy-hwe-18.04

    当出现 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系。 使用aptitude安装

     sudo aptitude install xserver-xorg-core-hwe-18.04 
     #sudo aptitude install xserver-xorg-video-dummy  
     sudo aptitude install  xserver-xorg-video-dummy-hwe-18.04

  • 添加配置文件 /usr/share/X11/xorg.conf.d/xorg.conf

     cd /usr/share/X11/xorg.conf.d/
     ​
     touch xorg.conf
     ​
     #把下面配置内容加入xorg.conf文件中
     sudo vim xorg.conf
     Section "Monitor" 
         Identifier "Monitor0" 
         HorizSync 28.0-80.0 
         VertRefresh 48.0-75.0 
         Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync 
     EndSection 
     Section "Device" 
         Identifier "Card0" 
         Driver "dummy" 
         VideoRam 256000 
     EndSection 
     Section "Screen" 
         DefaultDepth 24 
         Identifier "Screen0" 
         Device "Card0" 
         Monitor "Monitor0" 
         SubSection "Display" 
             Depth 24 
             Modes "1920x1080_60.00" 
         EndSubSection 
     EndSection

    image-20240308153000980

  • 最后

    保存后重启 无显示器远控一切正常。

    同时计算机将默认使用虚拟显示器。

    如果需要再次直连显示器,需要删除或重命名/usr/share/X11/xorg.conf.d/xorg.conf

  • 21
    点赞
  • 38
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值