mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-13 03:40:15 +01:00
8 lines
199 B
Bash
Executable File
8 lines
199 B
Bash
Executable File
#!/bin/bash
|
|
sudo sed -i "s/dev\/fb1/dev\/fb0/g" /usr/share/X11/xorg.conf.d/99-fbturbo.conf
|
|
sudo sed -i "s/dtoverlay=waveshare35a:rotate=270/##no_waveshare_overlay/g" /boot/config.txt
|
|
sudo reboot
|
|
|
|
|
|
|