[mythtv-users] EDID and Sony TV

Nigel Jewell nigel.jewell at grufty.co.uk
Tue Feb 16 06:58:37 UTC 2016


On 15/02/2016 21:42, Josu Lazkano wrote:
> Nige, could you send me the xorg.conf file? Thanks and regards. 

Sure.

Created with:

nvidia-xconfig -c /dev/null 
--custom-edid="DFP-0:/etc/X11/hdmi.edid/hdmi2.edid" --no-use-edid-dpi -o 
xorg.conf

Added:

Option         "DPI" "100x100"

Nige.

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 340.96 
(buildmeister at swio-display-x86-rhel47-05)  Sun Nov  8 22:50:27 PST 2015

Section "ServerLayout"
     Identifier     "Layout0"
     Screen      0  "Screen0"
     InputDevice    "Keyboard0" "CoreKeyboard"
     InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
     FontPath        "/usr/share/fonts/default/Type1"
EndSection

Section "InputDevice"
     # generated from default
     Identifier     "Mouse0"
     Driver         "mouse"
     Option         "Protocol" "auto"
     Option         "Device" "/dev/input/mice"
     Option         "Emulate3Buttons" "no"
     Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
     # generated from default
     Identifier     "Keyboard0"
     Driver         "kbd"
EndSection

Section "Monitor"
     Identifier     "Monitor0"
     VendorName     "Unknown"
     ModelName      "Unknown"
     HorizSync       28.0 - 33.0
     VertRefresh     43.0 - 72.0
     Option         "DPMS"
EndSection

Section "Device"
     Identifier     "Device0"
     Driver         "nvidia"
     VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
     Identifier     "Screen0"
     Device         "Device0"
     Monitor        "Monitor0"
     DefaultDepth    24
     Option         "UseEdidDpi" "False"
     Option         "DPI" "100x100"
     Option         "CustomEDID" "DFP-0:/etc/X11/hdmi.edid/hdmi2.edid"
     SubSection     "Display"
         Depth       24
     EndSubSection
EndSection


More information about the mythtv-users mailing list