oldgalileo has quit [Remote host closed the connection]
oldgalileo has joined #tegra
<jenneron[m]>
digetx: hi, i packaged mesa fork to pmOS, but i got a segfault when starting xorg https://dpaste.com/8X34RAG4V, i have applied those workarounds in pam config
<jenneron[m]>
it says "Then start gdb and attach to that process:", but it also says "In a true crash, X will terminate and drop back to a login screen. You can use the steps on this page to debug or report these kinds of issues.", so i don't understand how to attach PID of process when process is crashed
<m4t>
'gdb -p pid' then type 'cont'
<m4t>
probably better to run under 'screen' or similar since X is crashing
<m4t>
if it's crashing immediately then you need to run it underneath gdb from the start
<m4t>
well you'd need to run it from console actually
<DavidHeidelberg>
jenneron but that's still the broken mesa
<DavidHeidelberg>
I thought it's based on some recent code
<DavidHeidelberg>
I managed back then to run glxgears too, but that's like the "best of" what worked
<DavidHeidelberg>
I'm not sure you want to provide this to users
<jenneron[m]>
21.1.0, latest we have
<jenneron[m]>
it should not affect users as everything except glxgears will work with same software rendering as without it
<DavidHeidelberg>
well, it'll introduce crashes
<jenneron[m]>
but we will have a package so once there is some update appear we can easily upgrade it
<DavidHeidelberg>
yeah, if you make the MR Draft and keep it ready for some progress on top of new kernel interface build mesa, then it most likely make sense
<jenneron[m]>
DavidHeidelberg: which crashes?
<DavidHeidelberg>
jenneron it's >1y I tried, but at some point I resigned and rather not played with it again
<jenneron[m]>
i won't merge it if we get some issue which we can't fix
oldgalileo has quit [Remote host closed the connection]
gouchi has quit [Remote host closed the connection]
oldgalileo has joined #tegra
<digetx>
have you started Xorg manually?
<digetx>
alternatively, you can run MATE or other DE normally and then use its terminal
<digetx>
if Xorg was started by login manager, then it may secure x11 connection
<jenneron[m]>
it is i3wm with lightdm
<digetx>
but you trying to run it from ssh, don't you?
<jenneron[m]>
OpenRC runs lightdm which runs i3wm
<jenneron[m]>
then i run `DISPLAY=:0 glxinfo` in ssh