As the title says, I have an application that I need to run in a TTY. I also need to take a screenshot of it while it's running. How can I take a screenshot of an application running in a TTY without framebuffering enabled?
Asked
Active
Viewed 621 times
1 Answers
3
You can use ttyrec
sudo apt-get update
sudo apt-get install ttyrec
http://0xcc.net/ttyrec/index.html.en
There are a a few options, look for
ttyrec -u
Which allows you to record to a zip file you can later unzip and should be able to play in a regular terminal later that you can easily take a screenshot of.

mchid
- 43,546
- 8
- 97
- 150
echo "FRAMEBUFFER=y" | sudo tee /etc/initramfs-tools/conf.d/splash; sudo update-initramfs -u
reboot. – mchid Apr 21 '15 at 17:43./configure
,make install
, it compiles but doesn't add aman
page, nor there are usage indications on the answer you linked or on the site, I have no idea of how to use it – kos Apr 21 '15 at 17:50