adding a second display, keyboard


 
Thread Tools Search this Thread
Special Forums UNIX Desktop Questions & Answers adding a second display, keyboard
# 1  
Old 05-30-2002
Question adding a second display, keyboard

Customer is wanting to add a second display and keyboard to a unix system.
Sernario:
Medical office has unix system with five dumb terminals, and a VGA/SVGA monitor, PS/2 keyboard. They want to remove one of the dumb terminals and replace with a second VGA/SVGA monitor and keyboard. Can this be done? Will they be able to input from both keyboards at the same time? What kind of hardware would be involved in this process. Is this the right area to ask this question? Thank you for your help.

Last edited by slideright; 06-02-2002 at 05:56 PM..
# 2  
Old 06-03-2002
It is often possible to add a second monitor for a single system under X but I don't think that you are going to be successful with the second keyboard for one system.

Are they wanting to replace the dumb terminal with keyboard and Monitor on the main system for some graphics related reason?
# 3  
Old 06-03-2002
Eye strain is the reason they want to change from DT to VGA.
The program they run is a medical billing program. Data entry is the main thing they do with it.

Now I don't know this for sure yet, but I bet the minute that I get this one installed and working that they will decide to change them all out. Then what? Thin Clients?
# 4  
Old 06-05-2002
How about cheap X-clients?

I see X Terminals on eBay all the time for cheap that support VGA. You might be able to find what you need that works with a decent VGA monitor.

I would look at the X Terminal solution. The only problem with buying off eBay is that you have to make sure that you buy X Terminals that are still supported by the manufacture.

You could also go with cheap PC's running either Unix or Windows with X Client software or VNC.

There are several solutions available, it just depends on how much they want to spend.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Adding to an array in an external file, and adding elements to it.

I have an array in an external file, "array.txt", which contains: char *testarray={"Zero", "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine"};I want to be able to add an element to this array, and have that element display, whenever I call it, without having to recompile... (29 Replies)
Discussion started by: ignatius
29 Replies

2. UNIX for Dummies Questions & Answers

Problem getting vertical bar with British keyboard layout on US (physical) keyboard

Hi, I've got a bit of a ridiculous problem and wasn't sure where to post it. I need to use the vertical bar for piping in Bash but, as per the title, am using a UK layout on a US (physical) keyboard which doesn't have a key for it in the place I'd expect. I've tried using xbindkeys and Unicode... (7 Replies)
Discussion started by: crunchgargoyle
7 Replies

3. 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

4. Homework & Coursework Questions

adding rows of a file and display in another file

How to add these all ( 1 1 0 1 1 0 1 0 0 0 1 5 8 0 12 10 25) in the script and How to calculate the GPA?? :wall: For example a course record file can be like this: COURSE NAME: Operating Systems CREDITS: 4 123456 1 1 0 1 1 0 1 0 0 0 1 5 8 0 12 10 25 243567 0 1 1 0 1 1 0 1 0 0 0 7 9 12 15 17 15... (1 Reply)
Discussion started by: poonam29
1 Replies

5. Shell Programming and Scripting

adding rows of a file and display in another file

How to add these all ( 1 1 0 1 1 0 1 0 0 0 1 5 8 0 12 10 25) in the script and How to calculate the GPA?? :wall: For example a course record file can be like this: COURSE NAME: Operating Systems CREDITS: 4 123456 1 1 0 1 1 0 1 0 0 0 1 5 8 0 12 10 25 243567 0 1 1 0 1 1 0 1 0 0 0 7 9 12 15 17 15... (1 Reply)
Discussion started by: poonam29
1 Replies

6. Shell Programming and Scripting

Adding new lines to a file + adding suffix to a pattern

I need some help with adding lines to file and substitute a pattern. Ok I have a file: #cat names.txt name: John Doe stationed: 1 name: Michael Sweets stationed: 41 . . . And would like to change it to: name: John Doe employed permanently stationed: 1-office (7 Replies)
Discussion started by: hemo21
7 Replies

7. UNIX for Advanced & Expert Users

How can I map Unix keyboard for PC keyboard

A Solaris AXI 440 machine with Solaris 8 version. I have PC users who use an emulation to login to the Solaris server. How can I change the keyboard mapping of the Sun keyboard to fit to the PC keyboard ? Any comment will be appreciated. Thanks (1 Reply)
Discussion started by: simhab
1 Replies
Login or Register to Ask a Question