diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-12-12 18:48:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-12-12 18:48:00 +0000 |
commit | 2db498ee242e3170dad946885815f8cb064a3cf0 (patch) | |
tree | 5533b1722073eb16a56b42c4da5d3fab63b54b5d /docs/README | |
parent | d5a25feeae9a96b7cbae02104321124ed3fda591 (diff) | |
download | drakx-2db498ee242e3170dad946885815f8cb064a3cf0.tar drakx-2db498ee242e3170dad946885815f8cb064a3cf0.tar.gz drakx-2db498ee242e3170dad946885815f8cb064a3cf0.tar.bz2 drakx-2db498ee242e3170dad946885815f8cb064a3cf0.tar.xz drakx-2db498ee242e3170dad946885815f8cb064a3cf0.zip |
enable easy screenshot'ing
Diffstat (limited to 'docs/README')
-rw-r--r-- | docs/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/README b/docs/README index 93f62004d..a6b691be6 100644 --- a/docs/README +++ b/docs/README @@ -259,9 +259,10 @@ to give it the complete path. ******************************************************************************** * Making screenshots *********************************************************** ******************************************************************************** -On a test machine, make a network install, switch to console (ctrl-alt-F2), enter: -% xhost+ +1. easy solution: press "F2"! +2. On a test machine, make a network install, switch to console (ctrl-alt-F2), enter: +% xhost+ then, on another computer: % DISPLAY=test_machine:0 xwd -root | convert - screenshot.png |