public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Unclaimed display?
@ 2009-09-27 12:29 Mick
  2009-11-04  7:29 ` [gentoo-user] " Nicolas Sebrecht
  0 siblings, 1 reply; 6+ messages in thread
From: Mick @ 2009-09-27 12:29 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 2056 bytes --]

I am looking at the lshw of a compaq desktop with pci-express and a Radeon 
X600 and see that it's VGA and secondary dispalyes are "unclaimed".  What 
does this mean?  Have I got the kernel config wrong?
===================================
     *-pci
          description: Host bridge
          product: 82915G/P/GV/GL/PL/910GL Memory Controller Hub
          vendor: Intel Corporation
          physical id: 100
          bus info: pci@0000:00:00.0
          version: 04
          width: 32 bits
          clock: 33MHz
        *-pci:0
             description: PCI bridge
             product: 82915G/P/GV/GL/PL/910GL PCI Express Root Port
             vendor: Intel Corporation
             physical id: 1
             bus info: pci@0000:00:01.0
             version: 04
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm msi pciexpress normal_decode bus_master 
cap_list
             configuration: driver=pcieport-driver
           *-display:0 UNCLAIMED
                description: VGA compatible controller
                product: RV380 0x3e50 [Radeon X600]
                vendor: ATI Technologies Inc
                physical id: 0
                bus info: pci@0000:01:00.0
                version: 00
                width: 32 bits
                clock: 33MHz
                capabilities: pm pciexpress vga_controller bus_master cap_list
                configuration: latency=0
           *-display:1 UNCLAIMED
                description: Display controller
                product: RV380 [Radeon X600] (Secondary)
                vendor: ATI Technologies Inc
                physical id: 0.1
                bus info: pci@0000:01:00.1
                version: 00
                width: 32 bits
                clock: 33MHz
                capabilities: pm pciexpress bus_master cap_list
                configuration: latency=0
===================================

In the kernel I have enabled:

AGP_INTEL=y
DRM=y
DRM_RADEON=y
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-user] Re: Unclaimed display?
  2009-09-27 12:29 [gentoo-user] Unclaimed display? Mick
@ 2009-11-04  7:29 ` Nicolas Sebrecht
  2009-11-07 11:23   ` Mick
  0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Sebrecht @ 2009-11-04  7:29 UTC (permalink / raw
  To: gentoo-user; +Cc: Nicolas Sebrecht

On Sun, Sep 27, 2009 at 01:29:26PM +0100, Mick wrote:

> I am looking at the lshw of a compaq desktop with pci-express and a Radeon 
> X600 and see that it's VGA and secondary dispalyes are "unclaimed".  What 
> does this mean?

http://ezix.org/project/wiki/HardwareLiSter#Howtointerpretlshwsoutput

>                  Have I got the kernel config wrong?

Maybe. Or it comes from lshw. You could look at the lspci output to
compare.

-- 
Nicolas Sebrecht



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Re: Unclaimed display?
  2009-11-04  7:29 ` [gentoo-user] " Nicolas Sebrecht
@ 2009-11-07 11:23   ` Mick
  2009-11-08 22:00     ` Nicolas Sebrecht
  0 siblings, 1 reply; 6+ messages in thread
From: Mick @ 2009-11-07 11:23 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 776 bytes --]

On Wednesday 04 November 2009 07:29:03 Nicolas Sebrecht wrote:
> On Sun, Sep 27, 2009 at 01:29:26PM +0100, Mick wrote:
> > I am looking at the lshw of a compaq desktop with pci-express and a
> > Radeon X600 and see that it's VGA and secondary dispalyes are
> > "unclaimed".  What does this mean?
> 
> http://ezix.org/project/wiki/HardwareLiSter#Howtointerpretlshwsoutput
> 
> >                  Have I got the kernel config wrong?
> 
> Maybe. Or it comes from lshw. You could look at the lspci output to
> compare.

The lspci output does not show a driver either ...

01:00.0 VGA compatible controller: ATI Technologies Inc RV380 0x3e50 [Radeon 
X600]

01:00.1 Display controller: ATI Technologies Inc RV380 [Radeon X600] 
(Secondary)
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-user] Re: Unclaimed display?
  2009-11-07 11:23   ` Mick
@ 2009-11-08 22:00     ` Nicolas Sebrecht
  2009-11-09 23:19       ` Mick
  0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Sebrecht @ 2009-11-08 22:00 UTC (permalink / raw
  To: gentoo-user; +Cc: Nicolas Sebrecht

On Sat, Nov 07, 2009 at 11:23:45AM +0000, Mick wrote:

> The lspci output does not show a driver either ...

It seems the system can't find the good driver for this hardware. There
may be various reasons:
- driver not compiled/installed ;
- version of this driver failing ;
- wrong Linux kernel configuration ;
- etc.

You have to manually load/unload the drivers that you think should work
to do your own tests.

-- 
Nicolas Sebrecht



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Re: Unclaimed display?
  2009-11-08 22:00     ` Nicolas Sebrecht
@ 2009-11-09 23:19       ` Mick
  2009-11-10  7:28         ` Nicolas Sebrecht
  0 siblings, 1 reply; 6+ messages in thread
From: Mick @ 2009-11-09 23:19 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 747 bytes --]

On Sunday 08 November 2009 22:00:56 Nicolas Sebrecht wrote:
> On Sat, Nov 07, 2009 at 11:23:45AM +0000, Mick wrote:
> > The lspci output does not show a driver either ...
> 
> It seems the system can't find the good driver for this hardware. There
> may be various reasons:
> - driver not compiled/installed ;
> - version of this driver failing ;
> - wrong Linux kernel configuration ;
> - etc.
> 
> You have to manually load/unload the drivers that you think should work
> to do your own tests.

It may just be a bug of sorts?  I have tried loading and unloading all sort of 
drivers to no avail.  I get good glxgears so something must work fine.  It's 
just that this unclaimed/no driver thing confused me.
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-user] Re: Unclaimed display?
  2009-11-09 23:19       ` Mick
@ 2009-11-10  7:28         ` Nicolas Sebrecht
  0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Sebrecht @ 2009-11-10  7:28 UTC (permalink / raw
  To: gentoo-user; +Cc: Nicolas Sebrecht

On Mon, Nov 09, 2009 at 11:19:54PM +0000, Mick wrote:
> 
> It may just be a bug of sorts?  I have tried loading and unloading all sort of 
> drivers to no avail.  I get good glxgears so something must work fine.  It's 
> just that this unclaimed/no driver thing confused me.

Ok, I didn't understand it works. I wouldn't worry to much, then.

It's hard to tell where the problem comes from exactly (at least for me,
I don't follow the pciutils project close enough).

If you have time to spare, you can start looking at your pci.ids file
(use locate) to check if the vendor, device, subsystem and class'ID are
known. If not, fallback to the last PCI ID Repository at
http://pciids.sourceforge.net/ . If it doesn't help you, you could ask
to the linux-pci mailing list here: http://vger.kernel.org/ .

-- 
Nicolas Sebrecht



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-11-10  7:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-27 12:29 [gentoo-user] Unclaimed display? Mick
2009-11-04  7:29 ` [gentoo-user] " Nicolas Sebrecht
2009-11-07 11:23   ` Mick
2009-11-08 22:00     ` Nicolas Sebrecht
2009-11-09 23:19       ` Mick
2009-11-10  7:28         ` Nicolas Sebrecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox