Logitech Linux Mouse Support

Posted on 22nd February 2011 in Gaming, Hardware, KDE, Linux

Maybe you ask: Why is there still no new version of lomoco to support the latest Logitech Mice?

The answer is that I still don’t know how they detect a mouse connected to a receiver. Maybe they just have a table which defines which mice come with which receiver and then try some commands. If it fails it is mouse X and if not it must be mouse Y.

I already wrote some proof of concept for the new protocol and sometimes people contact me and the proof of concept is enough for them. So here is a list of small proof of concept utils:

g_hack.c

This is a tool to change the resolution on some gaming mice like the G5, G7 and G9.

http://git.lomoco.org/projects/lomoco.git/tree/proof-of-concept/g_hack.c

lomoco_battery.c

Battery information for a lot of cordless mice like MX, VX and VX Nano.

http://git.lomoco.org/projects/lomoco.git/tree/proof-of-concept/lomoco_battery.c

lomoco_reconnect.c

This allows you to reconnect your cordless mouse to the receiver. This is for MX, VX or VX Nano.

http://git.lomoco.org/projects/lomoco.git/tree/proof-of-concept/lomoco_reconnect.c

flattr this!

comments: 44 »

WarchooOOOOOoooooooo

Posted on 1st June 2006 in Gaming, Linux

For everyone who didn’t hit the news War§ow 0.11 out. Warsow is a fast paced online first person shooter based on the QFusion Engine (a modification of Quake 2 GPL engine). It has a lot of improvements. The game offers features like cell shading, game physics changes and special moves. It features the following gametypes: deathmatch, team deathmatch, duell, single player (against bots), CTF and midair.

In 0.11 we fixed the bug with the listen server. Long time I tought it is only x86_64 specific, but some people with x86 had the segfault too. Then Medar read something on the Quake 4 Linux site, “Crashes on startup when loading the game module”. Some library has overwritten the globally defined timeout script in g_main.c. I’ve changed the name of the variable to gtimeout and the bug was fixed.

If you want to try out Warsow, you can get my installer from LIFLG.

flattr this!

comments: 0 »