First, check this thread out. Having the nubs automatically swapped helps a great deal.
Add this to PND_pre_script.sh (assuming you want to change the sensitivity in Quake 3);
Code:... cat /proc/pandora/nub1/mouse_sensitivity > /tmp/nub1_sens_before ... echo "100" > /proc/pandora/nub1/mouse_sensitivity
And to PND_post_script.sh...
Code:... cat /tmp/nub1sens_before > /proc/pandora/nub1/mouse_sensitivity rm ... /tmp/nub1sens_before
Thanks for the guide, but I tried this and it hasn't made any difference. I also added the swap nubs stuff, no difference. (And I have installed the pnd run sh update from the other thread).