blob: 5e52fed6afd64533c10955015b01b9277a8841c5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
======================================================================
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
======================================================================
|