2012-06-14 42 views

回答

1

確實可以使用XRandR工具。例如,如果你的第二個顯示器通過VGA線連接就可以使用命令:

xrandr --output VGA1 --auto --right-of LVDS1 

--auto參數會嘗試自動設置分辨率。

如果你想具體的解決方案可以與--mode參數實驗,例如

xrandr --output VGA1 --mode 1600x1050 --right-of LVDS1 

欲瞭解更多詳細信息,在這裏看到的帖子:

http://devmain.blogspot.co.uk/2013/06/dual-monitors-configuration-for-linux.html