** Changed in: xserver-xorg-input-synaptics (Ubuntu)
Status: New => Invalid
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ub
I notice this is marked fixed for -input, however it still has an open
task for -synaptics. Is there still something needing to be done for
-synaptics or can this task be closed as well?
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You recei
I am having some problem with my synaptics touchpad using updated
packages since yesterday :
https://bugs.launchpad.net/bugs/320804
I'm posting mine thinking that maybe someone will be able to help me !
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs
The problem is solved, it was something unrelated. I was unaware that
8.10 now uses "FDI" files for configuration.
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bugs, which
The patch is already in Ubuntu 8.10. What is this problem that you are
having?
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu
How can I apply this patch to my system? I'm on Ubuntu 8.10, and I
believe this patch will fix my problem.
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bugs, which is subsc
This bug was fixed in the package x11proto-input - 1.4.3-2ubuntu4
---
x11proto-input (1.4.3-2ubuntu4) intrepid; urgency=low
* 100-Add-Device-Properties-X-Input-1.5.patch: Define Atom as CARD32 in
XIproto.h, as otherwise the protocol structs come out completely wrong on
amd64
This x11proto-input debdiff is somewhat cleaner.
** Attachment added: "x11proto-input debdiff"
http://launchpadlibrarian.net/18548733/x11proto-input_1.4.3-2ubuntu4.diff
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug no
** Attachment removed: "x11proto-input debdiff"
http://launchpadlibrarian.net/18543901/x11proto-
input_1.4.3-2ubuntu4.diff
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
I can also confirm the proposed patches fix the problem for me. I get
correct output from xinput, and more importantly, the touchpad tab is
reappearing in mouse configuration!
Nice work :)
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You rec
William,
I downloaded the patches, applied them, and rebuilt the packages. It
works! So my particular problem is solved. I hope this also solves the
issue that other people were seeing. Thanks again.
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs
** Attachment added: "x11proto-input debdiff"
http://launchpadlibrarian.net/18543901/x11proto-input_1.4.3-2ubuntu4.diff
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bug
** Attachment added: "libxi debdiff"
http://launchpadlibrarian.net/18543894/libxi_1.1.3-1ubuntu5.diff
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscr
** Changed in: x11proto-input (Ubuntu)
Sourcepackagename: xserver-xorg-input-synaptics => x11proto-input
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscri
Nice, this is great news! Thanks for staying on top of it, William!
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mail
jcristau worked it out - sizeof(Atom) is 8 on amd64, as it's defined as
a long. Making it a CARD32 instead works.
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bugs, which i
gcc appears to feel it necessary to reorder those particular request and
reply structs on the client side.
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bugs, which is subsc
Ah, now I see, thanks for the explanation.
Wow, good eyes. I had only noticed that the first four values were the
same, then thought there was corruption. So basically 04 00 00 00 is
being inserted in the middle, when it should come at the end.
Unfortunately, I don't know what to make out of thi
Paulo,
hal's option setting is just like xorg.conf's; it's done only upon
device initialisation, and without the usual client/server model that X
uses. xinput and the Touchpad tab in gnome-mouse-properties use XInput
device properties, which are settable at runtime through the X11
protocol stream
William,
Very strange, could it be that the x86_64 version is using incompatible
variable types? So the issue is more low level than what I had thought,
since you found this behavior with libxi. Does hal rely on it too to
change settings? I ask that because in my case making changes through
hal
The original beta for Intrepid with the .5 headers recognized the
touchpad fine. With the install of the .6 and .7 headers the touchpad,
xserver-xorg-input-synaptics wasn't installed. After installation the
touchpad worked fine. I'm not sure why the update for xserver didn't
find the touchpad thoug
It seems that libxi or similar is playing up on amd64. GetWindowProperty
works fine, but GetDeviceProperty sends something like this to the X
server:
92 27 06 00 04 00 00 00 6d 00 00 00 00 00 00 00 13 00 00 00 00 00 00
00
That and its response decode (with my modified xtrace) to:
000:<:000b:
After extensive testing on IRC, I'm fairly sure that it's
amd64-specific. At least it seems to never affect i386 machines - other
archs I'm not sure about. We're working on debugging it thanks to this
new info.
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.ne
OK -- I installed the i386 image and upgraded from the latest packages
from the main servers. xinput still works like it did on the live CD.
So it seems that, at least in my case, the issue has to do with x86_64.
What information can I supply from both installations that would be
helpful? Also,
William,
First result: xinput works directly from the live CD. I can list and
change properties just like I wanted in the first place. Would you like
me to install and test the new packages as well?
$ xinput list-props "Logitech USB Trackball"
Device 'Logitech USB Trackball':
Device Ena
Sure! Just keep in mind that all I can test is xinput, since I don't
have a laptop. I'll test the live cd and then install, so I can test
the new packages as well. Will report back in about an hour.
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/26
If you can test the beta i386 live CD on identical hardware, that would
be excellent.
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
I'm on 64bit too. If it really helps to have this tested on i386, I can
install it on a spare partition and report back.
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bugs,
i AM using amd64 here
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://l
Is anybody experiencing this bug *not* using amd64?
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-b
$ dpkg -l |grep libxi6
ii libxi62:1.1.3-1ubuntu4
X11 Input extension library
$ dpkg -l |grep xinput
ii xinput1.3.0-1ubuntu3
Runtime configuration and test of XInput dev
--
[int
I apologize, my problem is not with a touchpad -- I didn't pay attention
to the bug description. I just have the same issues with xinput. Not
sure if I should open a new bug report just about xinput.
$ dpkg -l | grep xorg | grep -v video
ii python-xkit 0.3.6
Which versions of libxi6 and xinput do you have installed? This has got
me very confused.
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
Same as Paulo, I've updated from main, restarted and still get Fetch
failure. No touchpad tab visible. Here's the xorg versions:
:~$ dpkg -l | grep xorg | grep -v video
ii python-xkit 0.3.6
library for the manipulation of the xorg.con
Paulo: `dpkg -l | grep xorg | grep -v video`
Do you have the Touchpad tab visible in System->Preferences->Mouse?
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bugs, which i
William,
I just upgraded from the main mirrors and restarted. Now xinput gives
me something similar to what zombiepig is reporting (Fetch failure), as
opposed to an error as before. Setting any option doesn't have any
effect.
What info should I provide? Thanks.
--
[intrepid] cannot see touch
For everyone who has been having issues: upgrade (ensure you have the
latest updates from the main mirror, not just your local one which might
be days out of date!), reboot, and try again.
zombiepig: You need to reboot (or at least restart X).
--
[intrepid] cannot see touchpad tab in mouse confi
slightly different behaviour with the latest xorg updates, now i'm
getting:
[EMAIL PROTECTED]:~$ xinput --list-props "SynPS/2 Synaptics TouchPad"
Device 'SynPS/2 Synaptics TouchPad':
Device Enabled: Fetch failure
Synaptics Edges:
Synaptics Finger:
I have the same problem :
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/278736
in intrepid beta, kernel 2.6.27-5-generic
$ xinput list-props "SynPS/2 Synaptics TouchPad"
Device 'SynPS/2 Synaptics TouchPad':
X Error of failed request: BadDevice, invalid or uninitialized input device
Is this valid for macbooks,too? So there is not the needing to open a
new bug, am I right?
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
techieMoe wrote:
> I have a Dell Inspiron 1520 and I clean-installed Beta 1 this morning.
> I've downloaded all the latest updates. My touchpad works fine for the
> most part (vertical scrolling but no horizontal, tap-to-click works),
> however I have no entries at all for the touchpad in my xorg.c
I have a Dell Inspiron 1520 and I clean-installed Beta 1 this morning.
I've downloaded all the latest updates. My touchpad works fine for the
most part (vertical scrolling but no horizontal, tap-to-click works),
however I have no entries at all for the touchpad in my xorg.conf nor do
I see the "Tou
Ok, let's try to be more precise:
As you know, macbooks do have scrolling trackpads, with one single button.
I see the touchpad tab, I may also play with its options but I can't make
two-finger scrolling and right-click.
I also tried to follow this Wiki page, even if it's written for 8.04:
https:
bodom_lx wrote:
> I own a Macbook 3,1. Trackpad/Touchpad is recognized but I cannot
> configure two finger scrolling / right click support on 8.10 beta.
> Should I open a new Bug?
There are no widgets in the UI for those at the moment. You can,
however, set them using xinput and add them to your s
Alex Wauck wrote:
> bodom_lx, I think your problem is the same one described here. It looks
> like the touchpad is properly detected on all systems, but something
> about XInput device properties is broken. In fact, it seems that xinput
> list-props is broken on all systems, even ones that don't
bodom_lx, I may have misunderstood. Are you saying that you have the
touchpad tab, but you can't make two-finger scrolling and right-click
support? What happens if you run xinput list-props as described above?
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.n
bodom_lx, I think your problem is the same one described here. It looks
like the touchpad is properly detected on all systems, but something
about XInput device properties is broken. In fact, it seems that xinput
list-props is broken on all systems, even ones that don't have
touchpads.
--
[intr
William,
[EMAIL PROTECTED]:~$ xinput list-props "AlpsPS/2 ALPS GlidePoint"
Device 'AlpsPS/2 ALPS GlidePoint':
X Error of failed request: BadDevice, invalid or uninitialized input device
Major opcode of failed request: 145 (XInputExtension)
Minor opcode of failed request: 37 ()
Serial numb
I own a Macbook 3,1. Trackpad/Touchpad is recognized but I cannot
configure two finger scrolling / right click support on 8.10 beta.
Should I open a new Bug?
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification beca
Harvey: Your touchpad is being recognised correctly (the right driver
and capabilities are shown in lshal). What if you list the properties of
the proper device name instead?
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug
This is also broken on the Dell Inspiron 1420, i.e. the touchpad pad is
missing here also. In Hardy the 1420 autoconfigured /etc/X11/xorg.conf
with a Synaptics Touchpad section. This is not the case in Intrepid.
`xinput list-props "SynPS/2 Synaptics Touchpad"` results in:
unable to find dev
Update: I found out that my particular problem is that the EEEPC 901 has
an Elantech touchpad, which apparently doesn't have a driver, causing
the touchpad to be recognized as a Logitech Wheel Mouse (bug #123775).
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad
** Attachment added: "xorg log from eeepc 901"
http://launchpadlibrarian.net/18025269/Xorg.0.log-eeepc901.gz
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bugs, which is
** Attachment added: "xorg.conf from the eeepc 901"
http://launchpadlibrarian.net/18025265/xorg.conf-eeepc901.gz
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bugs, whic
Marking confirmed. AFAICS, all information has been provided, and there
are a number of reporters.
** Changed in: xserver-xorg-input-synaptics (Ubuntu)
Status: Incomplete => Confirmed
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You
** Attachment added: "xinput list output on eeepc 901"
http://launchpadlibrarian.net/18025241/xinput-eepc901.gz
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bugs, which
My trackpad is also not being detected. This is on an EEEPC 901, which
is likely to be an important model to support.
I will attach lshal and xinput list output shortly.
Assuming that the default tap-to-click doesn't finish driving me over
the edge first when it activates while I'm typing.
** A
hey i'm also having the exact same issue. I have a Dell XPS M1530
laptop. I've attached my lshal output. I'm running the latest 8.10. I
really hope this gets resolved before the release.
** Attachment added: "lshal.txt"
http://launchpadlibrarian.net/17992179/lshal.txt
--
[intrepid] cannot
I have the exact same problem. No touchpad tab, and the same weird output from
xinput -list-props ...
I'm running alpha6.
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bugs
I'm still seeing the same behaviour with alpha 6, same symptoms as in
the previous comments.
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubunt
Please attach the output of 'lshal'.
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubunt
No luck still with 2.6.27-3, and xserver-xorg-input-synaptics
0.15.2-0ubuntu1
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-
I have to make a correction: I'm on a Macbook Pro 3rd generation.
Same result using xfree86-drivers-synaptics, but at least the mouse pad
reacts a bit more, so my mouse movement is normal... but no two-finger
scrolling, and no configuration available through GUI.
--
[intrepid] cannot see touchp
Please try the driver from my PPA:
http://ppa.launchpad.net/tjaalton/ubuntu/pool/main/x/xfree86-driver-
synaptics/
if that doesn't help, upgrade your kernel. There was a new version
uploaded today.
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/2676
I got the EXACT same error message using xinput with a Macbook pro 2nd
edition...
My Ubuntu 8.10 64bit alpha5 system is up-to-date with all updates and
freshly rebooted.
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug noti
that gives me the same error:
~$ xinput list-props 2
Device 'SynPS/2 Synaptics TouchPad':
X Error of failed request: BadDevice, invalid or uninitialized input device
Major opcode of failed request: 146 (XInputExtension)
Minor opcode of failed request: 37 ()
Serial number of failed request
Try with the numerical device ID instead of the name?
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu
Not sure if this helps, but here's my output from xinput list
~$ xinput list
"Virtual core keyboard" id=0[XKeyboard]
Num_keys is 248
Min_keycode is 8
Max_keycode is 255
"Virtual core pointer" id=1[XPointer]
Num_buttons is 32
Num_axes is 2
Mo
Definitely installed all updates from main server, here's my current x
server versions:
~$ dpkg -l | grep xorg
ii python-xkit 0.3.4
library for the manipulation of the xorg.con
ii xorg 1:7.4~1ubu
zombiepig wrote:
> ~$ xinput list-props "SynPS/2 Synaptics TouchPad"
> Device 'SynPS/2 Synaptics TouchPad':
> X Error of failed request: BadDevice, invalid or uninitialized input device
> Major opcode of failed request: 146 (XInputExtension)
> Minor opcode of failed request: 37 ()
> Serial
~$ xinput list-props "SynPS/2 Synaptics TouchPad"
Device 'SynPS/2 Synaptics TouchPad':
X Error of failed request: BadDevice, invalid or uninitialized input device
Major opcode of failed request: 146 (XInputExtension)
Minor opcode of failed request: 37 ()
Serial number of failed request: 1
What is the output when you run `xinput list-props "SynPS/2 Synaptics
TouchPad"`?
Also please post the output of `dpkg -l | grep gnome-control-center`
** Changed in: xserver-xorg-input-synaptics (Ubuntu)
Status: New => Incomplete
--
[intrepid] cannot see touchpad tab in mouse configurati
** Attachment added: "xorg.log"
http://launchpadlibrarian.net/17367372/Xorg.0.log
--
[intrepid] cannot see touchpad tab in mouse configuration
https://bugs.launchpad.net/bugs/267611
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
73 matches
Mail list logo