Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Hi Guys, The attached ebuild fixes the following bugs: 1. Fatal server lockup on start with linuxwacom drivers < 0.7.9. (I add >=linuxwacom 0.7.9 as a dependency). See https://bugs.freedesktop.org/show_bug.cgi?id=15135 2. Fixes resolution of the stylus, so that your notes are not ugly. (Patch from upstream. See http://sourceforge.net/tracker/index.php?func=detail&aid=1891727&group_id=163434&atid=827733 http://sourceforge.net/tracker/index.php?func=detail&aid=1891713&group_id=69596&atid=525127 and http://bugs.freedesktop.org/show_bug.cgi?id=10324 . (Without this patch, the resolution of the tablet PC drops to the resolution of the screen, giving TERRIBLE quality strokes.) GI
Created an attachment (id=146863) [details] Updated ebuild incorporating proper wacom dependencies, and resolution patch
Created an attachment (id=146864) [details] Patch fixing the xorg-server resolution issue
(From update of attachment 146864 [details]) Ugh. I attached the wrong file. Please ignore this one. Correct file coming up
Created an attachment (id=146949) [details] The *correct* patch fixing the scaling issue (required by the updated ebuild)
Created an attachment (id=146951) [details] Updated ebuild incorporating proper wacom dependencies, and resolution patch This time I attach a diff -u (much more readable).
Created an attachment (id=146971) [details] PDF showing the results if you DON'T apply the rescaling patch!
Created an attachment (id=152057) [details] Updated ebuild to use all five of Magnus's patches about pointer event rescaling
Created an attachment (id=152059) [details] Patch from upstream (git)
Created an attachment (id=152061) [details] Patch from upstream (git)
Created an attachment (id=152063) [details] Patch from upstream (git)
Created an attachment (id=152065) [details] Patch from upstream (git)
Created an attachment (id=152067) [details] Patch from upstream (git)
Are these patches already in the 1.4 branch upstream? If so, they should be in xorg-server-1.4.0.90-r4. Add '=xorg-server-1.4.0.90-r4 **' to your package.keywords to test.
(In reply to comment #13) > Are these patches already in the 1.4 branch upstream? If so, they should be in > xorg-server-1.4.0.90-r4. Add '=xorg-server-1.4.0.90-r4 **' to your > package.keywords to test. The patches are in the upstream git, and I just checked they are in your r4 release. However you missed the WACOM dependency. You get a crash on startup with the old wacom drivers, and need >=x11-drivers/linuxwacom-0.7.9. GI
(In reply to comment #14) > (In reply to comment #13) > > Are these patches already in the 1.4 branch upstream? If so, they should be in > > xorg-server-1.4.0.90-r4. Add '=xorg-server-1.4.0.90-r4 **' to your > > package.keywords to test. > > The patches are in the upstream git, and I just checked they are in your r4 > release. However you missed the WACOM dependency. You get a crash on startup > with the old wacom drivers, and need >=x11-drivers/linuxwacom-0.7.9. Done, thanks!