%general-entities; ]> $LastChangedBy$ $Date$ GPM-&gpm-version; GPM Introduction to GPM The GPM (General Purpose Mouse daemon) package contains a mouse server for the console and xterm. It not only provides cut and paste support generally, but its library component is used by various software such as Links to provide mouse support to the application. It is useful on desktops, especially if following (Beyond) Linux From Scratch instructions; it's often much easier (and less error prone) to cut and paste between two console windows than to type everything by hand! Package Information Download (HTTP): Download (FTP): Download MD5 sum: &gpm-md5sum; Download size: &gpm-size; Estimated disk space required: &gpm-buildsize; Estimated build time: &gpm-time; Additional Downloads Recommended Patch: Recommended Patch: User Notes: Installation of GPM Install GPM by running the following commands: patch -Np1 -i ../gpm-&gpm-version;-segfault-1.patch && patch -Np1 -i ../gpm-&gpm-version;-silent-1.patch && ./configure --prefix=/usr --sysconfdir=/etc && LDFLAGS="-lm" make Now, as the root user: make install && cp -v conf/gpm-root.conf /etc && ldconfig Command Explanations LDFLAGS="-lm": The math library must be linked with gpm, as ceil() is used in some cursor scrolling logic. Configuring GPM Boot Script gpm Install the /etc/rc.d/init.d/gpm init script included in the package. make install-gpm Config Files /etc/gpm-root.conf and ~/.gpm-root: The default and individual user gpm-root configuration files. /etc/sysconfig/mouse: This file contains the name of your mouse device and the protocol which it uses. To create this file, run the following as the root user: cat > /etc/sysconfig/mouse << "EOF" # Begin /etc/sysconfig/mouse MDEVICE="<yourdevice>" PROTOCOL="<yourprotocol>" GPMOPTS="<additional options>" # End /etc/sysconfig/mouse EOF ~/.gpm-root /etc/gpm-root.conf /etc/sysconfig/mouse Configuration Information Examples of values to set MDEVICE, PROTOCOL, and GPMOPTS to are: MDEVICE="/dev/psaux" PROTOCOL="imps2" GPMOPTS="" A list of which protocol values are known can be found by running gpm -m [device] -t -help. The MDEVICE setting depends on which type of mouse you have. For example, /dev/ttyS0 for a serial mouse (on Windows this is COM1), /dev/input/mice is often used for USB mice and /dev/psaux for PS2 mice. GPMOPTS is the 'catch all' for any additional options that are needed for your hardware. Contents Installed Programs Installed Libraries Installed Directories disable-paste, gpm, gpm-root, hltest, mev, and mouse-test libgpm.{so.a} None Short Descriptions disable-paste is a security mechanism used to disable the paste buffer. disable-paste gpm is a cut and paste utility and mouse server for virtual consoles. gpm gpm-root is a default handler for gpm. It is used to draw menus on the root window. gpm-root hltest is a simple sample application using the high-level library, meant to be read by programmers trying to use the high-level library. hltest mev is a program to report mouse events. mev mouse-test is a tool for determining the mouse type and device it's attached to. mouse-test libgpm.{so.a} contains the API functions to access the GPM daemon. libgpm.{so,a}