stm32mp1-ubuntu icon indicating copy to clipboard operation
stm32mp1-ubuntu copied to clipboard

Running chromium?

Open nandra opened this issue 1 year ago • 1 comments

Hello, I've used precompiled image for STm32mp157-dk2 board and installed chromium-browser (ubuntu 22.04) but I cannot make it working. Installed Xserver but this report

(EE) Cannot run in framebuffer mode. Please specify busIDs        for all framebuffer devices

I saw on youtube that you can run weston? Did you try maybe some browser? Thanks.

nandra avatar Apr 03 '23 07:04 nandra

maybe you can try this?

sudo nano /usr/share/X11/xorg.conf.d/10-screen.conf

Section "Device" Identifier "My Framebuffer" Driver "fbdev" Option "fbdev" "/dev/fb0" # Change fb0 to your framebuffer device if different EndSection

abraxas4 avatar Nov 03 '23 01:11 abraxas4