By deleting ~/.kde4 the issues were fixed and I got the wanted CRT frequencies by manually editing xorg.conf.
OT: IIUC it's possible to backup a running FreeBSD, by using the "L" switch and by running the following commands, my FreeBSD install is completely backuped. Is this right? [rocketmouse@freebsd] /etc# cat fstab # Device Mountpoint FStype Options Dump Pass /dev/label/rootfs0 / ufs rw,noatime 1 1 /dev/label/swap0 none swap sw 0 0 /dev/label/var0 /var ufs rw,noatime 1 1 /dev/label/usr0 /usr ufs rw,noatime 1 1 procfs /proc procfs rw 0 0 linprocfs /compat/linux/proc linprocfs rw 0 0 [rocketmouse@freebsd] /etc# dump -0Launf - /dev/label/rootfs0 | bzip2 > /media/unused8/rootfs0-2012-12-14.dump [snip] DUMP: NEEDS ATTENTION: level 0 dump on Fri Dec 14 21:49:37 2012 DUMP IS DONE! DUMP: DUMP IS DONE [rocketmouse@freebsd] /etc# dump -0Launf - /dev/label/var0 | bzip2 > /media/unused8/var0-2012-12-14.dump [snip] DUMP: NEEDS ATTENTION: level 0 dump on Fri Dec 14 21:53:38 2012 DUMP IS DONE! DUMP: DUMP IS DONE [rocketmouse@freebsd] /etc# dump -0Launf - /dev/label/usr0 | bzip2 > /media/unused8/usr0-2012-12-14.dump [still in progress] Regards, Ralf _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
