I am having trouble with an av receiver and I do not get any display at all unless I reboot several times. I want to lock down the video resolution to 1080p@50Hz
I am not sure about the exact change to be made in the xorg.conf file. I have edited as below but am not able to get it to work. Please help. I am using an Intel board.
Code
Section "Device"
Identifier "Device0"
Driver "intel"
VendorName "INTEL Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "HDMI2"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080@50p"
EndSubSection
EndSection
Section "Monitor"
Identifier "HDMI2"
HorizSync 14.0 - 70.0
VertRefresh 24.0 - 62.0
# Option "DPMS" "true"
Modeline "1920x1080@50p" 148.500 1920 2008 2056 2200 1080 1084 1089 1125 +hsync +vsync
EndSection
Section "Extensions"
# fixes tearing
Option "Composite" "Disable"
EndSection
Display More