[Ubuntu-x-swat] [Bug 192508] Re: mouse keys to easy to accidently turn on

2012-03-09 Thread iox
I can confirm this bug with latest Ubuntu Lucid 10.04.4. During vino
sessions, mouse keys are activated when pressing numlock. This error is
tricky because it doesn't happen every time, but we have definitely
reproduced it several times.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/192508

Title:
  mouse keys to easy to accidently turn on

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/192508/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 379313] Re: Handling NextWindow Touchscreen (multitouch)

2010-04-14 Thread iox
No, I didn't need to calibrate the screen or modify xorg.conf, it worked
perfectly after the steps on #31.

-- 
Handling NextWindow Touchscreen (multitouch)
https://bugs.launchpad.net/bugs/379313
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-evdev in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 379313] Re: Handling NextWindow Touchscreen (multitouch)

2010-04-06 Thread iox
Looks like a problem with nwfermi :(. You could try writing to
NextWindow to see if they send you a better driver: i...@nextwindow.com

-- 
Handling NextWindow Touchscreen (multitouch)
https://bugs.launchpad.net/bugs/379313
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-evdev in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 379313] Re: Handling NextWindow Touchscreen (multitouch)

2010-03-10 Thread iox
You are welcome!

I just wrote to NextWindow confirming their prototype driver is working
on 1926:007a, and asking them to release the code/info. Let's see what
happens :).

-- 
Handling NextWindow Touchscreen (multitouch)
https://bugs.launchpad.net/bugs/379313
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-evdev in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 379313] Re: Handling NextWindow Touchscreen (multitouch)

2010-03-09 Thread iox
Update:

After exchanging a few emails with NextWindow support, they finally sent
me a driver, a prototype written for ubuntu. I'm attaching the file
they sent me. I don't have much information about it, but it works great
with Ubuntu Karmic i386! These are the steps I took:


- Install Ubuntu 9.10 i386.

- Install the driver (nwfermi-0.1_i383.deb)

- Install some extra software: joystick (for testing) and xserver-xorg-
input-evtouch.

- Load the module:
 sudo modprobe nw-fermi

- Activate the input device:
 sudo sh -c echo 1926 007a  /sys/bus/usb/drivers/nwfermi/new_id

- After this, the device /dev/input/event6 is working. Testing:
 sudo evtest /dev/input/event6

- Restart Xorg (restart the session)


Moreover, I tweaked to work after reboot:

- Add nw-fermi to /etc/modules

- Add boot script to /etc/rc.local
sh -c echo 1926 007a  /sys/bus/usb/drivers/nwfermi/new_id


I hope this works for someone, I had never seen nw-fermi before. If it's new 
code, we should probably ask NextWindow to release the code.

** Attachment added: nwfermi-0.1_i386.deb
   http://launchpadlibrarian.net/40645019/nwfermi-0.1_i386.deb

-- 
Handling NextWindow Touchscreen (multitouch)
https://bugs.launchpad.net/bugs/379313
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-evdev in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 379313] Re: Handling NextWindow Touchscreen (multitouch)

2010-01-15 Thread iox
I have a Dell Inspiron One Touch with Nextwindow Touchscreen. Sadly, I
believe it is a different model as lsusb reports:

Bus 002 Device 002: ID 1926:007a

I have managed to make it appear in /dev/input/event6 with the commands:

sudo modprobe usbtouchscreen
sudo sh -c echo 1926 007a  /sys/bus/usb/drivers/usbtouchscreen/new_id

After that, I've tried evtest:

evtest /dev/input/event6

But the screen is sending no input when I touch it. I'm not sure if my
problem is from xserver-xorg-input-evdev package, or maybe
usbtouchscreen module. Any idea?

-- 
Handling NextWindow Touchscreen (multitouch)
https://bugs.launchpad.net/bugs/379313
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-evdev in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 359449] Re: 2.6.28-11 breaks mouse scrolling

2009-08-17 Thread iox
This fixed the problem! Thank you very much.

I'll give it a try with Karmic as soon as possible.

-- 
2.6.28-11 breaks mouse scrolling
https://bugs.launchpad.net/bugs/359449
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-mouse in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp