v17 LibreELEC Testbuilds for x86_64 (Kodi 17.0)
Quote:Does your audio work (along with suspend to RAM) without your custom xorg.conf and with the older driver?

No, i dont get the audio with my custom xorg.conf... i suspect an edid option that i use which is not available with old driver, here my xorg.conf (which works with new driver )

Code:
GNU nano 2.5.3    File: /storage/.config/xorg.conf              
Section "Device"
    Identifier "nvidia0"
    Driver "nvidia"
    Option "DynamicTwinView" "False"                          
       Option "NoFlip" "false"
    Option "NoLogo" "true"
    Option "ConnectToAcpid" "0"
    Option "ModeValidation" "NoVesaModes, NoXServerModes"
    Option "HWCursor" "false"
    # To put Xorg in debug mode change "false" to "true" in the l$  
Option "ModeDebug" "true"
# To use a local edid.bin file uncomment the 4 lines below (chan$#    
Option "ConnectedMonitor" "DFP-0"
#    Option         "CustomEDID" "DFP-0:/storage/.config/edid.bin"#  
Option "IgnoreEDID" "true"
#    Option "UseEDID" "false"
EndSection

Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
   HorizSync 26.0 - 81.0
    VertRefresh 24.0 - 75.0
    Option "DPMS" "false"
  #1920x1080p @ 50Hz (EIA/CEA-861B
    ModeLine "1920x1080@50" 148.500 1920 2448 2492 2640 1080
  #1920x1080p @ 50Hz (EIA/CEA-861B                            
       ModeLine "1920x1080@50" 148.500 1920 2448 2492 2640 1080 1084$  
# 1920x1080p @ 60Hz
    ModeLine "1920x1080@60" 148.500 1920 2008 2052 2200 1080 1084$    
# 1920x1080p @ 24Hz (EIA/CEA-861B)
    ModeLine "1920x1080@24" 74.250 1920 2558 2602 2750 1080 1084 $  
  # 1920x1080p @ 23.976Hz (EIA/CEA-861B)
    ModeLine "[email protected]" 74.175 1920 2558 2602 2750 1080 1$  
  # 1920x1080p @ 59.94Hz (EIA/CEA-861B)
    ModeLine "[email protected]" 148.350 1920 2008 2052 2200 1080 1$  
# 1920x1080p @ 25Hz (EIA/CEA-861B)
    ModeLine "1920x1080@25" 74.250 1920 2448 2492 2640 1080 1084 $    
# 1920x1080p @ 29.97Hz (EIA/CEA-861B)
    ModeLine "[email protected]" 74.175 1920 2008 2052 2200 1080 10$    
# 1920x1080p @ 30Hz (EIA/CEA-861B)
    ModeLine "1920x1080@30" 74.250 1920 2008 2052 2200 1080 1084 $    
   Option "UseEDIDFreqs" "False"
    Option "ExactModeTimingsDVI" "True"
EndSection

Section "Screen"
    Identifier "Default Screen"
    Device "nvidia0"
    Monitor "Monitor0"
#  Option "ColorRange" "Full"
#   Option "ColorRange" "Limited"
# Option "ColorSpace" "YCbCr444"    
#   Option "ColorSpace" "RGB"
    DefaultDepth 24
  SubSection "Display"
        Depth 24
        Modes "1920x1080@50" "1920x1080@60" "1920x1080@24" "1920x$    EndSubSection
EndSection
Section "Extensions"
   Option "Composite" "Disable"
EndSection


Messages In This Thread
3D HOU/HSBS issue - by .bismarck - 2016-06-20, 20:03
[Build #0903] breaks VAAPI - by MichaelAnders - 2016-09-04, 15:37
RE: LibreELEC Testbuilds for x86_64 (Kodi 17.0) - by bibi - 2016-09-26, 13:00
Update Failed - by n2vwz - 2016-09-27, 19:34
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for x86_64 (Kodi 17.0)11