[Xpert]New xedit syntax highlight code

2002-09-22 Thread pcpa
Hi, I finally added the new syntax highlight code to xedit. The old builtin C mode was removed, now it is done by the lisp interpreter, and the rules can be changed in /usr/X11R6/lib/X11/xedit/lisp/progmodes/c.lsp. It does not yet load any defaults from the user home directory, but is being

[Xpert]Xv and downscaling af video

2002-09-22 Thread Søren Holm
Hello ! I think I've found a bug in the Xvideo subsystem. It is a fairly simple bug. Xv does not scale the video to a smaller size than the video's original size. Scalling up works fine. I'm running the debian 4.2.1 test-packages on a 3dfx 3500. It did not work on 4.1 either. Any

[Xpert][PATCH] Work-around for busy-wait in XDGASetViewport

2002-09-22 Thread Fredrik Noring
The attached patch is a work-around for the busy-wait in the XDGASetViewport function in the nv driver. Eliminating the busy-wait can make a significant difference when for example playing video using DGA. (In my test setup, the previous loop often required 20-40 % of wasted cpu cycles.) The

Re: [Xpert]Resize and Rotate extension progress report

2002-09-22 Thread Andy Isaacson
On Sat, Sep 21, 2002 at 11:41:02AM -0500, Jason L Tibbitts III wrote: ACA == Andrew C Aitchison Dr writes: ACA Are we really asking that apps such as xdvi and ghostscipt be ACA ported to Gtk+/Qt ? They already have been. ... with all the interface annoyances, library bloat, and ugly,

Re: [Xpert]Xv and downscaling af video

2002-09-22 Thread Vladimir Dergachev
On Sun, 22 Sep 2002, [ISO-8859-1] Søren Holm wrote: Hello ! I think I've found a bug in the Xvideo subsystem. It is a fairly simple bug. Xv does not scale the video to a smaller size than the video's original size. Scalling up works fine. I'm running the debian 4.2.1 test-packages on

Re: [Xpert]Resize and Rotate extension progress report

2002-09-22 Thread Jason L Tibbitts III
AI == Andy Isaacson [EMAIL PROTECTED] writes: AI ... with all the interface annoyances, library bloat, and ugly, AI overblown chrome that come with such ports. So? I happen to disagree (and my users disagree even more strongly, since ghostscript doesn't even have an interface to speak of, and

Re: [Xpert]Dual-head Geforce2, Radeon all-in-wonder 7500 not going.

2002-09-22 Thread Ignacio Valdes
On Sat, 21 Sep 2002, Ignacio Valdes wrote: Hello, I've not gotten a response before from this list and I kind of need this to do some work so I'm offering a $10 check to the first person who helps me get this working right. I have a Athlon XP 1800+/Asus RedHat 7.3 system with a PCI

Re: [Xpert]Xv and downscaling af video

2002-09-22 Thread Mark Vojkovich
On Sun, 22 Sep 2002, Søren Holm wrote: Hello ! I think I've found a bug in the Xvideo subsystem. It is a fairly simple bug. Xv does not scale the video to a smaller size than the video's original size. Scalling up works fine. I'm running the debian 4.2.1 test-packages on a 3dfx

Re: [Xpert][PATCH] Work-around for busy-wait in XDGASetViewport

2002-09-22 Thread Mark Vojkovich
On 22 Sep 2002, Fredrik Noring wrote: The attached patch is a work-around for the busy-wait in the XDGASetViewport function in the nv driver. Eliminating the busy-wait can make a significant difference when for example playing video using DGA. (In my test setup, the previous loop often

Re: [Xpert]Dual-head Geforce2, Radeon all-in-wonder 7500 not going.

2002-09-22 Thread Mark Vojkovich
On Sun, 22 Sep 2002, Ignacio Valdes wrote: On Sat, 21 Sep 2002, Ignacio Valdes wrote: Hello, I've not gotten a response before from this list and I kind of need this to do some work so I'm offering a $10 check to the first person who helps me get this working right. I have a

Re: [Xpert][PATCH] Work-around for busy-wait in XDGASetViewport

2002-09-22 Thread Fredrik Noring
sön 2002-09-22 klockan 23.01 skrev Mark Vojkovich: Who cares anyway. DGA is slated for removal in XFree86 5. Oh, so is DGA going to be replaced with something else? Are there any alterantives still using X? (With features such as double buffering, vertical retrace synchronisation and no

Re: [Xpert][PATCH] Work-around for busy-wait in XDGASetViewport

2002-09-22 Thread Mark Vojkovich
On 22 Sep 2002, Fredrik Noring wrote: sön 2002-09-22 klockan 23.01 skrev Mark Vojkovich: Who cares anyway. DGA is slated for removal in XFree86 5. Oh, so is DGA going to be replaced with something else? The direct input stuff should be covered by the XINPUT extension (assuming the

Re: [Xpert]Xv and downscaling of video

2002-09-22 Thread Søren Holm
Mark Vojkovich wrote: These are driver limitations and very common. Quite alot of video hardware doesn't downscale, or only downscales to a very limited range due to the excessive bandwidth requirements that downscaling entails. Clients can use the XvQueryBestSize function to find out

Re: [Xpert]Xv and downscaling of video

2002-09-22 Thread Mark Vojkovich
On Mon, 23 Sep 2002, Søren Holm wrote: Mark Vojkovich wrote: These are driver limitations and very common. Quite alot of video hardware doesn't downscale, or only downscales to a very limited range due to the excessive bandwidth requirements that downscaling entails. Clients can

[Xpert]error when buliding evtest for event interface

2002-09-22 Thread Roy
hi,everyone: I got 2 different version evtest,one from ev stack,one from the cvs of http://linuxconsole.sourceforge.net/,But both of them does not work.The first one is too old and gave me many errors and the second one maybe to 'young' and gave me a 'EV_SYN' undeclared.I try to declare

Re: [Xpert]error when buliding evtest for event interface

2002-09-22 Thread Brad Hards
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 23 Sep 2002 11:26, Roy wrote: hi,everyone: I got 2 different version evtest,one from ev stack,one from the cvs of http://linuxconsole.sourceforge.net/,But both of them does not work.The first one is too old and gave me many errors and

[Xpert]XDrawString on an Ximage

2002-09-22 Thread Brian W Grasby
Hi all, could someone please point me in the direction of some documentation on how i might use a temporary pixmap to draw text onto an Ximage? I know i can't do it right onto the image, but i get errors doing it onto a pixmap then using XShmGetImage b/c i'm not clear about the usage. Thanks