Re: Weston backend support for non gpu boards

2024-04-24 Thread Carsten Haitzler
On Wed, 24 Apr 2024 14:06:17 +0530 Akshaya Maran 
said:

> Hi,
> 
> I am using the Weston 11 version. fbdev backend i s dropped in weston 11 .
> Is there any alternative to the fb-dev backend since there is no drm device
> in my custom board.

add kms/drm driver for your display unit? the expectation is anything sensible
should have one. if you have fbdev then there is some kind of driver there and
a framebuffer of some sort. adapt it so it also exposes a drm device for the
display unit.


-- 
- Codito, ergo sum - "I code, therefore I am" --
Carsten Haitzler - ras...@rasterman.com



Weston backend support for non gpu boards

2024-04-24 Thread Akshaya Maran
Hi,

I am using the Weston 11 version. fbdev backend i s dropped in weston 11 .
Is there any alternative to the fb-dev backend since there is no drm device
in my custom board.


Thanks,
Akshaya.M