Changeset 5930509
- Timestamp:
- 12/11/2011 11:49:52 PM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 0a30c92e
- Parents:
- 3fab318
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r3fab318 r5930509 244 244 <!ENTITY poppler-version "0.14.4"> 245 245 <!ENTITY jasper-version "1.900.1"> 246 <!ENTITY pixman-version "0. 15.20">246 <!ENTITY pixman-version "0.24.0"> 247 247 <!ENTITY clutter-version "1.2.10"> 248 248 <!ENTITY clutter-gtk-version "0.10.4"> -
general/genutils/imagemagick.xml
r3fab318 r5930509 13 13 version 10, whether or not significant changes occur, and it takes 14 14 time before versions migrate to legacy/ --> 15 <!ENTITY imagemagick-download-http " &sourceforge-repo;/imagemagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz">15 <!ENTITY imagemagick-download-http " "> 16 16 <!ENTITY imagemagick-download-ftp "ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz"> 17 17 <!ENTITY imagemagick-md5sum "6bf001ae206bffe77693732e4e886532"> -
general/graphlib/pixman.xml
r3fab318 r5930509 7 7 <!ENTITY pixman-download-http "http://cairographics.org/releases/pixman-&pixman-version;.tar.gz"> 8 8 <!ENTITY pixman-download-ftp " "> 9 <!ENTITY pixman-md5sum " 613c95e7ddc8069b7aa2708f93219b7d">10 <!ENTITY pixman-size " 520KB">11 <!ENTITY pixman-buildsize " 17.8MB">12 <!ENTITY pixman-time "0. 3SBU">9 <!ENTITY pixman-md5sum "a2d0b120509bdccb10aa7f4bec3730e4"> 10 <!ENTITY pixman-size "616 KB"> 11 <!ENTITY pixman-buildsize "49 MB"> 12 <!ENTITY pixman-time "0.5 SBU"> 13 13 ]> 14 14 -
introduction/welcome/changelog.xml
r3fab318 r5930509 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Added a section on testing Xorg.</para> 49 </listitem> 50 <listitem> 51 <para>[bdubbs] - Updated to pixman-0.24.0.</para> 52 </listitem> 53 <listitem> 48 54 <para>[bdubbs] - Updated to intltool-0.50.0.</para> 49 55 </listitem> -
x/installing/x7driver.xml
r3fab318 r5930509 108 108 109 109 <screen><userinput>case $(basename "$PWD") in 110 xf86-input-evdev-[0-9]* | xf86-video-ati-[0-9]* | \111 xf86-video-fbdev-[0-9]* | xf86-video-glint-[0-9]* | \112 xf86-video-newport-[0-9]* )110 xf86-input-evdev-[0-9]* | xf86-video-ati-[0-9]* | \ 111 xf86-video-fbdev-[0-9]* | xf86-video-glint-[0-9]* | \ 112 xf86-video-newport-[0-9]* ) 113 113 sed -i -e "s/\xc3\xb8/\\\\[\/o]/" \ 114 114 -e "s/\xc3\xa4/\\\\[:a]/" \ … … 116 116 ;; 117 117 esac && 118 118 119 case $(basename "$PWD") in 119 xf86-video-s3-[0-9]* | xf86-video-xgi-[0-9]* )120 xf86-video-s3-[0-9]* | xf86-video-xgi-[0-9]* ) 120 121 for file in `grep -Rl "xf86Version.h" *` 121 122 do 122 123 sed 's@xf86Version.h@xorgVersion.h@g' -i "$file" 123 124 done 124 125 ;; 125 126 esac && 127 126 128 ./configure $XORG_CONFIG \ 127 129 --with-xorg-module-dir=$XORG_PREFIX/lib/X11/modules && -
x/installing/xorg-config.xml
r3fab318 r5930509 14 14 </sect1info> 15 15 16 17 <title>Xorg-&xorg7-release; Configuration</title> 18 <sect2 role="configuration" id='X11R6-compat-symlink' 16 <title>Xorg-&xorg7-release; Testing and Configuration</title> 17 18 <sect2 id='X11-testing' xreflabel="Testing Xorg"> 19 <title>Testing Xorg</title> 20 21 <para>To test the <application>Xorg</application> installation, issue 22 <userinput>startx</userinput>. This command brings up a rudimentary 23 window manager called <emphasis>twm</emphasis> with three xterm and one 24 xclock window. The xterm window in the upper left is a login terminal 25 and running <emphasis>exit</emphasis> from this terminal will exit 26 the <application>X Window</application> session. the third xterm 27 window may be obscured on your system by the other two xterms.</para> 28 29 <para>Generally, there is no specific configuration required for 30 <application>Xorg</application>, but customization is possible. For details 31 see <xref linkend='xconfig'/> below.</para> 32 33 </sect2> 34 35 <sect2 role="configuration" id='X11R6-compat-symlink' 19 36 xreflabel="Creating an X11R6 Compatibility Symlink"> 20 37 … … 49 66 <screen role="root"><userinput>ln -vsf <replaceable><$XORG_PREFIX></replaceable> /usr/X11R6</userinput></screen> 50 67 51 </sect2> 52 68 </sect2> 53 69 54 70 <sect2 role="configuration" id="xft-font-protocol" xreflabel="Xft Font Protocol">
Note:
See TracChangeset
for help on using the changeset viewer.