Surface Pro Pen pressure sensitivity is not working in photoshop CS6.

Anonymous
2013-02-10T14:58:36+00:00

Surface Pro Pen pressure sensitivity is not working in photoshop CS6. Was anyone able to get their surface pro to use the pen pressure sensitivity? In my photoshop settings when i turn on Pen Pressure for brush settings i see a yellow exclamation mark next to each settings which has to do with pen pressure. If anyone knows how to solve this problem please let me know.

Surface | Surface Pro | Install and update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Barb Bowman 80,805 Reputation points MVP Volunteer Moderator
2013-05-09T21:41:01+00:00

http://www.wacom.com/support/drivers

Select windows 8

or use the direct link

http://www.wacom.com/feeldriver

Download the driver dated may 9th ...today.. install and

reboot.

Was this answer helpful?

10+ people found this answer helpful.
0 comments No comments

352 additional answers

Sort by: Oldest
  1. Anonymous
    2013-03-20T23:58:10+00:00

    i will donate 50$ after you publish  the plugin or the unsign driver for photoshop right away.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2013-03-21T00:26:26+00:00

    I have been following this thread daily, as well, after buying a Surface Pro.  I'm a programmer and have done a lot of Windows coding but never drivers.  Looking into this situation, here is what I found:

    This is (apparently) what is required to emulate a WinTab driver.  It contains all the calls and parameters. I would assume it is a bit out of date, but can easily be verified by examining the DLL itself (which I have not done yet)

    http://www.wacomeng.com/windows/docs/Wintab\_v140.htm#\_Toc275759803

    Here is the Surface Pen API used to get values from the pen:

    http://msdn.microsoft.com/EN-US/library/windows/apps/windows.ui.input.inking(v=vs.10).aspx

    If we could make a DLL that presents the WinTab calls but implements them using the Inking API, it should go a long way to getting what we want. Luckily, this guy claims to have such a WinTab-masquerading DLL and someone has already hit him up for the source:

    http://stackoverflow.com/questions/15063775/photoshop-cs5s-use-of-wintab-driver

    I'd be willing to help out and/or work on putting these things together but I am missing knowledge when it comes to making, debugging and installing drivers. Does anyone know more?

    Does this stuff make sense or am I missing something?

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2013-03-21T03:22:02+00:00

    i dont know anything about coding or programming . and i know it's hard so that's why i admit will donate $50 who public a WORKING  driver  . it will bit Microsoft so hard. microsoft make me so disappointed about them few years ago.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2013-03-21T04:10:50+00:00

    That's good information, though the wintab api is certainly intimidating. What I'd imagine would be a good first step is to wrap the wintab calls with some sort of logging layer and use it on a Wacom tablet. Then draw in photos a bit, and you'd see what parts actually need to be rewritten.

    The Photoshop plugin api isn't looking too promising so far. I don't see it ever exposing a way to do actual brush strokes programmatically.

    Was this answer helpful?

    0 comments No comments