Bug 457630

Summary: FPS too Low with radeon HD Saphire 3650
Product: [Fedora] Fedora Reporter: MERCIER Jonathan <bioinfornatics>
Component: xorg-x11-drv-radeonhdAssignee: Hans Ulrich Niedermann <rhbugs>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 9CC: ajax
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-08-12 14:06:52 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description MERCIER Jonathan 2008-08-02 00:12:36 UTC
Description of problem:
The 3D is active:
   $ glxinfo |grep rendering
   direct rendering: Yes

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 Adam Jackson 2008-08-12 14:06:52 UTC
radeonhd has no 3D acceleration yet, sorry.