|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Radeon testingI have access to five Radeon cards of differing ages and generations,
all on machines with FreeBSD 7-stable of recent vintage. What testing or benchmarking utilities should be used? What would be useful for driver debugging? So far, only one can run the xscreensaver "carousel" full-screen without killing X. glxgears is not supposed to be a benchmark, and glxinfo reports a lot of information that may or may not be useful. Beyond dmesg, uname, and Xorg.0.log, what other information would be helpful? -Warren Block * Rapid City, South Dakota USA _______________________________________________ freebsd-x11@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "freebsd-x11-unsubscribe@..." |
|
|
Re: Radeon testingOn Wed, 2008-10-01 at 19:36 -0600, Warren Block wrote:
> I have access to five Radeon cards of differing ages and generations, > all on machines with FreeBSD 7-stable of recent vintage. From a drm perspective, 7 still has really stale bits... I recently made updates to -CURRENT and I'm likely to do another one in the near future. (read, maybe as soon as tomorrow). I currently don't have access to any radeon hardware, so I have to rely on others to test code for me. It would be really handy to have someone who was able to test on hardware of various generations. > What testing or benchmarking utilities should be used? What would be > useful for driver debugging? xscreensaver hacks are probably reasonable. There is also rendercheck, which isn't very exciting, but does perform a lot of tests. drm is certainly not the only relevant part, but I attempt to let other folks deal with the mesa (libGL) and X side of things. Those components are more portable and therefore issues that crop up there tend to effect the linux folks as well and they have a lot more resources to deal with those than we do. > So far, only one can run the xscreensaver "carousel" full-screen without > killing X. glxgears is not supposed to be a benchmark, and glxinfo > reports a lot of information that may or may not be useful. Beyond > dmesg, uname, and Xorg.0.log, what other information would be helpful? Please define "killing X". As long as we are talking about kernel components, that is drm and has become my responsibility... What is useful information really depends on exactly what the failure is and/or what is being tested. Generally, dmesg, architecture (i386 or amd64) and some mechanism of identifying exactly what bits of code your running are useful along with X logs. Other times, I need drm debugging dumps and / or backtraces... robert. > -Warren Block * Rapid City, South Dakota USA > _______________________________________________ > freebsd-x11@... mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@..." |
| Free Forum Powered by Nabble | Forum Help |