|
|
#1 | |
|
Registered User
Join Date: May 2008
Posts: 166
|
What does it mean? This is an ASUS P5N7A-VM with 9300 IGP.
Code:
# lspci
00:03.5 Co-processor: nVidia Corporation MCP79 Co-processor (rev b1)
Subsystem: ASUSTeK Computer Inc. Device 8356
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 11
Memory at f9580000 (32-bit, non-prefetchable) [size=512K]
Code:
(WW) NVIDIA(0): 32-bit ARGB GLX visuals require the Composite extension. (WW) NVIDIA(0): Disabling 32-bit ARGB GLX visuals. Also, how can I update the video BIOS? |
|
|
|
|
|
|
#2 | |
|
NVIDIA Corporation
Join Date: Mar 2005
Posts: 2,487
|
That "Co-processor" device doesn't look like a graphics device. I don't know why your X server thinks it is one. You can just ignore that message.
As for the 32-bit ARGB visual thing, you can't have 32-bit visuals without the Composite extension, just like the message says. If you don't have the Composite extension enabled, that's expected. See the README for more information. For updating the VBIOS, please contact your graphics card vendor. |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: May 2008
Posts: 166
|
OK.
I believe I must have Composite disabled for VDPAU, to stop tearing, right? This is what I've always been told. Hm, Asus doesn't have a video bios update, although I know there is one... |
|
|
|
|
|
#4 | |
|
NVIDIA Corporation
Join Date: Mar 2005
Posts: 2,487
|
Since you didn't post a bug report, I can't tell what you have in xorg.conf but if you didn't explicitly set "AddARGBGLXVisuals", then that message is just informational and not a warning -- if you disable the Composite extension, which as you mentioned is currently necessary to get the VDPAU overlay presentation queue, then it's expected that you won't get 32-bit ARGB visuals. If you didn't specify "AddARGBGLXVisuals" and it's still printing those messages out as (WW), then that's a bug and I'll look into changing to (II).
If you bought your graphics card from Asus and Asus doesn't have a video BIOS update available, then there is no video BIOS update for your card. |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: May 2008
Posts: 166
|
Thanks Aaron.
With the current driver, is any of this unnecessary now? Code:
Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA" BoardName "GeForce 9300 / nForce 730i" BusID "PCI:4:0:0" Screen 0 Option "UseEvents" "True" Option "AddARGBGLXVisuals" "True" Option "ModeValidation" "NoWidthAlignmentCheck" # Important!!! need this option to use nvidia card at 1366 x 768 Option "ModeValidation" "NoDFPNativeResolutionCheck" Option "ExactModeTimingsDVI" "True" EndSection Code:
Section "Extensions"
Option "Composite" "Disable"
EndSection
I see now why ARGB GLX visuals is coming up as a WW; as I'm disabling Composite maybe there's no sense in trying to enable it? |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need Help Installing NVIDIA Tesla M2070Q in Linux RHEL5 | Ferianto85 | NVIDIA Linux | 0 | 05-18-12 08:35 PM |
| Redhat 8.0 NVIDIA works - INSTRUCTIONS | STEEL1 | NVIDIA Linux | 267 | 04-15-03 06:48 PM |
| no screens found + BusID ?? | orion | NVIDIA Linux | 2 | 08-24-02 08:34 AM |
| Undefined Device Error - Can't startx | linuxdave | NVIDIA Linux | 2 | 08-07-02 03:28 PM |