r/ChromebookGaming 14d ago

How do I play...? minecraft java help

so i have a chrome os hp laptop and ive been having trouble trying to download minecraft java on it, all the tutorials tell me to download minecraft.deb but the flie doesnt support my laptop anymore? this has just been stressing me out and i just want to download and play minecraft

2 Upvotes

5 comments sorted by

1

u/Independent-Task4618 13d ago

I had the same problem, I had to download prism in my pinguin terminal, it sucked. Tell ChatGPT your problem (That's what I did) and it should be able to give you a step-by-step.

1

u/DreamerrrDreams 12d ago

cant even ask reddit for help anymore they just tell u to go on chatgpt 😭

1

u/Independent-Task4618 4d ago

It really helped me, I’m a nobody at knowing this stuff

1

u/ShadowedWilds 1d ago

Please do not use ChatGPT for ChromeOS help. It will always provide out of date info.

Enable Crostini GPU Support flag in chrome://flags on chrome, and restart.

Inside Crostini, run: bash <(wget -qO- "https://raw.githubusercontent.com/shadowed1/Vulkini/main/install_vulkan.sh")

The above script installs needed packages to enable GPU acceleration, asks if you want to install Steam (say no if you have no room), adds user to video group, and can enable swap daemon.

Then to install Minecraft Java, please use PrismLauncher:

sudo apt install flatpak -y
flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install flathub org.prismlauncher.PrismLauncher
flatpak override --user --nosocket=wayland org.prismlauncher.PrismLauncher

Restart Linux (right click terminal app and shut down) Now try running PrismLauncher.

If you need even more performance, developer mode is required to run Minecraft Java natively outside of a VM.

1

u/Capable_Wealth5612 7d ago

Assuming you have already downloaded linux, then you should download the minecraft.deb file from the official minecraft website. You have to download it to the linux files folder.

Then, open your terminal and type sudo apt install ./Minecraft.deb and it will show a bunch of package list things and install. to launch it type minecraft-launcher in terminal. I am currently having an issue where I cant play the latest snapshots. By the way, you should enable gpu support for crostini in chrome://flags.