Created
February 7, 2015 16:04
-
-
Save nmunson/e78711b5d6dc9a17ee05 to your computer and use it in GitHub Desktop.
Fix for no sound after resume on OpenElec 5+, nvidia ion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) Put http://pastebin.com/raw.php?i=PCrGz1rT in /storage/.config/xorg.conf and uncomment the ModeDebug option and reboot | |
2) touch /storage/.config/debug.xorg | |
3) curl https://dl.dropboxusercontent.com/u/8224157/OpenELEC-Ultra/nvidia-xconfig.x86_64 -o /storage/nvidia-xconfig.x86_64 | |
4) chmod +x /storage/nvidia-xconfig.x86_64 | |
5) /storage/nvidia-xconfig.x86_64 --extract-edids-from-file=/var/log/Xorg.0.log --extract-edids-output-file=/storage/.config/edid.bin | |
6) Comment out ModeDebug from /storage/.config/xorg.conf | |
7) rm /storage/.config/debug.xorg | |
8) Uncomment all the following lines with DFP-0: | |
Option "VertRefresh" "DFP-0: 23-60" | |
Option "HorizSync" "DFP-0: 25-100" | |
Option "ModeValidation" "DFP-0: NoVesaModes, NoXServerModes" | |
Option "ConnectedMonitor" "DFP-0" | |
Option "CustomEDID" "DFP-0:/storage/.config/edid.bin" | |
Option "UseEDID" "true" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment