Changeset 7cf85935


Ignore:
Timestamp:
12/04/2008 01:24:25 PM (15 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
da167e4
Parents:
6b6ef983
Message:

Corrected remaining reported Xorg issues.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7648 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
x/installing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libxcb.xml

    r6b6ef983 r7cf85935  
    8383    commands:</para>
    8484
    85 <screen><userinput>patch -Np1 -i ../libxcb-&libxcb-version;-sloppy_lock-1.patch &amp;&amp;
    86 ./configure $XORG_CONFIG --docdir='${datadir}'/doc/libxcb-&libxcb-version; &amp;&amp;
     85<screen><userinput>./configure $XORG_CONFIG --docdir='${datadir}'/doc/libxcb-&libxcb-version; &amp;&amp;
    8786make</userinput></screen>
    8887
     
    123122<screen><literal>xcb_xlib_lock: Assertion `!c->xlib.lock' failed.</literal></screen>
    124123
    125       <para>The patch applied above to <application>libxcb</application> adds
    126       an environment variable, <envar>LIBXCB_ALLOW_SLOPPY_LOCK</envar>, to
    127       be set which will allow the locking bugs to not crash the application.
    128       It is a workaround that is known to be needed in a few cases. If it is
    129       found that these bugs affect an application in use, add the following
    130       to your system or personal profile:</para>
     124      <para>An environment variable, <envar>LIBXCB_ALLOW_SLOPPY_LOCK</envar>,
     125      can be set which will allow the locking bugs to not crash the
     126      application. It is a workaround that is known to be needed in a few
     127      cases. If it is found that these bugs affect an application in use, add
     128      the following to your system or personal profile:</para>
    131129
    132130<screen><literal>export LIBXCB_ALLOW_SLOPPY_LOCK=1</literal></screen>
  • x/installing/xkeyboard-config.xml

    r6b6ef983 r7cf85935  
    6161
    6262    <bridgehead renderas="sect4">Required</bridgehead>
    63     <para role="required"><xref linkend="xorg7-app"/> and
     63    <para role="required"><xref linkend="intltool"/>,
     64    <xref linkend="xorg7-app"/>, and
    6465    <xref linkend="perl-xml-parser"/></para>
    65 
    66     <bridgehead renderas="sect4">Optional</bridgehead>
    67     <para role="optional"><xref linkend="intltool"/></para>
    6866
    6967    <para condition="html" role="usernotes">User Notes:
Note: See TracChangeset for help on using the changeset viewer.