From e1db87b9b9e4a582e106fb9f24e6be21c8fa0917 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 21 Dec 1999 18:42:28 +0000 Subject: no_comment --- docs/README | 29 +++++------------------------ 1 file changed, 5 insertions(+), 24 deletions(-) (limited to 'docs/README') 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 -- cgit v1.2.1