Re: Adjustments to userland for a quieter startup (RC system)

2025-02-03 Thread Maku Bex
used to work great). > > Warner > > On Mon, Feb 3, 2025 at 11:10 AM Maku Bex wrote: > >> Remember that quiet/silent != fast. You might as well ask for a "pretty" >> splash screen instead of the dizzying text scroll. >> >> On Mon, Feb 3, 2025, 12:05 Gleb Smir

Re: Adjustments to userland for a quieter startup (RC system)

2025-02-03 Thread Maku Bex
Remember that quiet/silent != fast. You might as well ask for a "pretty" splash screen instead of the dizzying text scroll. On Mon, Feb 3, 2025, 12:05 Gleb Smirnoff wrote: > On Sun, Feb 02, 2025 at 10:19:11AM +, Steven Harms (High-Security > Mail) wrote: > S> I also realize that this is a pr

Re: FreeBSD on a Lenovo T400s, GUI suggestions needed

2025-01-19 Thread Maku Bex
You might to try a tiling WM like i3wm. On Mon, Jan 20, 2025, 00:53 Gerrit Kühn wrote: > Am Fri, 17 Jan 2025 09:42:38 -0800 > schrieb bob prohaska : > > > Can anybody suggest a suitable X11-wm to try on this quite > > elderly laptop? LXQT failed with a core dump, next I'll try > > twm while hopi

Re: Not bootstrapping a cross-compiler

2024-11-20 Thread Maku Bex
Jochen, Post your make.conf, src.conf and src-env.conf if any. Are you using llvm/clang from ports? Sent from the 6th Dimension > On Nov 20, 2024, at 10:55, Jochen Neumeister wrote: > > Alloah ML, > > I have a problem here after I just wanted to update CURRENT: > > After a “git pull” in /

missing header files: wmmintrin.h, emmintrin.h

2024-10-30 Thread Maku Bex
Hello, I'm attempting to build kernel [make kernel KERNCONF=GENERIC-NODEBUG] on revision d0f9b0bd19bf5dc4031164fd26c5bbc4bab1cc74 and I keep getting the following hard stop: /usr/src/sys/crypto/aesni/aesni_ghash.c:73:10: error: 'wmmintrin.h' file not found with include; use "quotes"

RE: speedup build time

2024-10-27 Thread Maku Bex
XCONSOLE XCLOCK GNOME KDE EXAMPLES \ DEBUG ASPELL NLS DOCS --- src-env.conf: WITH_META_MODE=yes WITH_CCACHE_BUILD=yes #WITH_DIRDEPS_BUILD=yes < Sent: Sunday, October 27, 2024 19:50 To: Maku Bex Cc: freeb

speedup build time

2024-10-27 Thread Maku Bex
Hello, I'm trying to figure out a way to decrease build time of -CURRENT and/or -STABLE but it is not working out that well. I've tried the following: * Tuning /etc/make.conf and /etc/src-env.conf based on their manpages (make.conf(5), make(1), src.conf(5)). * Removed certa