1. Connect Raspberry Pi to a computer monitor with DMT

    On Raspbian, using a HDMI to DVI-D cable tvservice cannot detect any possible EDID combination and defaulted to 640x480 with unnecessary overscan. Upon running
    tvservice -d edid
    you get "nothing written".

    So you'll have to refer to the table here and use the correct EDID combination and stick it into the /boot/config.txt file.

    Next open up the /boot/config.txt by typing

    sudo nano /boot/config.txt
    and uncomment (removing the #) hdmi_group and hdmi_mode and set them to the correct values. For computer monitors which uses DMT, the hdmi_group=2, while for TVs, which uses CEA use hdmi_group=1. For example, for our purposes we use the following combination DMT output with 1920x1080 60Hz resolution.
    hdmi_group=2
    hdmi_mode=0x52
    Then disable overscan by uncommenting disable_overscan=1. After that press CTRL+O and press enter and then CTRL+X to exit the editor, and finally type the following to put the resolution in effect.
    sudo reboot
    Continue reading »
techteendaily One Line Description Avatar Logo a one place stopshop for some of your tech needs. Though this blog is not updated frequently, but it's information are still meant to be usable and feasible. As the blogger is a lazy person, and also there are no audience at the moment, so maintainence is kept to the lowest priority. If you want this blog to come alive, PLEASE TELL ME and POST COMMENTS to let me know that you care.