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.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
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.
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.
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?
i will donate 50$ after you publish the plugin or the unsign driver for photoshop right away.
Going with last generation tech (Samsung series 7 slate) because of these issues. Getting a used one for $600 makes more sense at this point. The Wacom tablet PC will be great, I'm sure, but I'm also sure it will be well beyond my budget. Maybe by the end of the year, someone will have a functional AND affordable Windows 8 tablet solution for artists.
So, out of curiosity here - just how hard would it be to write a plugin for photoshop that captures the pen input and passes it on to however photoshop wants to read it? I'd really love a solution in a pinch, and I'd be willing to try my hand at it. But I've never written a plugin for Photoshop before. Anyone want to suggest where to go for API's and hello world examples to get started?