Comment # 25 on bug 1222156 from Stefan Dirsch
(In reply to Togan Muftuoglu from comment #23)
> (In reply to Stefan Dirsch from comment #19)
> > To confirm that radeonsi DRI modules is still loaded you could run. strace
> > needs to be installed though.
> > 
> >   strace -f -e trace=file glxinfo -B 2>&1 | grep radeonsi_dri
> 
> Here is the output 
> 
> openat(AT_FDCWD, "/usr/lib64/dri/tls/radeonsi_dri.so", O_RDONLY|O_CLOEXEC) =
> -1 ENOENT (No such file or directory)
> openat(AT_FDCWD, "/usr/lib64/dri/radeonsi_dri.so", O_RDONLY|O_CLOEXEC) = 5

Thanks! This confirms my assumption.


You are receiving this mail because: