GPD Pocket 2 安装 Deepin 15.11 记录
Tofloor
poster avatar
atfa
deepin
2019-08-01 17:44
Author
闲鱼上淘了台 GPD Pocket 2,当做备用机,本来计划安装黑苹果,已经成功,但是不支持sleep,实用性有欠缺,遂安装了deepin,记录一下。
1,制作U盘安装

2,可以安装到microsSD上
3,在 /etc/X11/xorg.conf.d 下新增下面的文件
  1. $ cat 20-gpd-pocket2-intel.conf
  2. Section "Device"
  3.   Identifier "Device0"
  4.   Driver     "intel"
  5.   Option     "AccelMethod" "sna"
  6.   Option     "TearFree"    "true"
  7.   Option     "DRI"         "3"
  8. EndSection
Copy the Code

  1. $ cat 40-gpd-pocket2-monitor.conf
  2. # GPD Pocket2 (modesetting)
  3. Section "Monitor"
  4.   Identifier "eDP-1"
  5.   Option     "Rotate"  "right"
  6. EndSection

  7. # GPD Pocket2 (xorg-video-intel)
  8. Section "Monitor"
  9.   Identifier "eDP1"
  10.   Option     "Rotate"  "right"
  11. EndSection
Copy the Code

  1. $ cat 80-gpd-pocket2-trackpoint.conf
  2. Section "InputClass"
  3.   Identifier     "GPD Pocket 2 trackpoint"
  4.   MatchProduct   "HAILUCK CO.,LTD USB KEYBOARD Mouse"
  5.   MatchIsPointer "on"
  6.   Driver         "libinput"
  7.   Option         "MiddleEmulation" "1"
  8.   Option         "ScrollButton"    "3"
  9.   Option         "ScrollMethod"    "button"
  10. EndSection
Copy the Code

4,sudo apt install xinput
5,在 /usr/bin 添加 turn_right.sh
  1. $ cat /usr/bin/turn_right.sh
  2. xrandr -o right
  3. xinput set-prop 12 'Coordinate Transformation Matrix' 0 1 0 -1 0 1 0 0 1
Copy the Code

6,给 urn_right.sh 设置方便的快捷键

That's all
Reply Favorite View the author
All Replies
avatar
aida
deepin
2019-08-01 18:13
#1
GPD Pocket 2 看起来挺好看的
Reply View the author
avatar
superendermansm
deepin
2019-08-01 18:17
#2
屏幕有点小吧
Reply View the author
avatar
绍贝格尔
deepin
2021-04-24 20:04
#3

现在不用这么麻烦直接在控制中心就可以旋转270度就行

Reply View the author
avatar
绍贝格尔
deepin
2021-04-25 02:02
#4

触摸正常吗

Reply View the author