03-17-2018, 08:17 PM
(This post was last modified: 03-17-2018, 08:28 PM by Nymunariya.
Edit Reason: libgtk installed
)
okay, so adding the
into /etc/rc.local is needed to get the screen to show on its own.
I just tried running the fpstartup.py script, and the gpio buttons registered, but the script failed at the audiotest, because omxplayer wasn't installed.
Then audio worked, but I have a few issues to work out since the case is too tight on the volume control. But then it crashed on USB test.
installing libglib2.0 didn't seem to fix the problem. It's still not finding a module named glib.
askubuntu recommends installing libgtk2.0-dev, but I don't like the idea of install x11proto packages at the same time ...
Edit: libgtk didn't do anything. Still crashing on USB test, unable to find glib.
Code:
sudo service fbcp restart
into /etc/rc.local is needed to get the screen to show on its own.
I just tried running the fpstartup.py script, and the gpio buttons registered, but the script failed at the audiotest, because omxplayer wasn't installed.
Then audio worked, but I have a few issues to work out since the case is too tight on the volume control. But then it crashed on USB test.
Code:
USB Port Test:
Press button "a"
Traceback (most recent call last):
File "fpstartup.py", line 275, in <module>
import glib
ImportError: No module named glib
installing libglib2.0 didn't seem to fix the problem. It's still not finding a module named glib.
askubuntu recommends installing libgtk2.0-dev, but I don't like the idea of install x11proto packages at the same time ...
Edit: libgtk didn't do anything. Still crashing on USB test, unable to find glib.