Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

c2play don't display on ODROID-C2 #19

Closed
bkrepo opened this issue Dec 20, 2016 · 2 comments
Closed

c2play don't display on ODROID-C2 #19

bkrepo opened this issue Dec 20, 2016 · 2 comments

Comments

@bkrepo
Copy link

bkrepo commented Dec 20, 2016

odroid@odroid64:~/c2play$ ./c2play ../jupiterascending_trl_f6_tr_sub_25_1080p.mp4
added device: /dev/input/event6
added device: /dev/input/event5
added device: /dev/input/mouse1
added device: /dev/input/event4
added device: /dev/input/event3
added device: /dev/input/mouse0
added device: /dev/input/event2
added device: /dev/input/event1
added device: /dev/input/event0
added device: /dev/input/mice
Device: /dev/input/event6
        bustype=0, vendor=0, product=0, version=0
        name=lircd
InputDevice entering running state.
Device: /dev/input/event5
        bustype=0, vendor=0, product=0, version=0
        name=MCE IR Keyboard/Mouse (meson-ir)
InputDevice entering running state.
Device: /dev/input/mouse1
EVIOCGBIT failed.
Device: /dev/input/event4
        bustype=25, vendor=0, product=0, version=0
        name=meson-ir
InputDevice entering running state.
Device: /dev/input/event3
        bustype=3, vendor=1133, product=50475, version=273
        name=Logitech USB Receiver
InputDevice entering running state.
Device: /dev/input/mouse0
EVIOCGBIT failed.
Device: /dev/input/event2
        bustype=3, vendor=1133, product=50475, version=273
        name=Logitech USB Receiver
InputDevice entering running state.
Device: /dev/input/event1
        bustype=25, vendor=5812, product=1793, version=1
        name=vt-input
InputDevice entering running state.
Device: /dev/input/event0
        bustype=16, vendor=7054, product=3308, version=1
        name=cec_input
InputDevice entering running state.
Device: /dev/input/mice
EVIOCGBIT failed.
Using input device: lircd
Using input device: MCE IR Keyboard/Mouse (meson-ir)
Using input device: meson-ir
Using input device: Logitech USB Receiver
Using input device: Logitech USB Receiver
Using input device: vt-input
Using input device: cec_input
Could not open /dev/tty0
Invalid MIT-MAGIC-COOKIE-1 keyeglGetDisplay failed.

terminate called after throwing an instance of 'Exception'
Aborted

c2play framebuffer version doesn't work for any media files.

@OtherCrashOverride
Copy link
Owner

Make sure you have the fbdev version of Mali drivers installed. The log indicates an attempt to use X11:

Invalid MIT-MAGIC-COOKIE-1 keyeglGetDisplay failed.

@bkrepo
Copy link
Author

bkrepo commented Dec 21, 2016

sudo apt-get install mali-fbdev

c2play framebuffer version is working on mali-fbdev package. Thank you, @OtherCrashOverride.

@bkrepo bkrepo closed this as completed Dec 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants