Thursday, August 14, 2014

windows 7 - Can I use my two laptops as dual monitors?



I want to connect my Dell (Windows 7) to my Acer (Windows Vista) and use them as dual monitors. The screen on my Dell is broken and I can't read anything on it. I tried to hook it up to my television and that didn't work. I found out that I need a VGA to HDMI adapter.


Is it possible to connect my two laptops even though they have different operating systems? Do I need any specific cables? I have three cables but I'm not sure if I can use them. One has two ends that seem like you can use them for the phones or something. Any help is appreciated.


Answer



The short answer is no.


Consumer laptops will only ever have a video out port, never video in. Video capture cards are actually kinda niche, even among desktops. The damaged laptop can send any signal it likes, the other one wont receive it.


Your TV will work, you may just need a different cable. Does the dell have VGA(blue with holes) or HDMI(gold plated, like a larger USB) out? If its HDMI a straight HDMI to HDMI will work. If its VGA and the TV only has HDMI then use a vga to HDMI adapter. A passive one like this should work:
http://www.dx.com/p/1080p-hdmi-male-to-vga-female-adapter-black-242515#.U3EEsPldWgY


Whichever one you do, you may need to use the WindowsKey+P to toggle displays. Connect the cables, turn on, wait for it to fully start(listen for that sound you get at the login screen), then hold the WindowsKey and tap on P until something comes up on the tv.


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...