lanefu changed the topic of #armbian-rockchip to: Armbian - Linux for ARM development boards | Rockchip SoC | www.armbian.com | This channel is relayed to the equivalent Discord channel | this channel is logged
<DC-IRC>
[Discord] <runaway97> its bare minimum hdmi but still better than a black screen
<DC-IRC>
[Discord] <superkali> usually i use edge kernel for proxmox, i don't need that all works 🙂
<DC-IRC>
[Discord] <superkali> vendor kernel never tried with ptoxmox
<DC-IRC>
[Discord] <superkali> vendor kernel never tried with proxmox
<DC-IRC>
[Discord] <beohoff3174> So what I found out was that if you are not running a desktop and a project or library opens up /dev/dri/card0, linux will automatically set the drm master on that first file open. If your program is actually trying to set the drm master later on in the program, this will not work and is VERY irritating to debug
<DC-IRC>
[Discord] <beohoff3174> I'm sure there's a better way to not have this behavior happening, but you can defensively open a file hand before some library does and avoid the whole issue