mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
4cd1e8830e
Alberto Villa (avilla@) has done all the hard work to create Qt 5 ports. Trivial update from 5.2.0-beta1 to 5.2.1 by me. Special thanks for Adriaan de Groot <groot@kde.org> for his assistance for Qt-5.2.0 update. Approved by: portmgr (bapt) (for Mk/bsd.port.mk)
13 lines
438 B
Plaintext
13 lines
438 B
Plaintext
======================================================================
|
|
|
|
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
|
|
|
|
======================================================================
|