Results 1 to 10 of 11
How to print screen in linux??...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-20-2002 #1Linux User
- Join Date
- Nov 2002
- Posts
- 420
Screen capture
How to print screen in linux??
- 11-20-2002 #2Linux Enthusiast
- Join Date
- Jun 2002
- Location
- San Antonio
- Posts
- 621
alt-printscr might work, I know it does in GNOME2, it might in KDE.
I respectfully decline the invitation to join your delusion.
- 11-21-2002 #3Just Joined!
- Join Date
- Oct 2002
- Location
- Norway
- Posts
- 17
Im pretty sure (have not used it for a while) that GIMP does this
its in the menus somewhere, if you have it installed, have a poke around
- 11-22-2002 #4Just Joined!
- Join Date
- Jun 2002
- Location
- Lindenhurst, NY
- Posts
- 35
The version of The Gimp that came with RH 8.0 does have this. It can be reached from:
File --> Acquire --> Screen Shot...
Tithefug
- 06-08-2005 #5Just Joined!
- Join Date
- May 2005
- Posts
- 2
There are numerous programs which can make screen shots... But its much more convenient to create videos. For ex. if I want to explain to my friend the algorithm of working with a particular program, I can easyly capture a tutorial for him...
I use Screen VidShot...
It's quite handy tool!
IMHO!
- 06-08-2005 #6Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
To do it from a terminal:
screenshot1.png can be changed to something else... And I think you must have image magick installed to use import.Code:import -window root screenshot1.png
- 06-08-2005 #7
Partial capture
Hi, is there a screen capture program that will allow you to 'mouse select' (marquee) only a portion of the screen to capture?
- 06-08-2005 #8Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
Re: Partial capture
Yeah, ksnapshot,a part of "kdegraphics" let's you do that (at least in the 3.4 version it lets you do that, I don't remember about the 3.3.x versions).
Originally Posted by jwf
- 06-08-2005 #9Linux User
- Join Date
- Oct 2004
- Location
- Serbia&Montenegro
- Posts
- 281
Yes, 3.3 version also has ksnapshot.
Linux registered user #358842
Human knowledge belongs to the world.
- 06-08-2005 #10will capture the full screenCode:
import -window root screen.png
will allow you to choose area of the screen using mouseCode:import screen.png



