For the record, this problem was solved by Ping and the fix will appear in
beta version 0.7.7-6.  For 0.7.6-4 users there is a change in routine
xf86WcmDevConvert of src/xdrv/xf86Wacom.c.  Running make in src/xdrv
produces a new wacom_drv.o which needs to be copied to
/usr/X11R6/lib64/modules/input.  After X is restarted, things work fine with
the xorg.conf contents below.  Just a note that under RHEL 4, the creation
of /dev/input/wacom devices is a bit unpredictable (I'm now getting a
/dev/input/wacom2 instead of /dev/input/wacom1 for some reason), but setting
xorg.conf accordingly works.  I had to switch "ScreenNo" "x" values between
the devices to get the cursor to show up on the proper screen.

Norbert


Hi Ping,

Well, this seems to crash the X server.  Clicking on the left screen works
fine.  Clicking on the right causes everything to go black and restart X. 
When I run wacomcpl, I can calibrate the left side, but when I try to
calibrate the right, as soon as I touch the upper left corner, X crashes. 
The bottom of /var/log/Xorg.0.log has a few lines like:
AUDIT: Fri Feb 16 16:43:24 2007: 10817 X: client 2 rejected from local host
  Auth name:  MIT-MAGIC-COOKIE-1  ID:  -1
I don't know if this is related to the crash.

BTW, my linuxwacom version is 0.7.6-4.  I'm running an x86_64 system.

Norbert


Please try the following sections and make sure you calibrate both
tablets through wacomcpl.

Section "InputDevice"
  Identifier "stylus"
  Driver "wacom"
  Option "Device" "/dev/input/wacom"
  Option "Type" "stylus"
  Option "USB" "on"
  Option "ScreenNo" "0"
  Option "TwinView" "horizontal"
EndSection

 Section "InputDevice"
  Identifier "stylus1"
  Driver "wacom"
  Option "Device" "/dev/input/wacom1"
  Option "Type" "stylus"
  Option "USB" "on"
  Option "ScreenNo" "1"
  Option "TwinView" "horizontal"
EndSection

Ping


-- 
View this message in context: 
http://www.nabble.com/TwinView-problem-on-dual-Cintiq-21UX-setup-tf3241737.html#a9090262
Sent from the linuxwacom-discuss mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to