What optimizations are people using with xorg? I've got this in loader.conf:
and this in sysctl.conf from the video editing handbook section:
The PC-BSD site says it is a FreeBSD install with some desktop optimizations. Does anyone know what they are?
Code:
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:
Code:
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?