Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.sys.raspberry-pi > #9124

Re: how to use laptop keyboard, mouse and screen?

From Another Dave <dmarsden@nospam.com>
Newsgroups comp.sys.raspberry-pi
Subject Re: how to use laptop keyboard, mouse and screen?
Date 2015-07-15 15:28 +0100
Organization A noiseless patient Spider
Message-ID <mo5qj4$p4o$1@dont-email.me> (permalink)
References <mo4q3j$uv4$1@speranza.aioe.org>

Show all headers | View raw


On 15/07/2015 06:12, Maurice SAAB wrote:
> Hello:
> how to configure RPi to use laptop keyboard, mouse and screen instead of
> separate ones?
>
> thank you
Connect your Pi to your router with the RJ45 socket (preferably not 
wireless at this stage).

Download Putty SSH client to your Windows machine.

http://www.putty.org

Raspbian has an SSH server enabled by default. You need the IP address 
of you Pi which you can get by

a. connecting a TV to the Pi and watching what IP it says when it boots

Or, better,

b. bring up the web page of your modem router in your browser. I don't 
know what router you have but you can Google the IP address of the 
router. Try 192.168.1.254 for starters. You should then be able to find 
the IP of your Pi without the need to connect a TV.

Type the IP of your Pi into Putty and it should give you a User/Password 
prompt.

Once (if?) you've connected you can download a VNC server to the Pi by 
typing

sudo apt-get install tightvncserver

run it by typing

vncserver :1 -geometry 1280x800 -depth 16 -pixelformat rgb565

On Windows download UltraVNC

http://www.uvnc.com/

Run it and type PiIPaddress:1

into the box. PiIPaddress is the address of the Pi you got from the 
router previously. You should, after a short (10 secs) pause get the GUI 
on your windows machine'

Bonne chance

Another Dave
-- 
Change nospam to gmx

Back to comp.sys.raspberry-pi | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

how to use laptop keyboard, mouse and screen? Maurice SAAB <morisaab@yahoo.fr> - 2015-07-15 08:12 +0300
  Re: how to use laptop keyboard, mouse and screen? Dom <domafp@blueyonder.co.uk> - 2015-07-15 06:36 +0100
  Re: how to use laptop keyboard, mouse and screen? Dave Farrance <DaveFarrance@OMiTTHiSyahooANDTHiS.co.uk> - 2015-07-15 13:01 +0100
  Re: how to use laptop keyboard, mouse and screen? Another Dave <dmarsden@nospam.com> - 2015-07-15 15:28 +0100
    Re: how to use laptop keyboard, mouse and screen? David <wibble@btintenet.com> - 2015-07-19 17:55 +0000
      Re: how to use laptop keyboard, mouse and screen? Another Dave <dmarsden@nospam.com> - 2015-07-19 19:36 +0100
      Re: how to use laptop keyboard, mouse and screen? Rob Morley <nospam@ntlworld.com> - 2015-07-19 20:37 +0100
        Re: how to use laptop keyboard, mouse and screen? Coos Haak <chforth@hccnet.nl> - 2015-07-19 22:02 +0200
          Re: how to use laptop keyboard, mouse and screen? Coos Haak <chforth@hccnet.nl> - 2015-07-20 14:26 +0200
            Re: how to use laptop keyboard, mouse and screen? Coos Haak <chforth@hccnet.nl> - 2015-07-22 12:41 +0200
          Re: how to use laptop keyboard, mouse and screen? stephen@mpeforth.com (Stephen Pelc) - 2015-07-20 12:45 +0000
            Re: how to use laptop keyboard, mouse and screen? pippo2@disney.com (Jack) - 2015-07-22 19:10 +0200

csiph-web