GPD Pocket/OS/その他
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
開始行:
* その他のOS [#h6af0f9f]
メーカー正式対応以外のOS(Ubuntu以外のLinuxディストリビュ...
** Rasberry Pi Desktop (Raspberry Pi OS i386) [#cf17a856]
ダウンロード
https://www.raspberrypi.org/software/raspberry-pi-desktop/
インストール
GRUB起動 [Install]
Keymap to use: American English
Load missing firmware from removable media? [No] <--- ...
Driver needed by your Ethernet card: no ethernet card
Partitioning method: Guided - use entire disk
Select disk to partition: MMC/SD card #1
Partitioning scheme: All files in one partition
設定確認 [Finish partitioning and write changes to disk]
Write the changes to disks? [Yes]
最終処理 [Continue]
OS起動後 (画面が表示されない場合は蓋を開閉する)
01. ディスプレイを見やすく
xrandr --output DSI-1 --scale 0.5x0.5 --rotate right
02. Wi-Fi有効化
# https://chromium.googlesource.com/chromiumos/third_par...
sudo cp brcmfmac4356-pcie.txt /lib/firmware/brcm/.
sudo modprobe -r brcmfmac
sudo modprobe brcmfmac
03. [Welcome to Raspberry Pi]から設定
# Set Country
Country: Japan
Language: Japanese
Timezone: Tokyo
[ ]Use English language
[v]Use US keyboard
# Change Password [適宜]
# Select WiFi Network [適宜]
# Update Software [Next]
# Setup Complete [Later]
04. Preferences>Raspberry Pi Configuration
[System]タブ
Hostname: 適宜 (初期値: raspberry)
Boot: 適宜 (初期値: To Desktop)
Auto login: 適宜 (初期値: Login as user 'pi')
Splash Screen: Disable (初期値: Enable)
[Display]タブ
Pixel Doubling: Enable (初期値: Disable)
[Interfaces]タブ
SSH: Enable (初期値: Disable)
#---- Reboot needed [No]
05. ログイン後に画面を右回転させる
mkdir -p ~/.config/autostart
tee ~/.config/autostart/rotate.desktop >/dev/null <<EOF
[Desktop Entry]
Type=Application
Name=rotate
Exec=/usr/bin/xrandr --output DSI-1 --rotate right
EOF
06. 再起動
reboot
07. パッケージをアップグレード
sudo apt update
sudo apt full-upgrade -y
sudo apt autoremove -y
08. 日本語入力メソッドをインストール
sudo apt install -y fcitx-mozc
09. ログアウト
pkill -9 -f lxsession
10. Fcitx設定 (Mozcを一番上に移動)
[入力メソッド]タブ
Mozc
キーボード - 英語 (US)
** 非公式Ubuntu [#cf17a856]
GPD公式以外の Ubuntu 環境をインストールする場合はこちら。
GPD公式だと BIOS を 2017/06/28版 (→ [[GPD Pocket/BIOS#ge6...
- https://github.com/stockmind/gpd-pocket-ubuntu-respin/
-- インストール用Live iso あり。
-- shell script で各種設定ファイルをコピーするシンプルな...
-- 中の人が多忙。
- https://github.com/cawilliamson/ansible-gpdpocket/
-- インストール用Live iso なし。他の Linux環境で自前で作...
-- Ubuntu系だけでなく Arch系 / Gentoo系 / Fedora系に対応...
-- Project Close してしまった。
- Ubuntu for GPD Pocket https://apt.nexus511.net/
-- インストール用 Live iso あり。ただし回線細いからいたわ...
-- 設定ファイルをインストールする Ubuntu package を配布し...
--- 設定内容自体は上の Ansible版を参考にして作られている。
-- いまからインストールするならこれがオススメの予感。
** Arch Linux [#u4011c74]
- Arch Linux
GPD Pocket で Arch Linux を起動する https://wakamesoba98....
- GPD PocketにArch Linuxをインストール・設定する http://q...
- GPD Win https://wiki.archlinuxjp.org/index.php/GPD_Win
-- GPD Win の情報だけど、基本的なアーキテクチャーが同じ G...
~
** Fedora Linux [#fd5d4414]
+ Fedora Linux公式の起動ディスク作成方法でDVDなりUSBなり...
+ インストール後にgithubで公開されているScriptで各種セッ...
++ scriptのパッチではじめてWiFiが使えるようになるので予め...
** ChromiumOS Preview for the GPD Pocket [#u4011c74]
- GPD Pocket向けにチューンされたChromiumOS
- 導入ガイド http://maodasi.ldblog.jp/archives/54225638....
- 製作者HP(英語) https://kmyers.me/knowledge/chromiumos...
-- 電池もちとブラウザの処理性能が向上。
-- ブート画面でフリーズするバグ(Tabキーを押せば突破でき...
----
- https://github.com/stockmind/gpd-pocket-ubuntu-respin -...
- こちらも。
https://github.com/cawilliamson/ansible-gpdpocket/ -- [[p...
- https://apt.nexus511.net/ -- [[keruru]] &new{2017-08-30...
- gentoo Linux起動できました -- [[popn_ja]] &new{2017-09-...
- インストール用なのかLive起動用なのかどっち? -- &new{2...
- ubuntu18.04LTSインストールしました。いろいろコケたので...
- のんちゃんパパさんの情報のおかげで、Linux Mint 19 も無...
- ubuntu22.04でサウンドデバイスが認識されなくて困っていた...
#comment
終了行:
* その他のOS [#h6af0f9f]
メーカー正式対応以外のOS(Ubuntu以外のLinuxディストリビュ...
** Rasberry Pi Desktop (Raspberry Pi OS i386) [#cf17a856]
ダウンロード
https://www.raspberrypi.org/software/raspberry-pi-desktop/
インストール
GRUB起動 [Install]
Keymap to use: American English
Load missing firmware from removable media? [No] <--- ...
Driver needed by your Ethernet card: no ethernet card
Partitioning method: Guided - use entire disk
Select disk to partition: MMC/SD card #1
Partitioning scheme: All files in one partition
設定確認 [Finish partitioning and write changes to disk]
Write the changes to disks? [Yes]
最終処理 [Continue]
OS起動後 (画面が表示されない場合は蓋を開閉する)
01. ディスプレイを見やすく
xrandr --output DSI-1 --scale 0.5x0.5 --rotate right
02. Wi-Fi有効化
# https://chromium.googlesource.com/chromiumos/third_par...
sudo cp brcmfmac4356-pcie.txt /lib/firmware/brcm/.
sudo modprobe -r brcmfmac
sudo modprobe brcmfmac
03. [Welcome to Raspberry Pi]から設定
# Set Country
Country: Japan
Language: Japanese
Timezone: Tokyo
[ ]Use English language
[v]Use US keyboard
# Change Password [適宜]
# Select WiFi Network [適宜]
# Update Software [Next]
# Setup Complete [Later]
04. Preferences>Raspberry Pi Configuration
[System]タブ
Hostname: 適宜 (初期値: raspberry)
Boot: 適宜 (初期値: To Desktop)
Auto login: 適宜 (初期値: Login as user 'pi')
Splash Screen: Disable (初期値: Enable)
[Display]タブ
Pixel Doubling: Enable (初期値: Disable)
[Interfaces]タブ
SSH: Enable (初期値: Disable)
#---- Reboot needed [No]
05. ログイン後に画面を右回転させる
mkdir -p ~/.config/autostart
tee ~/.config/autostart/rotate.desktop >/dev/null <<EOF
[Desktop Entry]
Type=Application
Name=rotate
Exec=/usr/bin/xrandr --output DSI-1 --rotate right
EOF
06. 再起動
reboot
07. パッケージをアップグレード
sudo apt update
sudo apt full-upgrade -y
sudo apt autoremove -y
08. 日本語入力メソッドをインストール
sudo apt install -y fcitx-mozc
09. ログアウト
pkill -9 -f lxsession
10. Fcitx設定 (Mozcを一番上に移動)
[入力メソッド]タブ
Mozc
キーボード - 英語 (US)
** 非公式Ubuntu [#cf17a856]
GPD公式以外の Ubuntu 環境をインストールする場合はこちら。
GPD公式だと BIOS を 2017/06/28版 (→ [[GPD Pocket/BIOS#ge6...
- https://github.com/stockmind/gpd-pocket-ubuntu-respin/
-- インストール用Live iso あり。
-- shell script で各種設定ファイルをコピーするシンプルな...
-- 中の人が多忙。
- https://github.com/cawilliamson/ansible-gpdpocket/
-- インストール用Live iso なし。他の Linux環境で自前で作...
-- Ubuntu系だけでなく Arch系 / Gentoo系 / Fedora系に対応...
-- Project Close してしまった。
- Ubuntu for GPD Pocket https://apt.nexus511.net/
-- インストール用 Live iso あり。ただし回線細いからいたわ...
-- 設定ファイルをインストールする Ubuntu package を配布し...
--- 設定内容自体は上の Ansible版を参考にして作られている。
-- いまからインストールするならこれがオススメの予感。
** Arch Linux [#u4011c74]
- Arch Linux
GPD Pocket で Arch Linux を起動する https://wakamesoba98....
- GPD PocketにArch Linuxをインストール・設定する http://q...
- GPD Win https://wiki.archlinuxjp.org/index.php/GPD_Win
-- GPD Win の情報だけど、基本的なアーキテクチャーが同じ G...
~
** Fedora Linux [#fd5d4414]
+ Fedora Linux公式の起動ディスク作成方法でDVDなりUSBなり...
+ インストール後にgithubで公開されているScriptで各種セッ...
++ scriptのパッチではじめてWiFiが使えるようになるので予め...
** ChromiumOS Preview for the GPD Pocket [#u4011c74]
- GPD Pocket向けにチューンされたChromiumOS
- 導入ガイド http://maodasi.ldblog.jp/archives/54225638....
- 製作者HP(英語) https://kmyers.me/knowledge/chromiumos...
-- 電池もちとブラウザの処理性能が向上。
-- ブート画面でフリーズするバグ(Tabキーを押せば突破でき...
----
- https://github.com/stockmind/gpd-pocket-ubuntu-respin -...
- こちらも。
https://github.com/cawilliamson/ansible-gpdpocket/ -- [[p...
- https://apt.nexus511.net/ -- [[keruru]] &new{2017-08-30...
- gentoo Linux起動できました -- [[popn_ja]] &new{2017-09-...
- インストール用なのかLive起動用なのかどっち? -- &new{2...
- ubuntu18.04LTSインストールしました。いろいろコケたので...
- のんちゃんパパさんの情報のおかげで、Linux Mint 19 も無...
- ubuntu22.04でサウンドデバイスが認識されなくて困っていた...
#comment
ページ名: