mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 19:10:01 +02:00
Updated Get Started (markdown)
@@ -62,13 +62,16 @@ Launch mplayer: `mplayer tv://` and enjoy your own smily face :-)
|
||||
The driver breaks on suspend / resume, so add a script to unload / reload the driver:
|
||||
`vi /usr/lib/systemd/system-sleep/remove-facetimehd.sh`
|
||||
|
||||
`#!/bin/bash
|
||||
[ "$1" = "post" ] && exec /usr/sbin/modprobe facetimehd
|
||||
[ "$1" = "pre" ] && exec /usr/sbin/rmmod facetimehd
|
||||
exit 0`
|
||||
```
|
||||
#!/bin/bash
|
||||
[ "$1" = "post" ] && exec /usr/sbin/modprobe facetimehd
|
||||
[ "$1" = "pre" ] && exec /usr/sbin/rmmod facetimehd
|
||||
exit 0
|
||||
```
|
||||
Save and exit then:
|
||||
|
||||
`chmod +x /usr/lib/systemd/system-sleep/remove-facetimehd.sh`
|
||||
```
|
||||
chmod +x /usr/lib/systemd/system-sleep/remove-facetimehd.sh
|
||||
```
|
||||
|
||||
IF YOU ENCOUNTER ANY ISSUES LOOK AT THE "ADDITIONAL NOTES" SECTION ON THE BOTTOM OF THIS PAGE OR REPORT AN ISSUE
|
||||
|
||||
@@ -262,4 +265,3 @@ And if none of the two above worked try: `mplayer -vo gl3 tv://`
|
||||
## If you get a corrupted image in Cheese
|
||||
|
||||
This is because some linux applications does not support high resolution cameras. To fix this go to Cheese settings and change the resolution to something lower. Then turn the computer OFF, and ON again. (Not reboot). This should fix the corrupted image.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user