mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-23 16:50:00 +01:00
9 lines
200 B
Bash
Executable File
9 lines
200 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
|
|
|
|
|
|
|