[mythtv-users] Video and sound turning off for 2 seconds then returning

James Abernathy jfabernathy at gmail.com
Tue Jul 27 13:10:03 UTC 2021


Somewhere along the way of testing I screwed up and got the problem back.
So I went back to the xorg.conf produced by X -configure and then just
added my changes.

This time I included the Option "HotPlug" "false". The complete xorg.conf
I'm using is below.  The xorg.1.log looks better and more understandable.
It indicates all the changes I want. So I'm going to test this for a few
days.

Jiim A


Section "ServerLayout"
> Identifier     "X.org Configured"
> Screen      0  "Screen0" 0 0
> InputDevice    "Mouse0" "CorePointer"
> InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection
>
> Section "InputDevice"
> Identifier  "Keyboard0"
> Driver      "kbd"
> EndSection
>
> Section "InputDevice"
> Identifier  "Mouse0"
> Driver      "mouse"
> Option    "Protocol" "auto"
> Option    "Device" "/dev/input/mice"
> Option    "ZAxisMapping" "4 5 6 7"
> EndSection
>
> Section "Monitor"
> Identifier   "Monitor0"
> VendorName   "Monitor Vendor"
> ModelName    "Monitor Model"
> Option       "HotPlug" "false"
> EndSection
>
> Section "Device"
> Option         "CustomEDID" "HDMI-1:/etc/X11/edid.bin"
> Option       "ConnectedMonitor" "HDMI-1"
> Option         "IgnoreEDID" "false"
> Option         "UseEDID" "true"
> Identifier   "Card0"
> Driver       "intel"
> BusID       "PCI:0:2:0"
> EndSection
>
> Section "Screen"
> Identifier "Screen0"
> Device     "Card0"
> Monitor    "Monitor0"
> SubSection "Display"
> Viewport   0 0
> Depth     1
> EndSubSection
>


> SubSection "Display"
> Viewport   0 0
> Depth     4
> EndSubSection
>


> SubSection "Display"
> Viewport   0 0
> Depth     8
> EndSubSection
>


> SubSection "Display"
> Viewport   0 0
> Depth     15
> EndSubSection
>


> SubSection "Display"
> Viewport   0 0
> Depth     16
> EndSubSection
>


> SubSection "Display"
> Viewport   0 0
> Depth     24
> EndSubSection
>


> EndSection
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20210727/792a61ae/attachment.htm>


More information about the mythtv-users mailing list