You are not logged in.

#1 2009-02-12 20:53:19

soylent_green_is_hamster
Member
Registered: 2006-11-15
Posts: 109

Enabling EXA

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 used

here'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
        EndSection

Can anyone help?

cheers:)

Offline

#2 2009-02-12 22:22:32

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,549

Re: Enabling EXA

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

#3 2009-02-12 22:49:29

b9anders
Member
Registered: 2007-11-07
Posts: 691

Re: Enabling EXA

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

#4 2009-02-13 00:03:34

damjan
Member
Registered: 2006-05-30
Posts: 451

Re: Enabling EXA

Nvidia doesn't use the X builtin acceleration methods .. they have their own proprietary method.

Offline

#5 2009-02-13 03:11:30

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,549

Re: Enabling EXA

b9anders wrote:

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

#6 2009-02-14 15:19:08

soylent_green_is_hamster
Member
Registered: 2006-11-15
Posts: 109

Re: Enabling EXA

OK - cheers!

I's seen a few other people setting it, but I guess they hadn't read the docs either

thanks

Offline

Board footer

Powered by FluxBB