Sorry for another noobie question but I have been reading through this forum (and others) but haven't been able to solve my problem.
I broke my system beyond the point of being able to fix it so I did a complete re install including wiping out and reformatting the hard drive.
Then I ran freebsd-update. Everything went as expected. I am at:
Then installed xorg - all OK so far.
Installed KDE - when computer reboots, I get a blank screen with default KDE wallpaer but no icons or tray at the bottom. The only way out of it is to hit the reset or power button.
If I disable KDE I can start x and run programs from xterm.
my /etc/rc.conf is
My
/etc/fstab is:
What am I missing??
I broke my system beyond the point of being able to fix it so I did a complete re install including wiping out and reformatting the hard drive.
Then I ran freebsd-update. Everything went as expected. I am at:
Code:
FreeBSD bingo.home 11.0-RELEASE-p9 FreeBSD 11.0-RELEASE-p9 #0: Tue Apr 11 08:48:40 UTC 2017 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
Then installed xorg - all OK so far.
Installed KDE - when computer reboots, I get a blank screen with default KDE wallpaer but no icons or tray at the bottom. The only way out of it is to hit the reset or power button.
If I disable KDE I can start x and run programs from xterm.
my /etc/rc.conf is
Code:
sendmail_enable="NONE"
hostname="bingo.home"
ifconfig_re0="DHCP"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
zfs_enable="YES"
# added by me for kde
dbus_enable="YES"
hald_enable="YES"
kdm4_enable="YES"
My
/etc/fstab is:
Code:
# Device Mountpoint FStype Options Dump Pass#
/dev/ada0p3 none swap sw 0 0
proc /proc procfs rw 0 0