Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

uep(4) [debian man page]

UEP(4)							   BSD Kernel Interfaces Manual 						    UEP(4)

NAME
uep -- eGalax touchscreen driver SYNOPSIS
To compile this driver into the kernel, place the following lines into your kernel configuration file: device uep device usb Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): uep_load="YES" DESCRIPTION
The uep driver provides support for the eGalax onscreen touch panels. The driver is stub. It just probes and attaches to USB device, creates device entry and feeds reassambled packets from the hardware to it. To get mouse working in X(7), one needs to install ports/x11-drivers/xf86-input-egalax. BUGS
uep can't act like sysmouse(4), since the latter does not support absolute motion events. FILES
uep creates a blocking pseudo-device file, /dev/uep0. SEE ALSO
usb(4), loader.conf(5), xorg.conf(5) (ports/x11/xorg), egalax(4) (ports/x11-drivers/xf86-input-egalax). AUTHORS
The uep driver was written by Gleb Smirnoff <glebius@FreeBSD.org> BSD
May 25, 2010 BSD

Check Out this Related Man Page

UMS(4)							   BSD Kernel Interfaces Manual 						    UMS(4)

NAME
ums -- USB mouse driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device ums device uhci device ohci device usb Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): ums_load="YES" DESCRIPTION
The ums driver provides support for mice that attach to the USB port. Supported are mice with any number of buttons and mice with a wheel. The /dev/ums0 device presents the mouse as a sysmouse or mousesystems type device. See moused(8) for an explanation of these mouse types. FILES
/dev/ums0 blocking device node EXAMPLES
Use the first USB mouse on the system as your console mouse: moused -p /dev/ums0 -t auto To be able to use the USB mouse under X, change the "Pointer" section in xorg.conf to the following: Device /dev/ums0 Protocol Auto If you want to be able to use the mouse in both virtual consoles as well as in X change it to: Device /dev/sysmouse Protocol Auto SEE ALSO
ohci(4), sysmouse(4), uhci(4), usb(4), xorg.conf(5) (ports/x11/xorg), moused(8) AUTHORS
The ums driver was written by Lennart Augustsson <augustss@cs.chalmers.se> for NetBSD and was adopted for FreeBSD by MAEKAWA Masahide <bishop@rr.iij4u.or.jp>. This manual page was written by Nick Hibma <n_hibma@FreeBSD.org> with input from Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>. BSD
November 27, 2006 BSD
Man Page

13 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

best place for unix drivers ?

anyone ??? (1 Reply)
Discussion started by: jimmyok
1 Replies

2. IP Networking

Networking sysadmin/blocking/IM

What's the latest talk about instant messaging services in teh workplace, regarding blocking it, shutting off ports, etc? Is there a forum somewhere for this? Can't you shut down ports on linux or unix for IM services? (1 Reply)
Discussion started by: kymberm
1 Replies

3. OS X (Apple)

x11

Tried to install x11 on my powerbook with tiger (apple support can't help me) I want x11 so I can install open office I don't know anything about mac ' (3 Replies)
Discussion started by: Josiah Olson
3 Replies

4. BSD

portupgrade

Hello this is newly user of FreeBSD and got a problem on portupgrade I just installed release4.6 and then cvsup was ok every ports are renew to up to date. but can't make install even one ports. incomplete process with message below. i want someone advice me what the reason and how to solve... (1 Reply)
Discussion started by: antoniozacca
1 Replies

5. Windows & DOS: Issues & Discussions

cygwin-x/can't install xorg-x11-f100 & xorg-x11-fnts

Hello All. Really a newbie to Linux/Unix. Trying to get into Linux. Using XP PE currently. Installed cygwin and trying to intall cygwin-x. Everything else is setup nice but i can't seem to install these two packages (without whom xwin won't start) 1. xorg-x11-f100 2. xorg-x11-fnts Tried the... (1 Reply)
Discussion started by: binodbdrchand
1 Replies

6. BSD

Installing ports upon FreeBSD install

I use DesktopBSD (FreeBSD + KDE) and regularly install this on our machines. Currently I go to the package manager to install the ports, but what shell command can I enter instead right after BSD install to install the ports? Thanks in advance (3 Replies)
Discussion started by: figaro
3 Replies

7. Solaris

how to config x11 and connect to solaris using vncviewer under Windows XP

dear bro. I using /usr/X11/bin/xorgconfig command configed xorg, and sync && init 6 but after restarted, used svcs -a to checked services status: maintenance 23:41:50 svc:/application/x11/xvnc-inetd:default How to solve this problem and connect to solaris using vncviewer under... (5 Replies)
Discussion started by: P2Baby
5 Replies

8. Fedora

Newbie at Linux Kernel programming!

Hi Friends, This is my first ever post on this forum. I am a new user in the Linux field. Although, I have been working for sometime with CentOS at my work, I would consider myself an amateur only in this field. :D The way file system works in linux and the reason its open-source, has really... (7 Replies)
Discussion started by: rohitrajjain
7 Replies

9. UNIX for Dummies Questions & Answers

Cygwin X11 Packages

I see that I need these packages.. xorg-x11-base xorg-x11-bin xorg-x11-bin-dlls xorg-x11-devel xorg-x11-func xorg-x11-fonts xorg-x11-xwin xorg-x11-etc but in Cygwin 2.573 I do not see any of these under X11. Could someone tell me, do I have a wrong version of Cygwin or what? The... (4 Replies)
Discussion started by: jsells20
4 Replies

10. UNIX for Dummies Questions & Answers

discovering which ports are in use

I am trying to find a way to discover which ports are in use on a UNIX system. I cannot install lsof on it, and it looks like the telnet option is disabled. (7 Replies)
Discussion started by: dck133
7 Replies

11. Hardware

how to write data into a device file?

Hi, I am working in device drivers. I am new to device drivers. i have invoked chardev.c. the driver is insmoded. now i want to write something into this and i want to look what i have written. but i don't know how to write and see. please help me (0 Replies)
Discussion started by: boidi
0 Replies

12. BSD

Updating the FreeBSD ports

When updating the ports, I normally do the following: rm -r /usr/ports csup -L 2 -h cvsup.FreeBSD.org /usr/share/examples/cvsup/ports-supfile This however takes rather long, about 20 mins on stock hardware. Is there a way to exclude certain ports from being updated, such as games and print? (4 Replies)
Discussion started by: figaro
4 Replies

13. Fedora

missing x11 module, how do i get it?

Hi I need to enable double buffering support for x11, this is supposed to be as simple as loading the "dbe" module but it doesn't exist on my system. The source for this module appears to be in the package libxext6, but that is already installed and only creates \usr\lib\libXext.so.6.4.0 Does... (4 Replies)
Discussion started by: Creamy Goodness
4 Replies