Today we’ll cover the basics of Raspbian Jessie with PIXEL. That’s right, the name is no longer Raspbian Jessie. It’s now Raspbian Jessie with PIXEL! You can download the latest version here.
Raspbian Jessie is the same as before, but what is “with PIXEL”? The appearance has also changed considerably. Today, we’ll take a closer look at this new OS. We’ll also touch a little on how to use RealVNC which comes preinstalled.
Let’s see what the official website says:
2016-09-23:
It seems like it became “PIXEL” as of September 23, 2016. It was an update after a quite bit of break, since May 27, 2016.
9-23-2016 version comes with new PIXEL desktop, Chromium browser, RealVNC server, SenseHAT emulator, and so forth.
Introducing PIXEL – Raspberry Pi
Please refer to the official Raspberry Pi website for more detailed information about PIXEL.
So what does “PIXEL” stands for? It stands for “Pi Improved Xwindows Environment, Lightweight.” A literal translation would be something like “Improvement and weight saving of Xwindow environment.”
If you have already installed “Raspbian Jessie,” you can upgrade to the latest version with the command below. There seems to be a bug report, so let’s make sure to backup before running the command.
sudo apt-get update
sudo apt-get dist-upgrade
Here, we will download the latest version of “Raspbian Jessie with PIXEL,” not the upgrade (we will use 2016-9-23 release version).
Create an SD card as usual and turn on the power!
Figure 1
During start up, a screen with “Welcome to PIXEL” will be displayed.
After waiting a while,
Figure 2
The desktop above is displayed. The background image is a picture! The impression is quite different just by this!
Figure 3
Here is the main menu part on the top left.
It’s been awhile since the new release, so let’s run the usual update command here as well.
sudo apt-get update
sudo apt-get upgrade
Figure 4
You’ll notice that during execution, processing stops on this screen (Figure 4). This has been reported here. Once you press the “q” key as shown in the lower left, the processing will resume.
Figure 5
Then you’ll see another message like the one above. Although the package name “lightdm” is displayed, you can ignore it and continue the installation. This also happened when I ran the upgrade command on one of the older versions (Raspbian 2016-5-27), so it doesn’t seem like it’s only limited to PIXEL.
I used a wired connection, and it still took more than 2 hours to complete the installation! I think it was due to a large number of packages included in this update plus Office suite bundle.
Figure 6
Setting/changing preferences is easy. You can open [Menu] → [Preferences] → [Raspberry Pi Configuration].
Figure 7
Here you can set your region, time, language, and WiFi country preferences. After changing the setting, you can select to reboot by clicking “OK” button.
After rebooting, you should see your new settings. Then you’re all set!
Chromium is an open-source web browser project started by Google, to provide the source code for the proprietary Google Chrome browser. The two browsers share the majority of code and features, though there are some minor differences in features, logos and they have different licensing.
So, “Chromium” web browser comes preinstalled. The default browsers for previous versions of Raspbian was “Midori” and “Epiphany.” At last, “Chromium” appeared! Google Chrome is based on Chromium so they will look very similar.
Figure 9
You can start by clicking the round blue icon on the top menu bar. It’s easy to sync Google bookmarks in Chromium. You can log into your Google Account.
Figure 10
Log in to your Google account by clicking the icon in the upper right corner of the browser.
Figure 11
In the previous tutorial, Accessing Raspberry Pi From a Smartphone Part 1 – Implementing VNC, we covered how to install “tightvncserver.”
With Raspbian Jessie with PIXEL, you don’t need to install VNC separately anymore! “RealVNC” comes preinstalled, which means you can use it right away simply by enabling VNC.
Figure 12
From [Settings] → [Setting of Raspberry Pi], click the [Interface] tab and set [VNC] to [Enable]. The default value is set as “invalid”.
When restarted, “VNC” icon appears in the upper right of the upper menu bar, and it will start up automatically.
“VNC Viewer” comes in handy when you want to connect from your smartphone:
I went over the connection method in the previous article, but the appearance of the Viewer has changed considerably since the update, so I’ll go over the connection method using the iPhone again!
Figure 13
After starting VNC Viewer, open the menu from the icon on the upper left and select “Bonjour.”
Figure 14
When connecting to the same network as Raspberry Pi, I found “raspberrypi”!
Figure 15
Then you’ll be directed to the authentication screen. Enter the Raspbian login and password and press “Done” at the top right.
Figure 16
The Raspbian desktop will be displayed as shown above. And, if you look closely at the upper right of the screen…
Figure 17
You’ll notice that the VNC icon turned black. It shows in black when VNC connection is made.
Figure 18
Click this icon to display the screen above. Since it is connected from the iPhone (i.e. the only device connected), it shows “There is 1 user connected.”
As we saw today, there were some major upgrades in the appearance and contents to the new release, Raspbian Jessie with PIXEL.
Especially, RealVNC preinstallation made establishing VNC connection much easier.
Since the desktop screen can be operated even without input/output devices, it comes in pretty handy in double-checking the connection.