umpc-ubuntu icon indicating copy to clipboard operation
umpc-ubuntu copied to clipboard

Scripts for UMPCs such as GPD Pocket, Pocket 2, MicroPC & TopJoy Falcon

Results 12 umpc-ubuntu issues
Sort by recently updated
recently updated
newest added

On 22.04 on the GPD Pocket 3 - the display device is sometimes named DSI-1 not DSI1 https://github.com/wimpysworld/umpc-ubuntu/blob/master/data/umpc-display-rotate.c#L52 refers to the old name. Looks like a similar change was needed...

I've discovered that both GRUB and Plymouth rotation to landscape works much better with video=eDP-1:panel_orientation=right_side_up on the GPD Pocket 2. I'd suggest changing gpd-pocket2.cfg from: GRUB_CMDLINE_LINUX="${GRUB_CMDLINE_LINUX} fbcon=rotate:1" GRUB_GFXMODE=1200x1920x32 to: GRUB_CMDLINE_LINUX="${GRUB_CMDLINE_LINUX}...

umpc-ubuntu-respin.sh tries to install cd-boot-images-amd64 package on line 141: apt-get -y install cd-boot-images-amd64 This package does not exist on Ubuntu 20.04, so fails with error. A 22.04 version package can...

Hi - I have one of the new P2Max 2022 umpc's which came with a 2560x1600 IPS display. It's like quad rendering the desktop and locked at 1024x768. The device...

At least on my pocket 3, the program wants to rotate pen and stylus right. But I need the first transformation matrix to get the touch screen right in normal...

Respin script fixes the resolution problem but the rotation is still wrong. Setting a "portrait left" orientation in display settings fixes it, but touch calibration is wrong.

Respun a Mate 22.04 ISO to install on my GPD P2 Max. Everything works fantastically except for the Digitiser/Touchscreen. Noticed on your stream back in June back on these little...

gpd3: - Injection of intel config needs to be reenabled (https://github.com/wimpysworld/umpc-ubuntu/commit/133f92245348c159d8edb0ed1aaca880d56ac5f4) to prevent tears discussed here -> https://github.com/wimpysworld/umpc-ubuntu/issues/48 - Injection of audio related configs in modprobe should be disabled: it...

For some reason original code don't work wor my Pocket 3 1195G7. Both touch and pen orientation were wrong with all screen rotations. This commit fixes it https://github.com/wimpysworld/umpc-ubuntu/compare/master...00svd00:umpc-ubuntu:master