Summary: | Radeon X300 analog VGA is broken | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Hans <freedesktopbugzilla> | ||||||||||||
Component: | Driver/Radeon | Assignee: | xf86-video-ati maintainers <xorg-driver-ati> | ||||||||||||
Status: | RESOLVED INVALID | QA Contact: | Xorg Project Team <xorg-team> | ||||||||||||
Severity: | blocker | ||||||||||||||
Priority: | medium | CC: | christopher.m.penalver, freedesktopbugzilla, sebastian.held | ||||||||||||
Version: | unspecified | ||||||||||||||
Hardware: | x86 (IA32) | ||||||||||||||
OS: | Linux (All) | ||||||||||||||
Whiteboard: | |||||||||||||||
i915 platform: | i915 features: | ||||||||||||||
Attachments: |
|
Description
Hans
2010-06-14 13:30:33 UTC
The DVI port is on the docking station. It should not be detected as connected; I'm not sure why it is. You should be able to force the DVI port off in the interim as a workaround: xrandr --output VGA-0 --off xrandr --output DVI-0 --off xrandr --output VGA-0 --auto Please attach your xorg log and dmesg. Created attachment 36320 [details]
dmesg
dmesg
Created attachment 36321 [details] [review] Xorg.0.log Xorg.0.log . The samsung screen was attached after the system booted up. (booting with it attached won't help) (In reply to comment #1) > The DVI port is on the docking station. Ah, ok. (I don't have the docking station). > Please attach your xorg log and dmesg. Both are attached. I rebooted the laptop and had no xorg.conf, so all should be clean. I'm curious to what you might find. -- Hans I see the problem. You need to load the drm before starting X, otherwise you end up having both the drm and the ddx trying to control the hardware. Make sure the radeon kernel modules is loaded before starting X. (In reply to comment #5) > I see the problem. You need to load the drm before starting X, otherwise you > end up having both the drm and the ddx trying to control the hardware. Make > sure the radeon kernel modules is loaded before starting X. OK, like this ? : I've used 'text' on the kernel command line to prevent gdm from starting. Then typed this : sudo rmmod radeon sudo rmmod ttm sudo rmmod drm to make sure the driver is not loaded (it was not). started it : sudo modprobe agpgart radeon and started gdm : sudo /etc/init.d/gdm start Sadly this does not help much. I tried this with the 1920x1200 screen, which was recognized correctly. So that's good :) However I failed to get it to work at 1920x1200. Need a little more help. (In reply to comment #6) > Sadly this does not help much. I tried this with the 1920x1200 screen, which > was recognized correctly. So that's good :) However I failed to get it to work > at 1920x1200. > Need a little more help. Can you attach your xorg log, dmesg and xrandr output? (In reply to comment #7) > (In reply to comment #6) > > Sadly this does not help much. I tried this with the 1920x1200 screen, which > > was recognized correctly. So that's good :) However I failed to get it to work > > at 1920x1200. > > Need a little more help. > > Can you attach your xorg log, dmesg and xrandr output? Sorry for the delay. I've made sure there was no xorg.conf and rebooted freshly with the 1920x1200 screen attached. The screen was not properly recognized this time, as if 1360x768 were its max resolution. I've tried the gnome monitor preferences to detect all screens, and see what its max resolution was. This shows in the dmesg as follows : [ 252.852216] [drm] 1: conflicting encoders switching off VGA-1 [ 252.852223] [drm] in favor of DVI-I-1 [ 252.885330] [drm] 1: conflicting encoders switching off DVI-I-1 [ 252.885334] [drm] in favor of VGA-1 I hope you find the issue in the 3 logs i'll attach next. Thanks for your time. Created attachment 36735 [details]
dmesg.20100704
Created attachment 36736 [details]
Xorg.0.log.20100704
Created attachment 36737 [details]
xrandr.20100704
Is this still an issue with a newer kernel? Yes, the issue remains. I've tested with 2.6.35-22-generic-pae #35-Ubuntu Is this still an issue with 2.6.37 or 2.6.38-rc5? The issue remains. I've tested with 2.6.38-8-generic #42-Ubuntu (Ubuntu 11.04). Pity that Linux can't be used for presentations on this laptop, there's still the XP partition it came with that gets used for presentations because of the VGA output issue. Hans, Ubuntu 11.04 reached EOL on October 28, 2012. For more on this, please see https://wiki.ubuntu.com/Releases . If this is reproducible in a supported release, it will help immensely if you filed a new report with Ubuntu by ensuring you have the package xdiagnose installed, and that you click the Yes button for attaching additional debugging information running the following from a terminal: ubuntu-bug xorg Also, please feel free to subscribe me to it. For more on why this is helpful, please see https://wiki.ubuntu.com/ReportingBugs. |
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.