FreeBSD 13.1 (Virtualbox)

Hello,

I need assistance for work keyboard/mouse with XFCE4/SLIM on Virtualbox.

I don't known to fix the problem

OS-Release:
Code:
NAME=FreeBSD
VERSION="[B]13.1[/B]-RELEASE"
VERSION_ID="13.1"
ID=[B]freebsd[/B]
ANSI_COLOR="0;31"
PRETTY_NAME="FreeBSD 13.1-RELEASE"
CPE_NAME="cpe:/o:freebsd:freebsd:13.1"
HOME_URL="https://FreeBSD.org/"
BUG_REPORT_URL="https://bugs.FreeBSD.org/"

Packages: (Doc)
Code:
pkg install -y xorg;
pkg install -y open-vm-tools;
pkg install -y xf86-input-vmmouse;
pkg install -y xf86-video-vmware;
pkg install -y xf86-input-libinput;
pkg install -y virtualbox-ose-additions;
pkg install -y slim;
pkg install -y xfce;

Start Session
echo "exec xfce4-session" > $HOME/.xinitrc;

Services:
Code:
clear_tmp_enable="YES"
dbus_enable="YES"
defaultrouter="192.168.0.1"
dumpdev="NO"
ifconfig_em0="inet 192.168.0.224 netmask 255.255.255.0"
sendmail_enable="NONE"
hald_enable="YES"
hostname="freebsd"
keymap="fr.kbd"
moused_enable="YES"
ntpdate_enable="YES"
powerd_enable="YES"
sshd_enable="YES"
slim_enable="NO"
syslogd_flags="-ss"
vboxguest_enable="NO"
vboxservice_enable="NO"
zfs_enable="YES"

Xorg.0.log:
Code:
(EE) open /dev/dri/card0: No such file or directory
(EE) vmware(0): Failed to open drm.
(EE) Failed to load /usr/local/lib/xorg/modules/input/libinput_drv.so: /usr/local/lib/libinput.so.10: Undefined symbol "versionsort@FBSD_1.7"
(EE) Failed to load module "libinput" (loader failed, 0)

Try Generate a new Configuration
Code:
X.Org X Server 1.21.1.9
X Protocol Version 11, Revision 0
Current Operating System: FreeBSD freebsd 13.1-RELEASE FreeBSD 13.1-RELEASE releng/13.1-n250148-fc952ac2212 GENERIC amd64

Current version of pixman: 0.42.2
        Before reporting problems, check [URL]http://wiki.x.org[/URL]
        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: Sun Nov  5 08:55:55 2023
List of video drivers:
        scfb
        vboxvideo
        modesetting
        vesa
scfb trace: probe start
(++) Using config file: "/root/xorg.conf.new"
(==) Using system config directory "/usr/local/share/X11/xorg.conf.d"

Xorg detected your mouse at device /dev/sysmouse.
Please check your config if the mouse is still not
operational, as by default Xorg tries to autodetect
the protocol.

Your xorg.conf file is /root/xorg.conf.new

To test the server, run 'X -config /root/xorg.conf.new'

(EE) Server terminated with error (2). Closing log file.
 
Last edited by a moderator:
Back
Top