View | Details | Raw Unified | Return to bug 263782 | Differences between
and this patch

Collapse All | Expand All

(-)b/documentation/content/en/books/handbook/x11/_index.adoc (-6 / +6 lines)
Lines 942-948 Refer to <<x11-wm-gnome>> for instructions on how to configure the GNOME Display Link Here
942
=== Configuring XDM
942
=== Configuring XDM
943
943
944
To install XDM, use the package:x11/xdm[] package or port.
944
To install XDM, use the package:x11/xdm[] package or port.
945
Once installed, XDM can be configured to run when the machine boots up by using sysrc:
945
Once installed, XDM can be configured to run when the machine boots up by using https://www.freebsd.org/cgi/man.cgi?query=sysrc[sysrc]:
946
946
947
[.programlisting]
947
[.programlisting]
948
....
948
....
Lines 1046-1052 proc /proc procfs rw 0 0 Link Here
1046
1046
1047
GNOME uses D-Bus for a message bus and hardware abstraction.
1047
GNOME uses D-Bus for a message bus and hardware abstraction.
1048
These applications are automatically installed as dependencies of GNOME.
1048
These applications are automatically installed as dependencies of GNOME.
1049
Enable them with sysrc so they will be started when the system boots:
1049
Enable them with https://www.freebsd.org/cgi/man.cgi?query=sysrc[sysrc] so they will be started when the system boots:
1050
1050
1051
[.programlisting]
1051
[.programlisting]
1052
....
1052
....
Lines 1063-1069 sysrc gdm_enable="YES" Link Here
1063
....
1063
....
1064
1064
1065
It is often desirable to also start all GNOME services.
1065
It is often desirable to also start all GNOME services.
1066
To achieve this, use sysrc:
1066
To achieve this, use https://www.freebsd.org/cgi/man.cgi?query=sysrc[sysrc]:
1067
1067
1068
[.programlisting]
1068
[.programlisting]
1069
....
1069
....
Lines 1124-1130 proc /proc procfs rw 0 0 Link Here
1124
1124
1125
KDE uses D-Bus for a message bus and hardware abstraction.
1125
KDE uses D-Bus for a message bus and hardware abstraction.
1126
These applications are automatically installed as dependencies of KDE.
1126
These applications are automatically installed as dependencies of KDE.
1127
Enable them with sysrc so they will be started when the system boots:
1127
Enable them with https://www.freebsd.org/cgi/man.cgi?query=sysrc[sysrc] so they will be started when the system boots:
1128
1128
1129
[.programlisting]
1129
[.programlisting]
1130
....
1130
....
Lines 1140-1146 To install it, type: Link Here
1140
# pkg install x11/sddm
1140
# pkg install x11/sddm
1141
....
1141
....
1142
1142
1143
Use sysrc to enable:
1143
Use https://www.freebsd.org/cgi/man.cgi?query=sysrc[sysrc] to enable:
1144
1144
1145
[.programlisting]
1145
[.programlisting]
1146
....
1146
....
Lines 1191-1197 Alternatively, to build the port: Link Here
1191
1191
1192
Xfce uses D-Bus for a message bus.
1192
Xfce uses D-Bus for a message bus.
1193
This application is automatically installed as dependency of Xfce.
1193
This application is automatically installed as dependency of Xfce.
1194
Enable it with sysrc so it will be started when the system boots:
1194
Enable it with https://www.freebsd.org/cgi/man.cgi?query=sysrc[sysrc] so it will be started when the system boots:
1195
1195
1196
[.programlisting]
1196
[.programlisting]
1197
....
1197
....

Return to bug 263782