Oh, my poor eyes!--I can't make out much of anything in that screenshot, mate.
Do this please:
sysrc sshd_enable=YES
service sshd start
Then run scp
, sftp
or a GUI ssh
client, on another device and transfer files off the laptop. (Use the user account you created during the FreeBSD installation process as the username to login as.)
Run these command on the VAIO first:
freebsd-update fetch
freebsd-update install
Reboot after the patches have been applied. Then, run these commands:
uname -a > /tmp/uname.txt
dmesg > /tmp/dmesg.txt
usbconfig dump_all_desc > /tmp/usbconfig.txt
pciconf -lv > /tmp/pciconf.txt
ps -aux > /tmp/ps.txt
cp /boot/loader.conf /tmp/loader.conf.txt
cp /etc/rc.conf /tmp/rc.conf.txt
cp /etc/sysctl.conf /tmp/sysctl.conf.txt
cp /etc/fstab /tmp/fstab.txt
Post each of those /tmp/*.txt
files here as-is, without editing.
First step is to get mouse working; then we install and test X with acceleration; finally, we install KDE.
PS. This command
grep -Eie '_pattern1_|_pattern2_|_pattern3_' ...
is the same as this one which you use:
grep -ie _pattern1_ -ie _pattern2_ -ie _pattern3_ ...
The first version saves you some typing.
PPS. Are you sure you can't get a wired USB mouse from somewhere?