<myy>
What is the recommended DRI driver for RK3288 systems ? The libdrm-rockchip repository available on the rockchip-linux account seems to need the experimental RGA API.
<stdint>
myy, currently the rga is not used in drm
<stdint>
for the display purpose
<myy>
Oh ok. Currently I have Xorg complaining that it does not found the rockchip_dri driver and that modeset has failed. I don't know if these two errors are related though. Weston works fine but... it's weston so I can't do anything with it.
<myy>
*rockchip_dri.so library
ayaka has joined #linux-rockchip
randy_ has joined #linux-rockchip
stdint has quit [Ping timeout: 260 seconds]
randy__ has joined #linux-rockchip
<myy>
I posted my X.log on https://ghostbin.com/paste/3tgat . It seems that X.org find the correct DRM driver, the correct VDPAU driver and then fails to find the rockchip_dri.so library and stops there... Which package provides this file ? Mesa ?
randy_ has quit [Ping timeout: 260 seconds]
randy_ has joined #linux-rockchip
randy__ has quit [Ping timeout: 256 seconds]
dlezcano has joined #linux-rockchip
wadim_ has joined #linux-rockchip
sunxi_fan has quit [Quit: Leaving.]
sunxi_fan has joined #linux-rockchip
<phh>
myy: so there is no DRI driver, , this AIGLX line is normal
<phh>
let me compare with my logs
<phh>
myy: so, I also have "(II) GLX: Initialized DRISWRAST GL provider for screen 0"
<phh>
the different really is the modeset line after it
<myy>
Software Rasterizer... Do you have 3D acceleration enabled or not on your platform ?
premoboss has quit [Ping timeout: 260 seconds]
<phh>
I have hardware GLES
<phh>
here it is mentioning GL, which is SW indeed
<myy>
I think the problems began to happen when I got the 3D acceleration working