OESF Portables Forum
Model Specific Forums => GPD Devices => GPD - Linux OS => Topic started by: TheWalt on October 22, 2018, 09:29:23 am
-
So I read Ubuntu Mate has made a specific spin for the GPD Pocket and Pocket 2 machines.
http://ubuntu-mate.org (http://ubuntu-mate.org)
I did an install over the weekend and so far it looks pretty good. Wifi worked, screen rotate was correct, I like the 720p scale feature. Watched some Youtube without issue. Touch screen worked well. Overall felt speedy enough for my needs.
Nice to have a clean out of box experience without a ton of tweaks necessary post install.
Anyone else give this a go?
-
Thanks for sharing update.
Heard about this, but haven't tried it.
I'm dual booting Win 10 and Linux Mint on my Pocket....
but this version looks intriguing....maybe I should try it.....
-
Just a follow up still love Ubuntu-Mate. There has been a boot problem where sometimes grub goes to black screen but this is the fix.
Edit the file /etc/default/grub (try something like ‘sudo nano /etc/default/grub’ in a terminal)
Add the following lines to the file:
GRUB_GFXMODE=1200x1920x32
GRUB_GFXPAYLOAD_LINUX=keep
GRUB_CMDLINE_LINUX=“acpi_osi=Linux”
Save the file, and return to the command prompt and run ‘sudo update-grub’
-
Thanks for the update.
Glad it's working well...
Haven't had a chance to try it yet...
-
I have a dual boot system too, Ubuntu Mate for Pocket 2 and Win 10. To run Windows, which I need sometimes, I have to hit FN+F12 to get a BIOS boot option menu - otherwise it starts automatically Ubuntu. If I don't do that I have no grub menu like normally on multi boot machines where you can choose the os to boot - just a black screen for maybe 15 seconds and then Ubuntu Mate ist starting. Does anybody else see this behavior? Both OS are working cool, it's just the lack of a grub menu.
-
Resolved. I used the graphical grub customizer to switch on GRUB_GFXMODE 1200x1920 (https://wiki.ubuntuusers.de/GRUB_Customizer/) and that works.