blob: f61937fce4f87356e5d0486bb9e23a8369051743 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
======================================================================
Qt paint engine makes common use of shared memory. To avoid MIT-SHM
errors (i.e., blank windows), you probably need to tune shared memory
limits in loader.conf(5). The following should be safe values for the
KDE Plasma Desktop:
kern.ipc.shmmni=1024
kern.ipc.shmseg=1024
======================================================================
|