Differences
This shows you the differences between two versions of the page.
| en:scratchbook:x-window-system [2011/04/21 20:44] – copy from old wiki domcox | en:scratchbook:x-window-system [2011/04/23 21:13] (current) – fix: wrong display format for files domcox | ||
|---|---|---|---|
| Line 44: | Line 44: | ||
| | | ||
| + | < | ||
| libexpat.so.1 => / | libexpat.so.1 => / | ||
| libc.so.6 => / | libc.so.6 => / | ||
| / | / | ||
| + | </ | ||
| ===== freetype-2.3.1 - System font libraries ===== | ===== freetype-2.3.1 - System font libraries ===== | ||
| Line 87: | Line 87: | ||
| A ' | A ' | ||
| + | < | ||
| libfreetype.so.6 => / | libfreetype.so.6 => / | ||
| libz.so.1 => / | libz.so.1 => / | ||
| Line 94: | Line 94: | ||
| libc.so.6 => / | libc.so.6 => / | ||
| / | / | ||
| + | </ | ||
| ===== Xserver - Graphical Xvesa server of Xfree86 ===== | ===== Xserver - Graphical Xvesa server of Xfree86 ===== | ||
| Line 112: | Line 112: | ||
| ==== libs for Xvesa ==== | ==== libs for Xvesa ==== | ||
| + | < | ||
| libz.so.1 => / | libz.so.1 => / | ||
| libm.so.6 => / | libm.so.6 => / | ||
| libc.so.6 => / | libc.so.6 => / | ||
| / | / | ||
| + | </ | ||
| ==== rgb.txt - RGB colors in X ==== | ==== rgb.txt - RGB colors in X ==== | ||
| Line 125: | Line 125: | ||
| # cp / | # cp / | ||
| # chroot $fs /bin/ash | # chroot $fs /bin/ash | ||
| - | /# mkdir -p / | + | # mkdir -p / |
| - | /# ln -s / | + | # ln -s / |
| - | /# exit | + | # exit |
| ==== Xfnts - Fonts ==== | ==== Xfnts - Fonts ==== | ||
| Line 138: | Line 138: | ||
| # mkdir -p $fs/ | # mkdir -p $fs/ | ||
| - | Copy the fonts... | + | Copy the fonts... |
| - | (# cp -a lib/ | + | # cp -a lib/ |
| - | (# cp -a / | + | # cp -a / |
| Then regenerate the fonts.dir file, you must run mkfontdir on the directory in question: | Then regenerate the fonts.dir file, you must run mkfontdir on the directory in question: | ||
| Line 186: | Line 186: | ||
| A ldd on XTerm, we copy (and strip) the missing libraries from the host system: | A ldd on XTerm, we copy (and strip) the missing libraries from the host system: | ||
| + | < | ||
| libXft.so.2 => / | libXft.so.2 => / | ||
| libXrender.so.1 => / | libXrender.so.1 => / | ||
| Line 206: | Line 206: | ||
| libdl.so.2 => / | libdl.so.2 => / | ||
| libXpm.so.4 => / | libXpm.so.4 => / | ||
| + | </ | ||
| ===== libpng-1.2.18 - PNG Libraries ==== | ===== libpng-1.2.18 - PNG Libraries ==== | ||
| Line 241: | Line 241: | ||
| Ldd libraries that we have provided: | Ldd libraries that we have provided: | ||
| + | < | ||
| libX11.so.6 => / | libX11.so.6 => / | ||
| libpng12.so.0 => / | libpng12.so.0 => / | ||
| Line 257: | Line 257: | ||
| libm.so.6 => / | libm.so.6 => / | ||
| libexpat.so.1 => / | libexpat.so.1 => / | ||
| + | </ | ||
| You can start the X server and JWM with the command below or create a script in / | You can start the X server and JWM with the command below or create a script in / | ||
| + | < | ||
| Xvesa -ac -shadow -screen 1024x768x24 & exec jwm | Xvesa -ac -shadow -screen 1024x768x24 & exec jwm | ||
| + | </ | ||
| ==== On SliTaz ==== | ==== On SliTaz ==== | ||
| Line 318: | Line 318: | ||
| ==== libs ==== | ==== libs ==== | ||
| + | < | ||
| libtiff.so.3 => / | libtiff.so.3 => / | ||
| libjpeg.so.62 => / | libjpeg.so.62 => / | ||
| Line 331: | Line 331: | ||
| libXdmcp.so.6 => / | libXdmcp.so.6 => / | ||
| / | / | ||
| + | </ | ||
| ===== Generate the initramfs and an ISO image ===== | ===== Generate the initramfs and an ISO image ===== | ||