|  | 
【Linux】
How to enable Rasterization in Chromium
    
    Posted at  10/9/2023 18:27:54
            
         View:5074
     |
     Replies:3
     
  
     
 
   	
    
  Print   
        
  
   
  Only Author 
    [Copy Link]
	
    
 
  	             
1# 
 
| Last edited by AlexLivadny In 10/9/2023 19:11 Editor 
 I have a Rockchip module "Core-3568J".
 When open Chromium browser via terminal command "chromium". I have a super laggy web-pages, witout smooth animations.In browser GPU info page "chrome://gpu" i see:
 Graphics Feature Status
 Canvas: Hardware accelerated
 Compositing: Hardware accelerated
 Multiple Raster Threads: Enabled
 Out-of-process Rasterization: Disabled
 OpenGL: Enabled
 Rasterization: Software only. Hardware acceleration disabled  <== Must be Hardware accelerated
 Skia Renderer: Enabled
 Video Decode: Hardware accelerated
 Vulkan: Disabled
 WebGL: Hardware accelerated
 WebGL2: Hardware accelerated
 I try to start browser with flags:
 --force-gpu-rasterization --ignore-gpu-blacklist
 but it doesn't change anything.
 
 But i found in the internet that other modules based on Rockchip 3568, have Hardware accelerated
 Rock3A_8GB - Enabled hardware acceleration in Chrome! - ROCK 3 Series - Radxa Forum
 
 #cat /proc/version
 Linux version 4.19.232 (root@user-virtual-machine) (firefly: e590e2cbe2dd90507b48796a7e2a6544645d0da7) (sdk version: rk356x_linux_release_20230610_v1.3.2e.xml) (gcc version 10.3.1 20210621 (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)), GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621) #4 SMP Tue Jul 4 13:30:59 +03 2023
 
 So I want to use a lot of Firefly modules "Core-3568J", so I need your help
 
 
 | 
 |