Bug 13720
Summary: | [2.6.30] Modesetting on Mobility Radeon X700 displays black screen | ||
---|---|---|---|
Product: | Drivers | Reporter: | Ken Lewis (kenlewis) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | alan, alexdeucher |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.30-rc1 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
dmesg output with r4xx_atom=1 set
verbose lspci output .config file for kernel build used video bios file Fix quirk handling for MSI laptop Dmesg with working KMS output. |
Description
Ken Lewis
2009-07-06 10:47:02 UTC
This is probably a dupe of bug 13683. r4xx_atom is still a valid option to try. While r4xx cards have an atombios that atom command tables are not used for programming the mode unless the r4xx_atom option is set. Please attach your dmesg with the debug option set for the drm module. I don't think it's a dupe of that because the reported experience differs: I see no mouse cursor and no powersaving effects correct the lack of an image on-screen. A bit of googling indicates that my laptop has different hardware -- I'm using ATIIXP audio instead of a Via 82XX (see http://www.linlap.com/wiki/fujitsu+amilo+a1667g). Created attachment 22233 [details]
dmesg output with r4xx_atom=1 set
Created attachment 22234 [details]
verbose lspci output
Created attachment 22235 [details]
.config file for kernel build used
Please s/'driver/gpu/drm/atombios.c'/'driver/gpu/drm/radeon/atombios.c'/ can you attach your video bios? as root: cd /sys/bus/pci/devices/0000\:01\:00.0/ echo 1 > rom cat rom > /tmp/x700_vbios.rom echo 0 > rom Created attachment 22236 [details]
video bios file
Created attachment 22237 [details]
Fix quirk handling for MSI laptop
This patch should fix the connector enumeration.
Created attachment 22241 [details]
Dmesg with working KMS output.
The patch Works For Me, against mainline commit 8e4a71. Thanks so much for the quick turnaround.
WFM SignOff: Ken Lewis.
|