User avatar
B.Goode
Posts: 10356
Joined: Mon Sep 01, 2014 4:03 pm
Location: UK

Re: PuTTY over ethernet problem.

Wed Jan 27, 2016 9:46 pm

Two parts to the answer.

You have chosen to access your RPi using PuTTY which is a character-based (command line) interface. You will need to change to some form of graphical interface if you want to run graphical programs.

This 'word type thing' is probably Libre Office. Look it up using Google to be sure. You have just installed it as part of Raspbian.

User avatar
rurwin
Forum Moderator
Forum Moderator
Posts: 4258
Joined: Mon Jan 09, 2012 3:16 pm
Contact: Website

Re: PuTTY over ethernet problem.

Wed Jan 27, 2016 10:04 pm

It's OK, we're getting there. You'll have your nice graphical interface before the night is out.

Now you need to install VNC. There's a tutorial document about that: https://www.raspberrypi.org/documentati ... ccess/vnc/

User avatar
DougieLawson
Posts: 39121
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: PuTTY over ethernet problem.

Wed Jan 27, 2016 10:30 pm

iCantThinkOfAnythint wrote:the terminal with (what I can think of off the top of my head) minecraft Pi edition
You can't. Minecraft only runs on a TV/Monitor with a keyboard/mouse. It won't run across a PuTTY (or any ssh) session.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

RDS
Posts: 776
Joined: Tue Oct 06, 2015 8:17 am
Location: Lancashire, UK

Re: PuTTY over ethernet problem.

Wed Jan 27, 2016 11:19 pm

I prefer to use Mobaxterm, rather than Putty, as it shows the usual Raspberry Pi display.
Just Google, Mobaxterm.

User avatar
rurwin
Forum Moderator
Forum Moderator
Posts: 4258
Joined: Mon Jan 09, 2012 3:16 pm
Contact: Website

Re: PuTTY over ethernet problem.

Wed Jan 27, 2016 11:29 pm

RDS wrote:I prefer to use Mobaxterm
I assume that's an X server for Windows. I tried that, albeit with a different implementation, and it was very slow. Give the VNC stuff a try; I think you'll like it. The X protocol worked well for buttons and text boxes but modern apps like the web browsers draw things pixel by pixel and the protocol has great trouble handling that.

iCantThinkOfAnythint
Posts: 14
Joined: Wed Jan 27, 2016 5:00 pm

Re: PuTTY over ethernet problem.

Thu Jan 28, 2016 1:42 am

Thank you everyone for being the help!

iCantThinkOfAnythint
Posts: 14
Joined: Wed Jan 27, 2016 5:00 pm

Re: PuTTY over ethernet problem.

Thu Jan 28, 2016 5:07 pm

I'm sorry to do this, but I'm having trouble installing the graphical interface, and this tutorial doesn't seem to make any sense

User avatar
rurwin
Forum Moderator
Forum Moderator
Posts: 4258
Joined: Mon Jan 09, 2012 3:16 pm
Contact: Website

Re: PuTTY over ethernet problem.

Thu Jan 28, 2016 6:05 pm

What have you done so far?

User avatar
rurwin
Forum Moderator
Forum Moderator
Posts: 4258
Joined: Mon Jan 09, 2012 3:16 pm
Contact: Website

Re: PuTTY over ethernet problem.

Thu Jan 28, 2016 6:55 pm

There are three steps, and it is probably best to do them in this order:
  1. Install tightVNC on the Raspberry Pi and set up its password
  2. Install tightVNC on the laptop
  3. Configure tightVNC to start automatically when the Raspberry Pi is switched on.
So first, let's make sure you've got the first step done.
  1. Switch on the Pi
  2. Connect to it with Putty
  3. Install tightVNC with the command "sudo apt-get install tightvncserver"
  4. When it asks you if you want to install lots of stuff, say yes (just hit Enter).
  5. Start it the first time with the command "tightvncserver"

User avatar
FTrevorGowen
Forum Moderator
Forum Moderator
Posts: 5621
Joined: Mon Mar 04, 2013 6:12 pm
Location: Bristol, U.K.
Contact: Website

Re: PuTTY over ethernet problem.

Thu Jan 28, 2016 8:27 pm

rurwin wrote:What have you done so far?
+1
FWIW, there are some notes and screenshots of PuTTY and TightVNC usage (albeit from an old Raspbian Wheezy setup) within my webpages here:
http://www.cpmspectrepi.webspace.virgin ... tVNC_Usage
HTH,
Trev.
Still running Raspbian Jessie or Stretch on some older Pi's (an A, B1, 2xB2, B+, P2B, 3xP0, P0W, 2xP3A+, P3B+, P3B, B+, and a A+) but Buster on the P4B's. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm

iCantThinkOfAnythint
Posts: 14
Joined: Wed Jan 27, 2016 5:00 pm

Re: PuTTY over ethernet problem.

Thu Jan 28, 2016 9:35 pm

rurwin wrote:There are three steps, and it is probably best to do them in this order:
  1. Install tightVNC on the Raspberry Pi and set up its password
  2. Install tightVNC on the laptop
  3. Configure tightVNC to start automatically when the Raspberry Pi is switched on.
So first, let's make sure you've got the first step done.
  1. Switch on the Pi
  2. Connect to it with Putty
  3. Install tightVNC with the command "sudo apt-get install tightvncserver"
  4. When it asks you if you want to install lots of stuff, say yes (just hit Enter).
  5. Start it the first time with the command "tightvncserver"
Ok done

User avatar
rurwin
Forum Moderator
Forum Moderator
Posts: 4258
Joined: Mon Jan 09, 2012 3:16 pm
Contact: Website

Re: PuTTY over ethernet problem.

Thu Jan 28, 2016 9:54 pm

Now install the VNC viewer on your laptop. I think this tutorial is clear: https://www.raspberrypi.org/documentati ... windows.md

Return to “Beginners”