.. include:: /index.rst :start-after: start_hello_message :end-before: end_hello_message .. _install_driver_ubuntu: Install 3.5'' IPS Screen Driver on Ubuntu =============================================== This section guides you through installing the 3.5'' IPS screen driver on **Ubuntu**. You will complete the initial system setup, install required tools, and then install the driver to enable display output on the 3.5'' IPS screen. Install 3.5'' IPS Screen Driver (Important) -------------------------------------------------- #. Connect your Raspberry Pi to a monitor and power it on. Make sure an Ethernet cable is connected for network access. .. image:: img/connect_all_ubuntu.jpg :width: 90% #. Follow the on-screen instructions to complete the initial setup, including language, keyboard layout, region, username, and password. #. After setup is complete, log in using your username and password, then search for and open the **Terminal**. #. Install Git, which is required to download the driver: .. code-block:: shell sudo apt install git #. Open the built-in Firefox browser and visit: ``35-ips-screen.rtfd.io`` #. Copy and run the following commands in the Terminal one by one to install the driver: .. code-block:: shell sudo rm -rf LCD-show-ubuntu git clone https://github.com/sunfounder/LCD-show-ubuntu.git chmod -R 755 LCD-show-ubuntu cd LCD-show-ubuntu/ sudo ./MHS35IPS-show #. After the installation is complete: * Disconnect the HDMI monitor. * The Raspberry Pi will reboot automatically. * After rebooting, the system will be displayed on the 3.5'' IPS screen. Rotate the Display ----------------------------- You can change the screen and touch orientation by running: .. code-block:: shell cd LCD-show-ubuntu/ sudo ./rotate.sh 90 The system will reboot automatically. After restart, the display and touch direction will be rotated to **90°**. You can replace ``90`` with ``0``, ``180``, or ``270`` to set your desired orientation.