################################################################## # 2019/02/10 - PsychOS 3.3.0 - framebuffer and refractainstaller # ################################################################## Started-up 'refractainstaller', which uses GTK and the 'yad' boxes were too large. I had to do an Alt+Drag to get to the OK buttons. For now, I am satisfied with my 'image-edit' script. However, one of these days I may use 'fzy' to enhance it. I was having trouble with fbi (framebuffer image viewer) to work but I ran 'sudo usermod -a -G video $USER' and I also did: sudoedit /etc/default/grub GRUB_GFXMODE=1024x768x16 GRUB_GFXPAYLOAD_LINUX=1024x768x16 sudoedit /etc/grub.d/00_header set gfxmode=${GRUB_GFXMODE} set gfxpayload=keep #load_video insmod gfxterm I also disabled low-level kernel messages for the hardcore TTY/console users out there.