Can someone tell me an easy way to change the console (not X) resolution of a Raspberry Pi? I'd like to use the composite output, but 1280x720 makes the text too small. 640x480 should be usable, I'm guessing.Edit /boot/cmdline.txt and set fb=640x480
I tried that, just as I tried creating a /boot/config.txt with HDMI_MODE=3, but got the exact same console...
John