mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 20:22:53 +00:00
Updated Configuring the Raspberry Pi (markdown)
parent
e925ede357
commit
d1ec42622e
@ -13,7 +13,7 @@ Install _unclutter_:
|
|||||||
````
|
````
|
||||||
sudo apt-get install unclutter
|
sudo apt-get install unclutter
|
||||||
````
|
````
|
||||||
|
__version 1 only__
|
||||||
##Disabling the screensaver
|
##Disabling the screensaver
|
||||||
|
|
||||||
edit _/etc/xdg/lxsession/LXDE-pi/autostart_:
|
edit _/etc/xdg/lxsession/LXDE-pi/autostart_:
|
||||||
@ -36,6 +36,24 @@ Add the following line below [SeatDefaults]
|
|||||||
xserver-command=X -s 0 -dpms
|
xserver-command=X -s 0 -dpms
|
||||||
````
|
````
|
||||||
|
|
||||||
|
## Disable WiFi Power Save
|
||||||
|
|
||||||
|
Edit _/etc/modprobe.d/8192cu.conf_
|
||||||
|
```shell
|
||||||
|
sudo nano /etc/modprobe.d/8192cu.conf
|
||||||
|
```
|
||||||
|
|
||||||
|
Add the following lines
|
||||||
|
```shell
|
||||||
|
# Disable power saving
|
||||||
|
options 8192cu rtw_power_mgnt=0 rtw_enusbss=1 rtw_ips_mode=1
|
||||||
|
```
|
||||||
|
|
||||||
|
Reboot your PI
|
||||||
|
```shell
|
||||||
|
sudo reboot
|
||||||
|
```
|
||||||
|
|
||||||
## Enable file sharing with OS X
|
## Enable file sharing with OS X
|
||||||
|
|
||||||
Install _Netatalk_:
|
Install _Netatalk_:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user