You are not logged in.
Pages: 1
Hi
I've now tried for hours to get my system up and running, and I have now only one thing that doesn't work as I want to, and it is my mouse. There's an excellent guide on ubuntuforums, which have worked for me before (when I used ubuntu) and I hoped it would work on Arch too, but it didn't or at least not for me. I there anyone else with this mouse that has it up and running. I don't care much for the Instant-messenger and email buttons, but the rest would be much appreciated if they would work.
Sincerely
Offline
You've probably missed this:
http://wiki.archlinux.org/index.php/Get … ns_Working
Edit: I recommend BTNX
Last edited by Mikko777 (2007-12-04 20:19:31)
Offline
Yes I have actually, thanks for the link. Hope I can get it working.
However it seems like I can't get it to work, everything I've tried has simply failed. This is my xorg.conf file before changing in order to get my mouse working (not as pretty as I'd hoped for)
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Sep 12 14:29:35 PDT 2007
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "xtrap"
Load "record"
Load "dbe"
Load "glx"
Load "extmod"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV34 [GeForce FX 5200]"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
This is what this command shows; egrep "Name|Handlers" /proc/bus/input/devices
N: Name="Macintosh mouse button emulation"
H: Handlers=mouse0 ts0 event0
N: Name="AT Translated Set 2 keyboard"
H: Handlers=kbd event1
N: Name="Logitech USB Receiver"
H: Handlers=mouse1 ts1 event2
N: Name="Logitech USB Receiver"
H: Handlers=kbd event3
N: Name="Power Button (FF)"
H: Handlers=kbd event4
N: Name="Power Button (CM)"
H: Handlers=kbd event5
N: Name="Sleep Button (CM)"
H: Handlers=kbd event6
N: Name="PC Speaker"
H: Handlers=kbd event7
I've tried many different things but everyone leads to a dead mouse. Anyone that can help me? I've followed the guide linked in the post above.
Last edited by tocky (2007-12-05 15:37:17)
Offline
I tried btnx too, followd guides on ubuntuforums etc, and I set it up, but it seems like the program doesn't execute my configuration. Nothing happens.
Offline
Pages: 1