Ubuntu 20 04 虛擬顯示器且遠端連線

2021-10-18 06:41:18 字數 1020 閱讀 9905

通過終端安裝虛擬顯示器軟體。

$ sudo

apt-get

install xserver-xorg-core-hwe-18.04

$ sudo

apt-get

install xserver-xorg-video-dummy

在 /usr/share/x11/xorg.conf.d/ 中新增 xorg.conf 檔案。

$ sudo vim /usr/share/x11/xorg.conf.d/xorg.conf
section "device"

identifier "configured video device"

driver "dummy"

endsection

section "monitor"

identifier "configured monitor"

horizsync 31.5-48.5

vertrefresh 50-70

endsection

section "screen"

identifier "default screen"

monitor "configured monitor"

device "configured video device"

defaultdepth 24

subsection "display"

depth 24

modes "1920x1080"

endsubsection

endsection~~

~

:wq

$注意:雖然配置上面寫了 「1920x1080」,但是實際上最大支援 "1360x768"

重啟計算機後,預設使用虛擬顯示器。

使用向日葵或teamviewer實現遠端連線即可

參考原文:1.

2.

Ubuntu20 04修復網路不顯示問題

ubuntu20.04修復網路不顯示問題 當我們在使用ubuntu系統時,可能由於某項配置沒有設定好,或者關閉 掛起系統時出現錯誤,導致再次開啟ubuntu系統時會沒有網路顯示。通過其他前輩的方法指導,本人親測目前一直在用的方法 個人測試ubuntu16版本以上可用,其他版本可自測,我是20.04版...

ubuntu20 04 安裝虛擬環境備忘

1 首先是安裝pip3工具 20.04初始沒有安裝 sudo apt install python3 pip 2 安裝虛擬環境 sudo pip3 install virtualenv 這裡可以直接安裝擴充套件包 和windows一樣會自動安裝虛擬環境 4 配置環境變數 sudo vim bashr...

Ubuntu20 04 安裝總結

這是安裝過程中的網路設定的。gateway 閘道器 對應實驗室的0.0.0.0 nameserver 可以在之前機器上檢視,然後將其填寫進去,也是特定的,10.21.238.12 裝完後只可以訪問區域網內的ip還不能訪問外網,例如baidu.com。與nameserver是對應的 我所安裝的有這兩個...