RE: [Xpert]KDE3/i810 corruption - source pointers?

2002-09-27 Thread Bill Soudan
On Thu, 26 Sep 2002, Neale Banks wrote: Ah, that's interesting. A few of us have been plagued by a crash which happens with i810 when running two servers - and goes away when XaaNoSolidFillRect is set on. Ah, according to the README file in the driver directory: 7. Known Limitations -

Re: [Xpert]XFree86 on Solaris Sun Blade 100?

2002-09-27 Thread Marc Aurele La France
On Wed, 25 Sep 2002, Andrew P. Lentvorski wrote: Has anyone managed to get XFree86 to work on a Sun Blade 100/150/1000/2000 running Solaris? It doesn't necessarily need to work with a Sun graphics card; I would happily go get even a reasonably expensive ATI or nVidia card (which would

[Xpert]MIME attachment handler in hypermail subtly corrupts attachments

2002-09-27 Thread Branden Robinson
Maybe this is already common knowledge, but it surprised me. I was reviewing the patches I sent to [EMAIL PROTECTED], and noticed that a patch I submitted got corrupted. The message: http://www.xfree86.org/devel/archives/patch/2002-Sep/0008.shtml The attachment:

RE: [Xpert]KDE3/i810 corruption - source pointers?

2002-09-27 Thread Bill Soudan
On Wed, 25 Sep 2002, Sottek, Matthew J wrote: No, blits from the Framebuffer to the Framebuffer would be correct. Blits from the pixmap cache to the framebuffer that are only 1 line would also be correct. I've posted a few example pics of the corruption I see:

[Xpert]RE: Rép. : RE: [Xpert]KDE3/i810 corruption - source pointers?

2002-09-27 Thread Sottek, Matthew J
There was some discussion of this problem on this list a while back. There is a separate set of overlay-fb alignment registers that are programmed relative to the timings being used. When you boot to a TV device the timings are not as programmed in the CRTC registers so the overlay is not

[Xpert]XFree86 CVS

2002-09-27 Thread Michael
Just out of curiousity i was wondering if anyone knew what features are currently only in the CVS? ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

[Xpert]XFree 4.2.1 and Riva 128 core dump

2002-09-27 Thread Martti Kuparinen
Hi! I have major problems with XFree 4.2.1 and RIVA 128, starting the server dumps core. I have built a debug version of the server and found out one NULL pointer... Any ideas why PCRTC is not initialized to anything meaningful? Martti --- Martti Kuparinen [EMAIL PROTECTED] NetBSD - No

Re: [Xpert]How to reinitialize the mouse / KVM problems

2002-09-27 Thread Mark Vojkovich
On Thu, 26 Sep 2002, Dave wrote: Hi, I think I have found a simple reproducible bug that makes the mouse/keyboard handler freak out. I don't think this has anything to do with my particular set up. I'm using Linux on Intel. The problem occurs with both the XFree86 VESA driver, and

[Xpert]Bug with Matrox driver in mga_storm.c

2002-09-27 Thread Ross Mikosh
I sumitted this bug report to [EMAIL PROTECTED], but haven't heard back... Any comments from the XFree86 team as to whether this patch is acceptable? Thanks, Ross [EMAIL PROTECTED] Regarding: Offscreen pixmap corruption can occur when switching virtual consoles Email: [EMAIL PROTECTED]

RE: [Xpert]ulong warning fixes

2002-09-27 Thread Marc Aurele La France
some recent warning fixes break cygwin compiling. e.g. in lib/Xmu/StrToCurs.c:172 a printf(%lu, sizeof(...)) was changed to printf(%lu, (ulong)sizeof(...)) and in lib/Xmu/WidgetNode.c But ulong is not defined on cygwin. What is the correct fix for this. Change the printf type to

[Xpert]All colors used up in PseudoColor

2002-09-27 Thread tobias . blomberg
Hi! I have a problem running an application under XFree86 4.2.0 (RedHat Linux 7.3). The application I want to run can only be used with the X server in PseudoColor mode. It tries to allocate some private colors. When I start the X server in PseudoColor, almoast all colors are allocated by the

Re: [Xpert]XFree86 CVS

2002-09-27 Thread Alexey Dokuchaev
On Thu, Sep 26, 2002 at 09:03:47PM +0200, Michael wrote: Just out of curiousity i was wondering if anyone knew what features are currently only in the CVS? Not sure whether all of there already were merged, but, anyways, AFAIK, the following is in the schedule for 4.3.0: * Xft2 +

Re: [Xpert]How to reinitialize the mouse / KVM problems

2002-09-27 Thread Dave
Hi, I realize that time running backwards is not supposed to happen, but it seems like things could be made a bit more robust (like gpm, which keeps running)--and re-initialization should be possible. But I get your point, I have solved my problem, and I'll shut up. Dave. Mark Vojkovich

RE: [Xpert]KDE3/i810 corruption - source pointers?

2002-09-27 Thread Egbert Eich
Bill Soudan writes: On Wed, 25 Sep 2002, Sottek, Matthew J wrote: No, blits from the Framebuffer to the Framebuffer would be correct. Blits from the pixmap cache to the framebuffer that are only 1 line would also be correct. I've posted a few example pics of the corruption I

Re: [Xpert]XFree86 CVS

2002-09-27 Thread Alexey Dokuchaev
On Fri, Sep 27, 2002 at 12:43:29PM +0200, Xavier Bestel wrote: Le ven 27/09/2002 à 12:09, Alexey Dokuchaev a écrit : On Thu, Sep 26, 2002 at 09:03:47PM +0200, Michael wrote: Just out of curiousity i was wondering if anyone knew what features are currently only in the CVS? Not sure

RE: [Xpert]KDE3/i810 corruption - source pointers?

2002-09-27 Thread Bill Soudan
On Fri, 27 Sep 2002, Egbert Eich wrote: Now the problem: The i810 blit engine seems to be broken in that it cannot copy a portion of the framebuffer right to the right of itself if the width of this area is in a certain range. Even if the source destination regions don't overlap? That

Re: [Xpert]All colors used up in PseudoColor

2002-09-27 Thread Mark Vojkovich
On Fri, 27 Sep 2002 [EMAIL PROTECTED] wrote: Hi! I have a problem running an application under XFree86 4.2.0 (RedHat Linux 7.3). The application I want to run can only be used with the X server in PseudoColor mode. It tries to allocate some private colors. When I start the X server in

Re: [Xpert]MIME attachment handler in hypermail subtly corrupts attachments

2002-09-27 Thread David Dawes
On Fri, Sep 27, 2002 at 01:35:42AM -0500, Branden Robinson wrote: Maybe this is already common knowledge, but it surprised me. I was reviewing the patches I sent to [EMAIL PROTECTED], and noticed that a patch I submitted got corrupted. The message:

Re: [Xpert]Radeon clone mode bug(s) + fix

2002-09-27 Thread Krzysztof Halasa
Ok, as I still have no idea about the procedure used for working with the XFree86 code in general, and with ATI Radeon driver in particular, there are (hopefully) simple questions: - what should I do in order to have a patch which fixes obvious bugs applied? - what should I do if I want to