ubuntu 沒有顯示器 vnc登陸 解析度設定

2021-06-16 11:46:08 字數 2053 閱讀 5422

2023年7月15日12:01:02

我在試驗的時候遇到了乙個問題:

vnc 沒有啟動成功, 還把介面給搞丟了,桌面系統崩潰了。

然後順次執行了下面三條命令搞定,然後又按照下面的方法修改之後解決之。

remove kubuntu

paste this command into the terminal:

remove xubuntu

paste this command into the terminal:

remove lubuntu

paste this command into the terminal:

remove edubuntu

paste this command into the terminal:

last updated 04/27/13 05:21

# vi /etc/init/x11vnc.conf

start on login

-session

-start

script

x11vnc

-display

:0-auth

/var

/run

/lightdm

/root

/:0-forever

-bg

-o /var

/log

/x11vnc.log

-rfbauth

/etc

/x11vnc.pass

-shared

-noxdama

ge -xrandr

"resize"

-rfbport

5900

end script

sudo apt

-get install xserver

-xorg

-video

-dummy

ztlchina

:~$ vi

/etc

/x11

/xorg.conf 

1#ztlchina add here for vnc no monitor resolutions:

2#3 section

"device"

4     identifier  

"configured video device"

5     driver      

"dummy"

6 endsection

78 section

"monitor"

9     identifier  

"configured monitor"

10     horizsync

31.5

-48.

511     vertrefresh

50-70

12 endsection

1314 section

"screen"

15     identifier  

"default screen"

16     monitor     

"configured monitor"

17     device      

"configured video device"

18     defaultdepth

2419     subsection

"display"

20     depth

2421     modes

"1024x800"

22     endsubsection

23 endsection

~

ubuntu 連線雙顯示器

我的是雙顯示卡,單顯示卡應該也適用 兩個顯示器的輸入線同時插在主顯示卡我最右邊兩個口就可以了 每個顯示卡自帶4個插口,3個dp,乙個hdmi 我乙個插的dp介面,另乙個插得的hdmi 使用命令檢視連線情況 xrandr screen 0 minimum 8 x 8,current 3840 x 14...

UBUNTU下雙顯示器設定

ubuntu下雙顯示器設定 ubuntu gnome 現在已經能很好的處理雙屏了,無論是轉殖方式還是擴充套件方式!但有時我們需要乙個不同的管理器如awesome fluxbox這類簡單的視窗管理器中又如何設定成雙顯呢?其實也很容易 xrandr就可以了!1 了解設定的名稱 直接執行xrandr 不帶...

Ubuntu下雙顯示器設定

自8.10後的版本,系統自帶了xrandr工具,可以很好的實現雙顯示器。配置與使用如下 介紹 x windows 中有乙個顯示解析度的概念,在預設情況下,這個顯示解析度為 max max max等於你的所有連線上的顯示器中最大解析度中的最大值。例如我的筆記本液晶屏最大解析度為 1024 768,外接...