User:Ahi6
Appearance
| This user has a personal website. |
| This user is @ahi6 on matrix.org. |
| This user's pmOS GitLab profile is @ahi6. |
| Device | Notes |
|---|---|
| Lenovo Tab 4 10 (lenovo-tb-x304l) | Porting... (on hiatus) |
| Nothing CMF Phone 2 Pro (nothing-galaga) | Stock Android, daily driver |
| Samsung Galaxy A6 (samsung-a6lte) | Running postmarketOS, used as a home server. |
| Xiaomi Redmi 6 (xiaomi-cereus) | |
| Xiaomi Redmi Note 10 Pro (xiaomi-sweet) | pmOS + LOS |
Dogfooding
Disabling the screen when using buffyboard
Stopping buffyboard
This used to work, but after updating my packages no longer works, just kills the keyboard part, but fbcon remains active.
Detaching the framebuffer console
echo 0 > /sys/class/vtconsole/vtcon1/bind
echo 1 > /sys/class/vtconsole/vtcon1/bind
I don't know how to reattach the console without rebooting though.
Clearing the framebuffer
Doesn't turn off the screen; oh well, whatever.
dd if=/dev/zero of=/dev/fb0