You are not logged in.

#1 2015-09-11 11:06:57

sigod
Member
Registered: 2015-09-11
Posts: 6

Roccat Kone Pure Mouse freezes on X start

Hi,

I have a Roccat Kone Pure usb mouse (with the appropriate AUR drivers installed) that is freezing a few seconds after I startx. The cursor works initially and then it just freezes and I have to reconnect the device in order for it to work.

This is slightly frustrating considering I have to do it every boot.

I found some information here http://roccat.sourceforge.net/general.html#id543887 about configuring xorg.conf, which I have attempted: see below.

My user account is in the roccat group too.

I talked to someone on #archlinux and they said it might have something to do with modules being loaded http://roccat.sourceforge.net/general.h … faq_initrd but I'm not sure about that.

Any help would be appreciated.

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Evdev Mouse" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "glx"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Evdev Mouse"
        Driver      "evdev"
        Option      "Name" "ROCCAT ROCCAT Kone Pure"
        Option      "Phys" "usb-0000:00:1a.7-5.4/input0"
        Option      "CorePointer"
EndSection

Last edited by sigod (2015-09-11 11:15:22)

Offline

#2 2015-09-11 11:12:42

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,571
Website

Re: Roccat Kone Pure Mouse freezes on X start

Hi sigod, welcome to the Arch Linux forums. Please remember to use code tags when pasting config files, logs, or terminal output.

https://wiki.archlinux.org/index.php/Fo … s_and_code

Thanks.

Is there anything noteworthy in your Xorg log? What about your journal?


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2015-09-11 11:25:49

sigod
Member
Registered: 2015-09-11
Posts: 6

Re: Roccat Kone Pure Mouse freezes on X start

Thanks, good to be here.

I couldn't see anything with #journalctl -b

Here is my xorg.0.log

 29.749] (II) config/udev: Adding input device ROCCAT ROCCAT Kone Pure (/dev/input/event1)
[    29.749] (**) ROCCAT ROCCAT Kone Pure: Applying InputClass "evdev pointer catchall"
[    29.749] (**) ROCCAT ROCCAT Kone Pure: Applying InputClass "evdev keyboard catchall"
[    29.749] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 15 paused 0
[    29.749] (II) Using input driver 'evdev' for 'ROCCAT ROCCAT Kone Pure'
[    29.749] (**) ROCCAT ROCCAT Kone Pure: always reports core events
[    29.750] (**) evdev: ROCCAT ROCCAT Kone Pure: Device: "/dev/input/event1"
[    29.750] (--) evdev: ROCCAT ROCCAT Kone Pure: Vendor 0x1e7d Product 0x2dbe
[    29.750] (--) evdev: ROCCAT ROCCAT Kone Pure: Found 9 mouse buttons
[    29.750] (--) evdev: ROCCAT ROCCAT Kone Pure: Found scroll wheel(s)
[    29.750] (--) evdev: ROCCAT ROCCAT Kone Pure: Found relative axes
[    29.750] (--) evdev: ROCCAT ROCCAT Kone Pure: Found x and y relative axes
[    29.750] (--) evdev: ROCCAT ROCCAT Kone Pure: Found absolute axes
[    29.750] (II) evdev: ROCCAT ROCCAT Kone Pure: Forcing absolute x/y axes to exist.
[    29.750] (--) evdev: ROCCAT ROCCAT Kone Pure: Found keys
[    29.750] (II) evdev: ROCCAT ROCCAT Kone Pure: Configuring as mouse
[    29.750] (II) evdev: ROCCAT ROCCAT Kone Pure: Configuring as keyboard
[    29.750] (II) evdev: ROCCAT ROCCAT Kone Pure: Adding scrollwheel support
[    29.750] (**) evdev: ROCCAT ROCCAT Kone Pure: YAxisMapping: buttons 4 and 5
[    29.750] (**) evdev: ROCCAT ROCCAT Kone Pure: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    29.750] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.4/1-5.4:1.0/0003:1E7D:2DBE.0001/input/input1/event1"
[    29.750] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone Pure" (type: KEYBOARD, id 9)
[    29.750] (**) Option "xkb_rules" "evdev"
[    29.750] (**) Option "xkb_model" "pc104"
[    29.750] (**) Option "xkb_layout" "us"
[    29.750] (II) evdev: ROCCAT ROCCAT Kone Pure: initialized for relative axes.
[    29.750] (WW) evdev: ROCCAT ROCCAT Kone Pure: ignoring absolute axes.
[    29.750] (**) ROCCAT ROCCAT Kone Pure: (accel) keeping acceleration scheme 1
[    29.750] (**) ROCCAT ROCCAT Kone Pure: (accel) acceleration profile 0
[    29.750] (**) ROCCAT ROCCAT Kone Pure: (accel) acceleration factor: 2.000
[    29.750] (**) ROCCAT ROCCAT Kone Pure: (accel) acceleration threshold: 4
[    29.750] (II) config/udev: Adding input device ROCCAT ROCCAT Kone Pure (/dev/input/mouse0)
[    29.750] (II) No input driver specified, ignoring this device.
[    29.750] (II) This device may have been added with another device file.
[    29.751] (II) config/udev: Adding input device ROCCAT ROCCAT Kone Pure (/dev/input/event2)
[    29.751] (**) ROCCAT ROCCAT Kone Pure: Applying InputClass "evdev keyboard catchall"
[    29.751] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 16 paused 0
[    29.751] (II) Using input driver 'evdev' for 'ROCCAT ROCCAT Kone Pure'
[    29.751] (**) ROCCAT ROCCAT Kone Pure: always reports core events
[    29.751] (**) evdev: ROCCAT ROCCAT Kone Pure: Device: "/dev/input/event2"
[    29.751] (--) evdev: ROCCAT ROCCAT Kone Pure: Vendor 0x1e7d Product 0x2dbe
[    29.751] (--) evdev: ROCCAT ROCCAT Kone Pure: Found keys
[    29.751] (II) evdev: ROCCAT ROCCAT Kone Pure: Configuring as keyboard
[    29.752] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.4/1-5.4:1.1/0003:1E7D:2DBE.0002/input/input2/event2"
[    29.752] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone Pure" (type: KEYBOARD, id 10)
[    29.752] (**) Option "xkb_rules" "evdev"
[    29.752] (**) Option "xkb_model" "pc104"
[    29.752] (**) Option "xkb_layout" "us"
[    29.752] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event10)
[    29.752] (II) No input driver specified, ignoring this device.
[    29.752] (II) This device may have been added with another device file.
[    29.752] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event11)
[    29.752] (II) No input driver specified, ignoring this device.
[    29.752] (II) This device may have been added with another device file.
[    29.752] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event12)
[    29.752] (II) No input driver specified, ignoring this device.
[    29.752] (II) This device may have been added with another device file.
[    29.753] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event13)
[    29.753] (II) No input driver specified, ignoring this device.
[    29.753] (II) This device may have been added with another device file.
[    29.753] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event6)
[    29.753] (II) No input driver specified, ignoring this device.
[    29.753] (II) This device may have been added with another device file.
[    29.753] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event7)
[    29.753] (II) No input driver specified, ignoring this device.
[    29.753] (II) This device may have been added with another device file.
[    29.753] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event8)
[    29.753] (II) No input driver specified, ignoring this device.
[    29.753] (II) This device may have been added with another device file.
[    29.754] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event9)
[    29.754] (II) No input driver specified, ignoring this device.
[    29.754] (II) This device may have been added with another device file.
[    29.754] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    29.754] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    29.755] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 17 paused 0
[    29.755] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    29.755] (**) AT Translated Set 2 keyboard: always reports core events
[    29.755] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    29.755] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    29.755] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    29.755] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    29.755] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    29.755] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[    29.755] (**) Option "xkb_rules" "evdev"
[    29.755] (**) Option "xkb_model" "pc104"
[    29.755] (**) Option "xkb_layout" "us"
[    29.755] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    29.755] (II) No input driver specified, ignoring this device.
[    29.755] (II) This device may have been added with another device file.
[    34.182] (II) NOUVEAU(0): EDID vendor "DEL", prod id 61457
[    34.182] (II) NOUVEAU(0): Using EDID range info for horizontal sync
[    34.182] (II) NOUVEAU(0): Using EDID range info for vertical refresh
[    34.182] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    34.182] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
[    34.182] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    34.182] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    34.182] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    34.182] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    34.182] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    34.182] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    34.182] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    34.182] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    34.182] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    34.182] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    34.182] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    34.278] resize called 1680 1050
[    36.994] (II) NOUVEAU(0): EDID vendor "DEL", prod id 61457
[    36.994] (II) NOUVEAU(0): Using hsync ranges from config file
[    36.994] (II) NOUVEAU(0): Using vrefresh ranges from config file
[    36.994] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    36.994] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
[    36.994] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    36.994] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    36.994] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    36.994] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    36.994] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    36.994] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    36.994] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    36.994] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    36.995] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    36.995] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    36.995] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    37.077] (II) NOUVEAU(0): EDID vendor "DEL", prod id 61457
[    37.078] (II) NOUVEAU(0): Using hsync ranges from config file
[    37.078] (II) NOUVEAU(0): Using vrefresh ranges from config file
[    37.078] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    37.078] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
[    37.078] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    37.078] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    37.078] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    37.078] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    37.078] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    37.078] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    37.078] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    37.078] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    37.078] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    37.078] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    37.078] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    45.087] (II) config/udev: removing device ROCCAT ROCCAT Kone Pure
[    45.088] (II) evdev: ROCCAT ROCCAT Kone Pure: Close
[    45.088] (II) UnloadModule: "evdev"
[    45.088] (II) systemd-logind: releasing fd for 13:65
[    45.197] (II) config/udev: removing device ROCCAT ROCCAT Kone Pure
[    45.197] (II) evdev: ROCCAT ROCCAT Kone Pure: Close
[    45.197] (II) UnloadModule: "evdev"
[    45.197] (II) systemd-logind: releasing fd for 13:66
[    49.304] (II) config/udev: Adding input device ROCCAT ROCCAT Kone Pure (/dev/input/mouse0)
[    49.304] (II) No input driver specified, ignoring this device.
[    49.304] (II) This device may have been added with another device file.
[    49.353] (II) config/udev: Adding input device ROCCAT ROCCAT Kone Pure (/dev/input/event1)
[    49.353] (**) ROCCAT ROCCAT Kone Pure: Applying InputClass "evdev pointer catchall"
[    49.353] (**) ROCCAT ROCCAT Kone Pure: Applying InputClass "evdev keyboard catchall"
[    49.353] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 49 paused 0
[    49.353] (II) Using input driver 'evdev' for 'ROCCAT ROCCAT Kone Pure'
[    49.353] (**) ROCCAT ROCCAT Kone Pure: always reports core events
[    49.353] (**) evdev: ROCCAT ROCCAT Kone Pure: Device: "/dev/input/event1"
[    49.354] (--) evdev: ROCCAT ROCCAT Kone Pure: Vendor 0x1e7d Product 0x2dbe
[    49.354] (--) evdev: ROCCAT ROCCAT Kone Pure: Found 9 mouse buttons
[    49.354] (--) evdev: ROCCAT ROCCAT Kone Pure: Found scroll wheel(s)
[    49.354] (--) evdev: ROCCAT ROCCAT Kone Pure: Found relative axes
[    49.354] (--) evdev: ROCCAT ROCCAT Kone Pure: Found x and y relative axes
[    49.354] (--) evdev: ROCCAT ROCCAT Kone Pure: Found absolute axes
[    49.354] (II) evdev: ROCCAT ROCCAT Kone Pure: Forcing absolute x/y axes to exist.
[    49.354] (--) evdev: ROCCAT ROCCAT Kone Pure: Found keys
[    49.354] (II) evdev: ROCCAT ROCCAT Kone Pure: Configuring as mouse
[    49.354] (II) evdev: ROCCAT ROCCAT Kone Pure: Configuring as keyboard
[    49.354] (II) evdev: ROCCAT ROCCAT Kone Pure: Adding scrollwheel support
[    49.354] (**) evdev: ROCCAT ROCCAT Kone Pure: YAxisMapping: buttons 4 and 5
[    49.354] (**) evdev: ROCCAT ROCCAT Kone Pure: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    49.354] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.4/1-5.4:1.0/0003:1E7D:2DBE.0003/input/input19/event1"
[    49.354] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone Pure" (type: KEYBOARD, id 9)
[    49.354] (**) Option "xkb_rules" "evdev"
[    49.354] (**) Option "xkb_model" "pc104"
[    49.354] (**) Option "xkb_layout" "us"
[    49.354] (II) evdev: ROCCAT ROCCAT Kone Pure: initialized for relative axes.
[    49.354] (WW) evdev: ROCCAT ROCCAT Kone Pure: ignoring absolute axes.
[    49.354] (**) ROCCAT ROCCAT Kone Pure: (accel) keeping acceleration scheme 1
[    49.354] (**) ROCCAT ROCCAT Kone Pure: (accel) acceleration profile 0
[    49.354] (**) ROCCAT ROCCAT Kone Pure: (accel) acceleration factor: 2.000
[    49.354] (**) ROCCAT ROCCAT Kone Pure: (accel) acceleration threshold: 4
[    49.356] (II) config/udev: Adding input device ROCCAT ROCCAT Kone Pure (/dev/input/event2)
[    49.356] (**) ROCCAT ROCCAT Kone Pure: Applying InputClass "evdev keyboard catchall"
[    49.356] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 50 paused 0
[    49.356] (II) Using input driver 'evdev' for 'ROCCAT ROCCAT Kone Pure'
[    49.356] (**) ROCCAT ROCCAT Kone Pure: always reports core events
[    49.356] (**) evdev: ROCCAT ROCCAT Kone Pure: Device: "/dev/input/event2"
[    49.356] (--) evdev: ROCCAT ROCCAT Kone Pure: Vendor 0x1e7d Product 0x2dbe
[    49.356] (--) evdev: ROCCAT ROCCAT Kone Pure: Found keys
[    49.356] (II) evdev: ROCCAT ROCCAT Kone Pure: Configuring as keyboard
[    49.356] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.4/1-5.4:1.1/0003:1E7D:2DBE.0004/input/input20/event2"
[    49.356] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone Pure" (type: KEYBOARD, id 10)
[    49.356] (**) Option "xkb_rules" "evdev"
[    49.356] (**) Option "xkb_model" "pc104"
[    49.356] (**) Option "xkb_layout" "us"
    29.750] (II) config/udev: Adding input device ROCCAT ROCCAT Kone Pure (/dev/input/mouse0)
[    29.750] (II) No input driver specified, ignoring this device. 

This seems to be the issue.

I just installed lxdm login manager and the mouse is working in that, so it looks like it could be a permissions problem.

Uninstalling the roccat-tools packages fixed the problem.

Last edited by sigod (2015-09-12 15:06:57)

Offline

Board footer

Powered by FluxBB