Re: setting a parameter for a driver that's built-in

2016-08-09 Thread Samuel Sieb
On 08/09/2016 05:35 PM, Tom H wrote: On Tue, Aug 9, 2016 at 7:48 PM, Chris Murphy wrote: [chris@f24m ~]$ sudo modprobe -r hid-magicmouse emulate_3button=false modprobe: FATAL: Module hid_magicmouse is builtin. OK... so I did it by inserting "hid-magicmouse.emulate_3button=0" to /etc/default/g

Re: setting a parameter for a driver that's built-in

2016-08-09 Thread Tom H
On Tue, Aug 9, 2016 at 7:48 PM, Chris Murphy wrote: > > [chris@f24m ~]$ sudo modprobe -r hid-magicmouse emulate_3button=false > modprobe: FATAL: Module hid_magicmouse is builtin. > > OK... so I did it by inserting "hid-magicmouse.emulate_3button=0" to > /etc/default/grub within GRUB_CMDLINE_LINUX=

Re: setting a parameter for a driver that's built-in

2016-08-09 Thread Tom H
On Tue, Aug 9, 2016 at 7:32 PM, Chris Murphy wrote: > > So I've got a driver that's built-into the kernel: > > $ grep -i magic /boot/config-4.6.4-301.fc24.x86_64 > CONFIG_HID_MAGICMOUSE=y > > But by default it emulates a 3 button mouse. For whatever reason, > xinput is of no help on Wayland, no ma

Re: setting a parameter for a driver that's built-in

2016-08-09 Thread Chris Murphy
[chris@f24m ~]$ sudo modprobe -r hid-magicmouse emulate_3button=false modprobe: FATAL: Module hid_magicmouse is builtin. OK... so I did it by inserting "hid-magicmouse.emulate_3button=0" to /etc/default/grub within GRUB_CMDLINE_LINUX= and then created a new grub.cfg and rebooted. And now I can pre

setting a parameter for a driver that's built-in

2016-08-09 Thread Chris Murphy
So I've got a driver that's built-into the kernel: $ grep -i magic /boot/config-4.6.4-301.fc24.x86_64 CONFIG_HID_MAGICMOUSE=y But by default it emulates a 3 button mouse. For whatever reason, xinput is of no help on Wayland, no matter what I do with set-button-map, the middle button always pastes