Xfce mouse doesn't work

More information is needed; logs and installation/configuration steps. The following worked for me with an Nvidia card, though the system sometimes freezes when using complicated applications in Xfce4:

# pkg install nano
# pkg install xorg

# pkg install nvidia-driver
# sysrc kld_list+=nvidia-modeset
# nano /usr/local/etc/X11/xorg.conf.d/20-nvidia.conf
Section “Device”
Identifier “Card0”
Driver “nvidia”
EndSection
^O^X


# sysrc dbus_enable=”YES”

(Reboot to test Xorg display.)

# pkg install xfce
# pkg install xfce4-goodies
# pkg install xdg-user-dirs
# pkg install networkmgr
# reboot

(Reboot and log in as normal user.)

$ nano .xinitrc
. /usr/local/etc/xdg/xfce4/xinitrc
^O^X


$ startxfce4 --with-ck-launch
 
Last edited:
Back
Top