brook has joined #beagle
brook has quit [Remote host closed the connection]
KREYREN has quit [Remote host closed the connection]
KREYREN has joined #beagle
KREYREN has quit [Remote host closed the connection]
Guest70 has joined #beagle
brook has joined #beagle
<Guest70> I've been trying to use a program called drm-framebuffer to 'cat' to the screen.  https://github.com/embear-engineering/drm-framebuffer  On a different device I can 'cat /dev/urandom | drm-framebuffer -d /dev/dri/card0 -c HDMI-A-1' and the image will show over top of the console until I quit the application.  On a beaglebone black running Debian
<Guest70> 11 (I tried the IOT image first, then the XFCE image after disabling the lightdm service), the screen goes off when I run that drm-framebuffer command until I quit it.  This is a bit bizarre, does anyone have any idea why?
Shadyman has joined #beagle
vagrantc has joined #beagle
starblue has quit [Ping timeout: 272 seconds]
starblue has joined #beagle
brook has quit [Remote host closed the connection]
renrelkha has quit [Quit: bye]
renrelkha has joined #beagle
_av500_ has joined #beagle
brook has joined #beagle
av500 has quit [Ping timeout: 272 seconds]
alan_o has quit [Remote host closed the connection]
alan_o has joined #beagle
xet7 has quit [Read error: Connection reset by peer]
buzzmarshall has quit [Quit: Konversation terminated!]
vagrantc has quit [Quit: leaving]
brook has quit [Remote host closed the connection]
brook has joined #beagle
brook has quit [Ping timeout: 272 seconds]
wonko-the-sane has joined #beagle
mvaittin has quit [Ping timeout: 258 seconds]
ikarso has joined #beagle
_av500_ is now known as av500
mvaittin has joined #beagle
Shadyman has quit [Quit: Leaving.]
Posterdati has joined #beagle
rob_w has joined #beagle
<zmatt> Guest70: drm does work on a beaglebone, I've used it successfully myself
<zmatt> Guest70: does it log any errors?
<zmatt> or perhaps it configured a weird mode for some reason
<zmatt> Guest70: looks like it's trying to use a pixel format that's not supported
Posterdati has quit [Ping timeout: 272 seconds]
<zmatt> it's also using an old legacy api, drmModeAddFB, that infers the pixel format ( https://elixir.bootlin.com/linux/latest/source/drivers/gpu/drm/drm_fourcc.c#L84 ) from bpp and depth, instead of its replacement drmAddModeFB2 which lets you specify the exact pixel format you want
<zmatt> by default the formats DRM_FORMAT_RGB565, DRM_FORMAT_BGR888, and DRM_FORMAT_XBGR8888 ... the first one (16-bit color) is recommended since only 16 data lines are actually connected to the HDMI framer so using higher color depth is just a waste of time (and RAM)
<zmatt> BGR888 and XBGR888 are pretty non-standard formats and rarely supported
<zmatt> if needed it's possible to make the hdmi framer swap the red and blue channels, which changes the list of supported pixel formats to DRM_FORMAT_BGR565, DRM_FORMAT_RGB888, and DRM_FORMAT_XRGB8888 ... I don't quite remember how, I think there was a DT overlay for it maybe?
<zmatt> Guest70: drmAddModeFB2 is slightly annoying to call though because you need to supply it with info for four planes even though you'll almost always only use one... the underlying ioctl is actually more convenient to use than its libdrm wrapper: https://pastebin.com/61ftsZTu
johanhenselmans has joined #beagle
buckket has quit [Quit: buckket]
buckket has joined #beagle
ft has quit [Quit: leaving]
ikarso has quit [Quit: Connection closed for inactivity]
johanhenselmans has quit [Quit: johanhenselmans]
johanhenselmans has joined #beagle
otisolsen70 has joined #beagle
Guest70 has quit [Quit: Client closed]
mvaittin has quit [Ping timeout: 252 seconds]
Guest5 has joined #beagle
wonko-the-sane has quit [Remote host closed the connection]
wonko-the-sane has joined #beagle
<Guest5> @zmatt: Thanks for all that.  Was guest70 and got booted off.  I will look into that later today.  The device that works is 8-bit colour so I think you've identified the problem.
wonko-the-sane has quit [Ping timeout: 252 seconds]
wonko-the-sane has joined #beagle
otisolsen70 has quit [Quit: Leaving]
mvaittin has joined #beagle
renrelkha has quit [Quit: bye]
renrelkha has joined #beagle
mvaittin has quit [Ping timeout: 258 seconds]
brook has joined #beagle
rob_w has quit [Remote host closed the connection]
brook has quit [Ping timeout: 255 seconds]
brook has joined #beagle
Posterdati has joined #beagle
vagrantc has joined #beagle
GenTooMan has quit [Ping timeout: 272 seconds]
florian has quit [Quit: Ex-Chat]
GenTooMan has joined #beagle
ikarso has joined #beagle
Guest5 has quit [Ping timeout: 245 seconds]
brook has quit [Remote host closed the connection]
brook has joined #beagle
buzzmarshall has joined #beagle
wonko-the-sane has quit [Ping timeout: 252 seconds]
Stat_headcrabed has joined #beagle
xet7 has joined #beagle
Stat_headcrabed1 has joined #beagle
Stat_headcrabed1 has quit [Client Quit]
Stat_headcrabed1 has joined #beagle
Stat_headcrabed1 has quit [Quit: Stat_headcrabed1]
Stat_headcrabed1 has joined #beagle
ikarso has quit [Quit: Connection closed for inactivity]
Stat_headcrabed has quit [Quit: Stat_headcrabed]
Stat_headcrabed1 is now known as Stat_headcrabed
ikarso has joined #beagle
Stat_headcrabed has quit [Quit: Stat_headcrabed]
Stat_headcrabed has joined #beagle
Stat_headcrabed has quit [Quit: Stat_headcrabed]
Stat_headcrabed has joined #beagle
Stat_headcrabed has quit [Quit: Stat_headcrabed]
Stat_headcrabed has joined #beagle
Stat_headcrabed has quit [Client Quit]
Stat_headcrabed has joined #beagle
Stat_headcrabed has quit [Client Quit]
Stat_headcrabed has joined #beagle
Stat_headcrabed has quit [Read error: Connection reset by peer]
Stat_headcrabed has joined #beagle
Stat_headcrabed has quit [Read error: Connection reset by peer]
ft has joined #beagle
jfh has joined #beagle
SJFriedl has quit [Quit: Leaving]
jfh has quit [Ping timeout: 245 seconds]
ikarso has quit [Quit: Connection closed for inactivity]
johanhenselmans_ has joined #beagle
johanhenselmans has quit [Ping timeout: 272 seconds]
johanhenselmans_ is now known as johanhenselmans
renrelkha has quit [Quit: bye]
renrelkha has joined #beagle
vagrantc has quit [Quit: leaving]
brook_ has joined #beagle
brook_ has quit [Read error: Connection reset by peer]
brook has quit [Ping timeout: 260 seconds]
M-blaise has joined #beagle