Skip to content

Instantly share code, notes, and snippets.

@cherepanov
Last active March 12, 2023 13:10
Show Gist options
  • Save cherepanov/25d1a556210c422f3b53cf1a732b5e23 to your computer and use it in GitHub Desktop.
Save cherepanov/25d1a556210c422f3b53cf1a732b5e23 to your computer and use it in GitHub Desktop.
  • ubuntu 22.04
  • vivaldi browser
  • telegram

tear down

tune

WiFi

just putting anything inside this file fixes wifi networks detection

trackpoint

wayland

https://github.com/PeterCxy/scroll-emulation

xorg

/etc/X11/xorg.conf.d/50-trackpoint.conf
Section "InputClass"
  Identifier      "GPD trackpoint"
  MatchProduct    "SINO WEALTH Gaming Keyboard"
  MatchIsPointer  "on"
  Driver          "libinput"
  Option          "MiddleEmulation" "1"
  Option          "ScrollButton" "3"
  Option          "ScrollMethod" "button"
EndSection

gestures

https://github.com/JoseExposito/touchegg

https://ubuntuhandbook.org/index.php/tag/touchpad-gestures/

sound

echo "blacklist snd_hdmi_lpe_audio" > /etc/modprobe.d/snd-hdmi-lpe-audio-blacklist.conf

wifi

wget https://raw.githubusercontent.com/Netronome/linux-firmware/master/brcm/brcmfmac4356-pcie.gpd-win-pocket.txt
sudo cp brcmfmac4356-pcie.gpd-win-pocket.txt /lib/firmware/brcm

==

https://github.com/JoseExposito/touche

https://www.reddit.com/r/GPDPocket/

https://www.reddit.com/r/GPDPocket/wiki/index#wiki_gpd_pocket_1_table_of_contents

https://wiki.archlinux.org/title/GPD_Pocket#WiFi

https://4pda.to/forum/index.php?showtopic=823051&st=180#entry63008416

https://github.com/stockmind/gpd-pocket-ubuntu-respin#bios-updates-and-original-firmwares

https://www.reddit.com/r/GPDPocket/wiki/bios/unlocked#wiki_unlocked_bios_settings

https://4pda.to/forum/index.php?showtopic=823051&st=840

@cherepanov
Copy link
Author

@cherepanov
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment