Sponsored Content
Full Discussion: HD15-f to DB13w3-m Adaptor
Operating Systems Solaris HD15-f to DB13w3-m Adaptor Post 89186 by adol3 on Friday 11th of November 2005 09:21:54 AM
Old 11-11-2005
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 detailed pin out

Last edited by adol3; 05-15-2006 at 03:16 PM.. Reason: resubmit
 

5 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. UNIX for Advanced & Expert Users

trying to setup a sata drive using a sata to scsi adaptor

trying to setup a sata drive using a sata to scsi adaptor I have a sata 1TB Deskstar that I had setup before and during shipment from a facilty to another, the disk failed. The handling was not great, lots of throwing boxes, etc. I have a new disk from Hitachi (thankyou Hitachi) anyway, I don't... (1 Reply)
Discussion started by: mndavies
1 Replies

4. UNIX for Advanced & Expert Users

Using newfs to make file system on a sata disk using Acard adaptor

Hi All: I am using an adaptor between a 1TB SATA hard drive and solaris 8 box with 68 pin scsi. I use the format utility to partition the HD which works fine but when I use newfs, I get some errors. I will place them below. I have blocked and the error message is in red. Anybody got any... (1 Reply)
Discussion started by: mndavies
1 Replies

5. UNIX for Dummies Questions & Answers

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... (1 Reply)
Discussion started by: adol3
1 Replies
CSolver(3U)						    InterViews Reference Manual 					       CSolver(3U)

NAME
CSolver - enforces connector semantics SYNOPSIS
#include <Unidraw/csolver.h> DESCRIPTION
A CSolver object defines and implements a model for specifying connectivity semantics that connector subclasses can build upon to implement their specialized semantics. Normally, only one CSolver instance is used per application, and only connector subclasses need access it. The Unidraw class constructor initializes the csolver global to point to a CSolver instance it creates. Thus applications should not instantiate CSolver directly. CSolver models a connection between two connectors (regardless of their particular subclass or semantics) as a pair of generic connectors with a piece of CGlue interposed. The CGlue characterizes the relationship between the connectors' centers in terms of a natural size (which corresponds to the distance between the centers), elasticity, and deformation limits. Connector subclasses specify their connectiv- ity behavior with a CGlue instance and subsequently rely on the CSolver to reorient them to conform to that behavior. For example, when a pin is told to connect itself to another pin, it registers with the global csolver a connection containing the two connectors (the pins themselves) and a piece of CGlue having zero natural size, elasticity, and deformation limits. This specification effectively constrains the connectors' centers to coincide. The connectivity semantics of other connector combinations, including those involving application- specific connectors, must be specified using CGlue. PUBLIC OPERATIONS
CSolver() Create a new instance. Application programs do not normally instantiate CSolver explicitly. virtual void Connect(Connector*, Connector*, CGlue* = nil) Specify a connection between two connectors, optionally with a piece of CGlue interposed. Omitting the CGlue parameter is equiva- lent to specifying a connection with CGlue having zero natural size, elasticity, and deformation limits. void Disconnect(Connector*, Connector*) void Disconnect(Connector*) Destroy the connection(s) established between two connectors (the two-parameter form), or destroy all connections to a given connec- tor (the one-parameter form). void Solve() Solve instructs the CSolver to reorient connected connectors to conform to their connectivity semantics as reflected by its connec- tion specifications. Normally this function is called automatically and only in response to Unidraw::Update. CSolverState* GetState(Connector*) void SetState(CSolverState*) CSolverState is a class that encapsulates all the information about the connections in which a connector participates. Only CSolver can create or do anything with a CSolverState instance. GetState initializes and returns a CSolverState instance for the given con- nector, and SetState establishes the connections that a CSolverState instance specifies without disturbing existing connections. These operations are useful when it is necessary to reestablish a connector's connections after they have been lost, for example, by removing the connector from the component hierarchy (as caused by a command to delete the component). void Read(istream&) void Write(ostream&) Explicitly read/write the csolver's contents from/to disk. Normally only a catalog calls these operations. SEE ALSO
Catalog(3U), GGlue(3U), Connector(3U), globals(3U) Unidraw 20 November 1990 CSolver(3U)
All times are GMT -4. The time now is 04:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy