I'm so close and yet so far getting two side by side Cintiq 21UX's working
together.  The nVidia TwinView part of it works fine.  I can get the stylus
working on the left screen fine.  Nothing I do seems to get the stylus on
the right screen to work.  Trial and error is not working.  Someone who
knows what they're doing can probably help.

I rebuilt an RHEL4 kernel as per instructions giving me 2.6.9-prep.  I left
/etc/udev/rules.d/10-wacom.rules alone because it seemed OK.  When I boot
up, I get two devices created: /dev/input/wacom -> event2 and
/dev/input/wacom1 -> event3.

In my xorg.conf file, Section "ServerLayout", among other things I have:
InputDevice "stylus" "SendCoreEvents"
InputDevice "stylus1" "SendCoreEvents"

Then:
Section "InputDevice"
  Identifier "stylus"
  Driver "wacom"
  Option "Device" "/dev/input/wacom"
  Option "Type" "stylus"
  Option "USB" "on"
  Option "BottomX" "174400"
  Option "TwinView" "none"
EndSection

Section "InputDevice"
  Identifier "stylus1"
  Driver "wacom"
  Option "Device" "/dev/input/wacom1"
  Option "Type" "stylus"
  Option "USB" "on"
  Option "BottomX" "174400"
  Option "TwinView" "none"
EndSection

I've tried various combinations of Option "TwinView" "horizontal", Option
"ScreenNo" "1", etc., but the above comes closest to what I'm hoping for. 
As it stands, when I move the pen on the right screen, it displays the
correct position except it's on the left screen, i.e. all the scaling is
good, it's just showing up on the wrong screen.

Any ideas of what I'm doing wrong?
Thanks,
Norbert


-- 
View this message in context: 
http://www.nabble.com/TwinView-problem-on-dual-Cintiq-21UX-setup-tf3241737.html#a9011872
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