You can tell xboxdrv to load a custom config file instead and make the adjustments you need there. Also, I think you'll need to unload the xpad module as well. Here's an example config you can start with and tweak as needed. Just copy and paste this into an empty text document and name it whatever you want.
Code:
[xboxdrv]
silent = true
ui-clear = true
deadzone=4000
deadzone-trigger = 15%
[ui-buttonmap]
A=BTN_A
B=BTN_B
X=BTN_X
Y=BTN_Y
START=BTN_START
GUIDE=BTN_MODE
BACK=BTN_SELECT
LB=BTN_TL
RB=BTN_TR
TL=BTN_THUMBL
TR=BTN_THUMBR
[ui-axismap]
X1=ABS_X
Y1=ABS_Y
X2=ABS_RX
Y2=ABS_RY
LT=ABS_Z
RT=ABS_RZ
DPAD_X = ABS_HAT0X
DPAD_Y = ABS_HAT0Y
# EOF #
Then to start xboxdrv with this config-
Code:
xboxdrv -c /PATH/TO/YOUR/FILE --type xbox360-wireless --detach-kernel-driver
Bookmarks