summaryrefslogtreecommitdiffstats
path: root/docs/README
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-12-17 17:28:14 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-12-17 17:28:14 +0000
commit224b14cb6b741fb15dcc4fd170306dc0165cba29 (patch)
tree6135c5e28a8638890df3e201b5b349136aedb0ba /docs/README
parentd057708b3e1217b809c383563d54ae9e316bf189 (diff)
downloaddrakx-backup-do-not-use-224b14cb6b741fb15dcc4fd170306dc0165cba29.tar
drakx-backup-do-not-use-224b14cb6b741fb15dcc4fd170306dc0165cba29.tar.gz
drakx-backup-do-not-use-224b14cb6b741fb15dcc4fd170306dc0165cba29.tar.bz2
drakx-backup-do-not-use-224b14cb6b741fb15dcc4fd170306dc0165cba29.tar.xz
drakx-backup-do-not-use-224b14cb6b741fb15dcc4fd170306dc0165cba29.zip
no_comment
Diffstat (limited to 'docs/README')
-rw-r--r--docs/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/README b/docs/README
index 92248f63f..5f7376872 100644
--- a/docs/README
+++ b/docs/README
@@ -188,3 +188,31 @@ module out of /lib/modules/modules.cpio.bz2 in /tmp. Then it calls insmod_.
/usr/bin/insmod_ is the real prog (which you usually find in /sbin/). You need
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