Sponsored Content
The Lounge What is on Your Mind? mouse/keyboard wrist lesions. Post 302228662 by blowtorch on Monday 25th of August 2008 07:30:09 AM
Old 08-25-2008
Another thing I'd recommend is making sure that your entire hand is supported (from the elbow down)... That helps a lot.
 

9 More Discussions You Might Find Interesting

1. HP-UX

HP-UX 11.11: X doesn't recognize mouse and keyboard

hi folks, i've got a blank hp visualize C3000 workstation and installed HP-UX 11.11. When I want to start X, I get the following error message: # X Fatal server error: Couldn't open X pointer device! Is one attached? I've connected an mouse and a keyboard with an usb/ps2 connector.... (5 Replies)
Discussion started by: grisu
5 Replies

2. AIX

keyboard and mouse not working in graphical login

Dear frnz I face a weird issue with p275 workstation with Aix 5.1 After booting the workstation i am getting dt login screen and i am not able to key in user name and passwd .The mouse pointer is moving but the mouse buttons doesnt work. i am able to login through rsh to the machine... (1 Reply)
Discussion started by: sriram.s
1 Replies

3. Solaris

Solaris don't boot without mouse and keyboard

Hi guys, I've installed Solaris 10 (SunOS 5.10) in a x86 box. I will put this box as a home server to store my files/backups/whatterver shared stuff replacing my old NetBSD machine. But, after installed and correctly configured, when I tried to boot this box without keybord and mouse (USB both),... (4 Replies)
Discussion started by: Timmerman
4 Replies

4. UNIX for Advanced & Expert Users

Check keyboard and mouse activity

I need help from someone that is good at making scripts. I'm trying to make a script file that checks for keyboard and mouse activity during 1 am to 8 am and logs you off if it detects activity. I can't find anything useful in google. ---------- Post updated 06-30-10 at 12:33 AM ----------... (1 Reply)
Discussion started by: cokedude
1 Replies

5. SCO

X Server -> keyboard and mouse are freezing

hi I've configured X Server using Video Configuration Manager on SCO 5.0.6, but the keyboard and mouse are freezing after 5 minutes on the graphical login mask. ---------- Post updated at 01:59 PM ---------- Previous update was at 02:43 AM ---------- BTW I finished the configuration,... (2 Replies)
Discussion started by: ccc
2 Replies

6. AIX

Keyboard Mouse Display not working with Pseries

Hello, Just got a refurbished Pseries when I boot the machine , everything is okay, that is no attention light and panel shows 01 B N but there is nothing on the display ( monitor / console ) which is plugged into the video card port of pseries. The display is empty.... The keyboard... (3 Replies)
Discussion started by: filosophizer
3 Replies

7. What is on Your Mind?

Keyboard vs mouse

Which Input device do you use the most ? for me... keyboard ofcourse !! (56 Replies)
Discussion started by: vpraveen84
56 Replies

8. UNIX for Dummies Questions & Answers

Strange Keyboard and Mouse Issue

Hello All, PC: CuBox-i (*i.MX6) Mini-PC OS: openSUSE 13.1 (Bottle) (armv7hl) Kernel: 3.14.14-cubox-i # uname -a Linux CuBox-HQ 3.14.14-cubox-i #1 SMP Sat Sep 13 03:48:24 UTC 2014 armv7l armv7l armv7l GNU/LinuxSo I've been having this random issue happen on this PC where a few strange... (12 Replies)
Discussion started by: mrm5102
12 Replies

9. Shell Programming and Scripting

Run command if no mouse or keyboard input

I would like a script that would run pm-suspend if there has been no keyboard or mouse input for a specified time. ------ Post updated at 11:17 AM ------ Never mind. I found a setting in power management that does what I need. (0 Replies)
Discussion started by: drew77
0 Replies
GENLIB_WIRE3.3(October 1, 1997) 										   GENLIB_WIRE3.3(October 1, 1997)

NAME
GENLIB_WIRE3 - place three physical segments in the current figure SYNOPSYS
#include <genlib.h> void GENLIB_WIRE3(layer, width, ins1, con1, index1, ins2, con2, index2, x1, y1, x2, y2) char layer; long width; char *ins1, *con1, *ins2, *con2; long x1, y1, x2, y2; ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.fr PARAMETERS
layer Layout layer of the segment width Width of the segment ins1 Name of the instance in which the connector con1 is to be looked for con1 Name of a connector, or reference, used as first endpoint of the wire ins2 Name of the instance in which the connector con2 is to be looked for con2 Name of a connector, or reference, used as last endpoint of the wire x1, y1 Coordinates of the segment's first elbow endpoint in the current figure x2, y2 Coordinates of the segment's second elbow endpoint in the current figure DESCRIPTION
WIRE3 adds three segments made of the layer level in the current layout cell, the starting point beeing the connector, or reference, con1 of the instance ins1, and the ending point beeing the connector, or reference, con2 of the instance ins1. The first segment is drawn between the coordinates of con1 in the current figure and x1, y1. The second one between x1, y1 and x2, y2, and the last, but not the least, between x2, y2 and the coordinates of con2 in the current figure. If the endpoints are connectors, the indexes index1 and index2 must respectivly refer to con1 and con2. If they are references, then they are not taked care of. One shall notice that connectors and references of a given model should not share names if WIRE3 is to be used. The layer argument can take the following legal values : NWELL PWELL NTIE PTIE NDIF PDIF NTRANS PTRANS POLY ALU1 ALU2 ALU3 TPOLY TALU1 TALU2 TALU3 ERRORS
"GENLIB_WIRE3 impossible : missing GENLIB_DEF_PHFIG" No figure has been yet specified by a call to DEF_PHFIG. So it isn't possible to place an instance inside it. you must call DEF_PHFIG before any other layout action. "illegal addphseg : x1, y1, x2, y2" A symbolic segment must be either vertical or horizontal, so either x1 = x2, or y1 = y2. Since WIRE3 creates segments from relative coordinates, care must be taken to follow the previous rule. "GENLIB_WIRE3 impossible : same name conX, for connector and reference in insX" The model of the instance insX has both a connector and a reference that matches the conX name. This is not legal since genlib doesn't know which one to choose as point. "illegal getphins : instance insX does not exist" The instance called insX does not currently belong to the figure. EXAMPLE
#include <genlib.h> draw_wire(cellHeight) long cellHeight; { /* draw a wire made of 1, 2, or 3 segments, given from and to connectors or reference, and the x and y coordinates of each elbow points */ GENLIB_WIRE1(ALU1,1,"lastpg2","g2",1,"cabl31","sg",2); GENLIB_WIRE3(ALU1,1,"cabl31","sp",2, "celout2", "cin", 1, GENLIB_GET_CON_X("cabl31","sp",2), GENLIB_GET_CON_Y("cabl31","sp",2) + cellHeight / 2, GENLIB_GET_CON_X("celout2", "cin", 1), GENLIB_GET_CON_Y("cabl31","sp",2) + cellHeight / 2); GENLIB_WIRE1(POLY,1,"celout3","g",1,"celout2","co",0); } SEE ALSO
genlib(1), GENLIB_DEF_PHFIG(3), GENLIB_SAVE_PHFIG(3), GENLIB_COPY_UP_SEG(3), GENLIB_PHSEG(3), GENLIB_THRU_H(3), GENLIB_THRU_CON_H(3), GEN- LIB_THRU_V(3), GENLIB_THRU_CON_V(3), GENLIB_WIRE1(3), GENLIB_WIRE2(3). BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. PROCEDURAL GENERATION LANGUAGE
ASIM/LIP6 GENLIB_WIRE3.3(October 1, 1997)
All times are GMT -4. The time now is 12:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy