![]() |
|
FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below. |
![]() |
|
Thread Tools | Display Modes |
|
||||
![]()
Here is a complete /etc/make.conf with optimizations.
http://toya.net.pl/~vermaden/text/make.conf Generally KERNEL suffers when you force it to use MMX or other complex instructions, so they are disabled, because of performance for the kernel itself for sure, even if you specify them in /etc/make.conf the build system will disable them because its no good. On the other side userland apps like Mplayer take quite big advantage of these, so you should use them for userland apps, but I did not checked if Mplayer is build with them by default for example.
__________________
religions, worst damnation of mankind "If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”. vermaden's: links resources deviantart spreadbsd |
|
||||
![]()
ok so if i add something like you have to my make.conf file
Code:
WITH_SSE= yes WITH_3DNOW= yes WITH_MMX= yes I was looking through mplayer documentation and saw this: Quote:
|
|
||||
![]()
mplayer works in two ways:
By default, it builds a binary that detects cpu features at run-time. This is a little slower. If you adjust the port options, it will auto-detect the cpu features at build time, and build a custom binary for your processor. I don't know if you can specify a different processor if you are building for another system, though.
__________________
The only dumb question is a question not asked. The only dumb answer is an answer not given. |
|
||||
![]() Quote:
Code:
CPUTYPE?=pentium4 Quote:
|
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Changing Workflow Apps | ninjatux | Off-Topic | 1 | 1st January 2009 05:51 AM |
Optimizations for Xeon E5320? | KernelPanic | FreeBSD Installation and Upgrading | 30 | 30th October 2008 08:19 PM |
quick question about optimizations in /etc/make.conf | thevirtuesofxen | FreeBSD Installation and Upgrading | 7 | 15th July 2008 10:29 AM |
How secure are apps that using RPC portmapping? | aleunix | OpenBSD Security | 4 | 9th June 2008 05:53 PM |
remove kde and kde dependent apps | ccc | FreeBSD Installation and Upgrading | 2 | 12th May 2008 02:11 PM |