You are not logged in.

#1 2008-06-10 21:13:51

LTSmash
Member
From: Aguascalientes - Mexico
Registered: 2008-01-02
Posts: 348
Website

[unsolved] SLOW Scrolling with Compiz-Fusion on Intel

Hi there, i just installed Compiz-Fusion according to instructions on the wiki, however it won't run fine in many aspects:

a) Scrolling just slows KDE really bad, from konsole to firefox almost freeze the system while scrolling. it's just soooooo slow.

Hell I managed to fix some bugs, but the scrolling problem persists.

I've got an intel 845 video card, which has run Compiz-Fusion in an useable mode until now (at least that was in Ubuntu, back when I used it)...
I use fusion-icon to launch compiz...

Ideas?

Thank you so much.

PD: I changed the options removing sync to vblank and increased the refresh rate to 100, overriding also the autodetection of that rate also... all the options are correctly configured in xorg.conf

Last edited by LTSmash (2008-06-11 17:45:23)


Proud Ex-Arch user.
Still an ArchLinux lover though.

Currently on Kubuntu 9.10

Offline

#2 2008-06-10 22:41:17

JeremyTheWicked
Member
From: Poland
Registered: 2008-05-23
Posts: 193

Re: [unsolved] SLOW Scrolling with Compiz-Fusion on Intel

In the settings manager you might try to set General settings->Display settings->Texture filter to Fast. It made the difference for me when I was using Compiz.


arch(3) adj amused because you think you understand something better than other people ;P

Offline

#3 2008-06-11 02:23:23

LTSmash
Member
From: Aguascalientes - Mexico
Registered: 2008-01-02
Posts: 348
Website

Re: [unsolved] SLOW Scrolling with Compiz-Fusion on Intel

Ah, forgot to say, I have already done that, but no luck...


Proud Ex-Arch user.
Still an ArchLinux lover though.

Currently on Kubuntu 9.10

Offline

#4 2008-06-11 03:11:32

Reasons
Member
From: Washington
Registered: 2007-11-04
Posts: 572

Re: [unsolved] SLOW Scrolling with Compiz-Fusion on Intel

For intel have you added this to your device section of your xorg.conf?

    Option      "XAANoOffscreenPixmaps" "true"
    Option      "EnablePageFlip" "true"
    Option      "RenderAccel" "true"
    Option      "AccelMethod" "XAA"

and this anywhere?

Section "Extensions"
    Option "Composite" "Enable"
EndSection

Offline

#5 2008-06-11 11:15:57

DaNiMoTh
Member
Registered: 2006-06-10
Posts: 260

Re: [unsolved] SLOW Scrolling with Compiz-Fusion on Intel

I think we need to add the modify to do at xorg.conf in the wiki, for each 3d card.

Offline

#6 2008-06-11 17:20:57

LTSmash
Member
From: Aguascalientes - Mexico
Registered: 2008-01-02
Posts: 348
Website

Re: [unsolved] SLOW Scrolling with Compiz-Fusion on Intel

Ok, let me post my xorg.conf:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option         "AIGLX" "true"
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/100dpi:unscaled"
        FontPath     "/usr/share/fonts/75dpi:unscaled"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
#       Load  "GLcore"
        Load  "record"
        Load  "xtrap"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "dbe"
        Load  "freetype"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        #DisplaySize      300   230     # mm
        Identifier   "Monitor0"
        VendorName   "DELL"
        ModelName    "DELL  E772p"
 ### Comment all HorizSync and VertRefresh values to use DDC:
        HorizSync    30.0 - 70.0
        VertRefresh  50.0 - 160.0
        Option      "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "ColorKey"                  # <i>
        #Option     "CacheLines"                # <i>
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "DRI"                       # [<bool>]
        #Option     "NoDDC"                     # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "XvMCSurfaces"              # <i>
        #Option     "PageFlip"                  # [<bool>]
        Identifier  "Card0"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName   "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
        BusID       "PCI:0:2:0"
        Option      "XAANoOffscreenPixmaps" "true"
        Option      "DRI"     "true"
        Option      "EnablePageFlip" "true"
        Option      "RenderAccel" "true"
        Option      "AccelMethod" "XAA"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth      24
        SubSection "Display"
                Viewport   0 0
                Depth     1
                Modes "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
                Modes "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
                Modes "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
                Modes "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "1024x768" "800x600"
        EndSubSection
EndSection

Section "Extensions"
      Option         "Composite"   "Enable"
EndSection


Section "DRI"
      Group 0
      Mode 0666
EndSection

IS it fine like it is? Should I change something?

I just can't use compiz nicely as I did before sad


Proud Ex-Arch user.
Still an ArchLinux lover though.

Currently on Kubuntu 9.10

Offline

#7 2008-06-12 16:19:55

smeto
Member
From: Slovakia
Registered: 2007-04-07
Posts: 15

Re: [unsolved] SLOW Scrolling with Compiz-Fusion on Intel

in my case, performance is fine with EXA (1500~1600 fps in glxgears) but mplayer performance in xv or gl is terrible sad

Offline

#8 2008-06-12 18:28:11

ekerazha
Member
Registered: 2007-02-27
Posts: 290

Re: [unsolved] SLOW Scrolling with Compiz-Fusion on Intel

DaNiMoTh wrote:

I think we need to add the modify to do at xorg.conf in the wiki, for each 3d card.

I've created this page some months ago: http://wiki.archlinux.org/index.php/Composite (I maintain the nvidia entries).

Offline

#9 2008-06-12 19:45:13

LTSmash
Member
From: Aguascalientes - Mexico
Registered: 2008-01-02
Posts: 348
Website

Re: [unsolved] SLOW Scrolling with Compiz-Fusion on Intel

So no ideas?
What may be causing this?


Proud Ex-Arch user.
Still an ArchLinux lover though.

Currently on Kubuntu 9.10

Offline

#10 2008-06-12 21:33:23

Damnshock
Member
From: Barcelona
Registered: 2006-09-13
Posts: 414

Re: [unsolved] SLOW Scrolling with Compiz-Fusion on Intel

Same problem here sad

Don't have much time to try, as I am on exams right now sad

Damnshock


My blog: blog.marcdeop.com
Jabber ID: damnshock@jabber.org

Offline

#11 2008-06-12 21:52:32

Damnshock
Member
From: Barcelona
Registered: 2006-09-13
Posts: 414

Re: [unsolved] SLOW Scrolling with Compiz-Fusion on Intel

Switching to Xaa acceleration fixed it ( it's not the way I wanna solve it though sad )

Option      "AccelMethod" "XAA"


My blog: blog.marcdeop.com
Jabber ID: damnshock@jabber.org

Offline

Board footer

Powered by FluxBB