You are not logged in.
Pages: 1
I've being trying to improve the recent sluggish performance of Compiz, and I'm trying to enable EXA, but without success. On starting X, my Xorg.0.log always contains:
(WW) NVIDIA(0): Option "AccelMethod" is not usedhere's my xorg.conf
        # nvidia-xconfig: X configuration file generated by nvidia-xconfig
        # nvidia-xconfig:  version 1.0  (buildmeister@builder57)  Thu Jul 17 18:39:19 PDT 2008
        Section "ServerLayout"
            Identifier     "Layout0"
            Screen      0  "Screen0"
            InputDevice    "Keyboard0" "CoreKeyboard"
            InputDevice    "Mouse0" "CorePointer"
        EndSection
        Section "Files"
        #    RgbPath         "/usr/lib/X11/rgb"
        EndSection
        Section "Module"
            Load           "dbe"
            Load           "extmod"
        #    Load           "type1"
            Load           "freetype"
            Load           "glx"
        EndSection
        Section "Extensions"
            Option "Composite" "Enable"
        EndSection
        Section "InputDevice"
            # generated from default
            Identifier     "Mouse0"
            Driver         "mouse"
            Option         "Protocol" "auto"
            Option         "Device" "/dev/input/mice"
            Option         "Emulate3Buttons" "no"
            Option         "ZAxisMapping" "4 5"
        EndSection
        Section "InputDevice"
            # generated from default
            # not used anymore - udev
            Identifier     "Keyboard0"
            Driver         "keyboard"
            Option         "XkbModel" "pc105"
            Option         "XkbLayout" "gb"
        EndSection
        Section "Monitor"
            Identifier     "Monitor0"
            VendorName     "Unknown"
            ModelName      "Unknown"
            HorizSync       30 - 96
            VertRefresh     50 - 150
            Option         "DPMS"
        EndSection
        Section "Device"
            Identifier     "Device0"
            Driver         "nvidia"
            VendorName     "NVIDIA Corporation"
            Option "NoLogo" "True"
            Option "TrippleBuffer" "True"
        EndSection
        Section "Screen"
            Identifier     "Screen0"
            Device         "Device0"
            Monitor        "Monitor0"
            DefaultDepth    24
            #Option "AddARGBGLXVisuals" "True"
            Option "RenderAccel" "True"
            Option "AccelMethod" "EXA"
            #Option "AllowGLXWithComposite" "True"
            SubSection     "Display"
            Viewport    0 0    
                Depth       24
            Modes       "1600x1200_75"
            EndSubSection
        EndSectionCan anyone help?
cheers:)
Offline
http://us.download.nvidia.com/XFree86/L … dix-b.html
AccelMethod is not a valid option. From what I understand by using Google real quick, NVIDIA is either using their own proprietary system instead of XAA or EXA, or always uses EXA, or something. Point is, it doesn't need to / can't be set.
Offline

it should be a valid option AFAIK.
Doubt it will make much difference, but perhaps try and move these options to the device section instead.
Last edited by b9anders (2009-02-12 22:50:06)
Offline
Nvidia doesn't use the X builtin acceleration methods .. they have their own proprietary method.
Offline
it should be a valid option AFAIK.
Doubt it will make much difference, but perhaps try and move these options to the device section instead.
If it's not in the docs, it doesn't exist, when you're dealing with fairly high-use software.
Last edited by Ranguvar (2009-02-13 03:11:55)
Offline
OK - cheers!
I's seen a few other people setting it, but I guess they hadn't read the docs either
thanks
Offline
Pages: 1