LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Is it possible to make a print screen ? (https://www.linuxquestions.org/questions/linux-newbie-8/is-it-possible-to-make-a-print-screen-92128/)

Tanc 09-12-2003 05:31 PM

Is it possible to make a print screen ?
 
Sorry for this stupid question ( :newbie: ) but is it possible to make a print screen by pressing on "Print Screen" keyboard button ?
Is there a better way to do it ?
I've tried to look into the forum but i've found nothing.... :study:

Tks a lot ;)

XavierP 09-12-2003 06:00 PM

On my RH9 box, I go into the KDE menu, select graphics and then select screen capture program.

VxJasonxV 09-12-2003 07:25 PM

You can do one of two things.
You can set up a Print Screen button catcher to launch your screenshot program, or just be content with using said screenshot program.

I use KSnapshot, and it works like a charm, so I don't mind not being able to use the Print Screen button.

Colossus 09-13-2003 05:03 AM

login as root
then you can choose whole screen or only one window.

* whole screen:

cd /
xwd -display 0.0 -root -out dump00.xwd

* ór one window:

1) before you select the actual window:
cd /
xwd -display 0.0 -frame -out dump00.xwd

2) selecting the window you want by pressing left mouse button on it

XavierP 09-13-2003 05:09 AM

KDE's screen capture does the same thing when logged in as a user.

Colossus 09-13-2003 05:13 AM

yes it's much easier i know. but he might be interested in the shell command, too ;)

XavierP 09-13-2003 05:31 AM

Fair enough - choice is what Linux is all about


All times are GMT -5. The time now is 08:58 AM.