################################################################ # 2019/04/03 - PsychOS 3.3.9 - fbset and laptop suspend issues # ################################################################ Just discovered a very useful tool called 'fbset' for setting the framebuffer size such as: fbset -xres 1920 -yres 1080 Or if multiple monitors: fbset -g 1920 1080 1024 768 32 *32 is the color depth If shutting a laptop lid from console, not logged into a normal X session on another TTY, it will not automatically suspend. You'll probably have to run 'vlock -a' and then hope your keyboard has a sleep key.