Difference between revisions of "CM-FX6: Linux: Known Issues"

From Compulab Mediawiki
Jump to: navigation, search
Line 1: Line 1:
{{IssueCategory|Enlightenment Window Manager|
+
{{IssueCategory|Video Playback|
* If the '''Touchscreen''' profile is selected the '''Settings Panel''' doesn't have '''Profiles''' setting menu. It is not possible to switch the profile.
+
* Using {{parameter|playbin2}} directly in Gstreamer pipeline does not work as expected.
:'''Workaround :''' Launch the {{cmd|xterm}} from '''Applications->Accessories''' and change the default profile from the command line:
+
:'''Workaround :''' Use either the {{cmd|gplay}} tool or the Gstreamer pipeline as described in the [[CM-FX6: Linux: Debian#Video Playback|Video Playback]] article.
<pre>
 
enlightenment_remote -default-profile-set Standard-copy
 
</pre>
 
 
}}
 
}}
  
 
[[Category:Linux|Known issues]]
 
[[Category:Linux|Known issues]]
 
[[Category:CM-FX6|Linux: Known issues]]
 
[[Category:CM-FX6|Linux: Known issues]]

Revision as of 09:12, 15 December 2014

Video Playback
  • Using playbin2 directly in Gstreamer pipeline does not work as expected.
Workaround : Use either the gplay tool or the Gstreamer pipeline as described in the Video Playback article.