Lubuntu 16.04 xsetwacom: "'DVI-I-0' 출력을 찾을 수 없습니다."

Lubuntu 16.04 xsetwacom: "'DVI-I-0' 출력을 찾을 수 없습니다."

방금 듀얼 모니터를 가지고 있는데 Wacom 태블릿에서 모니터 하나만 그리도록 제한하고 싶습니다. 불행하게도 xsetwacom은 xrandr plain에 day로 나열되어 있음에도 불구하고 DVI 입력을 인식하지 못하는 것 같습니다. 어떤 아이디어가 있나요?

내 콘솔 출력은 다음과 같습니다.

andrewcarr@andrewcarr-desktop:~$ xrandr
Screen 0: minimum 8 x 8, current 3200 x 900, maximum 16384 x 16384
DVI-I-0 connected primary 1600x900+1600+0 (normal left inverted right x axis y axis) 443mm x 249mm
   1600x900      60.00*+
   1440x900      59.89  
   1280x1024     60.02  
   1280x720      60.00  
   1024x768      60.00  
   800x600       60.32  
   640x480       59.94  
DVI-I-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)
DVI-D-0 connected 1600x900+0+0 (normal left inverted right x axis y axis) 443mm x 249mm
   1600x900      60.00*+
   1440x900      59.89  
   1280x1024     60.02  
   1280x720      60.00  
   1024x768      60.00  
   800x600       60.32  
   640x480       59.94  
 andrewcarr@andrewcarr-desktop:~$ xsetwacom set "Wacom Intuos PT M Pen stylus" MapToOutput DVI-I-0
Unable to find an output 'DVI-I-0'.

답변1

xrandr의 모니터 이름 대신 HEAD-[head index]. 예를 들어 HEAD-0나열된 첫 번째 모니터, HEAD-1두 번째 모니터 등에 사용합니다.

예를 들어xsetwacom --set "Wacom Intuos PT S 2 Pen stylus" MapToOutput HEAD-1

답변2

HEAD-0왜 내 시스템에서 및를 사용해야 하는지 궁금했습니다 HEAD-1. man xsetwacomNVIDIA 드라이버에 대한 언급은 다음과 같습니다 .

여기에 이미지 설명을 입력하세요

Arch Linux에서 현재 내 NVIDIA 드라이버 버전은 다음과 같습니다.

$ pacman -Si nvidia
Repository      : extra
Name            : nvidia
Version         : 510.60.02-17
Description     : NVIDIA drivers for linux
Architecture    : x86_64
URL             : https://www.nvidia.com/
Licenses        : custom
Groups          : None
Provides        : NVIDIA-MODULE
Depends On      : linux  nvidia-utils=510.60.02  libglvnd

xrandr:

$ xrandr --version
xrandr program version       1.5.1
Server reports RandR version 1.6

관련 정보