赞
踩
在Ubuntu上安装team viewer或者向日葵,进行远程控制,这里记录采用team viewer方式的配置过程,向日葵等远程控制类似。
官方下载Ubuntu系统镜像文件xxx.iso
,这里采用的版本是22.04 LTS
桌面版。
制作启动盘:使用工具balenaEtcher,详情参考地址:Install Ubuntu desktop | Ubuntu。
官网下载Ubuntu版team viewer
并安装:teamviewer_15.34.4_amd64.deb
此时就可以远程控制Ubuntu了
如果远程Ubuntu在无显示器或者显示器关闭情况下,远程控制是无法正常运作的,原因可能是Ubuntu显卡模式,此时需要采用外接显卡欺骗器或者虚拟显卡,这里采用虚拟显卡方式。
安装2个软件:
sudo apt-get install xserver-xorg-core-hwe-18.04
sudo apt-get install xserver-xorg-video-dummy
创建或修改配置文件:sudo vim /usr/share/X11/xorg.conf.d/xorg.conf
Section "Monitor" Identifier "Monitor0" HorizSync 28.0-80.0 VertRefresh 48.0-75.0 # https://arachnoid.com/modelines/ # 1920x1080 @ 60.00 Hz (GTF) hsync: 67.08 kHz; pclk: 172.80 MHz Modeline "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -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
配置文件主要是配置分辨率、刷新率等显示参数;
重启Ubuntu,即便没有显示器,也可以正常远程控制。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。