Sponsored Content
Special Forums UNIX Desktop Questions & Answers adding a second display, keyboard Post 22299 by slideright on Thursday 30th of May 2002 09:44:17 PM
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..
 

7 More Discussions You Might Find Interesting

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

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

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

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

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

7. 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
vga_getmonitortype(3)						Svgalib User Manual					     vga_getmonitortype(3)

NAME
vga_getmonitortype - returns the monitor type configured SYNOPSIS
#include <vga.h> int vga_getmonitortype(void); DESCRIPTION
This returns the monitor type configered in /etc/vga/libvga.config. This function is really obsolete, as the result is of not much use to the application vga_getmodeinfo(3) and vga_hasmode(3) do already check the monitor type and there are more flexible ways to specify it too. The return value is one of: MON640_60 31.5 KHz (standard VGA): does 640x480 in 60Hz vsync. MON800_56 35.1 KHz (old SVGA): does 800x600 in 56Hz vsync. MON1024_43I 35.5 KHz (low-end SVGA, 8514): does 1024x768 in 43Hz vsync interlaced. MON800_60 37.9 KHz (SVGA): does 800x600 in 60Hz vsync. MON1024_60 48.3 KHz (SVGA non-interlaced): does 1024x768 in 60Hz vsync, non-interlaced. MON1024_70 56.0 KHz (SVGA high frequency): does 1024x768 in 70Hz vsync. MON1024_72 does 1024x768 in 72Hz vsync or even better. SEE ALSO
svgalib(7), vgagl(7), libvga.config(5), mousetest(6), spin(6), vga_init(3), vga_setmode(3), vga_hasmode(3), vga_getmodeinfo(3) AUTHOR
This manual page was edited by Michael Weller <eowmob@exp-math.uni-essen.de>. The exact source of the referenced function as well as of the original documentation is unknown. It is very likely that both are at least to some extent are due to Harm Hanemaayer <H.Hanemaayer@inter.nl.net>. Occasionally this might be wrong. I hereby asked to be excused by the original author and will happily accept any additions or corrections to this first version of the svgalib manual. Svgalib (>;= 1.2.11) 27 July 1997 vga_getmonitortype(3)
All times are GMT -4. The time now is 02:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy