커맨드 라인에서 디스플레이의 위치를 ​​변경하는 방법? 200, current

명령 프롬프트를 사용하여 아래에 표시된 설정을 얻으려면 어떻게해야합니까?

여기에 이미지 설명을 입력하십시오

편집 : 위와 같이 보조 디스플레이를 기본 디스플레이의 상단과 왼쪽에 반쯤 위치시켜야합니다.

xrandr의 출력은 다음과 같습니다.

        Screen 0: minimum 320 x 200, current 3200 x 1567, maximum 32767 x 32767
    eDP1 connected primary 1920x1080+1280+487 (normal left inverted right x axis y axis) 345mm x 194mm
       1920x1080      60.0*+   59.9  
       1680x1050      60.0     59.9  
       1600x1024      60.2  
       1400x1050      60.0  
       1280x1024      60.0  
       1440x900       59.9  
       1280x960       60.0  
       1360x768       59.8     60.0  
       1152x864       60.0  
       1024x768       60.0  
       800x600        60.3     56.2  
       640x480        59.9  
    VGA1 disconnected (normal left inverted right x axis y axis)
    DP1 disconnected (normal left inverted right x axis y axis)
    HDMI1 disconnected (normal left inverted right x axis y axis)
    HDMI2 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 376mm x 301mm
       1280x1024      60.0*+   75.0  
       1920x1080      60.0     59.9  
       1152x864       75.0  
       1280x720       60.0     59.9  
       1024x768       75.1     60.0  
       800x600        75.0     60.3  
       640x480        75.0     60.0     59.9  
       720x400        70.1  
    VIRTUAL1 disconnected (normal left inverted right x axis y axis)


답변

이 시도:

xrandr --output eDPI1 --mode 1024x768 --pos 0x0 --rotate normal --output HDMI2 --mode 1366x768 --pos 1024x384 --rotate normal


답변