mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 12:12:20 +00:00
Updated Configuring the Raspberry Pi (markdown)
parent
e925ede357
commit
d1ec42622e
@ -9,11 +9,11 @@ display_rotate=1
|
||||
````
|
||||
|
||||
##Autohiding the Mouse Cursor
|
||||
Install _unclutter_:
|
||||
Install _unclutter_:
|
||||
````
|
||||
sudo apt-get install unclutter
|
||||
````
|
||||
|
||||
__version 1 only__
|
||||
##Disabling the screensaver
|
||||
|
||||
edit _/etc/xdg/lxsession/LXDE-pi/autostart_:
|
||||
@ -36,6 +36,24 @@ Add the following line below [SeatDefaults]
|
||||
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
|
||||
|
||||
Install _Netatalk_:
|
||||
|
Loading…
x
Reference in New Issue
Block a user