View previous topic :: View next topic |
Author |
Message |
kiskoller n00b

Joined: 30 Oct 2010 Posts: 65
|
Posted: Tue Nov 12, 2013 7:05 pm Post subject: Aivia Krypton Gaming Mouse not working |
|
|
Hi guys,
sadly my newly bought "gaming" mouse is not working under Gentoo at all. I plug it in, and it works in the UEFI (also in the Ubuntu LiveCD, so the hardware is supported by Linux) but in X it does not work at all.
Originally I haven't set up input devices, just declared Code: | INPUT_DEVICES="evdev" | in make.conf. Now I added "mouse" to it as well (hoping that the hardware works with that driver), and changed my xorg.conf accordingly, still no luck.
Code: | localhost ~ # cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
InputDevice "mouse0" "CorePointer"
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "0-DFP9"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1920x1080"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Monitor"
Identifier "0-DFP10"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "2048x1152"
Option "TargetRefresh" "60"
Option "Position" "1920 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
Option "Monitor-DFP9" "0-DFP9"
Option "Monitor-DFP10" "0-DFP10"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "InputDevice"
Identifier "mouse0"
Driver "mouse"
Option "Device" "/dev/input/mouse0"
EndSection
|
Could someone help me out?
Thanks in advance,
kiskoller |
|
Back to top |
|
 |
kiskoller n00b

Joined: 30 Oct 2010 Posts: 65
|
Posted: Tue Nov 12, 2013 7:48 pm Post subject: |
|
|
(My other mouse work perfectly without any issue, so this probem is hardware specific) |
|
Back to top |
|
 |
kiskoller n00b

Joined: 30 Oct 2010 Posts: 65
|
Posted: Tue Nov 12, 2013 8:14 pm Post subject: |
|
|
And again, no matter how hard I try to solve something alone, I end up asking for help and I find out the solution immeditaly after that.
For some reason the mouse does not work only in specific ports. I plugged it into a different one and now it does. It is very strange because it worked in other OS-es just fine... |
|
Back to top |
|
 |
|