Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
10-13-2003, 02:14 PM
|
#1
|
|
Member
Registered: Apr 2003
Location: US, MA
Distribution: Nandu-0.ab, Arch 0.7.2
Posts: 229
Rep:
|
2 monitors/keyboards/mice
This isn't so much a problem but more of a 'how would I' or 'what would I need'. Here's the situation. I have a computer in my room but I want to allow my brother (In the next room) to have a keyboard monitor and mouse so that we can both use the computer at the same time.
What would be the easiest and preferably cheapest way of doing this. I've been looking at video cards that support dual-head or something and was wondering if there was another way or if I could get a recommendation on a video card if not.
Thanks,
Kyle
|
|
|
|
10-13-2003, 02:30 PM
|
#2
|
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
What about setting up a dumb terminal for use with:
http://www.tldp.org
|
|
|
|
10-13-2003, 03:18 PM
|
#3
|
|
Member
Registered: Apr 2003
Location: US, MA
Distribution: Nandu-0.ab, Arch 0.7.2
Posts: 229
Original Poster
Rep:
|
I'm sorry I've been reading several howto especially the xdm howto but I still don't understand 'physically' how I would acomplish this.
|
|
|
|
10-13-2003, 04:49 PM
|
#4
|
|
Member
Registered: Apr 2003
Location: US, MA
Distribution: Nandu-0.ab, Arch 0.7.2
Posts: 229
Original Poster
Rep:
|
I don't understand those howto's they use words jargon I've never heard before
For example would it be possible to ....
........................................................................................Wall
computer --- from dual port video card ---- monitor | --- from second vidcard port ------- monitor
...................|- usb mouse..................................................| --- ps/2 mouse
...................|- usb keyboard..............................................| --- some type of keyboard
Or is there an easier way?
Last edited by KptnKrill; 10-13-2003 at 04:52 PM.
|
|
|
|
10-14-2003, 12:11 PM
|
#5
|
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
The problem I can see with you using this method is that you will be limited to a few meters by the length of cable you can use.
If you use a dumb terminal (ie a cheap old pc - no need for a hard drive) you could actually boot it over the network and use the faster resources of your pc to do any browsing/word processing etc.
|
|
|
|
10-14-2003, 12:37 PM
|
#6
|
|
Senior Member
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 2,901
|
true, just get a cheap pc (it could even be a ... gasp, 486 ), with a small hd 500mb to 1 gb, but a decent video card. with a 10baseT, 10/100baseT, or 100baseT ethernet card , install a stripped down distribution of say, redhat that has the following, tcp/ip connectivity, openSSH, and and X server, then set it up with X forwarding (i think that works by default with redhat) and voila, you have 2 monitors, keyboards and mice attached to your computer (although not physically of course)
|
|
|
|
10-14-2003, 12:51 PM
|
#7
|
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
Quote:
Originally posted by frieza
true, just get a cheap pc (it could even be a ... gasp, 486 ), with a small hd 500mb to 1 gb, but a decent video card. with a 10baseT, 10/100baseT, or 100baseT ethernet card , install a stripped down distribution of say, redhat that has the following, tcp/ip connectivity, openSSH, and and X server, then set it up with X forwarding (i think that works by default with redhat) and voila, you have 2 monitors, keyboards and mice attached to your computer (although not physically of course)
|
If you use LTSP you don't even need a hard drive or a distro installation.
|
|
|
|
10-14-2003, 01:53 PM
|
#8
|
|
Member
Registered: Apr 2003
Location: US, MA
Distribution: Nandu-0.ab, Arch 0.7.2
Posts: 229
Original Poster
Rep:
|
Okay, I think I get it now,
Thanks!
Kyle
|
|
|
|
10-14-2003, 02:27 PM
|
#9
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,711
|
well the way you orignially want to do it would not quite be possible. while it would be possible to have two monitors, mice, monitors, gfx cards and a seperate setup for each system, there is no way to run them at the same time AFAIK. you could run both server at one time, but only one would be able to have a focus at a given time. you know you can press ctrl+alt+2 to get another terminal outside of X, wel that's what would happen with the other system. but you also know that once you do your ctrl+alt+2 you can no longer access the X server screen....
well i say all that and google a bit and find someone at least advocating the possibility:
http://maillists.uci.edu/mailman/pub...er/000132.html i had a brief go, but i'm using a single dual output card so it wasn't having any of it. i do still doubt it's possible.
|
|
|
|
10-14-2003, 03:25 PM
|
#10
|
|
Member
Registered: Apr 2003
Location: US, MA
Distribution: Nandu-0.ab, Arch 0.7.2
Posts: 229
Original Poster
Rep:
|
Quote:
|
well the way you orignially want to do it would not quite be possible
|
Oh okay. Looks like it's time to go talk to the boys over at xfree86. 
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:01 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|