wip
This commit is contained in:
@@ -35,7 +35,6 @@ remove-passwd:
|
|||||||
|
|
||||||
.PHONY: apt-install
|
.PHONY: apt-install
|
||||||
apt-install:
|
apt-install:
|
||||||
sudo apt update
|
|
||||||
sudo apt install -y weston seatd kitty libglfw3-dev libgl-dev libasound2-dev libv4l-dev
|
sudo apt install -y weston seatd kitty libglfw3-dev libgl-dev libasound2-dev libv4l-dev
|
||||||
|
|
||||||
.PHONY: setup-weston
|
.PHONY: setup-weston
|
||||||
|
|||||||
@@ -2,32 +2,10 @@
|
|||||||
|
|
||||||
> This repo is a work in progress
|
> This repo is a work in progress
|
||||||
|
|
||||||
## `/boot/firmware/config.txt`
|
## Install
|
||||||
|
|
||||||
```ini
|
|
||||||
# --- overclocking ---
|
|
||||||
# ARM core frequency in MHz
|
|
||||||
arm_freq=3000
|
|
||||||
# VideoCore VII frequency in MHz
|
|
||||||
gpu_freq=1000
|
|
||||||
# Voltage offset in microvolts
|
|
||||||
over_voltage_delta=50000
|
|
||||||
|
|
||||||
# --- opengl ---
|
|
||||||
# Enable DRM VC4 V3D driver
|
|
||||||
dtoverlay=vc4-kms-v3d,composite
|
|
||||||
# Increase the memory reserved for the GPU
|
|
||||||
gpu_mem=64
|
|
||||||
# Avoid GPU down-clocking below 500 MHz that slows FPS down
|
|
||||||
# v3d_freq_min=500
|
|
||||||
|
|
||||||
# --- composite ---
|
|
||||||
enable_tvout=1
|
|
||||||
```
|
|
||||||
|
|
||||||
## Installs
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
sudo apt update
|
||||||
sudo apt install git
|
sudo apt install git
|
||||||
sudo chmod a+rwx /opt
|
sudo chmod a+rwx /opt
|
||||||
cd /opt
|
cd /opt
|
||||||
|
|||||||
Reference in New Issue
Block a user