|
From: <cn...@us...> - 2021-01-20 16:06:13
|
Revision: 1132
http://sourceforge.net/p/seq/svn/1132
Author: cn187
Date: 2021-01-20 16:06:12 +0000 (Wed, 20 Jan 2021)
Log Message:
-----------
Add FAQ about extreme lag over X11 forwarding
Modified Paths:
--------------
showeq/trunk/FAQ
Modified: showeq/trunk/FAQ
===================================================================
--- showeq/trunk/FAQ 2021-01-20 15:18:03 UTC (rev 1131)
+++ showeq/trunk/FAQ 2021-01-20 16:06:12 UTC (rev 1132)
@@ -7,6 +7,7 @@
4) What happened to experience?
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?
1) Hit points always say 65536, 0, 100, etc, what is wrong
@@ -122,3 +123,23 @@
be distribution specific. Check to see if you have sysctl (man sysctl) or
/etc/sysctl.conf, or these can be put directly into /proc by looking
in /proc/sys/net/core.
+
+
+6) Why do I get extreme lag/slowness when using ShowEQ over a forwarded X11
+session?
+
+There were rendering changes in Qt4 and it behaves differently than Qt3 did,
+particularly when using X11 forwarding.
+
+The workaround for this is to set the QT_GRAPHICSSYSTEM environment variable
+prior to running showeq. Possible values are native, raster, and opengl.
+
+You can either export the variable prior to running ShowEQ:
+
+ export QT_GRAPHICSSUBSYSTEM=native
+ showeq
+
+or prepend it to the showeq command:
+
+ QT_GRAPHICSSUBSYSTEM=native showeq
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|