当前位置: 首页 > news >正文

ubuntu的虚拟显示器安装

共享桌面的配置开启

ubuntu20.04 默认使用是Xorg显示服务器,可通过如下命令查询确认:

echo $XDG_SESSION_TYPE
#x11 表示当前使用的是Xorg
#wayland 表示使用的是Wayland

安装软件

sudo apt update
sudo apt install vino

配置 Vino(屏幕共享参数)

gsettings set org.gnome.Vino prompt-enabled false
gsettings set org.gnome.Vino view-only false
gsettings set org.gnome.Vino require-encryption false
gsettings set org.gnome.Vino authentication-methods "['vnc']"

配置自动启动

mkdir -p ~/.config/autostart
cp /etc/xdg/autostart/vino-server.desktop ~/.config/autostart/

检查是否开启成功

ps aux | grep vino-server #检查是否运行
ss -tuln | grep 5900 #检查VNC端口是否开启监听

安装虚拟显示器xserver-xorg-video-dummy

sudo apt update
sudo apt install xserver-xorg-video-dummy

添加虚拟显示器配置

$ cd /etx/X11
$ sudo vim xorg.conf.dummy  
Section "Device"Identifier "DummyDevice"Driver "dummy"VideoRam 256000
EndSectionSection "Screen"Identifier "DummyScreen"Device "DummyDevice"Monitor "DummyMonitor"DefaultDepth 24SubSection "Display"Depth 24Modes "1920x1080_60.0"EndSubSection
EndSectionSection "Monitor"Identifier "DummyMonitor"HorizSync 30-70VertRefresh 50-75ModeLine "1920x1080" 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +Hsync +Vsync
EndSection
  • 修改/etc/X11/xorg.conf
cp xorg.conf xorg.conf.backup
cp xorg.conf.dummy xorg.conf
  • 重新上电测试

安装远程软件

  • 下载安装:nomachine

参考

  • NVIDIA Jetson AGX Orin虚拟显示器安装
http://www.dtcms.com/a/237298.html

相关文章:

  • Vue具名插槽
  • FirmAE安装-重新写
  • 【STM32F1标准库】理论——定时器中的输出比较
  • Day47
  • PostgreSQL数据类型使用
  • ros创建工作空间配置运行状态机
  • go语言学习 第8章:切片
  • spring中的@RabbitListener注解详解
  • 腾讯 ovCompose 跨平台框架发布,几年后还会有人用吗?
  • SSM spring Bean实例化
  • matlab 2024a ​工具箱Aerospsce Toolbox报错​
  • 【力扣链表篇】19.删除链表的倒数第N个节点
  • 2025年06月07日Github流行趋势
  • Vue3 项目的基本架构解读
  • 2012-2023年 上市公司-知识重组创造、知识重组再利用数据-社科经管实证数据
  • 《从零掌握MIPI CSI-2: 协议精解与FPGA摄像头开发实战》-- CSI-2 协议详细解析LLP (二)
  • 备份还原打印机驱动
  • 数据库管理与高可用-MySQL高可用
  • Java基于SpringBoot的校园闲置物品交易系统,附源码+文档说明
  • 以智能管理为基础,楼宇自控打造建筑碳中和新路径
  • WebFuture 系统升级提示外键约束的问题处理
  • WebWorker-----高频面试题(浏览器篇)
  • 30、memory-order-relaxed
  • 从零开始开发纯血鸿蒙应用之网络检测
  • A Execllent Software Project Review and Solutions
  • 【物联网-ModBus-RTU
  • 【Go语言基础【14】】defer与异常处理(panic、recover)
  • 【HarmonyOS 5】拍摄美化开发实践介绍以及详细案例
  • 关于datetime获取时间的问题
  • n8n + AI Agent:AI 自动化生成测试用例并支持导出 Excel