Sponsored Content
Top Forums UNIX for Dummies Questions & Answers DB13w3 male adaptor connector Post 302073557 by adol3 on Monday 15th of May 2006 02:35:24 PM
Old 05-15-2006
Question DB13w3 male adaptor connector

I need the pin configuration in order to make a VGA adaptor cable one side is male DB13w3 connector and the other side is hd15 female connector. this is to help me use a normal monitor with Ultra 1 Sun workstation

Is there any risk if I try to make an adaptor by my self
can some one give detailed pin out


thanks for whoever reply to me
 

4 More Discussions You Might Find Interesting

1. AIX

HBA Adaptor and setup

Hi, 2 AIX 4.3 (6f1's) at ML 10 @32 bit. Systems being upgraded to fiber-channel. Got LP10000E from the purchase department. (now our pdep is not that good in getting us info as to what they ordered). This is what i got from the box containing the cards (LP10000E BG41696552 FC PCI/PCI-X HBA... (1 Reply)
Discussion started by: Student37
1 Replies

2. UNIX Desktop Questions & Answers

A recommended linux wireless usb adaptor

Hi guys, I've been a linux user for a day now and we are planning of moving from windows to gentoo. unfortunately were having a heck of a trouble in configuring linksys wusb adaptor on our linux box. we got so tired of looking for any linux drivers or ndiswrapper blah for these critters but... (1 Reply)
Discussion started by: 3rr0r_3rr0r
1 Replies

3. Solaris

HD15-f to DB13w3-m Adaptor

I need to use a normal monitor with hd15 connector in an Ultra1 workstation which have DB13w3 connector. I could find this cable adaptor, can I creat one. If yes what is the pin layout of both connectors femal and male Is there any risk if I try to make an adaptor by my self can some one give... (1 Reply)
Discussion started by: adol3
1 Replies

4. What is on Your Mind?

Forum Demographics: Male or Female?

Just for fun, are you a male or a female? Thanks for helping out in the demographic survey! ---------- Post updated at 12:20 ---------- Previous update was at 09:39 ---------- FYI: Summary of Forum Demographics | The UNIX and Linux Forums Blog (14 Replies)
Discussion started by: Neo
14 Replies
GENLIB_COPY_UP_CON.3(October 1, 1997)									     GENLIB_COPY_UP_CON.3(October 1, 1997)

NAME
GENLIB_COPY_UP_CON - copy a physical connector from an instance in the current figure SYNOPSYS
#include <genlib.h> void GENLIB_COPY_UP_CON(index, conname, insname, newname) long index; char *insname; char *conname; char *newname; 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
index Connector index in the instance conname Name of the connector in the instance model insname Name of the instance the connector belongs to newname Name to be given to the connector in the current figure DESCRIPTION
COPY_UP_CON copies a instance connector into the current layout figure, and gives to the new connector the name newname. The instance con- nector is identified by its name, conname, and index, index. Two behaviour are expected, depending on the instance connector location regarding the abutment box of the current figure. Connector on the abutment box The figure connector is place right over the instance connector. The single connector is duplicated. Connector inside the abutment box The instance connector face is computed in the figure, and then, the connector is duplicated on the given face, at the right coordinates for this face. Then a wire is drawn between the instance connector and the figure connector in the connector layer. If newname is NULL, then not connector is copied up, on the segment is drawn to the side of the abutment box. ERRORS
"GENLIB_COPY_UP_CON impossible : missing GENLIB_DEF_PHFIG" No figure has been yet specified by a call to DEF_PHFIG. So it isn't possible to place a connector inside it. you must call DEF_PHFIG before any other layout action. "*** genlib error *** GENLIB_COPY_UP_CON impossible : connector conname index index of instance insname, current figure doesn't exist" The given connector does not exist in the current figure. EXAMPLE
#include <genlib.h> main() { /* Create a figure to work on */ GENLIB_DEF_PHFIG("cell"); . . GENLIB_PLACE_LEFT("gaer0_f", "insN", SYMXY); . . GENLIB_DEF_AB(0L, 0L, 0L, 0L); /* Put a connector */ GENLIB_COPY_UP_CON("i0", 1, "insN", "inz0"); /* Save that on disk */ GENLIB_SAVE_PHFIG(); } SEE ALSO
genlib(1), GENLIB_DEF_PHFIG(3), GENLIB_SAVE_PHFIG(3), GENLIB_COPY_UP_ALL_CON(3), GENLIB_COPY_UP_CON_FACE(3), GENLIB_PHCON(3), GEN- LIB_THRU_CON_H(3), GENLIB_THRU_CON_V(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_COPY_UP_CON.3(October 1, 1997)
All times are GMT -4. The time now is 01:26 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy