Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 141270 Details for
Bug 206614
x11-drivers/synaptics does not work properly with Xinerama
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
synaptics-fixxinerama.patch
synaptics-fixxinerama.patch (text/plain), 601 bytes, created by
Nicholas Doyle
on 2008-01-19 04:49:18 UTC
(
hide
)
Description:
synaptics-fixxinerama.patch
Filename:
MIME Type:
Creator:
Nicholas Doyle
Created:
2008-01-19 04:49:18 UTC
Size:
601 bytes
patch
obsolete
>--- synaptics-0.14.6.orig/synaptics.c 2008-01-18 23:32:59.000000000 -0500 >+++ synaptics-0.14.6/synaptics.c 2008-01-18 23:32:15.000000000 -0500 >@@ -617,10 +617,10 @@ > miPointerGetMotionBufferSize()); > > /* X valuator */ >- xf86InitValuatorAxisStruct(dev, 0, 0, -1, 1, 0, 1); >+ xf86InitValuatorAxisStruct(dev, 0, -1, -1, 1, 0, 1); > xf86InitValuatorDefaults(dev, 0); > /* Y valuator */ >- xf86InitValuatorAxisStruct(dev, 1, 0, -1, 1, 0, 1); >+ xf86InitValuatorAxisStruct(dev, 1, -1, -1, 1, 0, 1); > xf86InitValuatorDefaults(dev, 1); > > xf86MotionHistoryAllocate(local);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 206614
: 141270 |
141271