<zmatt> the usual suspect
<zmatt> fortunately dtc always provides helpful diagnostics, like TOKEN ERROR or something ;D
<jkridner> rebooting
<jkridner> gack. I must be missing the right symlink udev rule---or the driver didn't load.
<jkridner> hmmm... nothing 'uio' in dmesg
<zmatt> has the driver even been built? CONFIG_UIO_PDRV_GENIRQ
<jkridner> CONFIG_UIO=m CONFIG_UIO_PDRV_GENIRQ is not set
<zmatt> well there ya go
mattb0ne has joined #beagle
foxhole_ has joined #beagle
vagrantc has quit [Quit: leaving]
xet7 has joined #beagle
thinkfat_ has quit [Ping timeout: 260 seconds]
thinkfat has joined #beagle
akaWolf has quit [Ping timeout: 276 seconds]
akaWolf has joined #beagle
mattb0ne has quit [Ping timeout: 256 seconds]
vagrantc has joined #beagle
Shadyman has quit [Quit: Leaving.]
mattb0ne has joined #beagle
vagrantc has quit [Quit: leaving]
mattb0ne has quit [Ping timeout: 276 seconds]
<ds2> hmmmm
otisolsen70 has joined #beagle
otisolsen70 has quit [Remote host closed the connection]
otisolsen70 has joined #beagle
Guest5432 has joined #beagle
<Guest5432> whether Beaglebone supports Python and matlab codes for audio signal processing?
Guest5432 has quit [Client Quit]
rob_w has joined #beagle
wonko-the-sane has quit [Ping timeout: 240 seconds]
wonko-the-sane has joined #beagle
otisolsen70 has quit [Quit: Leaving]
xet7 has quit [Ping timeout: 272 seconds]
kveremitz has joined #beagle
florian has joined #beagle
frostsnow has quit [Ping timeout: 256 seconds]
ikarso has joined #beagle
wonko-th1-sane has joined #beagle
wonko-the-sane has quit [Ping timeout: 240 seconds]
mattb0ne has joined #beagle
set_ has quit [Ping timeout: 240 seconds]
wonko-th1-sane has quit [Remote host closed the connection]
wonko-the-sane has joined #beagle
wonko-the-sane has quit [Remote host closed the connection]
wonko-the-sane has joined #beagle
set_ has joined #beagle
set_ has quit [Ping timeout: 276 seconds]
xet7 has joined #beagle
xet7 has quit [Remote host closed the connection]
lucascastro has quit [Ping timeout: 240 seconds]
jiande2022 has quit [Quit: Connection closed for inactivity]
argonautx has joined #beagle
Shadyman has joined #beagle
jiande2022 has joined #beagle
lucascastro has joined #beagle
mattb0ne has quit [Ping timeout: 272 seconds]
mattb0ne has joined #beagle
rob_w has quit [Remote host closed the connection]
vagrantc has joined #beagle
lucascastro has quit [Ping timeout: 276 seconds]
jiande2022 has quit [Quit: Connection closed for inactivity]
mattb0ne has quit [Ping timeout: 272 seconds]
lucascastro has joined #beagle
florian has quit [Quit: Ex-Chat]
buzzmarshall has joined #beagle
ikarso has quit [Quit: Connection closed for inactivity]
samnob has quit [Ping timeout: 240 seconds]
argonautx has quit [Quit: Leaving]
samnob has joined #beagle
set_ has joined #beagle
mattb0ne has joined #beagle
samnob has quit [Ping timeout: 250 seconds]
samnob has joined #beagle
RMoll has joined #beagle
<RMoll> Hey all, I've been struggling to get the SGX/PVR drivers running with LXQT installed. Anytime libgbm.so.2 shows up in my /usr/lib/, lightdm doesn't start correctly. If I remove it, pvr fails to load. Thoughts?
<zmatt> the sgx drivers are incompatible with x11
<zmatt> they're also a pain to get working in general, but you're not going to get them working with lightdm at all
<RMoll> Oh.. Ok. Then to clarify my understanding, is the LXQT image of debian stretch hardware accelerated? We've been trying to run some gui apps ad I feel like we are not able to use the GPU
<zmatt> no, since the gpu does not support x11
<zmatt> (or rather, the gpu drivers)
<RMoll> Oh.. Ok. Then to clarify my understanding, is the LXQT image of debian stretch hardware accelerated? We've been trying to run some gui apps and I feel like we are not able to use the GPU
<RMoll> (sorry for the double post)
<zmatt> also, debian stretch is extremely ancient
<zmatt> and obsolete/unmaintained
<RMoll> I agree that its pretty dated, however, the recommended image from "latest images" is OMAP3/DM3730 Debian 9.5 2018-10-07 4GB SD LXQT
<zmatt> ohh, for the old beagleboard
<RMoll> TI_AM335x_BeagleBone_Black
<zmatt> beaglebone black isn't omap3
<zmatt> the beaglebone black uses an AM3358
<RMoll> oh, right, i meant Debian 9.9 2019-08-03 4GB SD LXQT
<zmatt> the latest recommended image for which is the AM3358 Debian 10.3 2020-04-06 4GB SD IoT
<zmatt> (or generally its eMMC flasher equivalent, AM3358 Debian 10.3 2020-04-06 4GB eMMC IoT Flasher )
<zmatt> note that the IoT image doesn't include a GUI, since almost nobody uses one on a beaglebone
<RMoll> I was having issues getting any sort of graphics working on the buster images, maybe I missed something
<zmatt> the AM335x is targeted at industrial applications and has very limited graphics capabilities, mostly intended just for simple touchscreen interfaces
<RMoll> which is exactly what my company uses them for. I'm trying to get them away from the old unmaintained qt-over-vnc touch interface that they hacked together for debian 7
<zmatt> qt5 can run directly on the framebuffer, without x11
<zmatt> with gpu (eglfs backend) or without (linuxfb backend)
<RMoll> is https://elinux.org/BeagleBoneBlack/SGX_%2B_Qt_EGLFS_%2B_Weston compatible with the buster images?
<RMoll> I felt i had problems trying to get a framebuffer/kmscube running
<zmatt> I know there are people who have things working, but I don't know if they've been kind enough to do any sort of write-up
<zmatt> that wiki page looks outdated to me
<RMoll> it's really about all I've found on how to get sgx/pvr running correctly, but again, I'm not sure
<RMoll> and it gets close, but it feels like something is missing
<zmatt> rcn-ee: I forgot, are the sgx userspace libs packaged nowadays?
<zmatt> I know the kernel drivers are
<zmatt> RMoll: sorry, I haven't done anything with graphics on the bbb for many many years, so I don't really have any uptodate guidance
<zmatt> I know the gpu can be made to work
<RMoll> All good, the insights you've provided about the gpu drivers already answered many of my questions
<zmatt> but it may also be worth evaluating qt5 with the linuxfb backend
<RMoll> in general, if kmscube runs, then gpu accel is working?
<zmatt> iirc, back when I did, the linuxfb backend (without gpu) actually resulted in faster execution than the eglfs backend (with gpu). we ended up using eglfs anyway because the linuxfb backend back then didn't support double-buffering hence caused noticable flickering, but I think that's been fixed nowadays
<zmatt> (iirc qt5's "linuxfb" backend these days actually supports using dri/kms instead of the legacy fbdev kernel interface)
<zmatt> unless you actually *need* opengl es/es2, e.g. for 3d rendering, then you'll obviously want to get the gpu working
<RMoll> we wanted to see if we could get .NET 5+ to run targetting the framebuffer or drm, from https://github.com/AvaloniaUI/Avalonia. Might be too uch to ask from the bbg it sounds like
<RMoll> I do have it able to run outputting directly to the FB, but we were unsure about input performance since X server tends to take care of mouse inputs
<zmatt> not sure what you mean, obviously inputs will be faster / more efficient *without* an extra middle-man like x11
<RMoll> We couldn't test touch inputs because once we lose access to X, we can't seem to provide human input to the application
<zmatt> sounds like some kind of configuration issue, or a permissions issue... make sure the user running the application (presumably the "debian" user") is a member of the "input" group
<zmatt> which can be fixed by doing "sudo adduser debian input" and then logging out and back in
<RMoll> good idea, i'll check
<RMoll> ls
mattb0ne has quit [Ping timeout: 276 seconds]
Shadyman has quit [Quit: Leaving.]
mattb0ne has joined #beagle
mattb0ne has quit [Remote host closed the connection]
ikarso has joined #beagle
nparafe has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
nparafe has joined #beagle
vagrantc has quit [Quit: leaving]