Envy TouchPad NagashMod for Windows 10: the best tool for synaptics touchpad gestures - Windows 10, 8, 7, XP etc.

Envy TouchPad NagashMod
Envy TouchPad is an open source project.
I found the source on the web some time ago, I don't know where or from who.
Please if you are the original author or if you know some reference tell me.
I modded this software from source (with visual studio 2012) to add some new features:
- Gestures for windows 10 (switch desktop with 3 finger left-right, show all desktops.. etc..)
- Options to disable Scrolling (keep driver original scrolling)
- Reverse scrolling
Original EnvyTouchPad features:
- Enable two fingr scrolling (vertical and horizontal)
- Settings for scrolling: speed, acceleration, inertia.
- Can scroll background windows (like mac! Windows 10 introduce this feature but won't works with original synaptics driver scrolling)
- Can scroll vertical and horizontal concurrently (without raise the hand, like multitouch)
- Set action for tapping with 1, 2 and 3 fingers.
- Set actions for 3 finger scroll (up, down, right, left)
- etc..
This software should works with all SYNAPTICS TUCHPADS !!
I'm using it on my lenovo yoga 13.
NB: if you want to use these feature correctly, you have to disable the same feature offered by original touchpad driver.
NB: YOU NEED Visual C++ Redistributable for Visual Studio 2012 x86 (from microsoft, link: https://www.microsoft.com/en-us/download/details.aspx?id=30679# )
Thanks to the original author :good:
--------------------------------------------------------------------------------
Source code uploaded on github
github project: EnvyTouchpad-NagashMod

Reserved1

I have an Asus F555L, I use Asus Smart Gesture atm. Can this work on my laptop too?

KreNtal said:
I have an Asus F555L, I use Asus Smart Gesture atm. Can this work on my laptop too?
Click to expand...
Click to collapse
I don't know, you have to check if your touchpad driver is based on Synaptics.
Usually touchpads are based on Synaptics or Elan.
You can simply download the release.zip and try to start the software.
There is not an installer, just launch and see.
If your PC has synaptics drivers the software will run, either will launch an error message.
NB: the program start as tray icon, as shown in the screen attached
Let me know if it works!

nagash91 said:
I don't know, you have to check if your touchpad driver is based on Synaptics.
Usually touchpads are based on Synaptics or Elan.
You can simply download the release.zip and try to start the software.
There is not an installer, just launch and see.
If your PC has synaptics drivers the software will run, either will launch an error message.
NB: the program start as tray icon, as shown in the screen attached
Let me know if it works!
Click to expand...
Click to collapse
Unfortunately it doesn't work SynCom.dll isn't on my PC so I think I am using Elan drivers

KreNtal said:
Unfortunately it doesn't work SynCom.dll isn't on my PC so I think I am using Elan drivers
Click to expand...
Click to collapse
You probably have Elan touchpad

Hi, your tool is fantastic, thank you very much. In the next release is possible for you to add the option (in the actions section) to launch also an executable of my choice (i can pick it...) and the windows 10 action bar?
Thank you again.
DD

Hello.
Can this work under Windows 7? I don't love Windows, but my studies and future work would require it until I become a mad genious that improves the electronics software and others or I get totally insane. Whatever happens sooner, probably the first!
Are you planning to submit it in GitHub/GitLab? Maybe others could be interested. You would be surprised how ****ty most trackpad software configuration is...
I find trackpads quite cumbersome, but I managed to configure a it my way. Most people would probably hate how I use it,, because I reversed it.
I need to use trackballs and mechanical keyboards because of RSI risks, I love them too . I would sell my body to have a builtin mechanical keyboard and a very hires trackball, but I'm fatty so there's no hope to get at least the MSI Titan
I'm trying to study electronics, maybe I someday will learn that, CAM and CNC to do a custom design. I don't care if it's more bulky, but a mechanical keyboard (I love Model M, but that would be insane even for me), a custom very hires trackball (maybe mixing both could be a good idea, like the early Steam controller) or even 3D controller, a tablet an a lot better battery and some extras related to electronics and more
But I have o learn a lot before be able to do crazy projects like that...
thanks a lot for your interesting software.

I like this, however I like the built in driver config for scrolling with two fingers. I have to check the "Disable two finger scrolling management" box to get it to work right, but when I reboot it doesn't save the config.
Any ideas? Good work though. I love having three finger gestures to change desktops.

Hi
This works, MSI GL62 6QF synaptics touchpad
but the problem is:
the 3 fingers gesture are programmed to work if the fingers move in a parallel way
this isn't all easy, could you add the option to use this with fingers not moving in a parallel way?
for example, if I move my finger horizontally while placing them next to each other, I would like that to be right/lift gesture
now it doesn't do anything unless i put my fingers in a vertical way
Could you please do that?

Is this the source https://www.mediafire.com/?sharekey=10e73hc18ierh

Awesome man, works perfectly. Was looking for it from a long time. Thanks a lot.

@nagash91 Any hopes to release the source code in GitHub?
Anyone interested in resuscitating this project? Open Source drivers for Windows are cool too

timofonic said:
@nagash91 Any hopes to release the source code in GitHub?
Anyone interested in resuscitating this project? Open Source drivers for Windows are cool too
Click to expand...
Click to collapse
Uploaded the project on github with the source code
https://github.com/nagash91/EnvyTouchpad-NagashMod

nagash91 said:
Uploaded the project on github with the source code
https://github.com/nagash91/EnvyTouchpad-NagashMod
Click to expand...
Click to collapse
This is an incredible little gem. Now my Vaio touchpad compares to my MacBook!!!
The app could use some speed optimization (a bit slow to start on boot, medium effect on boot according to task manager).
Also, a more generic name like Synaptics Gestures would be nice
Can you turn this into a native app? Without visual C runtime. I think this is what’s needed to fix performance.

Dr. Hurt said:
This is an incredible little gem. Now my Vaio touchpad compares to my MacBook!!!
The app could use some speed optimization (a bit slow to start on boot, medium effect on boot according to task manager).
Also, a more generic name like Synaptics Gestures would be nice
Can you turn this into a native app? Without visual C runtime. I think this is what’s needed to fix performance.
Click to expand...
Click to collapse
Actually I didn't created this app from scratch: I just modified the Envy TouchPad code that I found on-line some years ago (this is the reason of the name ).
I made this mod for myself and for my brother's notebook, later I decided to share on XDA.
I don't think I'll convert this in a native C++ application (don't have the time and I almost don't use windows anymore).
BTW with the public source code, anyone who want is free to do that

Thanks. I expect more development

Related

Gesture programming with VB.net

Howdo,
I'm just going to try and build my first gesture program in Visual Studio 2008 using VB. Can anyone give me some pointers on how I get this going. I've been looking at Inkcanvas but I'm not sure if this is right?
Many thanks
TheNecroscope said:
Howdo,
I'm just going to try and build my first gesture program in Visual Studio 2008 using VB. Can anyone give me some pointers on how I get this going. I've been looking at Inkcanvas but I'm not sure if this is right?
Many thanks
Click to expand...
Click to collapse
Hey I would like to learn that too...
Google is your friend:
http://www.vbaccelerator.com/home/NET/Code/Libraries/Windows_Messages/Mouse_Gestures/article.asp
Fantastic! Looks like a good starting place. Is there much advantage of using C# compared to VB out of interest?
Just found this as well
http://www.codeproject.com/KB/mobile/MouseGestures.aspx
I'm currently finishing to write a simple proof-of-concept application launcher using simple stylus gestures (no neural nets, just eight directions supported - somewhat like in firefox mouse gestures plugin). Right now it works quite fine and the code is easy to port to any language as long as you can record last few locations of stylus.
I'll post it as soon as i find out how to launch an application from C level. The simplest way system() doesn't seem to work
Dziekuje!
I look forward to seeing it!
As promised:
http://forum.xda-developers.com/showthread.php?t=374375
That's just a proof of concept - the included program doesn't do anything but recognizing gestures as you draw them and reacting if the drawn gesture matches one of patterns defined in config file (still didn't have time to find out how to make it launch an app).
The demo application is in C, but once you understand the method behind it, it should be easy to port to any programming language. Of course that's probably not the best way to do it, and it's definitely not the only way to do it, but it's simple to implement (no neural networks required), supports eight directions (including diagonal - opposed to methods described in links above), and gesture can consist of many strokes (a single gesture may be drawn like: left, up, up-right, down-right, down, up-left, right...). There's still a lot of room for optimizations, but it's some starting point...
Thats really smart! Well done, thanks for coming back to me! I will investigate it over the weekend! . Thanks also for the information on the compiler thats also useful to know!!

AndroidAthenaProject1.0

[size=+1]Introduction:[/size]
I am proud to introduce "AndroidAthenaProject1.0" on behalf of the Athena Project Team! We have successfully ported Android to the Athena (More info about the Athena). This will be the official thread for optimizing and working out bugs related to Android on the Athena.
YouTube Demo
[size=+1]News:[/size]
05/28/2008 - New update available: (Athena-Android "All-n-1" Release) (More Info and even more info). This update adds touch screen support and screen rotation applet. Video driver still needs a lot of work. Screen updates are slow. Coding decent video drivers will be my next priority and if anyone is willing to give a hand, please let me know. Thanks!
[size=+1]Athena/Android Resources:[/size]
Download Android for the Athena (x7500/x7501/Ameo/etc...): Latest Release or Here (Click here for instructions)
Git: https://github.com/mistadman/android-athena/. This should be easier for us to manage changes. Enjoy!!
Diff and .Config (05282008): Download
[size=+1]Project Status:[/size]
Keyboard (not started) (A USB keyboard can be used for testing while we wait for drivers. See this post)
Touch screen (done):
More info
Testing/Bug fixes
Phone (not started)
Video(in progress):
Correctly implement pan_display() function (double buffering)
Speed improvements
Sound (in progress)
Wifi (not started)
Bluetooth (not started)
GPS (not started)
Camera (not started)
Sub-display (not started)
Accelerometer (not started)
Android Application Functionality(in progress):
RotateView Applet added: (More info)
This applet lets you rotate the screen. Unfortunately, due to incomplete video driver, video performance takes a serious hit during rotation.
[size=+1]Contribute:[/size]
If you would like to test or can contribute to one of the outstanding issues above, please let us know. Also, marthynovak has posted quick and dirty guide to testing our releases. See this post for more information.
-----
_--Reserved--_
This post has been reserved!
_--Reserved--_
This post has been reserved...
Here is small how to to start android on Athena.By mistadman
Download Android for Athena here(last build): http://rapidshare.com/files/118229739/Android-Athena-05282008.exe.html
free method(please use only when you cant you rapidshare) http://gymjs.net/~m.novak/Android-Athena-05282008.exe
Once downloaded, unzip and copy the unzipped files to a SD Card. The root of your SD Card should have these files:
haret.exe
default.txt
zImage
initrd-android
Once you have verified the files listed, insert the SD Card in to your Athena. From there just load up Windows Mobile and browse to your "Storage Card" in "File Explorer". Click on the file called "haret.exe", and once the program has loaded; click run.
Just remember that this is work in progress!
more info:
its only the system,the keybord is not working,screen isnt working.Just remember that this is work in progress!
Here is some plan what must we do(by mistadman):
1.) Add some Ati specific 3D acceleration (Double Buffering, Rotation).
2.) Optimize Power Saving...
3.) Add/repair touch screen driver.
4.) Add/create keyboard driver.
5.) Add sound
6.) Add phone driver support (be able to make a call).
7.) Add Wifi Driver.
8.) Get the camera working maybe?!?!
more also here:http://forum.xda-developers.com/showpost.php?p=2242471&postcount=19
_-Reserved-_
__-Reserved-__
--reserved--
__reserved__
-= Reserved =-
Keyboard?
As you can see on the post located here, they've written a simple onscreen keyboard. Maybe he'll give you the source for it and it wouldn't be hard to implement it into this kernel for future releases...
Let's pull all of our resources together and make this happen. Whoever can contribute let's post here and let's try to get a 1.0 final out ASAP.
Thanks in advance to everyone for helping where you can.
Areas of interest for developing the project:
- Graphics
- Sounds
- Drivers (highest priority of course)
- Apps
- Functionality (highest priority of course)
If you can provide a driver or something that fits in the categories above, please post a description...a how-to....and a link to a RapidShare download. Thank you all in advance.
Now we are talk'n! LOL!
- Graphics
- Sounds
- Drivers (highest priority of course)
- Apps
- Functionality (highest priority of course)
Click to expand...
Click to collapse
Just remember though, we do not want to duplicate Google's efforts... What I mean is that Google OS/Middleware (Android) will be in direct competition with the iPhone, Symbian, Window Mobile, etc. That means we can expect things like onscreen keyboards, SMS apps, Office Apps (probably complements of Google Docs/Google Gears), mapping/GPS software (Google Maps), a camera app, etc... (See: http://reviews.cnet.com/4520-9239_7-6546759-1.html for more info) And that’s not to mention some of the great work already being done by Third-Party Vendors (Android Developer Challenge: see: http://phandroid.com/2008/05/10/adc-round-1-winners for more info). Heck, look at what was done on the iPhone... And it was/is "closed source"!
I believe the IMPORTANT thing is that we provide a stable kernel for Google's "Middleware". I envision that most of the kernel work will revolve around driver development (in order of priority): (Here is a pictorial representation of the software stack:http://i.i.com.com/cnwk.1d/i/bto/20080521/android_stack_540x387.jpg, as you can see the kernel is the base to which all other software depends on.)
Keyboard
Touch screen
Phone
Video
Sound
And of course:
Wifi
Bluetooth
GPS
Camera
Long term objectives:
Sub-display
Accelerometer
Of course there will need to be work done on Android itself... Maybe we will need to develop applications custom to the Athena Hardware. At the very least, we will have to provide Android with a way to talk to hardware via kernel icotls (e.g. Camera Settings, Video Settings, etc…). So having some with inside knowledge of Android will help. Not sure though, because I haven’t hacked on Android (yet ;-) )...
Once the kernel/drivers are stable I believe Android will be a better fit for the Athena than WM6 could have ever be.
What do you guys think?
FYI: Looks like Google is already improving Android: http://www.talkandroid.com/99-adc-finalists-receive-android-sdk-snapshot-access/
i will have new develop version of Android soon.i hope so.so maybe it could be better for this project.i will let you know!
marthynovak said:
i will have new develop version of Android soon.i hope so.so maybe it could be better for this project.i will let you know!
Click to expand...
Click to collapse
Check your PM.
we should look here,there are plany of informations about android.its for vogue,but i think that something we can use.they said that touchscreen is working now
http://forum.xda-developers.com/showthread.php?t=382265
also see this.its on screen keybord included in the zimage.i cant try it right now,im away and my athena is not with me.
http://forum.xda-developers.com/showpost.php?p=2213637&postcount=303
also see this updates
http://it029000.massey.ac.nz/vogue/
http://forum.xda-developers.com/showpost.php?p=2191014&postcount=344
Update...
Just to let you guys know, I have been working on the touch screen driver. I pretty much have it working perfectly, expect for the fact that the touch screen works in the horizontal position even though Android boots vertically. I am pretty sure I will not be much longer before I release an update.
Also, if anyone is working on any particular issue related to porting Android to the Athena, please let us know. The more the merrier!
The main thing is that we wouldn't want to duplicated efforts or if someone is working on an issue we could match you up with someone doing the same thing. This would speed development a great deal. Two heads or better than one! On the main page I will post updates as to where we are with each issue.
And thanks to everyone who is either showing interest or encouragement!
Maybe you should give to each update a date.So they can know what is new and what is old.I tried to do someting with video driver,but no luck at all.ï can do more when i will be back home.
edit:we have(with mistadman) decided something about marking releases.he will tell everything to you.thx
All in one executable...
Hello everyone,
I am trying something new... Even though there has been some progress with this project, I am re-releasing the original Android release as an All-in-one executable for testing. If all goes well, we will be releasing further updates in this fashion. If you are testing, please post feedback on this thread.
This will help make testing easier, because there will be less files to mess with, and anyone new to testing will not be easily confused. Also the "All-n-1" release will be dated, which should also minimize confusion.
If anyone has any suggestions, or any better ideas, let us know. Thanks!
Here is a the link to the "All-n-1" re-release: http://rapidshare.com/files/117520672/Android-Athena-05172008.exe.html
***NOTE*** There is nothing new with this release, other than the fact its all merged in to one file for easier testing.
New Update...
Hello everyone... I'm back with a new update! I finally got the touch screen working! Still have a lot of work left of course.
If you want to play with it, you can get it here: http://rapidshare.com/files/118229739/Android-Athena-05282008.exe.html. This is an "All-n-1 Release". Just copy the exe to your sd card and run. After clicking, it could take up to 20 seconds to boot. Be patent!
As always, this is work in progress... Thanks for testing!
Here is the patch and .config:
thanks very much it's working fine and waiting for keyborad and wifi

[APP]SensorMaze - a little game

I wrote this little program, called SensorMaze. It generates mazes and allows you to steer a little blue dot using the movement sensors in the HTC Diamond. It is based on the original SensorTest program and since it has been a while since I programmed for any PDA, it is a bit simple.
Usage:
Try to send the blue dot to the red dot by tilting your Diamond in the required directions.
Commands:
- New Maze: create a new maze in the same level
- Next Level: increase the complexity.
As mentioned, it is my first attempt, so there is still some work that needs to be done.
TODO:
- Implement timer, so you can compete against yourself
- remove the "Position" text and replace with timer output
- MessageBox instead of Dialog ?
- Replace the blue dot with a "ball" like structure
- Release the source code (after cleaning it a bit more)
Question:
When I try to use MessageBox from my code, the MessageBox fails to close and I can never get back to the Shell without a reset. Any one any idea what I could be doing wrong here ?
Changes ( 07-Aug-2008)
- Replaced the target with a cheese and the moving dot with a mouse icon.
- Added some text to show the current level.
- Initial level is lowered, so that kids could play it too.
Screenshots are provided in the attached .png files. I also added the sources, so that other people can see how you can use the acceleration meter
If you like my applications, consider a donation to Koushik.
After all it is thanks to his (and the many other developers) work and readiness to share it that I can write these programs. I (currently) still get enough satisfaction in writing these programs.
just tested, awsome little game! keep working on this! perhaps add some vibration and sound feedback, maybe change the dots to somthing like a mouse and some cheese? if you changed it to a ball it may be too simaler to teeter?
Adam
cgeboers said:
Question:
When I try to use MessageBox from my code, the MessageBox fails to close and I can never get back to the Shell without a reset. Any one any idea what I could be doing wrong here ?
Click to expand...
Click to collapse
I haven't had any issues using C#.Net ... what are you writing in? The only thing I can think of is to make sure the MessageBox is shown from the same thread that created the form.
Really like the concept - gave it a play, and it works well! Looking forward to new and improved versions!
Great, Cheers dude
Some screens would be nice!
SensorMaze - suggestions
Thanks for the reviews. I will implement the changes, like the mouse and the cheese. I am currently working on an other "gadget" application, as soon as that one is finished I will take care of it.
As for the question about the MessageBox, I use C++ in this program and have a workaround, so I will let it at rest for the moment.
I will try to get some screendumps too later.
cgeboers said:
I wrote this little program, called SensorMaze. It generates mazes and allows you to steer a little blue dot using the movement sensors in the HTC Diamond. It is based on the original SensorTest program and since it has been a while since I programmed for any PDA, it is a bit simple.
Usage:
Try to send the blue dot to the red dot by tilting your Diamond in the required directions.
Commands:
- New Maze: create a new maze in the same level
- Next Level: increase the complexity.
As mentioned, it is my first attempt, so there is still some work that needs to be done.
TODO:
- Implement timer, so you can compete against yourself
- remove the "Position" text and replace with timer output
- MessageBox instead of Dialog ?
- Replace the blue dot with a "ball" like structure
- Release the source code (after cleaning it a bit more)
Question:
When I try to use MessageBox from my code, the MessageBox fails to close and I can never get back to the Shell without a reset. Any one any idea what I could be doing wrong here ?
Changes ( 07-Aug-2008)
- Replaced the target with a cheese and the moving dot with a mouse icon.
- Added some text to show the current level.
- Initial level is lowered, so that kids could play it too.
Screenshots are provided in the attached .png files. I also added the sources, so that other people can see how you can use the acceleration meter
Click to expand...
Click to collapse
have other sensor game.
SensorMaze mouse
I love this little game. However I found that in challenging myself and advancing the game to higher levels, the little white mouse became rather difficult to see as he became smaller. Perhaps changing the colour f the mouse or the colour of the paths in the maze. Currently the mouse and the maze are the same colour. other than that the game is great.
Awesome program, but I feel like I'm epileptic now, the screen was constantly flickering during it, I think it's a compatibility issue with my Raphael.
Awesome program
hmmm...wasn't able to get it working.
Got error (Unable to load Sensor DLL).
Any ideas?
sensor
unable to load DLL? can u tell me how to fix it?
that's a fun little game, thanks
Nice man : D
Hi, when i try to lunch the game, i got sensor dll, what shell i do to run the game ? i have samsung omnia i900
fadoody said:
Hi, when i try to lunch the game, i got sensor dll, what shell i do to run the game ? i have samsung omnia i900
Click to expand...
Click to collapse
you need to replace the sensor.dll file with the Samsung's...it is preinstalled with HTCs. Change that file and it should work fine.
I replaced sensor.dll with Samsung's .. but the problem is still persisting.. what shall i do now?
It would be nice if this could work on our LGs.
(the working LG sensors.dll created by iamspv at thread number 471591 in this forum.)

Windows Updates: 8.1, Update 1, Threshold, Windows 9

Hi guys. For anyone else interested in this, some of you may also listen to podcasts like Windows Weekly or read articles from top Windows writers like Mary Jo Foley of ZDnet, Paul Thurott etc. Last I heard them say that it's 50/50, Micro employees are saying there isn't definitely an 8.2 (remember at this point Blue was in full dev last year), they could either skip to Windows 9, particularly as a branding refresh a la Vista.
What do you think? Will they? Do you want them to?
I do. I really think desktop users got shafted and I can't believe how many third party modifications it takes for me to get comfortable with Win 8. Reading the 'making win 8' blog I was excited. From the preview I was shocked so much was unfinished and gambled, unlike the Win 7 preview. The Xbox 180 rollback (and the firing of the Windows, Xbox chiefs and investor kick-out of the CEO) to me highlights a recognition of failure from a business point.
Edit - I'm going to upgrade my statement and say the world's largest PC manufacturer dissing the start screen and adding a third party menu - Pokki - is a result of feedback from customers and that I find it hard to believe how Microsoft couldn't add a full menu back in 9 at least alongside a start screen.
http://blog.pokki.com/2013/08/lenovo-pcs-now-come-with-pokki/
i don't care what they call it, as long as it's something worth upgrading to. other than my tablets, i have no reason upgrade any other computer i own or use to win8. windows 7 works fine for now.
Nice opinion piece, i couldn't care less what they call it.
As long as they don't A, force us to use metro all of the time or B, put the old start menu back in again ill upgrade to it.
SharpnShiny said:
Hi guys. For anyone else interested in this, some of you may also listen to podcasts like Windows Weekly or read articles from top Windows writers like Mary Jo Foley of ZDnet, Paul Thurott etc. Last I heard them say that it's 50/50, Micro employees are saying there isn't definitely an 8.2 (remember at this point Blue was in full dev last year), they could either skip to Windows 9, particularly as a branding refresh a la Vista.
What do you think? Will they? Do you want them to?
I do. I really think desktop users got shafted and I can't believe how many third party modifications it takes for me to get comfortable with Win 8. Reading the 'making win 8' blog I was excited. From the preview I was shocked so much was unfinished and gambled, unlike the Win 7 preview. The Xbox 180 rollback (and the firing of the Windows, Xbox chiefs and investor kick-out of the CEO) to me highlights a recognition of failure from a business point.
Edit - I'm going to upgrade my statement and say the world's largest PC manufacturer dissing the start screen and adding a third party menu - Pokki - is a result of feedback from customers and that I find it hard to believe how Microsoft couldn't add a full menu back in 9 at least alongside a start screen.
http://blog.pokki.com/2013/08/lenovo-pcs-now-come-with-pokki/
Click to expand...
Click to collapse
I think - well, actually hope (so there's personal bias) - that the Windows team will come to its senses. A hybrid OS that runs on desktop/mobile and unifying look and feel was a good idea on paper. The problem was in trying to nudge desktop users to use Metro without touch capability. And that's where they are going to lose a HUGE segment of business.
Business wise most companies think 8 is another Vista and when XP reaches EOS they'll go to 7 and hope for the best with 9 - and it's coming. Historically Windows gets no more than 2 major updates in a life cycle and with 7 only getting one (so far) it's fair to suspect that Blue (8.1) may be it. Try to get more user approval on it and hope for the best with a new version. They could clean up 8, add a true "desktop/touch/hybrid" look/feel and slap a Windows 9 label on it... but here's hoping they'll spend the next 12-14 months really deciding what they want to do forward.
I really don't see the fuss over lack of a start button. What do people seriously use it for? Launching applications, shutting down the PC and accessing control panel (and related).
Launching apps can be done from desktop icons, modern ui tiles or simply go to modern ui and if the software didnt have a piece of crap installer when you start to type its name (dont even have to click a box or anything) it will list it. <- because that was so hard.
Shutting down PC, control-alt-delete or alt-f4 on the desktop or windows key + I to open the settings charm where you can click power > shutdown or here is a revolotionary idea for those with laptops or desktops within reach: press the power button and windows will prompt for shut down.
Control panel. Either try the launching apps thing above. Alternately, move the mouse to the bottom left corner so the little "start" thing appears, right click it, its right there.
I for one find windows 8 *easier* with keyboard and mouse than 7 was. I don't have a problem using modern ui apps with keyboard and mouse either. I have a word for those people who cannot work out how an app works on keyboard and mouse, its 6 letters long, starts with an R and has political incorrectness written all over it.
SixSixSevenSeven said:
I really don't see the fuss over lack of a start button. What do people seriously use it for? Launching applications, shutting down the PC and accessing control panel (and related).
Launching apps can be done from desktop icons, modern ui tiles or simply go to modern ui and if the software didnt have a piece of crap installer when you start to type its name (dont even have to click a box or anything) it will list it. <- because that was so hard.
Shutting down PC, control-alt-delete or alt-f4 on the desktop or windows key + I to open the settings charm where you can click power > shutdown or here is a revolotionary idea for those with laptops or desktops within reach: press the power button and windows will prompt for shut down.
Control panel. Either try the launching apps thing above. Alternately, move the mouse to the bottom left corner so the little "start" thing appears, right click it, its right there.
I for one find windows 8 *easier* with keyboard and mouse than 7 was. I don't have a problem using modern ui apps with keyboard and mouse either. I have a word for those people who cannot work out how an app works on keyboard and mouse, its 6 letters long, starts with an R and has political incorrectness written all over it.
Click to expand...
Click to collapse
Well said. I'm a believe of progress, I find win 8 much more efficient as you already mentioned, unfortunately the great anti MS movement has done well in telling people what they should and should not like. Try learn and love... Simple
Sent from my Rooted Kobo Arc
SixSixSevenSeven said:
I really don't see the fuss over lack of a start button. What do people seriously use it for? Launching applications, shutting down the PC and accessing control panel (and related).
Launching apps can be done from desktop icons, modern ui tiles or simply go to modern ui and if the software didnt have a piece of crap installer when you start to type its name (dont even have to click a box or anything) it will list it. <- because that was so hard.
Shutting down PC, control-alt-delete or alt-f4 on the desktop or windows key + I to open the settings charm where you can click power > shutdown or here is a revolotionary idea for those with laptops or desktops within reach: press the power button and windows will prompt for shut down.
Control panel. Either try the launching apps thing above. Alternately, move the mouse to the bottom left corner so the little "start" thing appears, right click it, its right there.
I for one find windows 8 *easier* with keyboard and mouse than 7 was. I don't have a problem using modern ui apps with keyboard and mouse either. I have a word for those people who cannot work out how an app works on keyboard and mouse, its 6 letters long, starts with an R and has political incorrectness written all over it.
Click to expand...
Click to collapse
To call me or anyone else that 6 letter word is clairvoyant of your personality. 18 years of using a start button doesn't go away quickly. Asking paradigms to change that fast is dang near impossible for most businesses. There should be at least a slight understanding of that.
In all fairness most of the big and powerful things you needed can be found in 8.1 preview by right clicking the Windows icon on the bottom right and does far more than I'll need. And with all due respect to your opinion, I have about 30+ different applications on my work PC that I use on a constant basis. Top 5 are in the toolbar (also having a challenge duplicating this in 8.1 preview - maybe someone can shed some light for me?) to avoid hitting that button. Rest of them are easily found because I set up my Start Menu to be as efficient as I need it to be. I'm trying to find a way to match that without having to go into Metro because honestly that takes more time. And please don't patronize me about going back to icons on the desktop - that's regressive to 3.1 and NOT progressive. Your power suggestions have also been around since at least XP so no new news there. I didn't know about being able to search for your apps within Metro and I will give that a shot and see if I reconsider. Moving the scroll bar on the bottom of metro to scroll to apps is VERY different than the touch response.
Notice I didn't trash the Metro UI concept, I think it's dead on for touch devices. I just think they can and should improve on the non-touch side where honestly most folks (and companies) do not need/want it... yet. Just like not every company embraces 64 bit OSes yet because they have yet to exceed the 4GB limitation. Again, just sharing my personal thoughts and those that I've heard at corporate levels so far. Not all of us are fortunate to be able to use the same OS at home and work. Many of us will always be behind the times in technology at the office - even if we work in IT.
Windows 9 or 99 - not a whole lot of difference
A side comment to the overarching theme of this thread: Windows 8.2 vs Windows 9 is purely a naming decision that has very little to do with what the actual product will look like. Certainly it has zero bearing on what features will go in.
It's almost certain that at the same time during Windows 8.1 development, the decision hadn't yet been made as to whether call the OS Windows 9, Windows 8.1 or what have you (hence the codename "Windows Blue").
Another good illustration of how naming doesn't mean a whole lot in Microsoft is the evolution from WinNT 6.0 to 6.1. On the client side the move was Vista -> 7 ("major" update), on the server line it was Server 2008 -> Server 2008 R2 ("small" update). But the magnitude of changes was of course very similar between both product lines.
Bottom line: don't get hung up on the naming aspect--it's like reading tea leaves. Look to the core of the product.
Before all the turmoil--reorg, lameduck CEO, Nokia acquisition--I was pretty confident of seeing Win9, as 8.1 was basically a polished 8, and 8 wasn't going anywhere. An 8.2 would only prolong the ignominy.
To have Win9, MS has to have an idea of how to substantively improve on Win8 (that users will buy into.) All present indicators are that that direction doesn't exist. The reorg will paralyze any new initiative, as will Ballmer's lameduck status. And digesting Nokia on top of those...well, turmoil would be putting it kindly.
There should be a new CEO next year (probably Elop, yuck). Lumias will be rebadged, and merged into the Surface effort. But integration and reorg for a company of MS' size will take 2-3 years at least. That almost certainly means we'll see another incremental Win release.
I expect 8.1's reception will be marginally better than 8, mainly because of XP's EOL and replacement purchases for those skipping over 8. The hardware (Haswell, Bay Trail) is better and will also help. But PC's glory days are over, more so because of MS' abandonment and ineptitude than from anything else. Not only on the software side, but hardware as well. OEMs are jumping off the listing ship, even faster now that MS is set to be a full-on competitor.
So how to fix Win 8.x within a year, with no new direction, and a paralyzed company? More TLC to its fast-shrinking cash cow, the desktop, would be a start. As before, I'd like to see a "Windows Classic" that again emphasize on desktop, perhaps with Metro as an optional component. I think a 1-yr allotment for this is doable, even given the dire circumstances. Metro, or Win Mobile (refurb'ed), can be an "essential" add-on, or a separate standalone. The step would be a good holding action.
This would require a revisit of MS' "one-size-fits-all" UI tenet, which isn't succeeding anyway. Metro on its own merits is nothing special, hence its force-feeding to Win users. But neither lame-duck Ballmer nor (likely) Elop has the vision to make a fundamental change. Elop did not turn Nokia around.
We'll see what comes out of the blender next year. For this year, I'll be upgrading to 8.1 and using it strictly as a desktop OS, ie an updated Win7. Metro will be excised, and all my tablet/phone needs will be (have been) met by Android. From what I see of the upcoming Win tabs, they all suck. High prices compared to Android, desktop apps that don't run well on tabs, and paltry selection of mobile apps (that are locked to MS' app store).
Anybody running 8.1 RTM (not RT) yet?
>unfortunately the great anti MS movement has done well in telling people what they should and should not like
Just have to comment on this. Get off the blame game shtick. MS' travails are its own doing, not from any "hater conspiracy" theory. Stop contributing to the childish squabbles.
>I didn't trash the Metro UI concept, I think it's dead on for touch devices.
I can't agree. Metro is still immature, as is MS' notion of mobile devices. Simple case-in-point: 8 does not support portrait use, most apps are landscapes only. 8.1's purported support doesn't compensate for the fact that current and most upcoming tablets will be 16:9. Try using one in portrait and see the awkwardness.
Metro has many other deficits, which I've pointed out before. Landscape orientation (and scrolling) is bad for long lists, among other things, which are best done vertically. Ever wondered why there still isn't a good file manager for Metro? Not to say that Android and iOS are perfect. Both have their foibles. But they're already far ahead in share and 3rd-party support.
>Windows 8.2 vs Windows 9 is purely a naming decision that has very little to do with what the actual product will look like.
What we're talking about isn't the numbering per se, but whether there'll be a substantive change for the next Win rev. The 8.2 vs 9 is a shorthand.
As far as substantive changes go, I can't predict the future, but I can say this. A few bugs can make a program completely unusable, but it doesn't mean that the program is necessarily total crap in its entirety.
Windows 8 isn't all bad. It has a few features which some users really don't like, but most of the new features aren't bad. They're good features solidly engineered. So it's very possible that an incremental release focusing on making these few problematic areas right could be a major hit.
A common perception is that Windows 8 is somehow so abhorrent that only a total rollback or a total redesign can possibly save the ship. I don't think it's an accurate assessment.
Its not a Blame game, its an observation from dealing with the public, in many cases for no justifiable reason or argument without substance a large portion of the geeky public/profession (note I am one as well) seem hell bent on slagging off anything MS.
It has its faults just as any organization does but some much of the tripe an miss information I have to wade through just to get to the root cause of the problem is staggering!! So no, its not about trying to partake in a childish game, its about trying to stop people being misled by so called experts and to make informed decisions based on fact
Sent from my Rooted Kobo Arc
>A few bugs can make a program completely unusable, but it doesn't mean that the program is necessarily total crap in its entirety.
Win8's issue isn't about bugs, but more fundamental: its design and structure, which were radically changed to fit the one-size-fits-all scheme. Users have not warmed to this direction, and at this point I can't see any change to Metro that can make touch use viable for desktops. While some here may differ on the finer points (or affiliation), it's safe to say that none here has yet to use Metro exclusively as a desktop replacement. It's almost a year since release. There are no more excuses.
>Windows 8 isn't all bad. It has a few features which some users really don't like, but most of the new features aren't bad. They're good features solidly engineered.
What's "bad" or "good" is an opinion. What's not opinion is Win8--ergo, Metro--adoption rate. It's abysmal. One may be an optimist and hope for salvation in 8.1 (or perhaps 8.2). MS certainly doesn't think 8.x will do so great, else it wouldn't have opted for the reorg, Ballmer wouldn't have been kicked out, and Nokia buy wouldn't be a necessity.
Put another way, it's not any one person's opinion that matters, but the collective opinions of Windows users. They've spoken, and I don't see any miracle on the horizon to change their tune.
People need to get the following in their head:
1) Desktop isn't going anywhere, stop dramatizing over the desktop vs metro bullcrap
2) Windows 8 does not force you to use metro, just the start screen, which is miles better than the old start menu.
3) Windows 8 metro works perfectly fine with keyboard and mouse. The R word is pretty much suitable for anyone who can't make the jump from start button to start screen. If you are that R, then you need to quit using a computer, that stuff aint for you.
4)Neither metro, nor the desktop will disappear in any subsequent versions of windows. Stop fearing/hoping.
5) it will probably take around 2 years until the next version of windows (9, momo, kiki whatever) comes along. Windows 8.1 is more like a service pack for windows 8.
garwynn said:
To call me or anyone else that 6 letter word is clairvoyant of your personality. 18 years of using a start button doesn't go away quickly. Asking paradigms to change that fast is dang near impossible for most businesses. There should be at least a slight understanding of that.
In all fairness most of the big and powerful things you needed can be found in 8.1 preview by right clicking the Windows icon on the bottom right and does far more than I'll need. And with all due respect to your opinion, I have about 30+ different applications on my work PC that I use on a constant basis. Top 5 are in the toolbar (also having a challenge duplicating this in 8.1 preview - maybe someone can shed some light for me?) to avoid hitting that button. Rest of them are easily found because I set up my Start Menu to be as efficient as I need it to be. I'm trying to find a way to match that without having to go into Metro because honestly that takes more time. And please don't patronize me about going back to icons on the desktop - that's regressive to 3.1 and NOT progressive. Your power suggestions have also been around since at least XP so no new news there. I didn't know about being able to search for your apps within Metro and I will give that a shot and see if I reconsider. Moving the scroll bar on the bottom of metro to scroll to apps is VERY different than the touch response.
Notice I didn't trash the Metro UI concept, I think it's dead on for touch devices. I just think they can and should improve on the non-touch side where honestly most folks (and companies) do not need/want it... yet. Just like not every company embraces 64 bit OSes yet because they have yet to exceed the 4GB limitation. Again, just sharing my personal thoughts and those that I've heard at corporate levels so far. Not all of us are fortunate to be able to use the same OS at home and work. Many of us will always be behind the times in technology at the office - even if we work in IT.
Click to expand...
Click to collapse
You don't know me nor my personality. I think my choice of word is justified, nor did I call you it. I have not used the start button for 18 years, only about 10, but 10 years of start button usage I was able to throw away like an empty chocolate bar wrapper
I am running 8.0 not 8.1. Toolbar is working fine here. I also prefer a clean desktop, always have done, I do have My Computer, recycle bin and my account folder otherwise its empty.
You dont have to move the bar along the bottom of the start bar. On a multitouch trackpad (as on most windows 8 laptops and a few 7 laptops too, or a USB one) a 2 finger horizontal swipe, alternately it will respond to the scroll wheel on your mouse (or the scroll region on non multitouch trackpads or a 2 finger vertical swipe) and a 3rd option is to simply move your mouse against the edge and as you try to move the mouse further it scrolls in that direction. This works in apps too (although a few apps don't respond to moving the mouse against the edge in my experience, most do though).
The search function has actually changed between 8.0 and 8.1. In 8.0 start typing at metro it starts searching your PC by default but segregates results in apps, settings and files. Most desktop applications with a proper installer get listed under apps, a few things like putty or minecraft which dont have proper installers get lumped into files. In 8.1 it goes back to the old windows 7 style search without segregating the results. Both still have individual searches for store, bing etc (actually, here on 8.0 google chrome is listed as a searchable app too which is kinda neat, never noticed that until now). I find it incredibly quick to find things this way, just hit the windows key and type "beam" and its already listed Start BeamNG.Drive and Uninstall BeamNG.Drive as launchable applications, if I was searching for minecraft (pinned to start) I would need an extra click unfortunately but on 8.1 I wouldn't.
My only major metro complaints are lack of apps, lack of serial port access in the WinRT API (whether that be hardware, USB or bluetooth, not that windows distinguishes), blocking of localhost TCP or UDP connections (or any other network connection) and that control panel and file browsing should also be available in metro if metro is to be a viable system. On this machine yeah, perhaps I would rather use control panel in desktop mode, but it should be available on metro too. Lack of apps isn't something microsoft can do much about, that is entirely down to 3rd parties. I went to make an app but sadly microsoft say no serial ports and my application required it, I had a workaround which was to make the app communicate with a desktop application over a network and have the desktop application use a serial port, but thats both a) awkward and b) limiting as localhost is no longer possible so the desktop app would need to run on a second device which kinda defeats the point. I think 8.1 adds bluetooth RfComm support, it is possible to build up bluetooth SPP support in user code atop RfComm so at least 8.1 would allow bluetooth serial to an extent.
SixSixSevenSeven said:
I went to make an app but sadly microsoft say no serial ports and my application required it, I had a workaround which was to make the app communicate with a desktop application over a network and have the desktop application use a serial port, but thats both a) awkward and b) limiting as localhost is no longer possible so the desktop app would need to run on a second device which kinda defeats the point.
Click to expand...
Click to collapse
Have you tried marshaling your data through the file system? Apps could communicate through metro app's local storage. It's hacky and it may require fiddling with permissions, but it could work depending on your latency requirements.
SixSixSevenSeven said:
You don't know me nor my personality. I think my choice of word is justified, nor did I call you it. I have not used the start button for 18 years, only about 10, but 10 years of start button usage I was able to throw away like an empty chocolate bar wrapper.
You dont have to move the bar along the bottom of the start bar. On a multitouch trackpad (as on most windows 8 laptops and a few 7 laptops too, or a USB one) a 2 finger horizontal swipe, alternately it will respond to the scroll wheel on your mouse (or the scroll region on non multitouch trackpads or a 2 finger vertical swipe) and a 3rd option is to simply move your mouse against the edge and as you try to move the mouse further it scrolls in that direction. This works in apps too (although a few apps don't respond to moving the mouse against the edge in my experience, most do though).
Click to expand...
Click to collapse
Didn't say you meant it to me, just that there are a lot of people who would disagree with your thoughts. Please keep in mind - from a TS perspective we are outliers. From a corporate standpoint they have to look at the lowest common denominator - the users who muddle through using a computer just to get the everyday things done. They don't have a choice but to do that or not work. Not everyone even in Gen Y or the Millennials are tech savvy. (Women are sadly still behind the curve, something I'm going to make sure my kids avoid. Knowledge is power IMO.)
Your second paragraph is mainly targeting, again, a different segment than who I'm talking about. My concern is with the users that have box, wired KB/mouse and one screen and need it as simple as possible to do their job. These folks - some of which I am related to - are quite happy with their 2009 Core 2 Quad PC because it plays video and lets them browse the internet. Even if I build them another PC - and I did on the cheap recently - they have yet to touch it over the old system because they're comfortable with it. Ironic because you solve all their complaints and they still stick with what they know.
SixSixSevenSeven said:
I went to make an app but sadly microsoft say no serial ports and my application required it, I had a workaround which was to make the app communicate with a desktop application over a network and have the desktop application use a serial port, but thats both a) awkward and b) limiting as localhost is no longer possible so the desktop app would need to run on a second device which kinda defeats the point. I think 8.1 adds bluetooth RfComm support, it is possible to build up bluetooth SPP support in user code atop RfComm so at least 8.1 would allow bluetooth serial to an extent.
Click to expand...
Click to collapse
What were you trying to use via serial? USB storage access? If so I think they're trying to pigeonhole it to the sever (SkyDrive) as that seems to be the way that it goes. All the reason why I keep very few apps with data on my Note 2 - and those that I do keep data locally.
daniel-s said:
Have you tried marshaling your data through the file system? Apps could communicate through metro app's local storage. It's hacky and it may require fiddling with permissions, but it could work depending on your latency requirements.
Click to expand...
Click to collapse
Hacky indeed, but then so was my first thought. Latency is an issue, but file systems might *just* do it actually. Would have to think about that a bit more.
garwynn said:
What were you trying to use via serial? USB storage access? If so I think they're trying to pigeonhole it to the sever (SkyDrive) as that seems to be the way that it goes. All the reason why I keep very few apps with data on my Note 2 - and those that I do keep data locally.
Click to expand...
Click to collapse
I've not heard of USB storage being done through an old fashioned serial/COM port which is what I wanted to use. Some people do still use their old RS232 ports or similar. In my case, I was initially aiming to have a serial terminal which could be attached to a raspberry pi, I was also planning a remote control type app aim at robots powered by arduinos and other microcontrollers. Communication from PC to microcontroller is almost always serial, even the arduino boards which supposedly have a USB port on them then have a USB>Serial adaptor before communication with a microcontroller (FTDI on the nano, an ATMega8U on the uno which is then programmed to bit-bang USB before comms with the ATMega328 powering the uno itself and a few others on 3rd party boards such as the CP2100 series IC's, a few boards don't have USB ports at all and require an external serial adaptor).
Linux can commonly be setup to display the shell over a serial port, the raspberry pi does this by default, by addition of a serial cable between the pi GPIO and another PC (with appropriate adaptors for the 3.3v TTL on the pi and whatever is on the host PC) you can run software such as PuTTY as an alternative to SSH. This is commonly done on servers connected to the internet which may have SSH disabled for security reasons as an attacker would be required to have physical access to the machines.
SixSixSevenSeven said:
Hacky indeed, but then so was my first thought. Latency is an issue, but file systems might *just* do it actually. Would have to think about that a bit more.
I've not heard of USB storage being done through an old fashioned serial/COM port which is what I wanted to use. Some people do still use their old RS232 ports or similar. In my case, I was initially aiming to have a serial terminal which could be attached to a raspberry pi, I was also planning a remote control type app aim at robots powered by arduinos and other microcontrollers. Communication from PC to microcontroller is almost always serial, even the arduino boards which supposedly have a USB port on them then have a USB>Serial adaptor before communication with a microcontroller (FTDI on the nano, an ATMega8U on the uno which is then programmed to bit-bang USB before comms with the ATMega328 powering the uno itself and a few others on 3rd party boards such as the CP2100 series IC's, a few boards don't have USB ports at all and require an external serial adaptor).
Linux can commonly be setup to display the shell over a serial port, the raspberry pi does this by default, by addition of a serial cable between the pi GPIO and another PC (with appropriate adaptors for the 3.3v TTL on the pi and whatever is on the host PC) you can run software such as PuTTY as an alternative to SSH. This is commonly done on servers connected to the internet which may have SSH disabled for security reasons as an attacker would be required to have physical access to the machines.
Click to expand...
Click to collapse
Old AS/400 systems used a serial connection to get to the system controller and the fix was to use the USB to serial dongle. Made for a pain in the butt because very few devices keep a 9 pin serial port on them anymore. (Drivers were a pain to find though). Probably the only way you'll be able to pull that off going further - it seems very (VERY) few boards have the 9 pin serial anymore, even on docking stations.
garwynn said:
Old AS/400 systems used a serial connection to get to the system controller and the fix was to use the USB to serial dongle. Made for a pain in the butt because very few devices keep a 9 pin serial port on them anymore. (Drivers were a pain to find though). Probably the only way you'll be able to pull that off going further - it seems very (VERY) few boards have the 9 pin serial anymore, even on docking stations.
Click to expand...
Click to collapse
Oh I have no problem using a serial port from windows 8 desktop. Microsoft just don't allow its usage from a windows 8 app.
My desktop PC which isnt even 2 years old does actually have both a full RS232 port and parallel port. I also have an FTDI cable (USB > 3.3v TTL serial) which works fine with my laptop, desktop and the pi itself actually (full FTDI drivers under raspbian and windows 8). Both of my arduinos are arduino nano's so also use an FTDI chip (using the same drivers as each other and the cable I have). One of my other microcontrollers is a bit of a pain but you can get it working with windows 8 too, have to disable driver enforcement before you can install them. Regardless, all 3 microcontrollers and on my desktop its native port are listed in device manager as usable COM ports, all of them work fine too.
One place you will still regularly find a DB9-RS232 port is scientific hardware. Many sensors/probes/data collection devices for use with a PC communicate via serial. Older devices (and a few new ones) from a full RS232 connector, some now use 3.3v or 5v instead and a few are advertised as being USB but in reality have USB>serial adaptors of some sort contained within.
Many android devices have a serial port available (usually 3.3v) via the headphone jack (often just sticking a resistor between mic and ground to trigger left and right audio function changes) or USB port (similar technique as the headphones) or more rarely the microSD
If anyone is interested in the podcast I mentioned, Windows Weekly, the URL is: http://leoville.tv/podcasts/ww.xml
In the lastest episode, Mary Jo Foley of here: http://www.zdnet.com/topic-windows/
tends to tell what's going on inside Microsoft. If you listened to back episodes she was talking about Blue right after 8 was released, she spills details really early and they do come true.
The other major host is Paul Thurott on the podcast, who writes here: http://www.winbeta.org/
The last thing they said, just as e.mote calculated, was that the company is in disaray and will slow down significantly since the Nokia acquisition and that it could have been an 8.2 but for a brand refresh they could skip to 9. 9 in that case would be a mixture of returning some of the key 7 features and polishing 8. I'll post here if there's any more, same if you guys know anything! I'm interested to see how this develops.
I remember going to the Win 7 launch at the time. One of the first things the Micro guy said on stage was that 7 was 'Vista fixed'. I couldn't believe he said that on stage. So instead of a fixer service pack they jumped to 7 and it was partially a brand refresh. Who knows now?

Using the create pad with Wacom/Bamboo pad compatible apps

Hi All,
I am wondering if anybody here had any success with getting their Yoga Book to work nicely with the GIMP photo editor at all? I can use it to draw, but as a mouse with no pressure. I went through a few tutorials online on how to get the GIMP to work with Bamboo/Wacom tablets, but it doesn't seem to work with the Yoga Book, as the drivers aren't being seen by GIMP or DirectInput for whatever reason.
I am more of a casual artist, and so I don't feel like I want to fork out money for say Photoshop, when the GIMP can for the most part do what I'd like. Plus, I am mostly an open source guy, using Linux as my main daily driver on my home PC, that I am fairly used to the GIMP already.
Thanks!
kveroneau said:
Hi All,
I am wondering if anybody here had any success with getting their Yoga Book to work nicely with the GIMP photo editor at all? I can use it to draw, but as a mouse with no pressure. I went through a few tutorials online on how to get the GIMP to work with Bamboo/Wacom tablets, but it doesn't seem to work with the Yoga Book, as the drivers aren't being seen by GIMP or DirectInput for whatever reason.
I am more of a casual artist, and so I don't feel like I want to fork out money for say Photoshop, when the GIMP can for the most part do what I'd like. Plus, I am mostly an open source guy, using Linux as my main daily driver on my home PC, that I am fairly used to the GIMP already.
Thanks!
Click to expand...
Click to collapse
Hey,
I indeed had the same issues with GIMP (also with Krita and MyPaint - I am open source guy as well ) a while ago. The trick is to install specific drives from Wacom. Here is the link (or at least I hope it is, I tried this few months ago ): http://us.wacom.com/en/feeldriver/ EDIT: Please note that this driver might change the way stylus behaves and might not work correctly.
Just little bit of advice/side note; I tried all thinkable painting/photoshop software on my yoga - both open source and piad one (trial versions) - and thou I use open source software daily in my work (GIMP and Inkscape) it is not the same on yoga. Small screen and Atom processor is not very optimal - it works, no doubt about it, but it just isn't same as on the desktop. I hate to admit it, but after a while I ended with older version of Sketchbook Pro - it runs very well and has nice easy UI and reasonably powerful tools, which is perfect for light sketching.
Thanks. So, I tried installing the driver, and it did install successfully. However, GIMP is still unable to work with pressure sensitivity. On the bright side, the Halo keyboard, and touchscreen are unaffected and still work as expected. The only issue from installing the driver is that now when I use the pen on the create, I still a full white windows cursor on the screen which is very very annoying.... I very much preferred the unobtrusive translucent circle. I went into the settings to attempt to return said circle, but it resulted in total failure as the annoying white Windows cursor remained. This now renders any drawing or writing activity now annoying as the windows cursor is an eye sore and just gets in the way and blocks whatever is behind it.
I am writing this on the Yoga book, and I'm just noticing something with the keyboard. I am a very fast typer, and I am feeling the hepatic feedback from each key press, but the click sound is only heard after I stop typing quickly. Not sure if this is related to the driver or if it was like this prior.
I am now considering removing said driver, however, I am unsure if it completely replaced the Lenovo one, and if I remove it, will it just turn this machine into a brick, and needing a full factory reset to get everything back to normal.
For anyone else reading about this driver, I highly recommend to avoid installing it until these specific quirks can be figured out, and if uninstalling it after will result in a non-functional wacom touch screen and create pad. I am really hoping that the keyboard part of the create pad is part of a completely separate driver, and the pen button/light is just a toggle between two completely separate hardware modes. I'll see if I can use a restore point perhaps to return back the previous functionality. I am hoping that Lenovo themselves issues an update for this rather great piece of technology so that we don't need to download wacom or third party non-Lenvovo tested drivers. This device is fairly unique and it's hard to see a generic driver keeping all the customization from Lenovo working 100%.
UPDATE: Okay, so I was unable to remove the driver using the standard add/remove program thing in Windows, which seemed to have restored the original functionality. My cursor is back to a nice small circle when I hover or use the create pad with the pen, which is much more favorable. I can live without pressure sensitivity in GIMP, as long as the sketching apps have pressure and show me a non-obtrusive circle, I can easily export said sketches into PNG format and import that into the GIMP to further edit using more advanced tools.
kveroneau said:
Thanks. So, I tried installing the driver, and it did install successfully. However, GIMP is still unable to work with pressure sensitivity. On the bright side, the Halo keyboard, and touchscreen are unaffected and still work as expected. The only issue from installing the driver is that now when I use the pen on the create, I still a full white windows cursor on the screen which is very very annoying.... I very much preferred the unobtrusive translucent circle. I went into the settings to attempt to return said circle, but it resulted in total failure as the annoying white Windows cursor remained. This now renders any drawing or writing activity now annoying as the windows cursor is an eye sore and just gets in the way and blocks whatever is behind it.
I am writing this on the Yoga book, and I'm just noticing something with the keyboard. I am a very fast typer, and I am feeling the hepatic feedback from each key press, but the click sound is only heard after I stop typing quickly. Not sure if this is related to the driver or if it was like this prior.
I am now considering removing said driver, however, I am unsure if it completely replaced the Lenovo one, and if I remove it, will it just turn this machine into a brick, and needing a full factory reset to get everything back to normal.
For anyone else reading about this driver, I highly recommend to avoid installing it until these specific quirks can be figured out, and if uninstalling it after will result in a non-functional wacom touch screen and create pad. I am really hoping that the keyboard part of the create pad is part of a completely separate driver, and the pen button/light is just a toggle between two completely separate hardware modes. I'll see if I can use a restore point perhaps to return back the previous functionality. I am hoping that Lenovo themselves issues an update for this rather great piece of technology so that we don't need to download wacom or third party non-Lenvovo tested drivers. This device is fairly unique and it's hard to see a generic driver keeping all the customization from Lenovo working 100%.
UPDATE: Okay, so I was unable to remove the driver using the standard add/remove program thing in Windows, which seemed to have restored the original functionality. My cursor is back to a nice small circle when I hover or use the create pad with the pen, which is much more favorable. I can live without pressure sensitivity in GIMP, as long as the sketching apps have pressure and show me a non-obtrusive circle, I can easily export said sketches into PNG format and import that into the GIMP to further edit using more advanced tools.
Click to expand...
Click to collapse
Hey, sorry to hear that you had issues, I did not noticed any when I tried the driver and pressure in GIMP/Krita/MyPaint was working - if I remember correctly, there was new wacom icon under Control Panel, did you tried adjust this? Also in GIMP you need to enable, and correctly set, "Dynamic" setting under brush tool for pressure sensitivity to work.
Anyway, I edited my previous post with warning about drivers so that anyone would know immediately. Again sorry for the issues, but from my point of view it worked.
Talsi said:
Hey, sorry to hear that you had issues, I did not noticed any when I tried the driver and pressure in GIMP/Krita/MyPaint was working - if I remember correctly, there was new wacom icon under Control Panel, did you tried adjust this? Also in GIMP you need to enable, and correctly set, "Dynamic" setting under brush tool for pressure sensitivity to work.
Anyway, I edited my previous post with warning about drivers so that anyone would know immediately. Again sorry for the issues, but from my point of view it worked.
Click to expand...
Click to collapse
I did notice the new settings under control panel, but there was nothing there but pen button related options, of which the Lenovo pen has no buttons. I tried a few options in GIMP, and the Wacom tablet did display itself as an Input device. I figure I could have gotten it working, but having a full Windows cursor when using the create pad was just a bit distracting in my eyes. This cursor persisted in programs which it is normally absent such as the Windows built-in Sketchpad which is one of the easiest and quickest programs to launch for quick jotting of notes and sketches. I tried changing a few options in both Settings and Control panel, but the Windows cursor remained.
Thank for your help anyways, I'm sure this driver will be useful to other people.

Categories

Resources