分页: 1 / 1

xubuntu下双屏幕支持的困惑?

发表于 : 2018-02-09 9:03
百草谷居士
普通台式机,单显卡,双接头,一个VGA,一个DVI。DVI上是一个大一点的显示器,VGA上是一个小一点的显示器。
在xubuntu自带的显示管理上,可以设定主显示器,然后可以设定副显示器的位置,比如在上下左右的位置。
可是,如果我把DVI显示器设为主显示器,就只能把副显示器放置在右侧。
而我希望DVI做主显示器,VGA做副显示器并且放在左侧。当我这样设定时,主显示器就自动变成VGA显示器了。

Re: xubuntu下双屏幕支持的困惑?

发表于 : 2018-02-09 11:16
poloshiao
单显卡,双接头,一个VGA,一个DVI。
一個 GPU 還是 兩個 GPU ?
最好有 線路圖

Re: xubuntu下双屏幕支持的困惑?

发表于 : 2018-02-12 9:09
百草谷居士
板载单显卡单显核
另外lubuntu竟然没有显示器管理程序,没有管理双显示器。

Re: xubuntu下双屏幕支持的困惑?

发表于 : 2018-02-12 9:28
dwl301
没有xrandr么?

Re: xubuntu下双屏幕支持的困惑?

发表于 : 2018-02-12 14:54
poloshiao

Re: xubuntu下双屏幕支持的困惑?

发表于 : 2018-02-12 20:32
百草谷居士
Option '-pos' is more flexible which can place output to anywhere, for example:

# xrandr --output VGA --pos 200x200

# xrandr --output LVDS --pos 400x500

没有搞明白到底啥功效

Re: xubuntu下双屏幕支持的困惑?

发表于 : 2018-02-12 21:20
poloshiao
# xrandr --output VGA --pos 200x200
1. (左上角) 顯示在 (200,200) 螢幕座標
x 座標 200
y 座標 200
2-1. 參閱
http://manpages.ubuntu.com/manpages/xen ... ndr.1.html
xrandr - primitive command line interface to RandR extension
--pos xxy
Position the output within the screen using pixel coordinates.
In case reflection or rotation is applied, the translation is
applied after the effects.
2-2. 如果改變 x,y 值 會移動螢幕顯示位置