Changeset 7d511f08 for x/installing


Ignore:
Timestamp:
08/09/2015 07:55:30 PM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
a8158348
Parents:
66307ff
Message:

Update to cmake-3.3.0
Update to graphite2-1.3.0
Update to harfbuzz-1.0.1
Update to xproto-7.0.28.
Update to mesa-10.6.3
Update to polkit-0.113
Update to libdrm-2.4.62
Update to libepoxy-1.3.1
Update to gdk-pixbuf-2.31.5
Update to librsvg-2.40.10
Update to gtk+-3.16.6
Update to adwaita-icon-theme-3.16.2.1
Update wpa_supplicant instructions to reflect that the services cannot both be enabled at the same time
Remove FTP URLs for some Mozilla packages
Fix a build problem with xf86-video-intel
Fix URLs in MariaDB and SDL pages
Typo fix in the Linux-PAM-1.2.0 page
Clarify that libjpeg-turbo is required for the libtiff test suite
Typo fix in the xorg-server-1.17.2 page

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16335 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
x/installing
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesalib-systemd.xml

    r66307ff r7d511f08  
    77  <!ENTITY mesalib-download-http " ">
    88  <!ENTITY mesalib-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/&mesalib-version;/mesa-&mesalib-version;.tar.bz2">
    9   <!ENTITY mesalib-md5sum        "1a7e2e9f17eff9307fd14fb6cc70783b">
     9  <!ENTITY mesalib-md5sum        "553e525d2f20ed48fca8f1ec3176fd83">
    1010  <!ENTITY mesalib-size          "6.8 MB">
    11   <!ENTITY mesalib-buildsize     "285 MB">
    12   <!ENTITY mesalib-time          "8.8 SBU">
     11  <!ENTITY mesalib-buildsize     "302 MB">
     12  <!ENTITY mesalib-time          "9 SBU">
    1313]>
    1414
     
    152152            --enable-xa                  \
    153153            --enable-glx-tls             \
     154            --enable-osmesa              \
    154155            --with-egl-platforms="drm,x11,wayland" \
    155156            --with-gallium-drivers="nouveau,r300,r600,radeonsi,svga,swrast" &amp;&amp;
     
    228229      <parameter>--enable-glx-tls</parameter>: This switch enables TLS (Thread
    229230      Local Storage) support in GLX.
     231    </para>
     232
     233    <para>
     234      <parameter>--enable-osmesa</parameter>: This switch enables building of
     235      the libOSMesa library.
    230236    </para>
    231237
  • x/installing/x7driver-intel-systemd.xml

    r66307ff r7d511f08  
    119119      </para>
    120120
    121 <screen><userinput>./configure $XORG_CONFIG --enable-kms-only &amp;&amp;
     121<screen><userinput>sed -i "/#include &lt;errno.h&gt;/a #include &lt;sys/stat.h&gt;" src/uxa/intel_driver.c &amp;&amp;
     122sed -i "/#include &lt;errno.h&gt;/a #include &lt;sys/stat.h&gt;" src/sna/sna_driver.c &amp;&amp;
     123./configure $XORG_CONFIG --enable-kms-only &amp;&amp;
    122124make</userinput></screen>
    123125
     
    166168    <sect3 role="commands">
    167169      <title>Command Explanations</title>
    168 
     170      <para>
     171        <parameter>sed -e ...</parameter>: This fixes compilation with
     172        systemd-220 and above.
     173      </para>
    169174      <para>
    170175        <parameter>--enable-kms-only</parameter>: This switch omits the UMS
  • x/installing/x7proto.xml

    r66307ff r7d511f08  
    8686  <!ENTITY xineramaproto-md5sum            "9959fe0bfb22a0e7260433b8d199590a">
    8787
    88   <!ENTITY xproto-version                  "7.0.27">
    89   <!ENTITY xproto-md5sum                   "6c3345111a8044f730984988aacfa567">
     88  <!ENTITY xproto-version                  "7.0.28">
     89  <!ENTITY xproto-md5sum                   "3ce2f230c5d8fa929f326ad1f0fa40a8">
    9090
    9191]>
  • x/installing/xorg-config.xml

    r66307ff r7d511f08  
    5252    <para>
    5353      To check if DRI drivers are installed properly, check the log file
    54       <filename>/var/log/Xorg.0.log</filename> for statements such as:
     54      <filename>~/.local/share/xorg/Xorg.0.log</filename> for statements such as:
    5555    </para>
    5656
Note: See TracChangeset for help on using the changeset viewer.