Origen: HDMI output is not using the entire screen

Bug #880441 reported by Ricardo Salveti
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Linaro Ubuntu
Fix Released
Medium
Ricardo Salveti
linaro-landing-team-samsung
Fix Released
Undecided
Unassigned

Bug Description

Hwpack: hwpack_linaro-lt-origen_20111022-0_armel_supported.tar.gz
Image: linaro-o-ubuntu-desktop-tar-20111023-0.tar.gz

HDMI output works but it seems to be in a fixed resolution (1400x600). The output should use the entire display, and be full screen.

tags: added: linaro-ubuntu lt-origen primary-video-out
removed: hdmi origen
Changed in linaro-landing-team-samsung:
status: New → Confirmed
Fathi Boudra (fboudra)
Changed in linaro-ubuntu:
milestone: 11.10 → 11.11
Revision history for this message
Angus Ainslie (angus-akkea) wrote :

The xorg.conf below needs to be used for HDMI output

# This overides the default output to /dev/fb0 which is the LCD
# framebuffer and redirects it to fb10 for HDMI output.

Section "Device"
          Identifier "FBDEV"
          Driver "fbdev"
          Option "fbdev" "/dev/fb10"
EndSection

Section "Screen"
          Identifier "HDMI Screen"
          Device "FBDEV"
          DefaultDepth 24
          SubSection "Display"
                  Virtual 1920 1080
          EndSubSection
EndSection

Changed in linaro-landing-team-samsung:
status: Confirmed → Fix Released
Changed in linaro-ubuntu:
assignee: nobody → Ricardo Salveti (rsalveti)
Revision history for this message
Ricardo Salveti (rsalveti) wrote :

I'd prefer to see it working without any extra xorg config file, but this is a workaround. I added the config file as default with origen hwpack, and HDMI is now working fine at 1080p.

One thing I couldn't test is if this will interfere at the LCD, as mine is currently broken (real broken).

Changed in linaro-ubuntu:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.