e12c7843b1
- No PORTREVISION bump needed.
12 lines
438 B
Text
12 lines
438 B
Text
======================================================================
|
|
|
|
Qt paint engine makes common use of shared memory. To avoid MIT-SHM
|
|
errors (i.e., blank windows), you probably need to raise shared memory
|
|
limits in loader.conf(5). The following should be safe values for the
|
|
KDE Plasma Desktop:
|
|
|
|
kern.ipc.shmall=32768
|
|
kern.ipc.shmmni=1024
|
|
kern.ipc.shmseg=1024
|
|
|
|
======================================================================
|