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

Horrible performance with X.org 6.9 (Radeon 9200)



I have upgraded to X.org 6.9 some time ago, and I'm experiencing a huge
performance hit, compared to 6.8.2. It's not that bad (although
noticeable) with XAA, but after I switched to EXA to get rid of this
root window bug (the one that has been reported here several times) X
became really sluggish and unresponsive. There are also some artifacts
on the screen when I'm scrolling e.g. Nautilus or Firefox and get a
notification from Gajim, or such.

It's really annoying, since a x86 laptop with an ancient SiS graphic
card performs much better than my Mac. Is anyone experiencing similar
problem? Is it ATI specific, PPC specific, or am I just plainly unlucky?

Oh, for the sake of information, it's Mac Mini with ATI Radeon 9200,
running Sid's X.org (6.9.0.dfsg.1-4) and kernel 2.6.15. I've attached my
xorg.conf, it's kind of a mess but maybe it will help someone narrow
down the problem. I couldn't find anything interesting in X logs, but
they come as well.


Thanks in advance.
-- 
Andrzej Mendel
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection
Section "Extensions"
	Option "Composite" "Enable"
EndSection
Section "Module"
	Load	"GLcore"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
    Identifier      "Generic Keyboard"
    Driver          "kbd"
    Option          "CoreKeyboard"
    Option          "XkbRules"      "xorg"
    Option          "XkbModel"      "pc105"
    Option          "XkbLayout"     "pl"
    Option          "XkbOptions"    "lv3:lwin_switch"
EndSection
							

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"Buttons"		"10"
	Option		"ZAxisMapping"		"4 5 9 10"
EndSection

Section "Device"
	Identifier	"Radeon 9200"
	Driver		"radeon"
	BusID		"PCI:0:16:0"
#	Option		"UseFBDev"		"true"
	Option		"RenderAccel"		"true"
#	Option 		"EnablePageFlip"	"on"
	Option 		"AGPMode"		"4"
	Option		"AGPFastWrite"		"yes"
	Option		"BackingStore"		"true"
	Option     	"AccelMethod"		"EXA"
EndSection

Section "Monitor"
	Identifier	"Samsung SyncMaster 913v"
	HorizSync	30-68
	VertRefresh	50-85
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Radeon 9200"
	Monitor		"Samsung SyncMaster 913v"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection

Attachment: Xorg.0.log.gz
Description: GNU Zip compressed data


Reply to: