xorg-server-1.5.3 + xf86-video-intel-2.6.3 is slow at 2D
Mihai Donțu
mihai.dontu at gmail.com
Wed Apr 8 12:09:27 PDT 2009
Hi,
Until yesterday, I was using the xorg server 1.3.0. I was very satisfied with
it, but my distribution (Gentoo) moved 1.5.3 into stable and I had to
upgrade. The problem that is most annoying to me is that everything in
konsole (KDE's terminal emulator) is drawn considerably slow. I can see how
mc builds its ui. It happens that I'm very sensitive at how my desktop moves
in 2D (I'm not a 3D fan). I've tried using XAA instead of EXA, but that did
not help. Is there anything I can do to speed up the 2D ops?
My graphics card is an Intel 945GM and I'm running a 2.6.27 Linux kernel
(amd64). I've attached both xorg.conf and Xorg.0.log.
Thank you,
--
Mihai Donțu
-------------- next part --------------
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
#Section "Module"
# Load "record"
# Load "glx"
# Load "dri"
# Load "dbe"
# Load "xtrap"
# Load "extmod"
#EndSection
Section "Module"
Load "bitmap"
Load "record"
Load "glx"
Load "dri"
Load "dbe"
Load "xtrap"
Load "extmod"
Load "type1"
Load "freetype"
Load "int10"
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"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
DisplaySize 370 277
Option "DPI" "75x74"
Option "DPMS" "true"
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>]
Option "AccelMethod" "exa"
Option "ExaNoComposite" "false"
Option "MigrationHeuristic" "greedy"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1400x1050"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Xorg.0.log
Type: text/x-log
Size: 20652 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg/attachments/20090408/3859fc45/attachment.bin>
More information about the xorg
mailing list