Merge pull request #1647 from metalefty/sesman
sesman.ini: Update Xorg path for CentOS 8
This commit is contained in:
commit
33ebd639b5
@ -75,13 +75,15 @@ SyslogLevel=DEBUG
|
|||||||
|
|
||||||
[Xorg]
|
[Xorg]
|
||||||
; Specify the path of non-suid Xorg executable. It might differ depending
|
; Specify the path of non-suid Xorg executable. It might differ depending
|
||||||
; on your distribution and version. The typical path is shown as follows:
|
; on your distribution and version. Find out the appropreate path for your
|
||||||
|
; environment. The typical path is known as follows:
|
||||||
;
|
;
|
||||||
; Fedora 26 or later : param=/usr/libexec/Xorg
|
; Fedora 26 or later : param=/usr/libexec/Xorg
|
||||||
; Debian 9 or later : param=/usr/lib/xorg/Xorg
|
; Debian 9 or later : param=/usr/lib/xorg/Xorg
|
||||||
; Ubuntu 16.04 or later : param=/usr/lib/xorg/Xorg
|
; Ubuntu 16.04 or later : param=/usr/lib/xorg/Xorg
|
||||||
; Arch Linux : param=/usr/lib/Xorg
|
; Arch Linux : param=/usr/lib/Xorg
|
||||||
; CentOS 7 : param=/usr/bin/Xorg or param=Xorg
|
; CentOS 7 : param=/usr/bin/Xorg or param=Xorg
|
||||||
|
; CentOS 8 : param=/usr/libexec/Xorg
|
||||||
;
|
;
|
||||||
param=Xorg
|
param=Xorg
|
||||||
; Leave the rest paramaters as-is unless you understand what will happen.
|
; Leave the rest paramaters as-is unless you understand what will happen.
|
||||||
|
Loading…
Reference in New Issue
Block a user