Click to See Complete Forum and Search --> : how to make screenshots?


izis
10-25-2000, 02:00 PM
I dont know how to make screenshots in linux. Do I need to use screen dumps command(#setterm -dump N ). Then, how i can change the output file(screen.dump) to .gif format?

Thank you for helping.

stack
10-25-2000, 02:05 PM
Easiest way is through Gimp.

mastersibn
10-25-2000, 02:07 PM
Easiest way is with Gimp. With the 1.0.x branches, you can do it on the Xtns menu.

------------------
grab my gnupg key (http://jove.prohosting.com/~msibn/sibn-p.asc) if you feel so inclined.

do the world a favor: give an employee something to smile about.

CRT_Monkey
10-25-2000, 02:09 PM
$ import -window root filename.jpg <enter>

izis
10-26-2000, 10:41 AM
Ok guys, I got it. Thanks a lot.

mangeli
10-26-2000, 10:48 AM
Or at the command line, type

xwd --out filename.jpg



It will give you a cross hairs, and you just click on the background.

kryliss
11-03-2000, 04:30 PM
I got it setup as an alias in my .bashrc

alias printscreen='xwd -root|convert - ~/my_desktop.gif &'