Raspberry Pi Quick Tips #9 - screenshots 3 methods shown #raspberrypi #rpi #tips #quicktips #tips

preview_player
Показать описание
3 Methods of taking a screen shot on the #raspberrypios

1. open terminal CTRL + ALT + T
Type: scrot -d 4 hit enter
-d is delay and 4 is the amount of seconds before the screenshot.
File will be in your /home/pi folder
2. Install gnome-screenshot
open terminal CTRL + ALT @LinusTechTips+ T
Type: sudo apt update && sudo apt upgrade -y (hit enter)
Type: sudo apt install gnome-screenshot -y (hit enter)
in your menu under accessories you can launch it from there.
3. press "Print Screen" on your keyboard
File will be in your /home/pi folder
If you get nothing but a black screen check out my tips and tricks #8

#raspberrypi #raspberrypi4 #raspberrypi5 #gnulinux #tips #tipsandtricks #rpi
Рекомендации по теме
Комментарии
Автор

yup! also this is the exact same as on pretty much any graphical Linux distribution :)

ThatJay