Thanks for the quick response Urkle, much appreciated
Indeed i made the following script for me to run penumbra:
#!/bin/bash
sudo /etc/init.d/bumblebeed start
setxkbmap -layout us
optirun ./penumbra
setxkbmap -layout fr
i have an optimus card, so for those that don't have one, just use:
#!/bin/bash
setxkbmap -layout us
./penumbra
setxkbmap -layout fr
With your current layout instead of "fr".
And the buttons work fine for me (need to redefine the buttons in the options).
I wonder if it's not optirun/bumblebeed that causes the mouse issue, i tried to add my mouse in the xorg config of bumblebee but it's the same, still no wheel.
At least the keyboard now works, so it's playable, thanks a lot!