|
From: Favux ... <fav...@gm...> - 2010-07-28 04:45:55
|
On Tue, Jul 27, 2010 at 11:09 PM, Dan Saint-Andre <sai...@gm...> wrote: > As someone new to the list, I'd like to search for my answer in the archive > ... if I knew how to do that. > I've used X11 on linux since 1995, but never joined the list so I don't know > how to search the archives. > > My situation: I have a tablet-PC (Lenovo Thinkpad X61-tablet) that mostly > works. It has a built-in, > OEM-serial Wacom tablet with touch. I'm running Ubuntu Lucid and cannot > discover how to get a stylus > and touch calibration. > > It seems that I need at least two -- laptop=landscape and tablet=portrait -- > calibrations. > It seems, too, that I might need both a normal and inverted calibration > edition for these two orientations. > That is a total of four sets of calibrations details. > > Ubuntu Lucid does not have a wacom-tools package available. > > I was told that there is a utility called 'xcalibrate" but I cannot find it > anywhere. > > Can someone tell me how to accomplish calibration? > > ~~~ 0;-Dan > Austin, TX > > ------------------------------------------------------------------------------ > The Palm PDK Hot Apps Program offers developers who use the > Plug-In Development Kit to bring their C/C++ apps to Palm for a share > of $1 Million in cash or HP Products. Visit us here for more details: > http://ad.doubleclick.net/clk;226879339;13503038;l? > http://clk.atdmt.com/CRS/go/247765532/direct/01/ > _______________________________________________ > Linuxwacom-discuss mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss > > Hi Dan, In Xorg.0.log in /var/log when the wacom driver initializes your digitizer and touchscreen it'll list generic coordinates for both. Then set up the coordinates in a xsetwacom startup script. For examples see: http://ubuntuforums.org/showthread.php?t=1515562 You don't need coordinates for each orientation. For some rotation scripts and methods see: http://ubuntuforums.org/showpost.php?p=6274392&postcount=1 The xinput_calibrator is at: http://www.freedesktop.org/wiki/Software/xinput_calibrator Favux |