Bug 16967 - FPS too Low with radeon HD Saphire 3650
Summary: FPS too Low with radeon HD Saphire 3650
Status: RESOLVED INVALID
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/radeonhd (show other bugs)
Version: unspecified
Hardware: Other Linux (All)
: medium normal
Assignee: Luc Verhaegen
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-03 03:57 UTC by mercier
Modified: 2008-08-03 10:25 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
/var/log/Xorg.0.log (97.85 KB, application/octet-stream)
2008-08-03 03:57 UTC, mercier
no flags Details

Description mercier 2008-08-03 03:57:55 UTC
Created attachment 18088 [details]
/var/log/Xorg.0.log

Description of problem:
The 3D is active:
   $ glxinfo |grep rendering
   direct rendering: Yes

Xorg version:
rpm -qa | grep xorg-x11-server
xorg-x11-server-common-1.4.99.905-2.20080702.fc9.x86_64
xorg-x11-server-Xorg-1.4.99.905-2.20080702.fc9.x86_64
xorg-x11-server-utils-7.4-1.fc9.x86_64

Platform:
uname -a
Linux localhost.localdomain 2.6.25.11-97.fc9.x86_64 #1 SMP Mon Jul 21 01:09:10 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux

FPS rate:
   $ glxgears 
   1184 frames in 5.0 seconds = 236.785 FPS
   1622 frames in 5.0 seconds = 324.328 FPS
   1583 frames in 5.0 seconds = 316.516 FPS
   1403 frames in 5.0 seconds = 280.505 FPS
   1426 frames in 5.0 seconds = 285.127 FPS

GPU Card:
   $ /sbin/lspci | grep VGA
   01:00.0 VGA compatible controller: ATI Technologies Inc Mobilitiy Radeon HD
   3600 Series

Version-Release number of selected component (if applicable):
the package radeonhd is updated to date

option AccelMethod EXA in xorg: Ok

Xorg.conf:
   Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
   EndSection

   Section "Files"

   EndSection

   Section "ServerFlags"
	Option	    "AIGLX" "on"
   EndSection

   Section "InputDevice"

   # keyboard added by rhpxl
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "fr"
	Option	    "XkbVariant" "latin9"
   EndSection

   Section "Monitor"
	Identifier   "Monitor0"
	Modeline "1280x1024_60.00"  108.88  1280 1360 1496 1712  1024 1025 1028
        1060 -Hsync +Vsync
	Modeline "800x600_60.00"  38.22  800 832 912 1024  600 601 604 622 
        -Hsync +Vsync
   EndSection

   Section "Device"
	Identifier  "Videocard0"
	Driver      "radeonhd"
	Option      "DRI" "on"
	Option	    "AccelMethod" "EXA"
	VendorName  "Videocard vendor"
	BoardName   "ATI Technologies Inc Radeon HD 3650 SAPHIRE"
   EndSection

   Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1280x1024" "1280x960" "1152x864" "1024x768" "832x624"
                "800x600" "720x400" "640x480" "640x400" "640x350"
	EndSubSection
   EndSection

   Section "Extensions"
	Option	    "Composite" "Enable"
   EndSection
Comment 1 Egbert Eich 2008-08-03 08:03:10 UTC
There is no direct rendering for RV635, yet. I don't know why glxinfo tells you otherwise. Please check your attached log file, there is nothing about direct rendering in there.
Direct rendering support for r6xx is being developed.
Comment 2 mercier 2008-08-03 09:31:50 UTC
(In reply to comment #1)
> There is no direct rendering for RV635, yet. I don't know why glxinfo tells you
> otherwise. Please check your attached log file, there is nothing about direct
> rendering in there.
> Direct rendering support for r6xx is being developed.
> 

Maybe because I have a motherboard with GPU integrated: Radeon HD3200
My motherboard is Gigabyte GA-MA78GM-S2H
Comment 3 Alex Deucher 2008-08-03 10:25:24 UTC
There is no 3D/2D/video acceleration support yet for r6xx based cards.  Direct rendering in this case is the sw_rast driver.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.