> What I find amusing is that the integrated card > yielded better performance than your NVidia card. > Doesn't that sounds weird to anyone else? On Linux thats a usual case for 2D.
Drivers available are quite poor, and also the frameworks for 2D accaleration are not that well tuned, so you get really good performance from integrated chipsets because software-fallbacks are really cheap. For discrete cards a software-fallback means a large and costly bus-tranfer, for the integrated just some memcpy in the worst case. lg Clemens [Message sent by forum member 'linuxhippy' (linuxhippy)] http://forums.java.net/jive/thread.jspa?messageID=271084 =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA2D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
