-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raspberry Pi 3B+ & Official 7" Display fades to white #1658
Comments
I have this exact problem as well. |
It is all good now. With that config.txt and with the 4 cables connected from RPi to display (red, black, green and yellow) it's working. And also uncomment all those driver things from config.txt |
Unless you have an original Pi1 model A or B, then you should ONLY connect the red and black wires to provide power. The I2C wires are only required on those boards as the I2C bus was not wired onto the FFC connector. |
Then I think it was because that V3D driver was uncommented. |
Disabling vc4-kms-v3d means you've just disabled all 3D acceleration. Duplicate of raspberrypi/linux#4686. There is a known issue on the Pi3 (and possibly earlier) that is still being investigated. |
Ok. Thanks for that. I will try. Sorry I'm not that much into programming. And sorry for the duplicate thread. |
Adding "dtparam=i2c_vc_baudrate=50000" to /boot/config.txt did not help for me on a Pi2 |
disabling vc4-kms-v3d did work. That's acceptable for me as I don't need any 3D for this project anyway. |
As I have only MagicMirror installed and youtube music, do I need 3d acceleration? |
Hello to all. I just updated my RPi 3b+ to Bullseye and now the display stoped working.
After reboot I see the rainbow square then the raspberry screen (with the version type) and then it fades to WHITE. Sometimes I can SSH, sometimes not.
The display is the official 7" touch screen. I checked all the cables and they seem ok, even the DSI connector.
This is my latest config file where I try to disable all. Please HELP.
config.txt
The text was updated successfully, but these errors were encountered: