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

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

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

이것은 내 콘솔 출력입니다.

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

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

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

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 --version
xrandr program version       1.5.1
Server reports RandR version 1.6

관련 정보