You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently ran into issues after running this script on a fresh installed Acer CB5-311,
Installation appears to run fine without any hitch, but upon reboot into ArchLinux, LightDM fails to start. I'm able to switch to a 2nd VT and run the next commands.
I connect to Wi-Fi, clone the PKGBUILDs repo. First, the makepkg -si spits a checksum error, I discovered one can either calculate the new sha256 checksum and replace the one used in the PKGBUILDs file in core/linux-nyan directory, or use makepkg -si --skipchecksums to skip the sha256 verification completely.
Once running this, the kernel starts to build and gives an error regarding file "fork.o" , however I'm unable to see why it fails.
My end goal is to get better 3D speeds, just so I can play Quake and Doom at better FPS than software rendered crap :)
The text was updated successfully, but these errors were encountered:
I recently ran into issues after running this script on a fresh installed Acer CB5-311,
Installation appears to run fine without any hitch, but upon reboot into ArchLinux, LightDM fails to start. I'm able to switch to a 2nd VT and run the next commands.
I connect to Wi-Fi, clone the PKGBUILDs repo. First, the
makepkg -si
spits a checksum error, I discovered one can either calculate the new sha256 checksum and replace the one used in the PKGBUILDs file in core/linux-nyan directory, or usemakepkg -si --skipchecksums
to skip the sha256 verification completely.Once running this, the kernel starts to build and gives an error regarding file "fork.o" , however I'm unable to see why it fails.
My end goal is to get better 3D speeds, just so I can play Quake and Doom at better FPS than software rendered crap :)
The text was updated successfully, but these errors were encountered: