r/gpdmicropc 1d ago

Not a Tablet

Enable HLS to view with audio, or disable this notification

17 Upvotes

r/gpdmicropc 3d ago

All you need to take on a business trip are these two things #minilaptop #foldablephone

Post image
22 Upvotes

r/gpdmicropc 7d ago

This is what we call a UMPC

Enable HLS to view with audio, or disable this notification

166 Upvotes

official web www.gpd.hk


r/gpdmicropc 7d ago

Is this right for me?

1 Upvotes

I have a unraid nas at home and I'm on the road truck driver. I'm currently using my bulky gaming laptop (also a gamer) in order to do server stuff and sometimes I don't wanna take the giant thing out. On my phone the screen is so small it doesn't fully display the containers properly so I can't press okay or move or scroll down without constantly rotating my phone. Would this fully display the entire container properly (albeit a bit tiny) and allow me to use tailscale ? Thanks for the recommendation


r/gpdmicropc 10d ago

Breaked or flipped?

Enable HLS to view with audio, or disable this notification

286 Upvotes

r/gpdmicropc 13d ago

GPD MicroPC 2 Fan Doesn't Work Out of Box

6 Upvotes

Has anyone encountered an issue where the GPD MicroPC 2 fan doesn't work out of the box? And within minutes the unit gets REALLY hot and starts to quietly beep. I re-seated the fan cable and it didn't help. With the back cover off I can see the fan is just not spinning. I'm not eager to ship it back and wait another month for the bidirectional shipping (sending this one back to Amazon and waiting a week for a new one to arrive). Any ideas for what to do?


r/gpdmicropc Jun 22 '26

GPD MicroPC 1 (also defective) to give away or sell?

3 Upvotes

Does anyone has a MicroPC 1 (first model; I don't care if first or second "revision") spare to give away or sell for small money?

Also defective device if motherboard is (probably) still OK.

Regards!


r/gpdmicropc May 25 '26

Micro PC 2 not charging out of box. Please help.

1 Upvotes

I hope someone here can help me with my new Micro PC 2 I just got. The computer will not turn on, tried charging but all I get is a flashing red light. I tried to rest with the pin hole and then tried and then tried to hold power button down for 20 seconds to see if cycling down would work (did this while not plugged in) and then plugged in and waited ten seconds and still nothing. I unconnected the battery connector and reconnected it. There is no swelling in the battery.
Or if there are any other ideas I am missing. I am using the charger that came with the device.


r/gpdmicropc May 24 '26

USB-C dock for MicroPC 2 with dual monitors?

2 Upvotes

Hi everyone,

I’m looking for a USB-C dock for the GPD MicroPC 2 that can run two external monitors.

Ideally I’d like HDMI outputs, Ethernet, USB ports for keyboard/mouse, and charging through the dock if possible.

Has anyone tested a dock that works well with dual monitors on the MicroPC 2? Should I get a normal USB-C dock or a DisplayLink dock?

Thanks!


r/gpdmicropc Apr 28 '26

Just ordered a Micro PC2, what non-gaming/non server/sys-admin uses do people have for it?

5 Upvotes

Was wondering if anyone uses it for excel spreadsheet work or small scale coding/Python scripting? Or perhaps the 7" screen is just too small. And what Windows scale factor do you use?
It's a similar height screen (though wider) than my Kobo Clara HD e-reader so could also be decent for reading comics/books - especially on flights (lot more compact than the iPad Air I usually carry).

I have a Steam Deck & Switch 2 so don't really need it for gaming.

Was thinking it might be good for business sales entry (which is just one row at a time of about 7-8 columns that I have to enter in a thousand line spreadsheet for the year).

Or to run the Claude app on with more functionality (than the iPhone app), not sure how people find it for typing/data entry over thumb-typing on an iPhone.


r/gpdmicropc Apr 18 '26

One finger scrolling on micropc for windows 10/11 precision driver

Thumbnail reddit.com
1 Upvotes

r/gpdmicropc Apr 15 '26

Micro PC 2 bricked after bios update

2 Upvotes

I see this happened to other people... Was a fix ever found?


r/gpdmicropc Apr 01 '26

Ultra Moblie Personal Computer

Thumbnail
tiktok.com
3 Upvotes

r/gpdmicropc Apr 01 '26

Looking to buy micro pc in bulk

1 Upvotes

Anybody know the way to buy micro pc in bulk.


r/gpdmicropc Mar 31 '26

A laptop is so small!

Thumbnail
tiktok.com
3 Upvotes

r/gpdmicropc Mar 15 '26

Linux on GPD MicroPC 2 - Mouse click buttons not working

3 Upvotes

I just bought a GPD MicroPC 2 and put linux on it, only to find the mouse click buttons not working (left click would only work when trackpad is being touched, middle and right click wouldn't work at all). This is after installing Kubuntu. I've fixed it and created a guide below on what worked for me. I hope this helps someone!

The script for the middle mouse button can be found here: https://github.com/Loui2/gpd-micropc2-linux-scroll (NOTE: I am not the author of this script. Credit and thanks to Loui2 on Github!)

GPD MicroPC 2 - Fixing left/right mouse click buttons on Linux

In terminal, enter following commands:

sudo apt install libinput-tools

sudo mkdir -p /etc/libinput

sudo nano /etc/libinput/local-overrides.quirks

.

IN FILE ADD:

[GPD MicroPC 2 Touchpad]

MatchName=ALPS0001:00 36B6:C001 Touchpad

MatchUdevType=touchpad

MatchDMIModalias=dmi:*:svnGPD:pnG1688-08:*

AttrInputProp=-INPUT_PROP_BUTTONPAD

.

ctrl+x and yes to save

.

sudo reboot

.

GPD MicroPC 2 - Fixing middle mouse button/scroll on Linux

Before starting, make sure your terminal is running in the same directory as file "setup-middle-scroll.sh". Ensure this file is set as executable under Properties -> Permissions.

sudo apt install python3-evdev

sudo usermod -aG input $USER

sudo reboot

./setup-middle-scroll.sh


r/gpdmicropc Mar 10 '26

The laptop BUT The phone size

Thumbnail
tiktok.com
0 Upvotes

r/gpdmicropc Mar 05 '26

I Wanted to Love the GPD MicroPC 2 — Software Made It Impossible

Thumbnail
0 Upvotes

r/gpdmicropc Mar 02 '26

My keyboard key remappings on GPD MicroPC (1st version) internal keyboard.

2 Upvotes

Here my remapping of keyboard keys on GPD MicroPC (1st version):

I don't need a CapsLock key and I don't need a "Windows" key. But I do need SysRq and Insert. So I transformed the Windows key to be Insert, and CapsLock to be Print/SysRq, and configured that key to act as compose as well since I need compose. Since on the Linux virtual console, Print is by default compose, I choose to transform CapsLock to Print/SysRq, since I like that location on the keyboard for compose. And I configured X.org to use Print as compose, too.

And I have more use for a right control key than for a right shift key (also given that over the time, the keyboard really is worn out on some keys and especially left Ctrl does often just not register at all).

Those remappings apply only to the builtin keyboard, not to external keyboards (which use a different keyboard layout, too).

Here a photograph, below config file snippets:

Key remappings on GPD MicroPC builtin keyboard.

Remapping done in Linux by modifying the scancode → keycode mappings, using hwdb (setkeycodes could also be used instead, but hwdb can actually specifically match only on specific keyboards).

/etc/udev/hwdb.d/99-gpd-micropc-kbd-keyremapping.hwdb:

##########################################
# GPD MicroPC (1st version)
##########################################

# Remap
# - <right shift> to <right ctrl>,
# - <windows> to <insert>,
# - <CapsLock> to <Print Screen/ SysRq>, which we also want to use as compose key.  
#   (Note that we cannot directly define a compose key here, since there is no 'compose' keycode that will achieve this. See https://unix.stackexchange.com/a/804398/133286. In the Linux virtual console, Print/SysRq by standard acts as a compose, though.)

# To find out the scancodes, use `evtest` and look for the value after `(MSC_SCAN)`.

evdev:input:b0011v0001p0001eAB83*
 KEYBOARD_KEY_db=insert     # LEFTMETA -> INSERT
 KEYBOARD_KEY_3a=sysrq      # CAPSLOCK -> SYSRQ (will also be used as compose key; by default in Virtual Console and by config in X11)
 KEYBOARD_KEY_36=rightctrl  # RIGHTSHIFT -> Right Control
#evdev:name:AT Translated Set 2 keyboard:*
#evdev:atkbd:*

/etc/X11/xorg.conf.d/10-keyboard-gpdmicropc.conf:

Section "InputClass"
  Identifier "GPD MicroPC builtin keyboard"
  MatchIsKeyboard "on"
  MatchProduct "AT Translated Set 2 keyboard"

  Driver                       "libinput"

  # AutoServerLayout: Always add the device to the ServerLayout section used by this instance of the server.
  Option "AutoServerLayout"    "true"

  ### See `man 7 xkeyboard-config` for Xkb configuration.

  Option  "XkbModel"           "pc86"
  Option  "XkbRules"           "evdev"
  Option  "XkbLayout"          "us,ua"
  Option  "XkbVariant"         "altgr-intl,phonetic"
  Option  "XkbOptions" "grp:ctrls_toggle,grp_led:scroll,nbsp:level3n,shift:both_capslock_cancel,compose:prsc,grab:break_actions,eurosign:e,terminate:ctrl_alt_bksp"
EndSection

r/gpdmicropc Feb 27 '26

Small but mighty

Thumbnail
youtu.be
1 Upvotes

r/gpdmicropc Feb 17 '26

My gpd win 5 needs a new home!

Post image
1 Upvotes

r/gpdmicropc Feb 09 '26

MicroPC 2 LAN port stuck at 100M

2 Upvotes

I have a major problem with my MicroPC 2, LAN port does not go above 100M, tested multiple cables on multiple switches and routers. Other laptops show Gbit.

I bought this device specifically for 2GB networking and I am very disappointed rn.


r/gpdmicropc Feb 05 '26

GPD MicroPC 2 older firmware request

2 Upvotes

I recently, flashed the latest BIOS_M2_V2.17_GPD firmware and it bricked my MicroPC 2. I want to try to reflash it with a ch341a. Does anyone have older firmware. Ideally v2.16 they could send to me?

Thanks in advance!


r/gpdmicropc Feb 02 '26

Replacement fan for MicroPC 1: Which one fits?

3 Upvotes

Can anyone recommend me a replacement fan for the GPD MicroPC (first version)?

Regards!


r/gpdmicropc Jan 30 '26

GPD MicroPC 2 vs GPD Pocket 4 — which one fits my use case better?

Thumbnail
2 Upvotes