On openSUSE 10.2, if I run "hwinfo --gfxcard", I get: 26: PCI 100.0: 0300 VGA compatible controller (VGA) [Created at pci.286] UDI: /org/freedesktop/Hal/devices/pci_10de_141 Unique ID: VCu0.M9cbAH2MFA0 Parent ID: vSkL.76Y+ZaqIO10 SysFS ID: /devices/pci0000:00/0000:00:01.0/0000:01:00.0 SysFS BusID: 0000:01:00.0 Hardware Class: graphics card Model: "ASUSTeK GeForce 6600" Vendor: pci 0x10de "nVidia Corporation" Device: pci 0x0141 "GeForce 6600" SubVendor: pci 0x1043 "ASUSTeK Computer Inc." SubDevice: pci 0x8199 Revision: 0xa2 Memory Range: 0xf4000000-0xf7ffffff (rw,non-prefetchable) Memory Range: 0xd8000000-0xdfffffff (rw,prefetchable) Memory Range: 0xfa000000-0xfaffffff (rw,non-prefetchable) Memory Range: 0xf8000000-0xf801ffff (ro,prefetchable,disabled) IRQ: 5 (no events) I/O Ports: 0x3c0-0x3df (rw) Module Alias: "pci:v000010DEd00000141sv00001043sd00008199bc03sc00i00" Driver Info #0: XFree86 v4 Server Module: nv Driver Info #1: XFree86 v4 Server Module: nvidia 3D Support: yes Config Status: cfg=yes, avail=yes, need=yes, active=unknown Attached to: #12 (PCI bridge) My question is why there is a "Driver Info #0" as well as a "Driver Info #1" entry. My xorg.conf contains: Section "Device" BoardName "GeForce 6600" BusID "1:0:0" Driver "nv" Identifier "Device[0]" Option "XaaNoOffScreenPixmaps" "on" Option "XaaNoPixmapCache" "on" Screen 0 VendorName "NVidia" EndSection So I expect the #0 entry. I do not expect the #1 entry. I would have expected it to be an either/or thing, but not both drivers. -- Roger Oberholtzer OPQ Systems / Ramböll RST Ramböll Sverige AB Kapellgränd 7 P.O. Box 4205 SE-102 65 Stockholm, Sweden Tel: Int +46 8-615 60 20 Fax: Int +46 8-31 42 23 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Roger Oberholtzer wrote / napísal(a):
On openSUSE 10.2, if I run "hwinfo --gfxcard", I get:
26: PCI 100.0: 0300 VGA compatible controller (VGA) [Created at pci.286] UDI: /org/freedesktop/Hal/devices/pci_10de_141 Unique ID: VCu0.M9cbAH2MFA0 Parent ID: vSkL.76Y+ZaqIO10 SysFS ID: /devices/pci0000:00/0000:00:01.0/0000:01:00.0 SysFS BusID: 0000:01:00.0 Hardware Class: graphics card Model: "ASUSTeK GeForce 6600" Vendor: pci 0x10de "nVidia Corporation" Device: pci 0x0141 "GeForce 6600" SubVendor: pci 0x1043 "ASUSTeK Computer Inc." SubDevice: pci 0x8199 Revision: 0xa2 Memory Range: 0xf4000000-0xf7ffffff (rw,non-prefetchable) Memory Range: 0xd8000000-0xdfffffff (rw,prefetchable) Memory Range: 0xfa000000-0xfaffffff (rw,non-prefetchable) Memory Range: 0xf8000000-0xf801ffff (ro,prefetchable,disabled) IRQ: 5 (no events) I/O Ports: 0x3c0-0x3df (rw) Module Alias: "pci:v000010DEd00000141sv00001043sd00008199bc03sc00i00" Driver Info #0: XFree86 v4 Server Module: nv Driver Info #1: XFree86 v4 Server Module: nvidia 3D Support: yes Config Status: cfg=yes, avail=yes, need=yes, active=unknown Attached to: #12 (PCI bridge)
My question is why there is a "Driver Info #0" as well as a "Driver Info #1" entry.
My xorg.conf contains:
Section "Device" BoardName "GeForce 6600" BusID "1:0:0" Driver "nv" Identifier "Device[0]" Option "XaaNoOffScreenPixmaps" "on" Option "XaaNoPixmapCache" "on" Screen 0 VendorName "NVidia" EndSection
So I expect the #0 entry. I do not expect the #1 entry. I would have expected it to be an either/or thing, but not both drivers.
There should be both of them. What you're missing are sections "Driver Status" (active/not active) Can you fill bugreport for that? -- Best Regards, Michal Zugec Software developer --------------------------------------------------------------------- SuSE CR, s.r.o. e-mail: mzugec@suse.cz Lihovarska 1060/12 tel: +420 284 028 960 190 00 Praha 9 fax: +420 296 542 374 Czech Republic http://www.suse.cz/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Wednesday 08 August 2007 15:14:43 Roger Oberholtzer wrote:
My question is why there is a "Driver Info #0" as well as a "Driver Info #1" entry.
Those are the available drivers for that hardware. The ones you have to choose from. Only one at a time can be active, but hwinfo will list both options -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Wed, 2007-08-08 at 15:52 +0200, Anders Johansson wrote:
On Wednesday 08 August 2007 15:14:43 Roger Oberholtzer wrote:
My question is why there is a "Driver Info #0" as well as a "Driver Info #1" entry.
Those are the available drivers for that hardware. The ones you have to choose from. Only one at a time can be active, but hwinfo will list both options
OK. I did think I made the choice in my xorg.conf file. Is there another place to make this choice? -- Roger Oberholtzer OPQ Systems / Ramböll RST Ramböll Sverige AB Kapellgränd 7 P.O. Box 4205 SE-102 65 Stockholm, Sweden Tel: Int +46 8-615 60 20 Fax: Int +46 8-31 42 23 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Wednesday 08 August 2007 16:15:38 Roger Oberholtzer wrote:
On Wed, 2007-08-08 at 15:52 +0200, Anders Johansson wrote:
On Wednesday 08 August 2007 15:14:43 Roger Oberholtzer wrote:
My question is why there is a "Driver Info #0" as well as a "Driver Info #1" entry.
Those are the available drivers for that hardware. The ones you have to choose from. Only one at a time can be active, but hwinfo will list both options
OK. I did think I made the choice in my xorg.conf file. Is there another place to make this choice?
You misunderstand. It will always list all options, no matter what you configure. If you use YaST to configure the hardware, it will also tell you which choice is currently active, but it will still list both options -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Wed, 2007-08-08 at 16:30 +0200, Anders Johansson wrote:
On Wednesday 08 August 2007 16:15:38 Roger Oberholtzer wrote:
On Wed, 2007-08-08 at 15:52 +0200, Anders Johansson wrote:
On Wednesday 08 August 2007 15:14:43 Roger Oberholtzer wrote:
My question is why there is a "Driver Info #0" as well as a "Driver Info #1" entry.
Those are the available drivers for that hardware. The ones you have to choose from. Only one at a time can be active, but hwinfo will list both options
OK. I did think I made the choice in my xorg.conf file. Is there another place to make this choice?
You misunderstand. It will always list all options, no matter what you configure.
If you use YaST to configure the hardware, it will also tell you which choice is currently active, but it will still list both options
OK. If I use the nvidia driver, I do not use YAST to tell this. Maybe that is why it is not telling me which is active? I usually install from the nvidiaXXX.sh file and not the RPM. Would the RPM get this set so I know which is active? The reason this is important to us is that we order systems from SuperMicro where the components are always changed on us. We are trying to sort out a method so we can detect what might differ between 'identical' computers. hwinfo seemed a good choice. We will see how far it gets us. I expect there will be need to use more specific tools for some parts of this info collecting. -- Roger Oberholtzer OPQ Systems / Ramböll RST Ramböll Sverige AB Kapellgränd 7 P.O. Box 4205 SE-102 65 Stockholm, Sweden Tel: Int +46 8-615 60 20 Fax: Int +46 8-31 42 23 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (3)
-
Anders Johansson
-
Michal Zugec
-
Roger Oberholtzer