Linux 2.6.33-rc7 using KMS, xf86-video-ati from git. ATI Technologies Inc Mobility Radeon HD 3650, Apple 30", Thinkpad T500. The Thinkpad has a DisplayPort on it; the monitor is DVI; using a DP->DVI converter. The BIOS and console show on the monitor, but X doesn't. xrandr says: DisplayPort-0 disconnected (normal left inverted right x axis y axis) Unsure how to proceeed from here; #radeon suggested I file a bug report since this should work.
Please attach dmesg and xorg log.
Created attachment 33184 [details] Xorg.log My fault; I thought I had attached it before but I didn't double-check.
Created attachment 33185 [details] dmesg
Is there anything else I can do to assist this ticket? Patches to try, git branches to compile, etc?
can you check with latest kernel 2.6.33-rc8 or so?
(In reply to comment #5) > can you check with latest kernel 2.6.33-rc8 or so? Same results. Attaching new dmesg and X log.
Created attachment 33332 [details] dmesg 2.6.33-rc8
Created attachment 33333 [details] xorg.0.log with 2.6.33-rc8
Created attachment 33893 [details] Linux 2.6.33 dmesg Upgraded to Linux 2.6.33, attaching the dmesg.
Created attachment 33894 [details] Xorg log Updated to the latest xf86-video-ati driver from git, attaching the Xorg log.
Created attachment 33895 [details] xrandr Upgraded to the latest xf86-video-ati from git, attaching the xrandr output.
You are mixing a KMS drm with UMS in the ddx. Make sure the radeon drm is loaded before you start X otherwise both drivers (drm and ddx) will attempt to drive the hardware.
Alex, that tip fixed it. Thank you. I added `radeon' to /etc/modules and it now works.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.