I'm trying to install KDE in jail.
I've installed these:
Set the /etc/fstab (inside the jail):
And added to /etc/rc.conf (inside jail):
And the I tried to start the jail, and got these errors in the sddm.log file:
I tried to run "Xorg -configure" and got:
I think there is no video device inside the jail.
How can I resolve this problem?
I've installed these:
pkg install xorg
pkg install kde5
pkg install sddm
Set the /etc/fstab (inside the jail):
proc /proc procfs rw 0 0
And added to /etc/rc.conf (inside jail):
dbus_enable="YES"
hald_enable="YES"
sddm_enable="YES"
And the I tried to start the jail, and got these errors in the sddm.log file:
[04:53:48.077] (EE) DAEMON: Failed to read display number from pipe
[04:53:48.077] (EE) DAEMON: Could not start Display server on vt 9
I tried to run "Xorg -configure" and got:
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 12.1-RELEASE-p12 amd64
Current Operating System: FreeBSD testenv 12.2-RELEASE-p1 FreeBSD 12.2-RELEASE-p1 GENERIC amd64
Build Date: 26 January 2021 10:41:09AM
Current version of pixman: 0.40.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan 29 05:09:02 2021
List of video drivers:
scfb
modesetting
vesa
scfb trace: probe start
No devices to configure. Configuration failed.
(EE) Server terminated with error (2). Closing log file.
I think there is no video device inside the jail.
How can I resolve this problem?