diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-12-21 18:42:28 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-12-21 18:42:28 +0000 |
commit | e1db87b9b9e4a582e106fb9f24e6be21c8fa0917 (patch) | |
tree | 15f651db405961c6249524848702e4f656bb28c3 /docs | |
parent | 636afb483acfe3dd3f668b88cd484f10a8fa3e20 (diff) | |
download | drakx-backup-do-not-use-e1db87b9b9e4a582e106fb9f24e6be21c8fa0917.tar drakx-backup-do-not-use-e1db87b9b9e4a582e106fb9f24e6be21c8fa0917.tar.gz drakx-backup-do-not-use-e1db87b9b9e4a582e106fb9f24e6be21c8fa0917.tar.bz2 drakx-backup-do-not-use-e1db87b9b9e4a582e106fb9f24e6be21c8fa0917.tar.xz drakx-backup-do-not-use-e1db87b9b9e4a582e106fb9f24e6be21c8fa0917.zip |
no_comment
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README | 29 |
1 files changed, 5 insertions, 24 deletions
diff --git a/docs/README b/docs/README index 5f7376872..b38d47b3e 100644 --- a/docs/README +++ b/docs/README @@ -192,27 +192,8 @@ to give it the complete path. ******************************************************************************** * Making screenshots *********************************************************** ******************************************************************************** -you can use Xnest and export the install display. The problem is to get the -proper fonts. One solution is: -- modify your /etc/X11/fs/config: -- move /usr/X11R6/lib/X11/fonts to /usr/X11R6/lib/X11/fonts2 -- tell xfs to take this into account -- install DrakX's fonts in /usr/X11R6/lib/X11/fonts/misc -- makes Xnest happy by adding the directories it needs -- launch Xnest -- do a network install giving ``linux display=YOUR_IP:1'' -- takes the screenshots!! - -perl -pi -e 's|(/usr/X11R6/lib/X11/fonts)|${1}2|' /etc/X11/fs/config -cd /usr/X11R6/lib/X11 ; mv fonts fonts2 -killall -USR1 xfs -( - cd /usr/X11R6/lib/X11 - mkdir fonts - cp -a $MIRROR_ROOT/Mandrake/mdkinst/usr/X11R6/lib/X11/fonts misc - for i in 100dpi 75dpi Speedo TrueType Type1; do ln -s misc $i; done -) -Xnest -name Xnest -geometry 640x480 :1 & - -# with DISPLAY=:0 -xwd -name Xnest | convert - screenshot.png +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 |