Author: bdubbs Date: Tue Sep 27 09:30:07 2016 New Revision: 17826 Log: Add some clarifying text for mesa drivers
Modified: trunk/BOOK/x/installing/mesa.xml Modified: trunk/BOOK/x/installing/mesa.xml ============================================================================== --- trunk/BOOK/x/installing/mesa.xml Mon Sep 26 20:50:36 2016 (r17825) +++ trunk/BOOK/x/installing/mesa.xml Tue Sep 27 09:30:07 2016 (r17826) @@ -155,12 +155,13 @@ <screen><userinput>patch -Np1 -i ../mesa-&mesa-version;-add_xdemos-1.patch</userinput></screen> - <para>Now, select the drivers you wish to install. The available - drivers are i915, ilo, nouveau, r300, r600, radeonsi, freedreno, svga, - swrast, vc4, and virgl. The default is 'r300,r600,svga,swrast'. Modify - the command below for any desired drivers. The listed drivers below - will cover most modern video cards. For help in selecting - drivers see <ulink url='http://www.mesa3d.org/systems.html'/>.</para> + <para>Now, select the drivers you wish to install. The available drivers + are i915, ilo, nouveau, r300, r600, radeonsi, freedreno, svga, swrast, vc4, + and virgl. If the Gallium drivers are not specified, the default is + 'r300,r600,svga,swrast'. Modify the command below for any desired drivers. + The listed drivers below will cover most modern video cards. For help in + selecting drivers see + <ulink url='http://www.mesa3d.org/systems.html'/>.</para> <screen><userinput>GLL_DRV="i915,r600,nouveau,radeonsi,svga,swrast"</userinput></screen> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
