-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
Black border with 1024x600 screen resolution #1877
Comments
Sorry, I'm new to Raspberry Pi and ALL of this. I figured out how to customize config.txt for my screen, either directly from the card in the boot folder, or using SSH at "sudo nano /boot/config.txt". I added the following lines under the [all] subheader... hdmi_cvt=1024 600 60 3 I also uncommented (removed the # from the beginning) hdmi_force_hotplug=1. Everything else I left at defaults. Now to figure out why the system is so unstable. I'm wondering if the "sudo apt update/upgrade" as recommended the Chris's Basement youtube video may have messed things up, so I'm trying again without it. Other possibilities include the screen's power supply not providing enough power for everything, or the touch interface gumming up the works, |
The problem was indeed "sudo apt update/upgrade". Everything worked fine without any package upgrades, but I wanted to make sure I could get upgrades. Turns out that using the FULL upgrade command "sudo apt full-upgrade" worked fine, and all is stable. Apparently full-upgrade preserves dependencies and removes unnecessary packages that are no longer needed. This n00b is learning! Thanks for bearing with me! :-) |
I keep running into this problem because I keep forgetting how I fix it. In my case, uncommenting this line in
This post brought to you in honor of DenverCoder9. |
What doesn't work?
There is a black border around OctoDash. The screen resolution is 1024x600.
What did you already try?
Nothing
General Information:
Additional context
The text was updated successfully, but these errors were encountered: