Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Aivia Krypton Gaming Mouse not working
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
kiskoller
n00b
n00b


Joined: 30 Oct 2010
Posts: 65

PostPosted: Tue Nov 12, 2013 7:05 pm    Post subject: Aivia Krypton Gaming Mouse not working Reply with quote

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
View user's profile Send private message
kiskoller
n00b
n00b


Joined: 30 Oct 2010
Posts: 65

PostPosted: Tue Nov 12, 2013 7:48 pm    Post subject: Reply with quote

(My other mouse work perfectly without any issue, so this probem is hardware specific)
Back to top
View user's profile Send private message
kiskoller
n00b
n00b


Joined: 30 Oct 2010
Posts: 65

PostPosted: Tue Nov 12, 2013 8:14 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum