Oops, forgot about the patches. go here to get them.
http://ubuntuforums.org/showthread.php? ... ost1592436
http://ubuntuforums.org/showthread.php? ... ost1592436
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menuwget http://ibiblio.org/pub/linux/system/emulators/wine/wine-0.9.5.tar.bz2
tar xfvj wine-0.9.5.tar.bz2
cd wine-0.9.5/dlls/dinput
patch -i ~/mousehack.diff.txt
patch -i ~/keyboard_hack.diff.txt
cd ..
cd ..
./configure
make depend && make
sudo make install