Bug 16149
Summary: | VGA display is off: blame commit "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)." | ||
---|---|---|---|
Product: | Drivers | Reporter: | Giacomo Catenazzi (cate) |
Component: | Video(DRI - Intel) | Assignee: | drivers_video-dri-intel (drivers_video-dri-intel) |
Status: | CLOSED DUPLICATE | ||
Severity: | normal | CC: | avillaci, eric, rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.35-rc1 | Subsystem: | |
Regression: | Yes | Bisected commit-id: |
Description
Giacomo Catenazzi
2010-06-07 17:33:08 UTC
oops: correct kernel version 2.6.35-rc1 Also affected by the bug. 2.6.35-rc2 I have confirmed that reverting cfecde435dda78248d6fcdc424bed68d5db6be0b fixes this particular bug and gives me a working display on 2.6.35-rc2. setting CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY also solve this (and additionally it show the console output before starting X), But I'm confused. If system loads an other fb (see below my list), why: #1 why Monitor booting the kernel say "No signal" (thus it detect the right video card). #2 why starting X, without the above commit, the video is show at right resolution (so the fb is correct). ciao cate additional info of my configuration: X.Org X Server 1.7.7 cate@cateee ~/kernel/linux-2.6$ grep FB .config | grep -v '#' CONFIG_FB=y CONFIG_FB_BOOT_VESA_SUPPORT=y CONFIG_FB_CFB_FILLRECT=y CONFIG_FB_CFB_COPYAREA=y CONFIG_FB_CFB_IMAGEBLIT=y CONFIG_FB_MODE_HELPERS=y CONFIG_FB_VGA16=y CONFIG_FB_VESA=y CONFIG_FB_LE80578=y CONFIG_FB_CARILLO_RANCH=y |