You are not logged in.
Pages: 1
I'm running into a bit of an issue with my Wacom Intuos4, and the aspect ration translation from screen to tablet. I've got a 23" screen that runs at 1920x1080, and the Intuos is 6x9 -- resulting in a different aspect ratio. In Windows I can solve this by checking the 'Force Proportions' option in the Wacom control panel, however I can't seem to get it to work in Arch. ![]()
Of note: I'm using dual monitors. The left is the 1920x1080 monitor; on the right is a 1680x1050 monitor. I've solved the issue of restraining it to one monitor by using the command:
xsetwacom set "Wacom Intuos4 6x9 stylus" MapToOutput HEAD-0However, the aspect ration is still wonky. I've added:
Option "KeepShape" "on" to my /etc/X11/xorg.conf.d/50-wacom.conf file and there still seems to be some warping. Would it be better to manually calculate the area of the primary monitor using the Area option of xsetwacom?
Here is my 50-wacom.conf file:
Section "InputClass"
Identifier "Wacom class"
MatchProduct "Wacom|WACOM|Hanwang|PTK-540WL"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
Option "TwinView" "horizontal"
Option "KeepShape" "on"
EndSection
Section "InputClass"
Identifier "Wacom serial class"
MatchProduct "Serial Wacom Tablet"
Driver "wacom"
Option "TwinView" "horizontal"
Option "KeepShape" "on"
EndSection
Section "InputClass"
Identifier "Wacom serial class identifiers"
MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9"
Driver "wacom"
Option "TwinView" "horizontal"
Option "KeepShape" "on"
EndSection
# Waltop tablets
Section "InputClass"
Identifier "Waltop class"
MatchProduct "WALTOP"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
Option "TwinView" "horizontal"
Option "KeepShape" "on"
EndSection
# N-Trig Duosense Electromagnetic Digitizer
Section "InputClass"
Identifier "Wacom N-Trig class"
MatchProduct "HID 1b96:0001|N-Trig Pen"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
Option "Button2" "3"
Option "TwinView" "horizontal"
Option "KeepShape" "on"
EndSectionAny help would be greatly appreciated! ![]()
EDIT: I accidentally a word.
Last edited by dffx (2012-06-23 19:22:42)
Offline
Pages: 1