User avatar
Kb8srx
Posts: 5
Joined: Thu Apr 23, 2020 10:27 pm
Location: Ypsilanti, Michigan

Broke my Pi 3B+ HELP !!

Fri Apr 24, 2020 1:34 am

Hey guys, I just got my Pi 3 B+ setup with raspbian desktop and had it working just fine, but I changed the screen resolution (I think) to make things on desktop smaller, and then it rebooted, upon reboot, monitor now just flashes "INPUT NOT SUPPORTED".......and nothing I do (I admit, Newb to linux here) will get me back into the Pi, I can go through SSH from my windows computer, but I can find nothing on how to change it back, I just got FlightAware up and transmitting data, so I really dont want to reformat and re-install.......IS THIS FIXABLE ? help a newbie out please
Remember, Your Abilities AND Disabilities CAN Become Possibilities.......
United WE Stand.....Divided WE Fall..........

User avatar
neilgl
Posts: 2226
Joined: Sun Jan 26, 2014 8:36 pm
Location: Near Aston Martin factory

Re: Broke my Pi 3B+ HELP !!

Fri Apr 24, 2020 2:33 pm

What happens if you ssh into the pi, use raspi-config to go to Advanced options then set screen resolution to say 1024 x 768 ?

User avatar
Botspot
Posts: 1284
Joined: Thu Jan 17, 2019 9:47 pm
Location: Texas
Contact: Website

Re: Broke my Pi 3B+ HELP !!

Sat Apr 25, 2020 12:51 am

Kb8srx wrote:
Fri Apr 24, 2020 1:34 am
I changed the screen resolution (I think) to make things on desktop smaller, and then it rebooted, upon reboot, monitor now just flashes "INPUT NOT SUPPORTED"
Easy. You can try to fix it via ssh, but an easier option is to undo what you did using another computer.
  • Shutdown your Pi, then remove its sd card.
  • Insert the sd card into a sd card reader, then stick that into a PC (or another Pi).
  • Find config.txt, and edit it using Notepad or an equivalent text editor.
  • For every line that mentions "hdmi", comment it out (add a # at the beginning of the line)
  • save, close, eject, remove, insert into the Pi, and turn it on.
Hope that helps.
Ever wished you could "open" a RaspiOS .img file? Well now you can! I've developed Pi-Power-Tools, the only RaspiOS img editor on the planet.
https://github.com/Botspot/Pi-Power-Tools
Want to try it out?

Code: Select all

wget -O - https://raw.githubusercontent.com/Botspot/Pi-Power-Tools/master/update | bash

hippy
Posts: 7911
Joined: Fri Sep 09, 2011 10:34 pm
Location: UK

Re: Broke my Pi 3B+ HELP !!

Sat Apr 25, 2020 3:38 pm

Botspot wrote:
Sat Apr 25, 2020 12:51 am
Easy. You can try to fix it via ssh, but an easier option is to undo what you did using another computer.
Not sure how all that faffing about is easier than -

sudo nano /boot/config.txt

Return to “Beginners”