NavigationUser loginWho's onlineThere are currently 0 users and 32 guests online.
Highest Users
Linux NewsClick the above for your daily dose of Linux news. Food for ThoughtFast fact: Today's American worker works 160 hours longer per year than 25 years ago. The average American now works more hours per year than do the Japanese. Spam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
Logitech G7 mouse in SargeWell if you were lucky enough to snag on of these exceptional mice in you're Christmas stocking (like me, thanks to my wonderful wife) or you're looking to buy one now that they are a more reasonable price (for top of the line anyways). Then here's the breakdown for usage in Sarge: (Please note there are 2 'models' of these mice the original was green with hard plastic all round and the current revised model is all black with a carbon fibre look and rubber grip. I speak here of the latter, very sexy, not sure if any firmware/operational differences exit. A google of 'gentoo+G7+wiki' or 'G7+ubuntu+forum' will provide heaps of confusing detail but not for Sarge.) 1.Out the box all basic mice functions will work, great! Point and click I didn't even change XF86Config-4 from the PS/2 setup mouse I was using. 2.Try: 3.Ah the tilt buttons... are not picked/assigned using the 2.6.8 debian kernel and xfree86 4.3.0 no matter what combination of drivers I tried with what config and I spent a day and a half trying ;-( so long story short if you absolutely have to have the use of these your system can no longer remain pure Sarge/Stable. ###################################################################### Strongly Suggest to change /etc/inittab so that X does not start on boot look for this line and change 2 to 1 (remember to change it back later): **I finally got the tilt working with the following in Sarge using www.backports.org As you can imagine there are many, many dependancy issues to resolve and in the proccess I ended up removing most of the X apps and reinstalling them along with KDE 4:3.5.0-3bpo1 (why not it is pretty). Of course if your using accelerated video hardware then the older Nvidia drivers in Sarge will not work well with the newer Xorg so I got 'NVIDIA-Linux-x86-1.0-9746-pkg1.run' from the nvidia driver site. Many hours in a console later and $> xev now registers the tilt buttons with the following setup. ###################################################################### I: Bus=0003 Vendor=046d Product=c51a Version=4101 To repeatedly get the event number and optionally update xorg.conf try this little Section "InputDevice" Apparently the 'Device' line should not be needed in newer x.org but mine always complained about no device specifed, the trouble is that the usb system registers two "Logitech USB Receiver" with no way to tell the difference except that the mouse event is always at "usb-*/input0". Of course if you boot with different usb peripherals plugged in the event number may change and X will freeze (once it has successfully locked up the keyboard) so I ssh in from another machine and issue a reboot. "/usr/bin/X11/xvkbd -xsendevent -text "\[Alt_L]\[Left]"" The spacing quotation marks and new lines (6 of) must all be retained exactly as above. "/usr/bin/X11/xvkbd -xsendevent -text "\[Alt_L]\[Up]"" Also of course for this to work: #!/bin/sh Create an executable script to start xbindkeys when kde starts, or place in your window managers startup scripts or $>xbinkeys Well after all that a very slick mouse that performs well once you get used to using short quick taps in the tilt buttons to only get 1 click not 3 ;-) Have fun.
|