[Bug 151448] Re: Wacom pressure sensitivity lacking under Wine applications.

2024-05-06 Thread monte
I've been testing extensively for couple of days.
Wine 9.8 vanilla - SAI2 works out of the box, Photoshop CS4, 2017, 2020 tested 
and are broken. Pen pressure seems to be "working" but in a broken way, it 
registers pen press and the release events, and draws a straight line between 
this two points. It is only updated after pen release. Pressure is also only 
accounted at the time of pen down event. So basically unusable. The behavior 
changes if you unstack the canvas window from tabs line. Then pen works just 
like a simple mouse cursor, without lag but without any pressure control 
either. It seems like wintab is not used in this configuration, once you stack 
canvas back  everything works as previously.
Wine 9.8 staging (proton, tkg) - wintab seems to be broken, in SAI2 can't draw 
with a pen, in Photoshop behaves as a simple mouse cursor. After applying 
staging patches one by one, I've found the culprit - 
https://github.com/wine-staging/wine-staging/blob/master/patches/user32-rawinput-mouse/0005-winex11-Keep-track-of-mouse-device-and-pointer-butto.patch
 The patch related to mouse raw input, somehow it brakes wintab.
I'd like to be able to use pen input in photoshop to the full extend, it seems 
so close, just find a way to make photoshop read motion events, and not only 
the button ones.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/151448

Title:
  Wacom pressure sensitivity lacking under Wine applications.

To manage notifications about this bug go to:
https://bugs.launchpad.net/wine/+bug/151448/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 151448] Re: Wacom pressure sensitivity lacking under Wine applications.

2019-05-28 Thread Sabs
c0rn3j, you probably need to run /tmp/wine/configure and build
dependencies before running the test.

I'm testing based on Arch linux's AUR wine-staging-git package. I'm not
familiar with building WINE, so my workflow has been coupled with
trizen, an AUR wrapper:

1. mkdir -p /tmp/wine; cd /tmp/wine
2. trizen -Gl wine-staging-git  # download the package locally
3. vim wine-staging-git/PKGBUILD  # add "bash" to the end of the "build()" 
function, after the second "make"; this keeps the files around so I can mess 
with them
4. trizen -Sl wine-staging-git --noinstall --noconfirm

After a long build, there are 32-bit and 64-bit wine directories that
can run tests, and they're present as long as the bash session doesn't
terminate (so you can copy the directory, etc.)

Alistair, I built and ran the tests in dlls/wintab32/tests but it
doesn't seem to have an interactive variant (the code seems to reflect
this, although I'm not very familiar with it -- I can't find reference
to winetest_interactive in dlls/wintab32). If I run:

WINEDEBUG=+wintab32 WINETEST_INTERACTIVE=1 make test

Some binary appears to run and quit without awaiting input, a different
result from executing the test manually with:

WINETEST_INTERACTIVE=1 WINEDEBUG=+wintab32 ../../../wine
wintab32_test.exe.so

...which still isn't interactive, but does print some output. I've
attached logs of both. Wine is version wine-4.9-46-g3139727a97
(Staging).

I'm using xsetwacom's automatic Wacom configuration for my Wacom Bamboo
Fun CTE-650. Here's the output of xsetwacom --list:

Wacom BambooFun 6x8 Pad pad id: 11  type: PAD   
Wacom BambooFun 6x8 Pen stylus  id: 12  type: STYLUS
Wacom BambooFun 6x8 Pen eraser  id: 26  type: ERASER
Wacom BambooFun 6x8 Pen cursor  id: 27  type: CURSOR

I also included a log of "xinput list-props" for those devices if it
helps.

I suspect that c0rn3j and I have a similar problem: Paint Tool SAI and
Krita (windows) both output no tablet activity. wintab32 appears to find
my tablet (and its 4 devices) just fine but only reports window changes
afterwards -- no input activity at all while the tablet is in use. It
acts exactly like a mouse does for both the STYLUS and ERASER pressures,
and SAI doesn't seem to notice the difference between the two (usually
the eraser is treated as a different tool). My attachment includes a
+wintab32 log of SAI where I opened the program, drew a few lines,
flicked the mouse in and out of the window to generate the window
events, and then closed it.

Native linux Krita does have a working pressure curve. I checked with
"xsetwacom set {id} ToolDebugLevel 6", and both the STYLUS and ERASER
send pressure events to Arch's /var/log/Xorg.0.log that aren't reflected
in wintab32's debug logs. The events are present in the X logs while
wine is running. I've included a log of a few stylus and eraser clicks
with ToolDebugLevel set to 12 (the max) in case it helps (I can see
pressure changing on the z axis).

Is it possible that there's an incompatibility with X's perceived order
of my devices and with Wine's? It looks like Wine loads each of the 4
devices into their own stream, so (although I don't really understand
how this code works) if the driver expects tablet device index 0 to be
the real tablet device and it happens to set the pad as index 0, it may
not get any touch events if the pad doesn't send any. This seems
unlikely, since both the stylus and eraser are supposed to get passed
through (I expect) with their own pressure values, and there was no
change when I re-plugged my tablet and the stylus was the first device.
xsetwacom's hotplug ordering switches between PAD STYLUS ERASER CURSOR
and STYLUS ERASER CURSOR PAD for some reason (also relevant?: I am using
hotplugging only; I do not have any static Xorg rules configured for
these devices; they appear dynamically thanks to xsetwacom. See
https://wiki.archlinux.org/index.php/Wacom for Arch Linux
documentation).

I can run more tests if you need anything checked.

** Attachment added: "logs-for-151448.zip"
   
https://bugs.launchpad.net/ubuntu/+source/wine1.4/+bug/151448/+attachment/5267063/+files/logs-for-151448.zip

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/151448

Title:
  Wacom pressure sensitivity lacking under Wine applications.

To manage notifications about this bug go to:
https://bugs.launchpad.net/wine/+bug/151448/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 151448] Re: Wacom pressure sensitivity lacking under Wine applications.

2019-03-14 Thread Bug Watch Updater
** Bug watch added: Wine Bugzilla #46827
   https://bugs.winehq.org/show_bug.cgi?id=46827

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/151448

Title:
  Wacom pressure sensitivity lacking under Wine applications.

To manage notifications about this bug go to:
https://bugs.launchpad.net/wine/+bug/151448/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 151448] Re: Wacom pressure sensitivity lacking under Wine applications.

2018-12-11 Thread Bug Watch Updater
** Changed in: wine
   Status: Confirmed => Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/151448

Title:
  Wacom pressure sensitivity lacking under Wine applications.

To manage notifications about this bug go to:
https://bugs.launchpad.net/wine/+bug/151448/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 151448] Re: Wacom pressure sensitivity lacking under Wine applications.

2018-06-23 Thread Bug Watch Updater
** Changed in: wine
   Status: Unknown => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/151448

Title:
  Wacom pressure sensitivity lacking under Wine applications.

To manage notifications about this bug go to:
https://bugs.launchpad.net/wine/+bug/151448/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 151448] Re: Wacom pressure sensitivity lacking under Wine applications.

2018-06-22 Thread Bug Watch Updater
** Changed in: wine
   Status: In Progress => Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/151448

Title:
  Wacom pressure sensitivity lacking under Wine applications.

To manage notifications about this bug go to:
https://bugs.launchpad.net/wine/+bug/151448/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 151448] Re: Wacom pressure sensitivity lacking under Wine applications.

2014-03-27 Thread Bug Watch Updater
** Bug watch added: Wine Bugzilla #18517
   http://bugs.winehq.org/show_bug.cgi?id=18517

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/151448

Title:
  Wacom pressure sensitivity lacking under Wine applications.

To manage notifications about this bug go to:
https://bugs.launchpad.net/wine/+bug/151448/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151448] Re: Wacom pressure sensitivity lacking under Wine applications.

2012-06-06 Thread Cson
so what is the solution

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/151448

Title:
  Wacom pressure sensitivity lacking under Wine applications.

To manage notifications about this bug go to:
https://bugs.launchpad.net/wine/+bug/151448/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151448] Re: Wacom pressure sensitivity lacking under Wine applications.

2012-03-27 Thread Scott Ritchie
** Package changed: wine (Ubuntu) = wine1.4 (Ubuntu)

** Changed in: wine1.4 (Ubuntu)
   Status: Incomplete = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/151448

Title:
  Wacom pressure sensitivity lacking under Wine applications.

To manage notifications about this bug go to:
https://bugs.launchpad.net/wine/+bug/151448/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151448] Re: Wacom pressure sensitivity lacking under Wine applications.

2011-05-30 Thread Daniel Ricao Canelhas
Quite an old bug, but it still seems to be relevant and unsolved
This affects me with the following combination of HW/SW
 
ubuntu 11.04 64 bit desktop (kernel: 2.6.39-0)
Photoshop CS2 installed under wine 1.3.20
wacom intuos 4 (6x9)

on a Dell studio laptop 1747

As far as settings go this is a pretty fresh install and the tablet just
works in ubuntu (except for the oleds). I get the little triangle with
an exclamation mark in photoshop, indicating that no pressure-sensitive
device is detected.

xsetwacom --list devices
Wacom Intuos4 6x9 eraserid: 13  type: ERASER
Wacom Intuos4 6x9 cursorid: 14  type: CURSOR
Wacom Intuos4 6x9 pad   id: 15  type: PAD   
Wacom Intuos4 6x9 stylusid: 16  type: STYLUS 

Let me know if (and how) I can provide any additional information that
might help in solving this bug

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/151448

Title:
  Wacom pressure sensitivity lacking under Wine applications.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151448] Re: Wacom pressure sensitivity lacking under Wine applications.

2010-09-13 Thread rusivi1
Thank you for posting this bug.

Does this occur in newest WINE?

** Changed in: wine (Ubuntu)
   Status: Triaged = Incomplete

-- 
Wacom pressure sensitivity lacking under Wine applications.
https://bugs.launchpad.net/bugs/151448
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151448] Re: Wacom pressure sensitivity lacking under Wine applications.

2009-10-16 Thread Tillus
@jisaac Wacom pressure sensitivity works(-forme) fine with Karmic Beta 64bit, a 
Wacom Intuos3 tablet and various wacom-capable apps, without modifications to 
anything - out of the box, that is.
I did have problems with wine and wacom in Jaunty, though, which I think could 
be solved by installing a wacom-patched wine version. I will let you know if I 
rediscover it.

-- 
Wacom pressure sensitivity lacking under Wine applications.
https://bugs.launchpad.net/bugs/151448
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151448] Re: Wacom pressure sensitivity lacking under Wine applications.

2009-09-16 Thread jisaac
azathothgr seemed to find a fix for this issue more than one year ago...
I'm using Fedora Core 10 64bits and the pressure of my Wacom still does
not work under Wine 1.1.23.

Should I have to compile Wine with the azathothgr solution or there is a
more user-friendly workaround?

Please let me know,

Regards.

-- 
Wacom pressure sensitivity lacking under Wine applications.
https://bugs.launchpad.net/bugs/151448
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 151448] Re: Wacom pressure sensitivity lacking under Wine applications.

2009-09-16 Thread azathothgr
It may be something else you're seeing. There are still some other
bugs related to pressure sensitivity, but I believe this one was
fixed. I've been using default wine in ubuntu jaunty, straight from
the repos, and it works well with artrage.

Try artrage free, which is reported to work almost flawlessly in wine,
with a native gdiplus.dll, pressure and all. If it does, and you can't
get pressure in some other drawing programs it could be
http://bugs.winehq.org/show_bug.cgi?id=11846 which is considerably
more complex than a simple constant name change. If it doesn't there
may be something else going wrong.

On Wed, Sep 16, 2009 at 10:55 AM, jisaac jacq...@isaacjacques.com wrote:
 azathothgr seemed to find a fix for this issue more than one year ago...
 I'm using Fedora Core 10 64bits and the pressure of my Wacom still does
 not work under Wine 1.1.23.

 Should I have to compile Wine with the azathothgr solution or there is a
 more user-friendly workaround?

 Please let me know,

 Regards.

 --
 Wacom pressure sensitivity lacking under Wine applications.
 https://bugs.launchpad.net/bugs/151448
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Wacom pressure sensitivity lacking under Wine applications.
https://bugs.launchpad.net/bugs/151448
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151448] Re: Wacom pressure sensitivity lacking under Wine applications.

2009-09-16 Thread jisaac
Did you try with Photoshop CS2?

-- 
Wacom pressure sensitivity lacking under Wine applications.
https://bugs.launchpad.net/bugs/151448
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151448] Re: Wacom pressure sensitivity lacking under Wine applications.

2008-10-03 Thread Bug Watch Updater
** Changed in: wine
   Status: Confirmed = In Progress

-- 
Wacom pressure sensitivity lacking under Wine applications.
https://bugs.launchpad.net/bugs/151448
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151448] Re: Wacom pressure sensitivity lacking under Wine applications.

2008-08-09 Thread Scott Ritchie
** Changed in: wine (Ubuntu)
   Importance: Undecided = Low
   Status: Incomplete = Confirmed

** Bug watch added: Wine Bugzilla #11846
   http://bugs.winehq.org/show_bug.cgi?id=11846

** Also affects: wine via
   http://bugs.winehq.org/show_bug.cgi?id=11846
   Importance: Unknown
   Status: Unknown

-- 
Wacom pressure sensitivity lacking under Wine applications.
https://bugs.launchpad.net/bugs/151448
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151448] Re: Wacom pressure sensitivity lacking under Wine applications.

2008-08-09 Thread Bug Watch Updater
** Changed in: wine
   Status: Unknown = Confirmed

-- 
Wacom pressure sensitivity lacking under Wine applications.
https://bugs.launchpad.net/bugs/151448
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151448] Re: Wacom pressure sensitivity lacking under Wine applications.

2008-08-09 Thread Scott Ritchie
** Changed in: wine (Ubuntu)
   Status: Confirmed = Triaged

-- 
Wacom pressure sensitivity lacking under Wine applications.
https://bugs.launchpad.net/bugs/151448
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151448] Re: Wacom pressure sensitivity lacking under Wine applications.

2008-05-19 Thread gusdefrog
Since upgrading to Hardy Heron I can't get my wacom graphire tablet to
have pressure sensitivity, eraser, or side buttons to work under Wine no
matter what I try.  I've tried the same xorg.conf I've tried the default
Wine distribution and the updated 1.x distribution.  I've downloaded and
installed from source the 1.x distribution.  Currently I'm running
version 1.0-rc1

This always comes up in the terminal window if I start any of my windows 
graphics programs from the command line when I'm using the tablet to navigate.
fixme:wintab32:WTOverlap (0xc00, 1): stub

Here is my bug output for wintab:
[EMAIL PROTECTED]:~/.wine/drive_c/Program Files/Pixia$ WINEDEBUG=+wintab32 wine 
pixia
wine: Unhandled page fault on write access to 0x00463000 at address 0x7bc44a1f 
(thread 001a), starting debugger...
Unhandled exception: page fault on write access to 0x00463000 in 32-bit code 
(0x7bc44a1f).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:7bc44a1f ESP:7ec1e910 EBP:7ec1e938 EFLAGS:00010202(   - 00  - -RI1)
 EAX:0ffe EBX:7bc88444 ECX:004701dc EDX:00462000
 ESI:0132 EDI:0005
Stack dump:
0x7ec1e910:  7ec1e9cc 0046ff70 7ec1e938 7b89be9a
0x7ec1e920:   00462000 0005 7eea48f4
0x7ec1e930:  0046ff70 00462000 7ec1e9e8 7eea2f0e
0x7ec1e940:  00462000 0132 0046ff78 0005
0x7ec1e950:  00110ef0 7ec1e9d4  0130
0x7ec1e960:  0026 7ec1e9cc 7ec1e9c4 f7dcfec9
Backtrace:
=1 0x7bc44a1f LdrProcessRelocationBlock+0xbf(page=0x462000, count=0x132, 
relocs=0x4701dc, delta=0x5) 
[/home/frog/Downloads/wine-1.0-rc1/dlls/ntdll/loader.c:2061] in ntdll 
(0x7ec1e938)
  2 0x7eea2f0e ServiceMain+0x55e(argc=0x0, argv=0x0) 
[/home/frog/Downloads/wine-1.0-rc1/programs/winedevice/device.c:96] in 
winedevice (0x7ec1e9e8)
  3 0x7ee4c529 service_thread+0x169(arg=0x1108d0) 
[/home/frog/Downloads/wine-1.0-rc1/dlls/advapi32/service.c:430] in advapi32 
(0x7ec1ea38)
  4 0x7bc6bbbe call_thread_entry_point+0xe() in ntdll (0x7ec1ea48)
  5 0x7bc6c252 call_thread_func+0x42(rtl_func=register EDI not in topmost 
frame, arg=register ESI not in topmost frame) 
[/home/frog/Downloads/wine-1.0-rc1/dlls/ntdll/thread.c:386] in ntdll 
(0x7ec1eae8)
  6 0x7bc6c482 in ntdll (+0x5c482) (0x7ec1f3d8)
  7 0xf7dca4fb start_thread+0xcb() in libpthread.so.0 (0x7ec1f4c8)
0x7bc44a1f LdrProcessRelocationBlock+0xbf 
[/home/frog/Downloads/wine-1.0-rc1/dlls/ntdll/loader.c:2061] in ntdll: addl   
%edi,0x0(%eax,%edx,1)
2061*(int *)((char *)page + offset) += delta;
Modules:
Module  Address Debug info  Name (29 modules)
PE45-  472000   Deferredsshdrv65.sys
ELF 7b80-7b92d000   Deferredkernel32elf
  \-PE  7b82-7b92d000   \   kernel32
ELF 7bc0-7bca4000   Dwarf   ntdllelf
  \-PE  7bc1-7bca4000   \   ntdll
ELF 7bf0-7bf03000   Deferredwine-loader
ELF 7eaa6000-7eb0f000   Deferredmsvcrtelf
  \-PE  7eac-7eb0f000   \   msvcrt
ELF 7ec2-7ec33000   Deferredlibresolv.so.2
ELF 7ec49000-7ec67000   Deferrediphlpapielf
  \-PE  7ec5-7ec67000   \   iphlpapi
ELF 7ec67000-7ecc8000   Deferredrpcrt4elf
  \-PE  7ec7-7ecc8000   \   rpcrt4
ELF 7edd9000-7ee11000   Deferredntoskrnlelf
  \-PE  7ede-7ee11000   \   ntoskrnl
ELF 7ee11000-7ee63000   Dwarf   advapi32elf
  \-PE  7ee2-7ee63000   \   advapi32
ELF 7ee63000-7ee6e000   Deferredlibnss_files.so.2
ELF 7ee6e000-7ee86000   Deferredlibnsl.so.1
ELF 7ee86000-7ee8f000   Deferredlibnss_compat.so.2
ELF 7ee91000-7eea5000   Dwarf   winedeviceelf
  \-PE  7eea-7eea5000   \   winedevice
ELF 7efc5000-7efea000   Deferredlibm.so.6
ELF 7eff2000-7effc000   Deferredlibnss_nis.so.2
ELF f7c71000-f7c75000   Deferredlibdl.so.2
ELF f7c75000-f7dc4000   Deferredlibc.so.6
ELF f7dc5000-f7ddd000   Export  libpthread.so.0
ELF f7df3000-f7f29000   Deferredlibwine.so.1
ELF f7f2b000-f7f4a000   Deferredld-linux.so.2
Threads:
process  tid  prio (all id:s are in hex)
0008 
00090
000a 
000b0
000c 
00190
00180
00130
00120
000e0
000d0
000f 
00140
00110
00100
0015 (D) c:\windows\system32\winedevice.exe
001a0 ==
00170
00160
Backtrace:
=1 0x7bc44a1f LdrProcessRelocationBlock+0xbf(page=0x462000, count=0x132, 
relocs=0x4701dc, delta=0x5) 
[/home/frog/Downloads/wine-1.0-rc1/dlls/ntdll/loader.c:2061] in ntdll 
(0x7ec1e938)
  2 0x7eea2f0e 

[Bug 151448] Re: Wacom pressure sensitivity lacking under Wine applications.

2008-04-21 Thread azathothgr
I've got it to work :
First, in dlls/winex11.drv/wintab.c (from wine source), around line #623 , 
there's a check for 5 or more axes which according to a bug report was left 
there without any particular reason :
Code:

 if (!axis_read_complete  Val-num_axes = 5  cursor-TYPE ==
CSR_TYPE_PEN)

I changed this to :
Code:

if (!axis_read_complete  cursor-TYPE == CSR_TYPE_PEN)

It seems it checks for each axis anyway after that, so it's redundant.

Most importantly, however, I changed every instance of
IsXExtensionDevice in that file with IsXExtensionPointer, which is what
xsetpointer -l reports those devices as.

-- 
Wacom pressure sensitivity lacking under Wine applications.
https://bugs.launchpad.net/bugs/151448
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151448] Re: Wacom pressure sensitivity lacking under Wine applications.

2008-04-19 Thread azathothgr
I can confirm on latest hardy (rc) with wine 0.9.59 from the repos, and an 
intuos 6x8
Pressure works under gimp, but not under wine in Artrage starter or full.
Stylus is properly recognized and works in absolute mode, but no pressure or 
tilt.

-- 
Wacom pressure sensitivity lacking under Wine applications.
https://bugs.launchpad.net/bugs/151448
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151448] Re: Wacom pressure sensitivity lacking under Wine applications.

2008-04-11 Thread Scott Ritchie
Please retest on the latest Wine in Ubuntu Hardy.  Thanks.

** Changed in: wine (Ubuntu)
   Status: New = Incomplete

-- 
Wacom pressure sensitivity lacking under Wine applications.
https://bugs.launchpad.net/bugs/151448
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151448] Re: Wacom pressure sensitivity lacking under Wine applications.

2008-01-29 Thread Vadim
in WINE 0.9.54 Wacom Bamboo is still recognizes as a mouse.

-- 
Wacom pressure sensitivity lacking under Wine applications.
https://bugs.launchpad.net/bugs/151448
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151448] Re: Wacom pressure sensitivity lacking under Wine applications.

2007-12-29 Thread Tillus
I am very upset with wine, as the announce for wine 0.9.52 reads: Improved 
graphics tablet support..
I updated wine, tried out different applications, but none of them is even 
recognizing the tablet, it acts like a normal mouse.
Maybe the Improved support did not mean the pressure to work, but that is 
what I have been hoping for, since the tablet already worked before version 
0.9.52.

-- 
Wacom pressure sensitivity lacking under Wine applications.
https://bugs.launchpad.net/bugs/151448
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs