Created attachment 126607 [details] Xorg.log Hi, If I try to use SNA, I cannot start X. The following assert fails: na_screen_init:1108 assertion 'to_screen_from_sna(sna) == NULL' failed UXA and modesetting work fine. dmesg and Xorg.log are attached. Let me know if you need anything else. Thanks,
Created attachment 126608 [details] dmesg
Iirc that assert is there just to remind us that we could not rely on scrn->screen being set at that point.
commit b45dbdbd446108745b39b305303b457f5e876989 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Sep 19 09:34:32 2016 +0100 sna: Update sanity check for next stage of Xorg ABI Now X will set the scrn->screen backpointer before Init, update our assertion to track. Reported-by: Nick Sarnie <commendsarnex@gmail.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=97855 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Hi Chris, The patch fixes the issue. Thanks, Nick
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.