Author: pierre
Date: Sat Aug 17 01:22:18 2019
New Revision: 21986

Log:
Two unrelated things:
- add role="first" to libva dependency in mesa (circular dep)
- remove the paragraph about permissions to access /dev/dri/card0
  in xorg-config, since now elogind and systemd take care of that

Modified:
   trunk/BOOK/x/installing/mesa.xml
   trunk/BOOK/x/installing/xorg-config.xml

Modified: trunk/BOOK/x/installing/mesa.xml
==============================================================================
--- trunk/BOOK/x/installing/mesa.xml    Fri Aug 16 23:26:32 2019        (r21985)
+++ trunk/BOOK/x/installing/mesa.xml    Sat Aug 17 01:22:18 2019        (r21986)
@@ -103,10 +103,10 @@
     <bridgehead renderas="sect4">Recommended</bridgehead>
     <para role="recommended">
 
-      <xref linkend="libva"/> (to provide VA-API support for some gallium
-      drivers, note that there is a circular dependency. You must
+      <xref role="first" linkend="libva"/> (to provide VA-API support for some
+      gallium drivers, note that there is a circular dependency. You must
       build <application>libva</application> first without EGL and GLX support,
-      install this package, and rebuild <application>libva</application>.),
+      install this package, and rebuild <application>libva</application>),
       <xref linkend="libvdpau"/> (to build VDPAU drivers),
       <xref linkend="llvm"/> (required for Gallium3D, nouveau, r300, and 
radeonsi
       drivers and for swrast, the software rasterizer which is sometimes 
referred

Modified: trunk/BOOK/x/installing/xorg-config.xml
==============================================================================
--- trunk/BOOK/x/installing/xorg-config.xml     Fri Aug 16 23:26:32 2019        
(r21985)
+++ trunk/BOOK/x/installing/xorg-config.xml     Sat Aug 17 01:22:18 2019        
(r21986)
@@ -96,6 +96,7 @@
       </para>
     </note>
 
+<!-- With elogind, this is not needed anymore
     <para>
       Although all users can use software acceleration, any hardware
       acceleration (DRI2) is only available to <systemitem
@@ -116,7 +117,7 @@
     </para>
 
 <screen role="root" revision="sysv"><userinput>usermod -a -G video 
<replaceable>&lt;username&gt;</replaceable></userinput></screen>
-
+-->
     <para>
       Another way to determine if DRI is working properly is to use one of the
       two optionally installed OpenGL demo programs in <xref
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to