Changeset 1fe05eb for x


Ignore:
Timestamp:
09/11/2022 03:32:13 PM (20 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
484f776
Parents:
01bfbee6
git-author:
Pierre Labastie <pierre.labastie@…> (09/11/2022 03:31:48 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (09/11/2022 03:32:13 PM)
Message:

A round of removal of eol trailing spaces

Location:
x
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    r01bfbee6 r1fe05eb  
    106106      build <application>libva</application> first without EGL and GLX support,
    107107      install this package, and rebuild <application>libva</application>),
    108      
     108
    109109      <xref linkend="libvdpau"/> (to build VDPAU drivers),
    110      
     110
    111111      <xref linkend="llvm"/> (required for Gallium3D, nouveau, and radeonsi
    112112      drivers and for swrast, the software rasterizer which is sometimes referred
    113113      to as llvmpipe. See <ulink role="nodep"
    114114      url="https://docs.mesa3d.org/systems.html"/> for more information), and
    115      
     115
    116116      <xref linkend="wayland-protocols"/> (required for
    117117        <xref role="nodep" linkend='plasma5-build'/>,
     
    195195
    196196      <!-- crocus was added to the default x86/x86_64 drivers for meson in the
    197       master branch on 2021-08-31, at some point it will appear in a stable release 
     197      master branch on 2021-08-31, at some point it will appear in a stable release
    198198    </para>
    199199-->
     
    256256    <para>
    257257      If you built the tests (see 'Command Explanations'), to run them issue:
    258       <command>ninja test</command>. 
     258      <command>ninja test</command>.
    259259    </para>
    260260<!-- All tests passed for me for 21.2.4 [pierre]
    261261     All 33 subtests tests in the mesa:compiler+glsl / glsl compiler warnings
    262262      suite are known to fail.
    263  
     263
    264264     For 22.1.0:
    265265     Ok:                 74
     
    342342    <para>
    343343      <option>-Dbuild-tests=true</option>: This switch will cause the test code
    344       to be enabled. 
     344      to be enabled.
    345345    </para>
    346346
     
    406406          <!-- Begin VDPAU drivers -->
    407407          libvdpau_nouveau.so,
    408           libvdpau_r300.so 
     408          libvdpau_r300.so
    409409          libvdpau_r600.so, and
    410410          libvdpau_radeonsi.so
     
    419419          $XORG_PREFIX/share/vulkan,
    420420          and
    421           /usr/share/doc/mesa-&mesa-version; 
     421          /usr/share/doc/mesa-&mesa-version;
    422422        </seg>
    423423      </seglistitem>
  • x/installing/xorg-config.xml

    r01bfbee6 r1fe05eb  
    230230    <para>
    231231      The location of <filename>Xorg.0.log</filename> depends on how Xorg is
    232       installed.  If the instructions in the book are followed closely and 
    233       Xorg is started from the command line, it will be located in the 
     232      installed.  If the instructions in the book are followed closely and
     233      Xorg is started from the command line, it will be located in the
    234234      <filename class="directory">$HOME/.local/share/xorg/</filename> directory.
    235235      If Xorg is started by a display manager (e.g. <xref linkend='lightdm'/>,
    236       <xref linkend='lxdm'/>, or <xref linkend='gdm'/>) or if 
     236      <xref linkend='lxdm'/>, or <xref linkend='gdm'/>) or if
    237237      <filename>$XORG_PREFIX/libexec/Xorg</filename> has the suid bit set,
    238238      it will be located in the <filename class="directory">/var/log/</filename>
     
    261261      This warning is displayed when a regular user starts Xorg.  The library
    262262      <filename>libpciaccess.so</filename> issues this warning when it
    263       tries to open <filename>/dev/vga_arbiter</filename>.  If there is only 
     263      tries to open <filename>/dev/vga_arbiter</filename>.  If there is only
    264264      one video card in the system, it can safely be ignored. If desired, the
    265       permissions of this device can be changed by adding a udev rule and 
     265      permissions of this device can be changed by adding a udev rule and
    266266      adding the local user to the video group. As the &root; user:
    267267    </para>
     
    286286
    287287  <para>
    288     If desired, this warning can be removed by commenting out lines 
    289     330-331 and 337-338 (LogMessage) of 
     288    If desired, this warning can be removed by commenting out lines
     289    330-331 and 337-338 (LogMessage) of
    290290    <filename>glx/glxdricommon.c</filename> in the <xref linkend='xorg-server'/>
    291291    package.
  • x/lib/gtk4.xml

    r01bfbee6 r1fe05eb  
    140140      are in a Wayland session, replace x11 with wayland. A few tests may fail.
    141141    </para>
    142 <!-- [pierre]: 4.6.0, wayland: 727 ok; 2 Expected Fail;  1 Fail; 1 Skipped 
     142<!-- [pierre]: 4.6.0, wayland: 727 ok; 2 Expected Fail;  1 Fail; 1 Skipped
    143143     [bdubbs]: 4.6.3, x11,     724 OK, 2 Expected Fail, 12 Fail. 1 Skipped
    144144     [pierre]: 4.6.6, wayland, 738 OK, 2 Expected Fail,  1 Fail. 1 Skipped
  • x/lib/imlib2.xml

    r01bfbee6 r1fe05eb  
    134134
    135135    <para>
    136       <parameter>--enable-doc-build</parameter>: This switch generates 
     136      <parameter>--enable-doc-build</parameter>: This switch generates
    137137      the API documentation.  <xref linkend="doxygen"/> must be installed.
    138138    </para>
  • x/lib/libdrm.xml

    r01bfbee6 r1fe05eb  
    179179        </seg>
    180180        <seg>
    181            /usr/include/libdrm <!--,/usr/include/libkms,--> 
     181           /usr/include/libdrm <!--,/usr/include/libkms,-->
    182182           and /usr/share/libdrm
    183183        </seg>
Note: See TracChangeset for help on using the changeset viewer.