Changeset c97d35e for x/installing


Ignore:
Timestamp:
07/12/2023 05:45:49 PM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
797182d
Parents:
22c1bfc3
git-author:
Xi Ruoyao <xry111@…> (07/12/2023 05:44:42 PM)
git-committer:
Xi Ruoyao <xry111@…> (07/12/2023 05:45:49 PM)
Message:

xorg-server: Force -Dglamor=true

With the DDX drivers gone, we must use Glamor to provide the modeset
driver or X server won't start.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xorg-server.xml

    r22c1bfc3 rc97d35e  
    121121      --prefix=$XORG_PREFIX \
    122122      --localstatedir=/var  \
    123       -Dsuid_wrapper=true   \
     123      -Dglamor=true         \
    124124      -Dxkb_output_dir=/var/lib/xkb &amp;&amp;
    125125ninja</userinput></screen>
     
    153153
    154154    <para>
    155       <parameter>-Dsuid_wrapper=true</parameter>: Builds the suid-root
    156       wrapper for legacy driver support on rootless xserver systems.
     155      <parameter>-Dglamor=true</parameter>: Ensure building the Glamor
     156      module.  It's needed to run the Xorg server without Device Dependant X
     157      (DDX) drivers.
     158    </para>
     159
     160    <para>
     161      <option>-Dsuid_wrapper=true</option>: Builds the suid-root
     162      wrapper for legacy DDX driver support on rootless xserver systems.
    157163    </para>
    158164
Note: See TracChangeset for help on using the changeset viewer.