Re: DGA and tearing effects

2004-11-27 Thread swivel
Is XFree86 w/DGA the only way to achieve high performance direct framebuffer rendering (page flipped) without any negative artifacts on linux? I'm using svgalib w/vesa right now for a strictly 8bpp project and the only way I've managed to get fast (full) frame rates without tearing or flickering

Re: DGA and tearing effects

2004-11-27 Thread swivel
The problem with this is my project targets older laptops, it's a engine management system tuning suite and alot of these car guys have junk bin laptops sitting in their cars (pentium class) with a wide array of graphic chipsets and displays. I don't think anyone will be using a accelerated glx

Re: DGA and tearing effects

2004-11-25 Thread swivel
What mechanism are you using to sync to vertical retrace? Also, the for loop you provide is not going to be very fast code for copying the buffer, at least not in my experiences. Try using something like memcpy() for the bulk of the copying, perhaps a memcpy() invocation per horizontal line.

Re: (None)

2004-05-19 Thread swivel
/me blinks On Thu, May 20, 2004 at 12:31:03AM +0300, PayPal Inc wrote: FUCK OFF ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel ___ Devel mailing list [EMAIL PROTECTED]

Re: xprt 902 eats up all cpu cycles

2004-01-10 Thread swivel
On Sat, Jan 10, 2004 at 07:30:03PM +0100, Tim Krieglstein wrote: Hi I am currently testing the 4.3.99.902 release on an Radeon 9200. Debian Sid It is much more stable than the 901 release for me. And i had only one lockup so far (and i was'nt able to trace the error back to xfree since linux

Re: Configuration file

2003-12-07 Thread swivel
On Sun, Dec 07, 2003 at 02:57:04PM -0500, David Dawes wrote: On Sat, Dec 06, 2003 at 08:17:35PM -0600, [EMAIL PROTECTED] wrote: Hello fellow developers, I was just wondering if there are any plans in a future release to change the XFree86 configuration to XML? There are plans to change

Configuration file

2003-12-06 Thread swivel
Hello fellow developers, I was just wondering if there are any plans in a future release to change the XFree86 configuration to XML? Regards, Vito Caputo For those who are curious: I only ask because I am working on an 'embedded' (automotive pc/dash/gauges) project which utilizes XML heavily