Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Admin message
The migration is almost done, at least the rest should happen in the background. There are still a few technical difference between the old cluster and the new ones, and they are summarized in this issue. Please pay attention to the TL:DR at the end of the comment.
I'm trying to run hildon-desktop on lima driver. Before it hung early on, anarsoul suggested that I try again, and this time it renders the initial screen. I've made an apitrace, like so:
I hope the apitrace is useful, please let me know if I need to generate it differently. hildon-desktop is also available from this debian repo, for armel, armhf, aarch64 and amd64: https://maedevu.maemo.org/leste/
Edited
Designs
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related.
Learn more.
I have now made a new trace (with the unpack_subimage extension disabled) that replays properly on i965, like so:
DISPLAY=:0 CLUTTER_BACKEND=x11 HD_NOTHREADS=yes MESA_EXTENSION_OVERRIDE=-GL_EXT_unpack_subimage CLUTTER_DRIVER=gles2 apitrace trace -o hildon-desktop-apitrace-nounpack-subimage.log -a egl /usr/bin/hildon-desktop.launch
It renders quirky/weird on lima, some background is shown, but none of the actual 'moving around workspaces' ever happens, nor is the application menu visible.
I checked out cea7264d and from a brief test things have improved quite a bit!
hildon-desktop renders the workspaces correctly now, the application menu launcher also seems to work, I can also switch windows and most of the times it seems to render correctly. The application overview/expose doesn't seem to render window titles yet, but otherwise: great work so far. (And: thank you!)
Thanks, I have applied it. I didn't see much flickering on A33 tablet (btw, here is a video: https://www.youtube.com/embed/ihCVsaEMNzY) ; but I saw flickering on the LIME (it's an olimex device). I will try the patch on the LIME, plus latest mesa and latest kernel sometime coming week.
I upgraded to mesa 18.3, but now I am getting this problem:
# DISPLAY=:0 CLUTTER_BACKEND=x11 HD_NOTHREADS=yes CLUTTER_DRIVER=gles2 /usr/bin/hildon-desktop.launch
(process:4735): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
(hildon-desktop.launch:4735): Clutter-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
hildon-desktop.launch: ../src/mesa/state_tracker/st_texture.c:83: st_texture_create: Assertion `screen->is_format_supported(screen, format, target, 0, 0, PIPE_BIND_SAMPLER_VIEW)' failed.
Aborted
Disabling this extension makes a difference:
# DISPLAY=:0 CLUTTER_BACKEND=x11 HD_NOTHREADS=yes MESA_EXTENSION_OVERRIDE=-GL_EXT_unpack_subimage CLUTTER_DRIVER=gles2 /usr/bin/hildon-desktop.launch
(process:4743): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
(hildon-desktop.launch:4743): Clutter-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
(hildon-desktop.launch:4743): hd-app-mgr-WARNING **: hd_app_mgr_mce_activate_accel_if_needed: Couldn't send message.
** (hildon-desktop.launch:4743): WARNING **: Error loading cached background image /root/.backgrounds/background-1.pvr. Failed to open file '/root/.backgrounds/background-1.pvr': No such file or directory
** (hildon-desktop.launch:4743): WARNING **: Error loading cached background image /root/.backgrounds/background-2.pvr. Failed to open file '/root/.backgrounds/background-2.pvr': No such file or directory
** (hildon-desktop.launch:4743): WARNING **: Error loading cached background image /root/.backgrounds/background-3.pvr. Failed to open file '/root/.backgrounds/background-3.pvr': No such file or directory
** (hildon-desktop.launch:4743): WARNING **: Error loading cached background image /root/.backgrounds/background-4.pvr. Failed to open file '/root/.backgrounds/background-4.pvr': No such file or directory
** (hildon-desktop.launch:4743): WARNING **: Error loading cached background image /root/.backgrounds/background-5.pvr. Failed to open file '/root/.backgrounds/background-5.pvr': No such file or directory
** (hildon-desktop.launch:4743): WARNING **: Error loading cached background image /root/.backgrounds/background-6.pvr. Failed to open file '/root/.backgrounds/background-6.pvr': No such file or directory
** (hildon-desktop.launch:4743): WARNING **: Error loading cached background image /root/.backgrounds/background-7.pvr. Failed to open file '/root/.backgrounds/background-7.pvr': No such file or directory
** (hildon-desktop.launch:4743): WARNING **: Error loading cached background image /root/.backgrounds/background-8.pvr. Failed to open file '/root/.backgrounds/background-8.pvr': No such file or directory
** (hildon-desktop.launch:4743): WARNING **: Error loading cached background image /root/.backgrounds/background-9.pvr. Failed to open file '/root/.backgrounds/background-9.pvr': No such file or directory
Not sure what changed in 18.2 -> 18.3 that makes my mesa think that the texture format is not supported (anymore?). Will require some debugging on my side, I guess.