Summary: | Poor 3d performance of Radeon M6 LY | ||
---|---|---|---|
Product: | Mesa | Reporter: | Tomasz Jarzynka <tomee> |
Component: | Drivers/DRI/R100 | Assignee: | Xorg Project Team <xorg-team> |
Status: | RESOLVED NOTABUG | QA Contact: | |
Severity: | normal | ||
Priority: | low | CC: | gicmo |
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Tomasz Jarzynka
2005-01-14 09:25:39 UTC
Whats more: [tomee@ixtlan ~]$ export LIBGL_DEBUG=1 [tomee@ixtlan ~]$ export MESA_DEBUG=1 [tomee@ixtlan ~]$ glxgears libGL error: dlopen /usr/X11R6/lib/modules/dri/radeon_dri.so failed (/usr/X11R6/lib/modules/dri/radeon_dri.so: undefined symbol: _glapi_get_dispatch) libGL error: unable to find driver: radeon_dri.so libGL error: dlopen /usr/X11R6/lib/modules/dri/radeon_dri.so failed (/usr/X11R6/lib/modules/dri/radeon_dri.so: undefined symbol: _glapi_get_dispatch) libGL error: unable to find driver: radeon_dri.so 1451 frames in 5.0 seconds = 290.200 FPS 1488 frames in 5.0 seconds = 297.600 FPS 1364 frames in 5.0 seconds = 272.800 FPS Ummmmmmm... what? Okay, to be sure I downloaded the latest CVS head. Everything loads OK, but I still get 275fps. Please, shed some light on this issue, please... re-assigning to mesa I also have this bug here. It is very annoying, if I can do something to help here please let me know. Thanks! Not sure if your card supports it but try putting this in /etc/drirc. <driconf> <device screen="0" driver="radeon"> <application name="all"> <option name="hyperz" value="true" /> </application> </device> </driconf> I am not exactly sure what the bug here is? M6 is a low-end device. You can boost performance if you enable color tiling (enabled by default with xorg 6.9/7.0), enable page flip (in xorg.conf) and hyperz with driconf. (16bit depth would also help.) As for the M6-M7 comparison, this is NOT a "minor design enhancement". M6 corresponds to a radeon 7000, M7 to a radeon 7500. M7 has (depending on the exact clocks, I believe they can vary a bit for the mobile parts) twice the memory bandwidth, roughly 3 times the raw rendering performance (2 pipes instead of 1 and clocked higher), not to mention hardware tcl (doesn't matter for glxgears, though). Apart from the things mentioned above, I don't think there is really that much more performance to gain for that chip. As Roland stated, performance is what to be expected for a R6 chipset. (In reply to comment #7) > As Roland stated, performance is what to be expected for a R6 chipset. I've also got an Radeon 7000 (aka Radeon LY M6) in my Sony Z1RMP notebook and I get 568 FPS with glxgears (default window size) using the opensource radeon driver under openSUSE 10.2. My config is: Section "Device" BoardName "Radeon LY" BusID "1:0:0" Driver "radeon" Identifier "Device[0]" Option "SaXDualHead" Option "IgnoreEDID" Option "MergedFB" Option "SaXDualMonitorVendor" "--> VESA" Option "CRT2VRefresh" "50-60" Option "CRT2Position" "Clone" Option "MetaModes" "1400x1050,1024x768;1280x1024,1024x768;1280x960,1024x768;1366x768,1024x768;1280x800,10 24x768;1152x864,1024x768;1280x768,1024x768;1024x768,1024x768;1280x600,1280x600;1024x600,1024x600;800x600,800x600; 768x576,768x576;640x480,640x480" Option "SaXDualOrientation" "LeftOf" Option "SaXDualResolution" "1024x768" Option "SaXDualMode" "Clone" Option "CRT2HSync" "31-50" Option "SaXDualHSync" "31-50" Option "SaXDualMonitorModel" "1024X768@60HZ" Option "SaXDualVSync" "50-60" Option "XAANoOffscreenPixmaps" "true" Option "DRI" "true" Option "AGPMode" "4" Option "EnablePageFlip" "true" Option "ColorTiling" "true" Option "AGPFastWrite" "true" Screen 0 VendorName "ATI" EndSection Not that much, but I guess much more FPS won't be possible with this gfx card. Please correct me if I'm wrong! *g* HTH, Jochen Sorry, I forgot to mention that Xorg's version is 7.2 and I'm using a color depth of 16 bits at a resolution of 1400x1050. You can't use a higher color depth with this resolution for the gfx card has only 16 MB of RAM installed while having DRI available (see [1]). Keep on rockin' Jochen [1] http://home.tiscalinet.ch/r.rosenberg/linux/start.html |
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.