Code Monkey home page Code Monkey logo

Comments (3)

LukIsHere avatar LukIsHere commented on August 16, 2024

chromebooks just work different
you can't just boot random images on a chromebook funny :3
Raspbian is made for RPI not chromebooks
there aren't any tweaks you can benefit from (afaik)
not sure what are you trying to achieve

  • have raspbian repos
    Just add it
# add the raspberry pi os gpg key
wget -O - http://archive.raspberrypi.org/debian/raspberrypi.gpg.key | sudo apt-key add -
# add the raspberry pi os apt repository
echo deb http://archive.raspberrypi.org/debian/ $(lsb_release -cs) main | sudo tee /etc/apt/sources.list.d/raspios.list
# update repositories
sudo apt update
  • have ur desktop look like on raspberry pi
    Add repo and run
# install pixel
sudo apt install raspberrypi-ui-mods -y

more details

from imagebuilder.

archisman-panigrahi avatar archisman-panigrahi commented on August 16, 2024

Thank you.

BTW, I just found that there is a patch for the GPU drivers for Chromebook HANA https://www.phoronix.com/news/PowerVR-GX6250-MT8173. Hopefully it will make the web browsing experience in Debian as smooth as in Chrome OS.

from imagebuilder.

hexdump0815 avatar hexdump0815 commented on August 16, 2024

just as a note: this gpu patch is still in very early stages and it will still take quite a while until it will be useable for anything useful.

from imagebuilder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.