|
From: <cn...@us...> - 2021-03-10 22:28:44
|
Revision: 1156
http://sourceforge.net/p/seq/svn/1156
Author: cn187
Date: 2021-03-10 22:28:43 +0000 (Wed, 10 Mar 2021)
Log Message:
-----------
Add FAQ entry for MIT-SHM issues
Modified Paths:
--------------
showeq/branches/cn187_devel/FAQ
Modified: showeq/branches/cn187_devel/FAQ
===================================================================
--- showeq/branches/cn187_devel/FAQ 2021-03-10 21:25:00 UTC (rev 1155)
+++ showeq/branches/cn187_devel/FAQ 2021-03-10 22:28:43 UTC (rev 1156)
@@ -8,6 +8,8 @@
5) Seq keeps crashing with "!!!! EQPacketFragmentSequence::addFragment():
buffer overflow adding in new fragment". Why won't you fix this?
6) Why do I get extreme lag/slowness when using X11 forwarding?
+7) The Seq screen is blank and I'm seeing X errors reporting BadAccess,
+ BadShmSeg and BadDrawable. What do I do?
1) Hit points always say 65536, 0, 100, etc, what is wrong
@@ -143,3 +145,18 @@
QT_GRAPHICSSUBSYSTEM=native showeq
+
+7) The Seq screen is blank and I'm seeing X errors reporting BadAccess,
+ BadShmSeg and BadDrawable. What do I do?
+
+This can be worked around by setting the QT_X11_NO_MITSHM environment variable.
+
+You can either export the variable prior to running ShowEQ:
+
+ export QT_X11_NO_MITSHM=1
+ showeq
+
+or prepend it to the showeq command:
+
+ QT_X11_MIT_NO_MITSHM=1 showeq
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|