ubuntu 設定上下雙屏

2021-09-04 16:11:05 字數 2338 閱讀 1012

ubuntu如何實現雙屏顯示

ubuntu設定主屏和副屏

參考上面兩個部落格,找到電腦螢幕和拓展螢幕代號,用xrandr(檢視顯示屏設定)

yeqiuyi@yeqiuyi-hp:~$ xrandr
執行結果:

screen 0: minimum 320 x 200, current 3840 x 1080, maximum 8192 x 8192

edp-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 294mm x 165mm

1920x1080 60.01*+ 59.97 59.96 59.93 40.00

1680x1050 59.95 59.88

...320x180 59.84 59.32

dp-1 disconnected (normal left inverted right x axis y axis)

dp-2 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 344mm x 195mm

1920x1080 60.00 + 60.00* 50.00 59.94 30.00 25.00 24.00 29.97 23.98

...720x400 70.08

所以我的電腦螢幕是edp-1,拓展螢幕是dp-2

yeqiuyi@yeqiuyi-hp:~$ xrandr--output edp-1--top-of dp-2--auto
執行結果:

xrandr: unrecognized option '--top-of'

try 'xrandr --help' for more information.

看來用top不行!檢視xrandr的幫助資訊:

yeqiuyi@yeqiuyi-hp:~$ xrandr --help
執行結果:

usage: xrandr [options]

where options are:

--display or -d --help

-o or --orientation -q or --query

-s /xor --size /x-r or --rate or --refresh -v or --version

-x (reflect in x)

-y (reflect in y)

--screen --verbose

--current

--dryrun

--nograb

--prop or --properties

--fb x--fbmm x--dpi /--output --auto

--mode --preferred

--pos x--rate or --refresh --reflect normal,x,y,xy

--rotate normal,inverted,left,right

--left-of --right-of --above --below --same-as --set --scale x--scale-from x--transform ,,,,,,,,--off

--crtc --panning x[++[/x++[////]]]

--gamma ::--brightness --primary

--noprimary

--newmode [flags...]

valid flags: +hsync -hsync +vsync -vsync

+csync -csync csync interlace doublescan

--rmmode --addmode --delmode --listproviders

--setprovideroutputsource --setprovideroffloadsink --listmonitors

--listactivemonitors

--setmonitor

--delmonitor

原來是用below,成了。

yeqiuyi@yeqiuyi-hp:~$ xrandr--output edp-1--below dp-2--auto

ubuntu 設定雙屏

一直以來超愛雙屏,windows下可以直接按快捷鍵就可以的,不過ubuntu下不能快捷鍵的。平台 ubuntu 11.04 顯示卡 nvidia 前提 你首先要安裝顯示卡驅動的。方法 系統 系統管理 附加驅動 進行安裝驅動。或者命令 sudo apt get install nvidia setti...

Ubuntu設定雙屏擴充套件

第一步 在命令列執行 xrandrdvi d 0 connected primary 1920x1080 0 0 normal left inverted right x axis y axis 598mm x 336mm 1920x1080 60.00 1680x1050 59.95 1440x9...

ubuntu 分屏 雙屏顯示

有時候我們有兩個顯示器,那麼我們想要在兩個顯示器顯示東西,下面到方法能幫到你 我們可以看到有兩個顯示器 vga 1 主顯示器 和hdmi 1 1 開啟外接顯示器,雙螢幕顯示相同的內容 轉殖,auto為最高解析度 xrandr output hdmi 1 same as vga 1 auto 命令中h...