Sponsored Content
Full Discussion: converting mouse to pci
Operating Systems Linux Slackware converting mouse to pci Post 302674037 by angryfirelord on Wednesday 18th of July 2012 10:52:38 PM
Old 07-18-2012
If you're using a new version of Slackware, you may not have to do anything. The new version of X is pretty good at auto-detecting things.

Otherwise, you might have to change the input device from something like /dev/mouse to /dev/input/mice.
 

8 More Discussions You Might Find Interesting

1. BSD

WLAN PCI Cards

Hi! I just wanted to know what network cards are supported in FreeBSD. I have looked at the list of supported cards but I can't find any of them in the stores. Is the list not updated, I would really preciate info about where (in EU, Sweden) I can buy them. /Peter (2 Replies)
Discussion started by: Barfly.se
2 Replies

2. Solaris

Pci Id

How do I get the PCI ID for my Realtek adapter? It's a Solaris x86 installation. (5 Replies)
Discussion started by: kuultak
5 Replies

3. 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

4. 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

5. Programming

help writing pci firmware

For a project that I'm working on I want to write a low level PCI driver, but I can't seem to find any free/cheap documentation on PCI firmware specifications. I came across the "pci firmware specification 3.0" manual but this costs USD $1000 :eek:. I am not developing a commercial product... (13 Replies)
Discussion started by: neur0n
13 Replies

6. Solaris

available PCI slots on v440

How do I find any available PCI slots on a v440? When I run prtconf, I get the following output? But I am not able to make out whether all the PCI slots are used. ================================= IO Devices ================================= Bus Freq Brd Type MHz Slot ... (1 Reply)
Discussion started by: jtamminen
1 Replies

7. Hardware

Lspci: PCI Devices?

hey everyone, just a general question. I did an lspci on my home computer, and it got me thinking... When I hear pci..I think of the physical slots on your motherboard. usually beige in color.. But the list returned to me is of atleast 20 items. None of which, (besides the graphics card) is... (3 Replies)
Discussion started by: Lost in Cyberia
3 Replies

8. Hardware

Could USB ever take over PCI

Internally speaking, for your motherboard bus. Would it be possible for a usb standard to be used in place of the PCI or PCIe bus that is now nearly standard on all PC's? If not, why wouldn't this work? (8 Replies)
Discussion started by: Lost in Cyberia
8 Replies
input-linux-mouse(7)							GGI						      input-linux-mouse(7)

NAME
input-linux-mouse - Direct mouse input SYNOPSIS
input-linux-mouse: [<mousetype>] [,<file>] [,[b<bauds>][r<rts>][d<dtr>]] DESCRIPTION
This input opens a file (usually a device file or pipe) and reads mouse protocol data from it. OPTIONS
mousetype Indicates what type of mouse is attached. The following types are supported: o ms, Microsoft : Two button Microsoft compatible mice. o ms3, IntelliMouse, mman+ : Serial Intellimouse or compatible. Supports four buttons for mice like the Logitech MouseMan+. o MouseSystems, msc : MouseSystems compatible (used in most 3-button mice). o Logitech, logi : Used in older Logitech serial mice. o mm, MMSeries : MM series mice. o Sun : Sun mice. The protocol is the same as 'msc' protocol except it used only 3 bytes per packet. o MouseMan, mman : MouseMan protocol. o BusMouse, bm : Non-PS/2 busmice. o LinuxUSB, lnxusb : IMPS2 that doesn't choke on USB (no init attempted). o ps2, PS/2 : PS/2 mice (most non-serial mice use this protocol) o imps2, IMPS/2 : PS/2 IntelliMouse and compatible (not USB, see lnxusb for that.) o mmanps2, MouseManPlusPS/2 : PS/2 Logitech MouseMan+ and compatible. Most of the strings supported by GPM, SVGAlib and XFree can be specified. If you find one that isn't, please report. The special value auto tells input-linux-mouse to read ~/.ggi/input/linux-mouse, and if that fails, $sysconfdir/ggi/input/linux- mouse. If none of the two files are found, input-linux-mouse tries to auto-detect the mouse, and as a last resort uses the mouse information specified in /etc/vga/libvga.config. file The file to read mouse protocol data from; defaults to /dev/mouse. baud Baud rate of mouse device. rts Turns off RTS if set to 0; turns RTS on if set to a number greater than 0. dtr Turns off DTR if set to 0; turns DTR on if set to a number greater than 0. FEATURES
o Generates evPtr* events. FILES
~/.ggi/input/linux-mouse and $sysconfdir/ggi/input/linux-mouse consists of the following entries: mouse mousetype mdev file where mousetype and file has the same semantics as the invocation options of the same names. libgii-1.0.x 2003-08-11 input-linux-mouse(7)
All times are GMT -4. The time now is 10:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy