| Summary: | Thinkpad T400: AMD Mobility Radeon HD 3470 + 2 monitors | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | DRI | Reporter: | Kirill A. Shutemov <kirill> | ||||||||||
| Component: | DRM/Radeon | Assignee: | Default DRI bug account <dri-devel> | ||||||||||
| Status: | VERIFIED FIXED | QA Contact: | |||||||||||
| Severity: | normal | ||||||||||||
| Priority: | medium | ||||||||||||
| Version: | XOrg git | ||||||||||||
| Hardware: | Other | ||||||||||||
| OS: | All | ||||||||||||
| Whiteboard: | |||||||||||||
| i915 platform: | i915 features: | ||||||||||||
| Attachments: |
|
||||||||||||
|
Description
Kirill A. Shutemov
2010-01-30 07:14:36 UTC
Created attachment 32930 [details] [review] Xorg.0.log Created attachment 32931 [details] [review] dmesg Can you attach the output of xrandr --verbose? Created attachment 32932 [details]
xrandr --verbose
Any ideas? BTW, I was able to setup configuration I want(except rotation) with radeonhd and disabled KMS. (In reply to comment #5) > Any ideas? > > BTW, I was able to setup configuration I want(except rotation) with radeonhd > and disabled KMS. > looks like VGA is off. Does: xrandr --output VGA-0 --auto enable it? or xrandr --output VGA-0 --mode 1920x1200 --crtc 0 (In reply to comment #6) > (In reply to comment #5) > > Any ideas? > > > > BTW, I was able to setup configuration I want(except rotation) with radeonhd > > and disabled KMS. > > > > looks like VGA is off. Does: > xrandr --output VGA-0 --auto > enable it? > or xrandr --output VGA-0 --mode 1920x1200 --crtc 0 > In both caes, it enables backlight, but screen is black. does forcing a dpms cycle help? sleep 5; xset dpms force off (In reply to comment #8) > does forcing a dpms cycle help? > sleep 5; xset dpms force off > No, it doen't. I've gotten working VGA-0 when set default output device in BIOS to VGA-0. In this case, after KMS initialization I can see console on both VGA-0 and LVDS (console occupies only part of VGA-0 which is bigger than LVDS, rest of the screen is white). Unfortunately, this trick works only if I initially boot with connected VGA-0. BIOS fallbacks to boot with LVDS if it doesn't see VGA-0. Any ideas? Does xf86-video-ati from git master (for UMS) or a newer drm (for KMS) help? You might try drm-radeon-testing. These patches might help for KMS: http://git.kernel.org/?p=linux/kernel/git/airlied/drm-2.6.git;a=commitdiff;h=ff4feeadf7581d27704dedcecaaaaf0209e65487 http://git.kernel.org/?p=linux/kernel/git/airlied/drm-2.6.git;a=commitdiff;h=383be5d1789d9a7a2e77dca1cb0aca89507d069e Thanks! Updated DRM (I've tested drm-next) helps. |
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.