• 1
  • 8
  • 9
  • 10
  • 11
  • 12(current)
Linux HOW-TO setup XBMC and Linux with correct resolution (xorg.conf)
Hello all.I have a problem. I have 4K TV and I have my HTPC connected to it. Intel Kabylake integrated graphics card. I noticed the jerking of the image while watching live TV. Currently, I have a resolution set to 3840x2160x50hz. When I reduced the resolution to 1920x1080x50hz it was better but still the image jerks were visible. When I set the resolution of 1280x720px 50hz it all worked well.In the code menu there is no setting option 1920x1080i x 50hz. Live TV is being broadcast in such a resolution.How to set it up in kodi for Live TV to work at this 1920x1080i x 50hz resolution. And all the rest in 4K. I noticed that when I set the resolution of 1280x720px50hz in my menu and set 1920x1080i x 50hz, a smudged bar appears at the top of the screen. It is visible during movement.
Reply
Hi, for your information, I use a Gigabyte GeForce GTX 1050 Windforce OC Edition 2G Carte Graphique with 1 output to the UHDTV and one to my Yamaha RX-V3800 (1080p pass-true only)

I made dumps of the 2 EDID, lock the automatic Nvidia discover and everything work fine now (suspend/resume include). It was a long time I want made this and it was not so simple....

So if you have a 1080p HD amplifier and a Ultra HD TV : This is the solution ;-)

Edit : 03/06/2018 : no tearing now  ;-) Perfect !
- passthru yes
- sync video to display : no
- Adjust display refresh rate : always

_____________________________________________________________________________________________

Section "Monitor"
    Identifier  "Monitor0"
    VendorName  "Samsung"
    ModelName   "UE65HU7500"
    Option      "Primary" "true"
    Option      "DPMS" "false"
EndSection

Section "Monitor"
    Identifier  "Monitor1"
    VendorName  "Yamaha Passthrue"
    Option      "DPMS" "false"
EndSection

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

Option "TwinView" "true"
Option "TwinViewOrientation" "Clone"

    Option      "NoLogo"                "true"
    Option      "DynamicTwinView"       "false"
    Option      "NoFlip"                "false"
    Option      "ConnectToAcpid"        "0"
    Option      "ModeValidation"        "NoVesaModes, NoXServerModes"
    Option      "ModeDebug"             "false"
    Option      "HWCursor"              "false"
    Option      "SWCursor"              "false"
    Option      "RenderAccel"           "1"
    Option      "CustomEDID"            "DFP-1:/etc/X11/samsung.bin; DFP-5:/etc/X11/yamaha.bin"
    Option      "IgnoreEDID"            "false"
    Option      "UseEDID"               "true"
    Option      "ConnectedMonitor"      "DFP-1, DFP-5"
    Option      "TripleBuffer"          "1"

    Option "MultisampleCompatibility"     "1"
    Option "OnDemandVBlankInterrupts"     "1"
EndSection

Section "Screen"
    Identifier  "Screen0"
    Device      "Device0"
    Monitor     "Monitor0"
    DefaultDepth 24
    Option      "TwinView" "1"
    Option      "SWCursor" "on"
    Option      "HWCursor" "off"
    Option      "ColorSpace" "RGB"
    Option      "ColorRange" "Full"
    SubSection  "Display"
        Depth          24
    EndSubSection
EndSection

Section "Module"
    Load        "glx"
EndSection

Section "ServerLayout"
    Identifier "ServerLayout0"
    Option "StandbyTime" "0"
    Option "SuspendTime" "0"
    Option "OffTime"     "0"
    Option "BlankTime"   "0"
EndSection

Section "Extensions"
          Option "Composite" "Disable"
EndSection

_____________________________________________________________________________________________
Reply
  • 1
  • 8
  • 9
  • 10
  • 11
  • 12(current)

Logout Mark Read Team Forum Stats Members Help
HOW-TO setup XBMC and Linux with correct resolution (xorg.conf)6