SlackBuilds Repository

15.0 > System > logiops (0.3.5)

# LogiOps
This is an unofficial driver for Logitech mice and keyboard.
This is currently only compatible with HID++ \>2.0 devices.

## Configuration
You may refer to 'logid.example.cfg' in '/usr/doc/logiops-(version)'
for an example.
Default location for the configuration file is /etc/logid.cfg, but
another can be specified using the `-c` flag.

## Execute daemon
To execute logid daemon at boot, you may execute (as root) the following
commands:

cat >> /etc/rc.d/rc.local <<EOF
# Start logiops daemon
if [ -x /usr/bin/logid -a -r /etc/logid.cfg ]; then
echo "Starting logiops daemon"
/usr/bin/logid &
fi
EOF

This requires: libconfig

Maintained by: Marco Lavorini
Keywords: logitech,mouse,keyboard
ChangeLog: logiops

Homepage:
https://github.com/PixlOne/logiops

Source Downloads:
logiops-v0.3.5.tar.gz (5a0586a373680cf3f6dc68caa300f3be)

Download SlackBuild:
logiops.tar.gz
logiops.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
logiops.SlackBuild
logiops.info
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2025 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds