Skip to content

Instantly share code, notes, and snippets.

@nmunson
Created February 7, 2015 16:04
Show Gist options
  • Save nmunson/e78711b5d6dc9a17ee05 to your computer and use it in GitHub Desktop.
Save nmunson/e78711b5d6dc9a17ee05 to your computer and use it in GitHub Desktop.
Fix for no sound after resume on OpenElec 5+, nvidia ion
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