PDA

View Full Version : xorg Optimizations


bsd10
June 14th, 2010, 00:44
What optimizations are people using with xorg? I've got this in loader.conf:

kern.ipc.semaem=32767
kern.ipc.semvmx=65534
kern.ipc.semusz=184
kern.ipc.semume=80
kern.ipc.semopm=200
kern.ipc.semmsl=120
kern.ipc.semmnu=4096
kern.ipc.semmns=8102
kern.ipc.semmni=32767


and this in sysctl.conf from the video editing handbook section (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/video-playback.html):

kern.ipc.shmmax=67108864
kern.ipc.shmall=32768

The PC-BSD site says it is a FreeBSD install with some desktop optimizations. Does anyone know what they are?

SirDice
June 14th, 2010, 07:25
The PC-BSD site says it is a FreeBSD install with some desktop optimizations. Does anyone know what they are?
Shouldn't you ask the PC-BSD developers that question?

bsd10
June 17th, 2010, 05:16
I'd like to know what actual FreeBSD users are doing, but I thought the PC-BSD settings might be helpful.