6

I have a model B raspberry pi running raspbian and a laptop running Windows 7. Is there software that I can install to use the raspberry pi monitor as a second screen for my laptop. For example I want to open Excel on one monitor and Matlab on another.

I am aware of Can I use the Raspberry Pi as a second monitor?. This is for Ubuntu, I want to do the same with Windows 7.

Mowing Bar
  • 333
  • 2
  • 8
  • 17

2 Answers2

2

You may get this to work with rPlay by VMlite on the raspberry and using Airparrot on your Windows Computer. rPlay can mimic the Airplay Mirroring feature (like a Apple TV or even Chromecast?) to extend your Desktop

Performance can be pretty good if you have a good network, but may not be suited to your needs.

rPlay: http://www.vmlite.com/index.php?option=com_kunena&Itemid=158&func=view&catid=23&id=10991

AirParrot: http://www.airsquirrels.com/airparrot/

Gotschi
  • 608
  • 2
  • 7
  • 16
0

To view an linux application on a Windows machine You will need to install an Xserver. These will allow you to run a linux application and have the results displayed within a window on the your Windows 7 laptop. The application is actually still running on the Linux box. There are several free packages for this. Try VcXsrv‎ as it is compiled from xorg sources so you know it will be compatible.

I expect you will also need to use PuTTY to log into to your Raspberry pi and make it easy to remote the window to the Windows 7 machine.

To get it to work:

  1. configure PuTTY to do X11 forwarding (tick box)
  2. connect to the Rasberry pi using PuTTY (you will need to know the Rasberry pi's IP number)
  3. once connected try something like:
  4. midori & This will run the midori web browser, the & disconnects the program from the PuTTY window and will appear in it's own windows on the Windows 7 laptop.
KevanV
  • 1
  • 2