Sponsored Content
Full Discussion: GPM mouse driver
Operating Systems Linux GPM mouse driver Post 302143158 by Abhishek Ghose on Tuesday 30th of October 2007 09:29:09 PM
Old 10-30-2007
GPM mouse driver

Hi,

I am planning to tweak the exising GPM mouse driver for Linux. Can someone please tell me whether there is a good tutorial on it available?

Abhishek
 

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Building a better mouse trap, or How many lines of code does it take to trap a mouse?

Hello all, I'm hoping to get a little insight from some of the wily veterans amongst you. I've written a script to check for new outgoing files to our vendors located on our ssl server. It seems to be working ok, but the final question here, will be one of logic, and/or a better way to... (4 Replies)
Discussion started by: mph
4 Replies

2. Solaris

SUNWglmr -- rasctrl environment monitoring driver for i2c or SCSI device driver ?

I've been researching minimizeing Solaris 8 and found that on the web page http://www.sun.com/bigadmin/content/packagelist/s8u7PkgList/p2.html the package SUNWglmr is listed as "rasctrl environment monitoring driver for i2c, (Root) (32-bit)" while in the document "Solaris 8 minimize-updt1.pdf"... (1 Reply)
Discussion started by: roygoodwin
1 Replies

3. UNIX for Dummies Questions & Answers

Changing middle mouse button for pasting to right mouse button in cygwin rxvt

Hi, I'm using rxvt in Cygwin and I'm wondering how to change my mouse bindings from the middle button for pasting to the right button. The main reason why I want to do this is because my laptop doesn't have a middle mouse button. Thanks for any help! (2 Replies)
Discussion started by: sayeo
2 Replies

4. UNIX for Dummies Questions & Answers

boot option Available partitions 0b00 1048575 sr0 driver:sr 0800 488386584 sda driver:sd

Help, suspect hacked via serial or electric! any ideas on error "Pid:1, comm:swapper Tainted:G W 2.6.35-22 generic #33 -unbutu device = "(null)" or unknown-blocklist(8.1) please append a correct "root"boot option Available partitions 0b00 1048575 sr0 driver:sr 0800 488386584 sda driver:sd. Thanks... (3 Replies)
Discussion started by: kryclear
3 Replies

5. Hardware

Difference between platform driver,codec driver and Machine driver

In general terms what are the differences platform driver,codec driver and Machine driver? (1 Reply)
Discussion started by: rupeshkp728
1 Replies
vga_getmousetype(3)						Svgalib User Manual					       vga_getmousetype(3)

NAME
vga_getmousetype - returns the mouse type configured SYNOPSIS
#include <vga.h> int vga_getmousetype(void); DESCRIPTION
This returns the mouse type configered in /etc/vga/libvga.config. The return value logically anded with MOUSE_TYPE_MASK is one of (defined in (#include <vgamouse.h>): MOUSE_NONE There is no mouse installed. It is good style to check if there is no mouse available first and then enable mouse support to avoid an svgalib error message if you try to initialize a non existing mouse. MOUSE_MICROSOFT A Microsoft compatible mouse (2 buttons) (default). MOUSE_MOUSESYSTEMS A MouseSystems compatible mouse (3 buttons). MOUSE_MMSERIES A MMSeries compatible mouse. MOUSE_LOGITECH An ordinary LogiTech compatible mouse. MOUSE_BUSMOUSE A busmouse. MOUSE_PS2 A PS/2 busmouse. MOUSE_LOGIMAN An ordinary LogiTech LogiMan compatible mouse. MOUSE_GPM The GPM daemon is used. MOUSE_SPACEBALL A 3d SpaceTec Spaceball pointer device. MOUSE_INTELLIMOUSE A Microsoft IntelliMouse or Logitech MouseMan+ on serial port. MOUSE_IMPS2 A Microsoft IntelliMouse or Logitech MouseMan+ on PS/2 port. The return value may be ored with one or more of the following flags MOUSE_CHG_DTR change the setting of DTR to force the mouse to a given mode. MOUSE_DTR_HIGH set DTR to high instead of setting it to low (default). MOUSE_CHG_RTS change the setting of RTS to force the mouse to a given mode. MOUSE_RTS_HIGH set RTS to high instead of setting it to low (default). Your application may use this info to perform specific actions (go into a 3d pointer device mode for example). SEE ALSO
svgalib(7), vgagl(7), libvga.config(5), mousetest(6), spin(6), mouse_close(3), mouse_getposition_6d(3), mouse_getx(3), mouse_init(3), mouse_setposition(3), mouse_setscale(3), mouse_setwrap(3), mouse_setxrange(3), mouse_update(3), mouse_waitforupdate(3), vga_init(3), vga_setmousesupport(3), vga_waitevent(3) AUTHOR
This manual page was edited by Michael Weller <eowmob@exp-math.uni-essen.de>. The exact source of the referenced function as well as of the original documentation is unknown. It is very likely that both are at least to some extent are due to Harm Hanemaayer <H.Hanemaayer@inter.nl.net>. Occasionally this might be wrong. I hereby asked to be excused by the original author and will happily accept any additions or corrections to this first version of the svgalib manual. Svgalib (>;= 1.2.11) 27 July 1997 vga_getmousetype(3)
All times are GMT -4. The time now is 03:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy