Hello, linaro-dev,
I was able to get the Ubuntu desktop to appear by connecting a 1080p DVI monitor to the "DVI-D" HDMI connector.
Is there any documentation on which HDMI connector to use when connecting to different types of displays?
Is there any way to pass a different resolution on the kernel command line so that I can get the PandaBoard to work with a 1680x1050 DVI display?
On 2 July 2012 17:52, David Cullen David.Cullen@koe-americas.com wrote:
Hello, linaro-dev,
I was able to get the Ubuntu desktop to appear by connecting a 1080p DVI monitor to the "DVI-D" HDMI connector.
Is there any documentation on which HDMI connector to use when connecting to different types of displays?
Is there any way to pass a different resolution on the kernel command line so that I can get the PandaBoard to work with a 1680x1050 DVI display?
See http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git%3Ba=blob%3Bf=Do...
omapfb.mode=<xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m] or <name>[-<bpp>][@<refresh>] - Default video mode for specified displays. For example - "dvi:800x400MR-24@60". <xres>, <yres>, <bpp> and <refresh> are decimal numbers and <name> is a string. <xres> is resolution in x-axis. <yres> is resolution in y-axis. <bpp> is bit per pixel. [M] will allow to compute the timings using VESA(tm) Coordinated Video Timings (CVT). [R] will allow to compute with reduced blanking (for flatpanels). [i] will allow to compute interlaced mode. [m] will add margins equal to 1.8% of xres rounded down to 8 pixels, and 1.8% of yres.
NOTE: The char 'i' and 'm' must be after 'M' and 'R'. Example:
Just for information: 1024x768MR-8@60m = Reduced blank with margins at 60Hz.
For more information, See drivers/video/modedb.c. There are also two special modes: "pal" and "ntsc" that can be used to tv out.