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

2010-09-09 Thread Jeff Bower
However, unless you're running a very new kernel you can probably omit
the sed lines if you're just compiling for 64-bit.  This should work
as a quick step-by-step:

wget 
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/379313/+attachment/1455604/+files/nwfermi-0.2_i386.deb
ar x nwfermi-0.2_i386.deb
tar -zxmvf data.tar.gz
cd usr/src/nwfermi-0.2

# Only uncomment if running Maverick or you get USB-related compiler errors
#sed -i 's/usb_buffer_alloc/usb_alloc_coherent/g' nw-fermi.c
#sed -i 's/usb_buffer_free/usb_free_coherent/g' nw-fermi.c

make
sudo cp nw-fermi.ko /lib/modules/$(uname -r)/updates/dkms
sudo insmod /lib/modules/$(uname -r)/updates/dkms
sudo depmod -a

-- 
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-09-07 Thread Jeff Bower
In order to run on the Maverick Beta kernel, you'll need to manually compile 
the module.  First extract the .deb contents somewhere (I use /tmp/nwfermi as 
an example) and run the following:
cd /tmp/nwfermi/usr/src/nwfermi-0.2
sed -i 's/usb_buffer_alloc/usb_alloc_coherent/g' nw-fermi.c
sed -i 's/usb_buffer_free/usb_free_coherent/g' nw-fermi.c
make
sudo cp nw-fermi.ko /lib/modules/$(uname -r)/updates/dkms
sudo insmod /lib/modules/$(uname -r)/updates/dkms
sudo depmod -a

Sadly, no uTouch support seems to be available.

-- 
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-08-14 Thread Jeff Bower
Thanks @djp, this new release works great on my HP Touchsmart
600-1005xt!  Any hope that 1) it will be possible to create a 64-bit
version and 2) it can be included in the Ubuntu release?  Barring 2, I'd
love to see it in a custom repository somewhere so I can make sure to
nab any updates.

-- 
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