/usr/libexec/Xorg does not exist anymore

With -Dsuid_wrapper=true removed from xorg-server, /usr/bin/Xorg is the
Xorg server itself.
This commit is contained in:
Xi Ruoyao 2023-07-19 03:52:06 +08:00
parent b952db2ee8
commit f4d129763c
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ ldconfig</userinput></screen>
<systemitem class="username">root</systemitem> user:
</para>
<screen role="nodump"><userinput>chmod u+s $XORG_PREFIX/libexec/Xorg</userinput></screen>
<screen role="nodump"><userinput>chmod u+s $XORG_PREFIX/bin/Xorg</userinput></screen>
<para>
At this point you can start Xorg on virtual terminal 7 with

View File

@ -231,7 +231,7 @@ OpenGL version string: 3.0 Mesa 10.4.5</computeroutput></screen>
<filename class="directory">$HOME/.local/share/xorg/</filename> directory.
If Xorg is started by a display manager (e.g. <xref linkend='lightdm'/>,
<xref linkend='lxdm'/>, or <xref linkend='gdm'/>) or if
<filename>$XORG_PREFIX/libexec/Xorg</filename> has the suid bit set,
<filename>$XORG_PREFIX/bin/Xorg</filename> has the suid bit set,
it will be located in the <filename class="directory">/var/log/</filename>
directory.
</para>