[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: glxinfo seems to be lying to me



"Michael P. Soulier" <msoulier@digitaltorque.ca> wrote:
>(II) Module dri2: vendor="X.Org Foundation"
>        compiled for 1.7.7, module version = 1.1.0
>        ABI class: X.Org Server Extension, version 2.0
>(II) Loading extension DRI2
>(II) LoadModule: "nvidia"
>(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
>(II) Module nvidia: vendor="NVIDIA Corporation"
>        compiled for 4.0.2, module version = 1.0.0
>        Module class: X.Org Video Driver
>(II) NVIDIA dlloader X Driver  173.14.27  Tue Jul 13 20:46:56 PDT 2010
>(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
>(II) Primary Device is: PCI 01@00:00:0
>(II) Loading sub module "fb"
>(II) LoadModule: "fb"
>(II) Loading /usr/lib/xorg/modules/libfb.so
>(II) Module fb: vendor="X.Org Foundation"
>        compiled for 1.7.7, module version = 1.0.0
>        ABI class: X.Org ANSI C Emulation, version 0.4
>
>(II) LoadModule: "glx"
>(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
>(II) Module glx: vendor="NVIDIA Corporation"
>        compiled for 4.0.2, module version = 1.0.0
>        Module class: X.Org Server Extension
>(II) NVIDIA GLX Module  173.14.27  Tue Jul 13 21:08:41 PDT 2010
>(II) Loading extension GLX
>
>I don't see any errors.

Yes, that looks rather good.

>From my xorg.conf
>
>Section "Device"
>        Driver "nvidia"
>        Identifier      "Configured Video Device"
>        Option "XAANoOffscreenPixmaps" "true"
>        Option "AllowGLXWithComposite" "true"

Could you try without these options?

>EndSection
>
>Section "Screen"
>        Identifier      "Default Screen"
>        Monitor         "Configured Monitor"
>        Option "AddARGBGLXVisuals" "true"

And this option…

>EndSection
>
>Section "Extensions"
>        Option "Composite" "enable"
>EndSection
>
>Section "Module"
>        Load "dri"
>        Load "GLcore"
>EndSection

And maybe these two sections.

(Un)fortunately, I don’t have an nVidia card anymore, but my last, working configuration (August 2011) was as follows:

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "evdev"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Best regards,

Claudius
-- 
When a camel flies, no one laughs if it doesn't get very far!
Please use GPG: ECB0C2C7 4A4C4046 446ADF86 C08112E5 D72CDBA4
http://chubig.net/ http://nightfall.org



Reply to: