This did not work for me. I tried the first three options in dietpi-config vc4-kms-v3d, vc4-fkms-v3d and 1080p, always with restarting the pi. Nothing changed the output of chrome://gpu.
Maybe this could help me?
Summary
sudo /boot/dietpi/func/dietpi-set_hardware rpi-opengl enable
DietPi-Set_hardware
─────────────────────────────────────────────────────
Mode: rpi-opengl (enable)
[ OK ] DietPi-Set_hardware | sed --follow-symlinks -Ei /^[[:blank:]]*dtoverlay=vc4-f?kms-v3d/d /boot/config.txt
[FAILED] DietPi-Set_hardware | Unknown input value (enable). Nothing has been applied.
Available commands:
/boot/dietpi/func/dietpi-set_hardware enableipv6 enable/disable
/boot/dietpi/func/dietpi-set_hardware eth-forcespeed 10/100/1000/disable
/boot/dietpi/func/dietpi-set_hardware wifimodules enable/disable/onboard_enable/onboard_disable
/boot/dietpi/func/dietpi-set_hardware wificountrycode GB/US/DE/...
/boot/dietpi/func/dietpi-set_hardware bluetooth enable/disable
/boot/dietpi/func/dietpi-set_hardware serialconsole enable/disable [(tty(S|AMA|SAC|AML|SC|GS|FIQ|MV)|hvc)[0-9]] (optional Serial/UART device)
/boot/dietpi/func/dietpi-set_hardware i2c enable/disable/khz
/boot/dietpi/func/dietpi-set_hardware spi enable/disable
/boot/dietpi/func/dietpi-set_hardware soundcard target_card (non-matching name for reset to default). Add '-eq' to target_card string to enable ALSA equalizer on card. HW:x,x (specify target card and device index eg: HW:9,1)
/boot/dietpi/func/dietpi-set_hardware remoteir odroid_remote/justboom_ir_remote # Odroid/RPi only
/boot/dietpi/func/dietpi-set_hardware lcdpanel target_panel ("none" to remove all)
/boot/dietpi/func/dietpi-set_hardware headless enable/disable
/boot/dietpi/func/dietpi-set_hardware gpumemsplit 64/128/256... Range: 16-944, RPi only
/boot/dietpi/func/dietpi-set_hardware rpi-camera enable/disable
/boot/dietpi/func/dietpi-set_hardware rpi-codec enable/disable
/boot/dietpi/func/dietpi-set_hardware rpi-opengl vc4-kms-v3d/vc4-fkms-v3d/disable
/boot/dietpi/func/dietpi-set_hardware rpi3_usb_boot enable
/boot/dietpi/func/dietpi-set_hardware rpi-eeprom Update RPi 4 EEPROM bootloader and USB firmware
/boot/dietpi/func/dietpi-set_hardware vf2-spi-update Update StarFive VisionFive 2 SPI bootloader
/boot/dietpi/func/dietpi-set_hardware gpudriver none|intel|nvidia|amd|custom
/boot/dietpi/func/dietpi-set_hardware qemu-guest-agent|qga enable/disable
[FAILED] rpi-opengl enable | Exited with error
I made a testinstall on an old Asus netbook. I’ve selected Intel driver since it runs a celeron CPU with integrated graphics and openGL was enabled without further action
I tried to add dtoverlay=vc4-fkms-v3d, but that changes nothing.
If i add dtoverlay=vc4-kms-v3d, the display shows nothing and chrome://gpu says still the same.
I run as user dietpi, maybe i have to change any settings to this user?
I was able to read via VNC.
The chromium-package is installed via dietpi-software.
I solved it now. The problem was the internal blocklist of chrome. Here is my solution, i have a config file, where i can switch GPU on or off…
Yeah you can edit this flags also in the browser itself with chrome://flags.
–ignore-gpu-blocklist is the magic parameter. Without, nothing happens. But GPU slows the system down and also the display resolution get muddy (i have no better word to describe).
We have a webinterface and users cann switch this option on or off. I except more from this option…