start of gpn


 
Thread Tools Search this Thread
Operating Systems Linux start of gpn
# 1  
Old 03-31-2008
start of gpn

Dear all,
I have one problem in running of mouse.sh.
It is giving error info [startup.c(161)]: Killed gpm(6218).
how I start the gpm process.
please help me.
shiva kumar
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Splitting week start date and end date based on custom period start dates

Below are my custom period start and end dates based on a calender, these dates are placed in a file, for each period i need to split into three weeks for each period row, example is given below. Could you please help out to achieve solution through shell script.. File content: ... (2 Replies)
Discussion started by: nani2019
2 Replies

2. UNIX for Beginners Questions & Answers

Howto auto boot SPARC | How to auto supply "start /SYS" and "start /SP/console" commands

When I power ON my T4-1, I got a prompt -> where I have to start /SYS and start /SP/console. How can I auto supply these two commands ? (3 Replies)
Discussion started by: z_haseeb
3 Replies

3. UNIX for Beginners Questions & Answers

Start /SYS on SUN SPARC does not start machine [SUN SPARC ENTERPRISE T-5240]

-> start /SYS Are you sure you want to start /SYS (y/n)? y Starting /SYS ]-> show HOST /HOST Targets: bootmode diag domain Properties: autorestart = reset autorunonerror = false bootfailrecovery = poweroff ... (29 Replies)
Discussion started by: z_haseeb
29 Replies

4. UNIX for Dummies Questions & Answers

How can I replace the lines that start with a star and replace it with numbers start from 1?

I need to replace the (*) in the fist of a list with numbers using sed for example > this file contain a list * linux * computers * labs * questions to >>>> this file contain a list 1. linux 2. computers 3. labs 4. questions (7 Replies)
Discussion started by: aalbazie
7 Replies

5. Shell Programming and Scripting

Remove lines between the start string and end string including start and end string Python

Hi, I am trying to remove lines once a string is found till another string is found including the start string and end string. I want to basically grab all the lines starting with color (closing bracket). PS: The line after the closing bracket for color could be anything (currently 'more').... (1 Reply)
Discussion started by: Dabheeruz
1 Replies

6. Shell Programming and Scripting

Start program in background (or start crontab ahead of time)

Hey! I'm working on a script that will add a user, create some configfiles, and add a crontab for the user. The crontab looks like the following: @reboot /home/user/program config.conf & I would like for this process to start at the end of my script under the corresponding username by... (0 Replies)
Discussion started by: noratx
0 Replies

7. AIX

Q: how to start a service when system start

As topic, assume we have a service called "blahservice" and we can start it by: startsrc -s blahservice what is the best practice to run such command when system start? - directly use mkitab to add it into /etc/inittab or - drop startup scripts in /etc/rc.d/rcX.d I know they... (4 Replies)
Discussion started by: acerlinux
4 Replies

8. Solaris

Where to start

Hi all, Before I start, I just wanted to mention that I did check in the "I'm new to Unix, what books should I read" sub-forum but didn't find anything that I thought was useful (or maybe I don't know what I'm looking for!). I'm a Windows Admin, have been for quite a few years, all the way... (12 Replies)
Discussion started by: Gaskie
12 Replies

9. Linux

where to put an application if i want to start it on start up

hi i want to know the way by which i put any file somewhere and it get s started when the system restarts or bots i mean whenever my system starts that application must also start thanks (3 Replies)
Discussion started by: shukla_chanchal
3 Replies

10. UNIX for Dummies Questions & Answers

How do I start a program when I start my Computer?

I'm running MAC OS X and I'm wondering how I start 'nixey programs (not normal apps) on startup? Things like the dnet client and hxd Hotline Server. Anyone know? (1 Reply)
Discussion started by: l008com
1 Replies
Login or Register to Ask a Question
MEV(1)							      General Commands Manual							    MEV(1)

NAME
mev - a program to report mouse events SYNOPSIS
mev [ options ] DESCRIPTION
The `mev' program is part of the gpm package. The information below is extracted from the texinfo file, which is the preferred source of information. The `mev' program is modeled after `xev'. It prints to `stdout' the mouse console events it gets. `mev''s default behaviour is to get anything, but command line switches can be used to set the various fields in the `Gpm_Connect' struc- ture, in order to customize the program's behaviour. I'm using `mev' to handle mouse events to Emacs. Command line switches for `mev' are the following: -C number Select a virtual console to get events from. This is intended to be used for debugging. -d number Choose a default mask. By default the server gets any events not belonging to the event mask. The mask can be provided either as a decimal number, or as a symbolic string. -e number Choose the event mask. By default any event is received. The mask can be provided either as a decimal number, or as a symbolic string. -E Enter emacs mode. In emacs mode events are reported as lisp forms rather than numbers. This is the format used by the t-mouse pack- age within emacs. -f Fit events inside the screen before reporting them. This options re-fits drag events, which are allowed to exit the screen border, -i Interactive. Accepts input from `stdin' to change connection parameters. -m number Choose the minimum modifier mask. Any event with fewer modifiers will not be reported to `mev'. It defaults to `0'. The mask must be provided either as a decimal number, or as a symbolic string. -M number Choose the maximum modifier mask. Any event with more modifier than specified will not be reported to `mev'. It defaults to ` ~0', i.e. all events are received. The mask must be provided either as a decimal number, or as a symbolic string. -p Requests to draw the pointer during drags. This option is used by emacs to avoid invoking `ioctl()' from lisp code. When the arguments are not decimal integers, they are considered lists of alphanumeric characters, separated by a single non-alphanumeric character. I use the comma (`,'), but any will do. Allowed names for events are `move', `drag', `down' or `press', `up' or `release', `motion' (which is both `move' and `drag'), and `hard'. Allowed names for modifiers are `shift', `leftAlt', `rightAlt', `anyAlt' (one or the other), `control'. When the `-i' switch is specified, `mev' looks at its standard input as command lines rather than events. The input lines are parsed, and the commands `push' and `pop' are recognized. The `push' command, then, accepts the options `-d', `-e', `-m' and `-M', with the same meaning described above. Unspecified options retain the previous value and the resulting masks are used to reopen the connection with the server. `pop' is used to pop the connection stack. If an empty stack is popped the program exits. Other commands recognized are `info', used to return the stack depth; `quit' to prematurely terminate the program; and `snapshot' to get some configuration information from the server. BUGS
Beginning with release 1.16, mev no longer works under xterm. Please use the rmev program (provided in the sample directory) to watch gpm events under xterm or rxvt. rmev also displays keyboard events besides mouse events. AUTHOR
Alessandro Rubini <rubini@linux.it> Ian Zimmerman <itz@speakeasy.org> FILES
/dev/gpmctl The socket used to connect to gpm. SEE ALSO
gpm(8) The mouse server gpm-root(1) An handler for Control-Mouse events. The info file about `gpm', which gives more complete information and explains how to write a gpm client. 4th Berkeley Distribution February 1995 MEV(1)