|
From: Gerco B. <ge...@ba...> - 2010-07-30 11:59:53
|
On 07/26/2010 04:09 PM, IL'dar AKHmetgaleev wrote: > На Mon, 26 Jul 2010 07:55:26 -0500 > "Favux ..."<fav...@gm...> записано: > >>> The problem is that the cursor is only visible in the left part of >>> the left screen and/or the right part of the right screen. If the >>> cursor is free to move between screens, it jumps from the middle of >>> the left screen to the middle of the right screen. If the cursor is >>> locked on the left screen, it moves from the left to the middle of >>> the screen while moving the stylus from left to right on the >>> tablet; if it is locked on the right screen, it moves from the >>> middle to the right of the screen while moving the stylus. It is >>> this using of the half of the screens that's the problem. >>> >> >> I think if you turned off xinerama and used the nVidia control panel >> to setup twinview then the xsetwacom commands would give you one >> screen or the other. Why xinerama over twinview? >> >>> Some further Google queries showed postings that indicate that the >>> second problem I mentioned apparently has to deal with the a >>> problem in GTK/GDK library (not dealing properly with Xinerama). >> >> Another reason to try twinview over xinerama. > > I had exactly the same problem. I have triple head setup so can't use > twinview. > > First problem fixed by hacking x11 wacom driver. > http://akhil.homelinux.org/drop/t4by - this is my patch. > Thanks. This patch seems work when restricting the cursor to a single screen. With this patch the tablet is mapped to the whole screen. However, if the cursor is free to move between screens the cursor still jumps from the middle of the left screen to the middle of the right screen (skipping the right side of the left screen and the left side of the right screen). > > Second problem old and well known and there is a patch in gtk bug > traker: > http://bugzilla-attachments.gnome.org/attachment.cgi?id=148495 > > With this patches tablet works well with one screen mapping and > switching screens via ''xsetwacom set "$toolname" Screen_No > $screennum'' which assigned to hotkeys. > Thanks for the pointer. I'm not sure, however, how happy I'm gone be when I start to recompile the gtk/gdk libraries... With regards, Gerco. > _______________________________________________ > Linuxwacom-discuss mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss |