Bug 21209 - Sapphire HD4850 X2 not detect/work
Summary: Sapphire HD4850 X2 not detect/work
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: 7.4 (2008.09)
Hardware: x86-64 (AMD64) Linux (All)
: highest critical
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL: http://www.sapphiretech.com/us/produc...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-15 13:31 UTC by Sergio Augusto Vladisauskis
Modified: 2009-05-13 21:12 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
Xorg Log (16.13 KB, text/plain)
2009-04-15 13:34 UTC, Sergio Augusto Vladisauskis
no flags Details
lspci -n (741 bytes, text/plain)
2009-04-15 14:15 UTC, Sergio Augusto Vladisauskis
no flags Details
lspci -vvnn (10.02 KB, text/plain)
2009-05-09 18:05 UTC, Cody Carey
no flags Details
Xorg.0.log - Driver "ati" (15.69 KB, text/plain)
2009-05-09 18:21 UTC, Cody Carey
no flags Details
Xorg.0.log - Driver "radeon" (15.41 KB, text/plain)
2009-05-09 18:22 UTC, Cody Carey
no flags Details
Xorg.0.log - Driver "radeonhd" (7.87 KB, text/plain)
2009-05-09 18:22 UTC, Cody Carey
no flags Details
Xorg.0.log - Driver "fglrx" (19.28 KB, text/plain)
2009-05-09 18:23 UTC, Cody Carey
no flags Details
Xorg.0.log - Driver "ati" PATCHED (40.38 KB, text/plain)
2009-05-12 19:05 UTC, Cody Carey
no flags Details
Xorg Log (76.54 KB, text/plain)
2009-05-13 07:44 UTC, Sergio Augusto Vladisauskis
no flags Details

Description Sergio Augusto Vladisauskis 2009-04-15 13:31:28 UTC
I have the SAPPHIRE HD 4850 X2 2G GDDR3 PCI-E and use in any versions of Linux but not work with radeon/radeonhd drivers.

# lspci | grep R700
03:00.0 VGA compatible controller: ATI Technologies Inc R700 [Radeon HD 4850]
04:00.0 Display controller: ATI Technologies Inc R700 [Radeon HD 4850]

In Xorg.0.log show error:
(II) Primary Device is: PCI 03@00:00:0
(EE) No devices detected

I try to use the ATI proprietary driver but result black screen and lock system.
I using VESA driver for any Linux system.
Comment 1 Sergio Augusto Vladisauskis 2009-04-15 13:34:01 UTC
Created attachment 24829 [details]
Xorg Log

This show a error
Comment 2 Alex Deucher 2009-04-15 13:38:41 UTC
Can you attach the output of lspci -n?
Comment 3 Sergio Augusto Vladisauskis 2009-04-15 14:15:41 UTC
Created attachment 24830 [details]
lspci -n

lspci -n
Comment 4 Cody Carey 2009-05-09 18:05:58 UTC
Created attachment 25679 [details]
lspci -vvnn
Comment 5 Cody Carey 2009-05-09 18:21:08 UTC
Created attachment 25680 [details]
Xorg.0.log - Driver "ati"
Comment 6 Cody Carey 2009-05-09 18:22:02 UTC
Created attachment 25681 [details]
Xorg.0.log - Driver "radeon"
Comment 7 Cody Carey 2009-05-09 18:22:44 UTC
Created attachment 25682 [details]
Xorg.0.log - Driver "radeonhd"
Comment 8 Cody Carey 2009-05-09 18:23:07 UTC
Created attachment 25683 [details]
Xorg.0.log - Driver "fglrx"
Comment 9 Cody Carey 2009-05-09 18:30:56 UTC
Adding myself to the CC list. I'm also running a Sapphire HD 4850 X2 and encountering the same problems.

Using the "ati", "radeon", and "radeonhd" drivers results in "no screens detected". Using the proprietary "fglrx" driver results in the console hard locking with either a black screen or a corrupted screen, and attempting to switch between virtual terminals doesn't work. You can, however, SSH in just fine to make changes, reboot, etc.

I've attached my "lspci -vvnn" output as well as the Xorg.0.log from each of the four drivers. (ati, radeon, radeonhd, fglrx)

Good luck and let me know if you need anything else.
Comment 10 Alex Deucher 2009-05-10 23:23:09 UTC
added the pci id:
15ee78d37f8b64c3e6d234e7ab37a31e82327b6b
Comment 11 Cody Carey 2009-05-11 11:46:23 UTC
http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?id=15ee78d37f8b64c3e6d234e7ab37a31e82327b6b

Thanks Alex, I'll compile in a short while and post the results.
Comment 12 Cody Carey 2009-05-12 19:05:57 UTC
Created attachment 25811 [details]
Xorg.0.log - Driver "ati" PATCHED

It looks like the changes have fixed this bug. X now properly recognizes the 4850 X2 as can be seen in the Xorg.0.log I've attached. However, X still fails to work properly and the result is now the same as the "fglrx" driver. Running "startx" works but the screen goes black and you are unable to switch virtual terminals, use ctrl+alt+backspace, etc. You can still log in remotely and work though. I'll be filing a new bug report for this.

Thanks again Alex.
Comment 13 Alex Deucher 2009-05-13 06:36:26 UTC
Does adding this to the device section of your config fix it?
BusID		"PCI:4:0:0"
Comment 14 Sergio Augusto Vladisauskis 2009-05-13 07:44:13 UTC
Created attachment 25821 [details]
Xorg Log

I try to using the driver patched. Works fine but DRM/DRI not work for me.
I using Ubuntu 9.04 with Xorg 1.6.0.
See the Xorg log for more details.
Comment 15 Sergio Augusto Vladisauskis 2009-05-13 07:48:23 UTC
(In reply to comment #13)
> Does adding this to the device section of your config fix it?
> BusID           "PCI:4:0:0"
> 

Alex, try: BusID "PCI:3:0:0"
See my Xorg Log for details.
Comment 16 Alex Deucher 2009-05-13 07:53:17 UTC
(In reply to comment #14)
> I try to using the driver patched. Works fine but DRM/DRI not work for me.
> I using Ubuntu 9.04 with Xorg 1.6.0.
> See the Xorg log for more details.
> 

You'll need drm support.  Make sure you are using 2.6.30 or a properly patched drm.  You may also need to add the pci id to the drm if it's not already there.

(In reply to comment #15)
> Alex, try: BusID "PCI:3:0:0"
> See my Xorg Log for details.
> 

That option may not be relevant for you, it was directed at Cody.  The pci bus ids depend how your system.
Comment 17 Cody Carey 2009-05-13 21:12:06 UTC
(In reply to comment #16)
> (In reply to comment #14)
> > I try to using the driver patched. Works fine but DRM/DRI not work for me.
> > I using Ubuntu 9.04 with Xorg 1.6.0.
> > See the Xorg log for more details.
> > 
> 
> You'll need drm support.  Make sure you are using 2.6.30 or a properly patched
> drm.  You may also need to add the pci id to the drm if it's not already there.
> 
> (In reply to comment #15)
> > Alex, try: BusID "PCI:3:0:0"
> > See my Xorg Log for details.
> > 
> 
> That option may not be relevant for you, it was directed at Cody.  The pci bus
> ids depend how your system.
> 

I got it working now, the system I was testing it on was running Fedora 10 and I think there was a conflict with having ATI's fglrx driver installed concurrently.

Currently I have it working perfectly on an Arch install running KDE.


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.