Giter VIP home page Giter VIP logo

mateforpi's Introduction

MateForPi

alt text

MateForPi is a simple script that installs a fully functional MATE desktop environment on Raspberry Pi OS.

Before running the script, you need to perform some actions:

  • Install Raspberry Pi OS Lite (not tested on the 64-bit version, but it is supposed to work) and connect the board via Ethernet (preferably) or Wi-Fi.

  • If you don't use Raspberry Pi Imager for flashing images and creating your own users, then

    • Enter default login data (login/password): pi/raspberry
    • Create a new user and delete a standard one:
      • sudo adduser YOURNICKNAME
      • sudo adduser YOURNICKNAME sudo
      • Create the file using sudo visudo /etc/sudoers.d/010_YOURNICKNAME-nopasswd
      • Insert the following contents as a single line: YOURNICKNAME ALL=(ALL) NOPASSWD: ALL
      • Save the file and exit.
    • login with your newly created account and run sudo userdel -r pi
  • Open the configuration menu:

sudo raspi-config
  • In the "Performance Options" section, you can select "GPU Memory" and enter the prefered value in the input field, i.e. "320". If you use Raspberry Pi 4 and want to overclock your board, then open the configuration file:
sudo nano /boot/config.txt

and enter at the end of the file:

#for RPi 4
over_voltage=6
arm_freq=2000
gpu_freq=750

How we are ready to start installation:

sudo apt install git --no-install-recommends && git clone https://github.com/ByloTonix/mateforpi/ && cd mateforpi && sudo bash mateforpi

My MATE Desktop after 3-min customization:

alt text

Important Info:

  • Since Raspberry Pi OS Bookworm and Raspberry Pi 5 were released, this guide may be outdated.

mateforpi's People

Contributors

bylotonix avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.