My chromebook which as I said above is a HP 11A G8 EE is running incredibly slow with almost any distro I use, the specifications of the laptop should be more than enough to run most linux distros??? im basically lost rn
I think it’s just the unfortunate reality of your Chromebook.
The distro doesn’t matter, what you can try is using a lightweight window manager like Openbox or Jwm, or if you’re feeling adventurous go use a tiling WM like Sway.
Its know bug “Uncontrolled underclocking”
CPU likes to underclock itself at the beginning of chromebook startup. The exact underclock frequency is 798 Mhz and it’s mostly static.
I have this problem too:
stefan@debian:~$ cat /proc/cpuinfo | grep Hz
cpu MHz : 798.523
cpu MHz : 798.498
to temporary fix it, you must shutdown and wait 10-15sec.
After that:
stefan@debian:~$ cat /proc/cpuinfo | grep Hz
cpu MHz : 2183.506
cpu MHz : 2178.905