Math equations

Thursday, June 20, 2013

[tip] linux에서 dual monitor쓰기

http://www.maketecheasier.com/how-to-setup-dual-monitors-with-xrandr/2009/06/01

그냥 이거 보고 하면된다.

모니터가 2개 있으면 다 연결하고,

터미널에 xrandr을 입력하자.
그러면 이런 메세지가 나오는데,

Screen 0: minimum 320 x 200, current 1440 x 1024, maximum 8192 x 8192
LVDS1 connected 1440x900+0+0 (normal left inverted right x axis y axis) 304mm x 190mm
   1440x900       60.1*+   49.9
   1024x768       60.0
   800x600        60.3     56.2
   640x480        59.9
VGA1 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 340mm x 270mm
   1280x1024      60.0*+   75.0
   1280x960       60.0
   1280x800       74.9     59.8
   1152x864       75.0
   1280x768       74.9     59.9
   1024x768       75.1     70.1     60.0
   1024x576       60.0
   832x624        74.6
   800x600        72.2     75.0     60.3     56.2
   848x480        60.0
   640x480        72.8     75.0     60.0
   720x400        70.1
DVI1 disconnected (normal left inverted right x axis y axis)

모니터를 확장해서 쓰려면
xrandr --auto --output LVDS1 --mode 1440x900 --right-of VGA1

이런 식으로 입력하면 된다.


본 포스트는 레아시스와 무관합니다.


No comments:

Post a Comment