Ignore:
Timestamp:
02/10/2015 02:12:14 AM (9 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
41dbe86f
Parents:
f9dd885
Message:

xorg-server-1.17.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7driver-ati.xml

    rf9dd885 r9bff4bc  
    197197        Decoder ring for engineering vs marketing names</ulink>. Please note
    198198        that Glamor acceleration can be used with other chips as well, from the
    199         R300 onwards, but it has not been tested recently.
     199        R300 onwards. On at least some Northern Islands chips it is beneficial.
    200200      </para>
    201201
    202202      <para>
    203203        Glamor acceleration is not enabled by default for chipsets that don't
    204         use "radeonsi" Gallium3D driver. You have to use a
     204        use "radeonsi" Gallium3D driver. You have to use an
    205205        <filename>xorg.conf</filename> file to enable it. To enable
    206206        Glamor for cards other than "Southern Islands" and later, create the
    207         following <filename>/etc/X11/xorg.conf</filename> as the
    208         <systemitem class="username">root</systemitem> user:
    209       </para>
    210 
    211 <screen role="root"><userinput>cat &gt;&gt; /etc/X11/xorg.conf &lt;&lt; "EOF"
    212 <literal>Section "Module"
    213         Load "dri2"
    214         Load "glamoregl"
    215 EndSection
    216 
    217 Section "Device"
     207        following file in
     208        <filename class="directory">${XORG_PREFIX}/share/X11/xorg.conf.d/</filename>
     209        as the <systemitem class="username">root</systemitem> user:
     210      </para>
     211
     212<screen role="root"><userinput>cat &gt;&gt; ${XORG_PREFIX}/share/X11/xorg.conf.d/20-glamor.conf &lt;&lt; "EOF"
     213<literal>Section "Device"
    218214        Identifier "radeon"
    219         Driver "radeon"
     215        Driver "ati"
    220216        Option "AccelMethod" "glamor"
    221217EndSection</literal>
Note: See TracChangeset for help on using the changeset viewer.