Giter VIP home page Giter VIP logo

pi4-raspberrypios-tv-desktop-no-signal-fix's Introduction

Devices:

  • Sony Bravia KDL-42EX440 LCD TV
  • Raspberry Pi 4 Model B (2GB)
    • OS: Raspberry Pi OS (Raspbian) 11 bullseye

Problem:

When connecting Pi 4 to TV via Micro-HDMI to HDMI, the boot-loader and initial splash shows up. As soon as the desktop loads, the TV shows no signal.

Solution:

Raspberry Pi OS (Raspbian) 11 uses KMS driver by default, which is not compatable with this TV model. We need to switch to FKMS drivers.

  1. Find a way to access your system file in Pi (either via SSH, use secondary PC monitor, or plug your Pi's SDcard to a working PC and access the partition where /boot is located)
  2. Edit config.txt in your /boot system folder as a super user. Ex: $ sudo nano /boot/config.txt
  3. Find the line dtoverlay=vc4-kms-v3d, change it to dtoverlay=vc4-fkms-v3d. Uncomment if it is commented out, add if line doesn't exist.
  4. Connect your Pi's HDMI to TV, turn both on.

pi4-raspberrypios-tv-desktop-no-signal-fix's People

Contributors

jiayuanwen 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.