Summary: | Dual-head fails with ati driver, appears related to 'crtc' | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Anthony Brock <anthony.brock> | ||||||||
Component: | Driver/Radeon | Assignee: | xf86-video-ati maintainers <xorg-driver-ati> | ||||||||
Status: | RESOLVED DUPLICATE | QA Contact: | Xorg Project Team <xorg-team> | ||||||||
Severity: | normal | ||||||||||
Priority: | medium | CC: | haraldme | ||||||||
Version: | unspecified | ||||||||||
Hardware: | x86 (IA32) | ||||||||||
OS: | Linux (All) | ||||||||||
Whiteboard: | |||||||||||
i915 platform: | i915 features: | ||||||||||
Attachments: |
|
Description
Anthony Brock
2007-12-10 08:48:00 UTC
Please attach your log file. Created attachment 13020 [details]
X11 log from current session
As reported on launchpad (https://bugs.launchpad.net/bugs/172601) I have a rather similar problem, with the following setup: Dell Latitude D610 laptop Dockingstation 2 external monitors, each capable of 1600x1200 (one connected via VGA, and one via DVI) Tormod Volden requested that I try with the latest version of the driver from his PPA archive (xserver-xorg-video-ati 1:6.7.196+git20071210-0ubuntu0tormod), and post the results/logs. I had no better luck with this version than with prior versions from Ubuntu Gutsy -- the external monitor that's being driven by CRTC 0 goes black (or displays a monitor-generated warning that it's unable to display the signal it gets, for the DVI-attached monitor) when I try to use its preferred mode, while the monitor being driven by CRTC 1 works fine. If I swap which external monitor is being driven by which CRTC around, it's always the one driven by CRTC 0 that's unable to display the preferred mode. I tested this by running "xinit" from a text vt as root, and performing the following commands in the resulting xterm: # Initial output was on LVDS + DVI-0. xrandr --output LVDS --off --output VGA-0 --auto # Monitor LVDS went black, and monitor VGA-0 stayed black. xrandr --output VGA-0 --off --output LVDS --auto # Monitor LVDS came alive again. xrandr --verbose -q > /tmp/xrandr-q.lvds+dvi xrandr --output LVDS --off --output VGA-0 --auto xrandr --verbose -q > /tmp/xrandr-q.vga+dvi # Repeat to get copies of xrandr output. Monitor VGA-0 still black. xrandr --output LVDS --off --output VGA-0 --auto --mode 1280x1024 # Monitor VGA-0 now came alive, but with a non-optimal resolution. xrandr --verbose -q > /tmp/xrandr-q.vga-reduced+dvi # Capture more xrandr output xrandr --output VGA-0 --off --output LVDS --auto # Move back to LVDS, before quitting. I'll attach my xorg.conf and the X log resulting from this exercise shortly; let me know if there's other data you'd like me to collect. Created attachment 13026 [details]
Harald Meland's xorg.conf
Created attachment 13027 [details]
Harald's X11 log from testing 1:6.7.196+git20071210-0ubuntu0tormod
I've fixed this and will be committing it shortly once I've finished testing a few things. bugs 12913 and 13533 are also related. |
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.