Re: [Xpert]zoom

2002-07-30 Thread sjb
Dr Andrew C Aitchison wrote: The XFree86-VidModeExtension will do this. See man XF86VidModeSwitchMode and #include X11/extensions/xf86vmode.h Ahh .. that would appear to do the trick! Thanks very much. sjb ___ Xpert mailing list

[Xpert]Dual Head + Fast 2D Graphics

2002-07-30 Thread Colin Law
Hello, Im looking at creating a dual headed system for use while developing an animation tool. Screen 1 for most of the development/coding work, Screen 2 for fullscreen playback of the animated sequences Im looking for advice on a fast 2D graphics card (im not interested in 3D) with good

RE: [Xpert]Building small (disk space) Xwindows environment.

2002-07-30 Thread Fendt, Sean
Thanks for the response. I've looked at the KDrive stuff and really like it, but doesn't seem to have driver for CHIPS 96000, and we're trying to do better than straight VGA. If I knew it enough, I'd try to put the CHIPS driver into it, but I'm not ready to take on that, quite yet. I have

Re: [Xpert]about RECORD extension

2002-07-30 Thread Nikola Miljanic
On Tue, 30 Jul 2002, ding jj wrote: I am trying to use RECORD extension, but there is something I can't understand clearly. When I call XRecordEnableContext and do some operation in machine, XRecordInterceptProc function will be invoked. Now about structure XRecordInterceptData in

Re: [Xpert]Re: [MPlayer-users] X hangs on Ati Rage128AIW

2002-07-30 Thread Arkadiusz Miskiewicz
Peter Surda [EMAIL PROTECTED] writes: XFree 4.2.0 (tried both - xfree original and gatos ati drivers, also treid different DRM sources - unfortunately my xfree still hangs). Now I'm going to try cvs version of XFree 4.3.0. The problem is most probably old driver where dri and xf86 don't

Re: [Xpert]Building small (disk space) Xwindows environment.

2002-07-30 Thread Carlos Dri
Christian, I've tried that mini howto days before. It built ok, and it also works fine (I built it with support for xdmcp also, for an ARM target), but I couldn't get the colors to work. I'm only getting 4 or 6 colors, in a very *cool* combination of green, blue, pink, black, etc. I want

Re: [Xpert]Dual Head + Fast 2D Graphics

2002-07-30 Thread Eric Sprague
Try the ATi Radeon 7500 or VE. Also, the Matrox G450/G550 are worth a look, but these days, the ATi cards are equally easy to set up, and tend to be faster. Also, they don't rely on a binary module, unlike the MGA cards. The Radeon 7500 should be the fastest. The 8500 should work too, but I'm

Re: [Xpert]Dual Head + Fast 2D Graphics

2002-07-30 Thread Kevin Oberman
From: Eric Sprague [EMAIL PROTECTED] Sender: [EMAIL PROTECTED] Date: Tue, 30 Jul 2002 08:36:18 -0700 (PDT) Try the ATi Radeon 7500 or VE. Also, the Matrox G450/G550 are worth a look, but these days, the ATi cards are equally easy to set up, and tend to be faster. Also, they don't rely on

RE: [Xpert]Dual Head + Fast 2D Graphics

2002-07-30 Thread Randall Watt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Eric Sprague Sent: Tuesday, July 30, 2002 11:36 AM To: [EMAIL PROTECTED] Subject: Re: [Xpert]Dual Head + Fast 2D Graphics Try the ATi Radeon 7500 or VE. Also, the Matrox G450/G550 are worth a

Re: [Xpert]zoom

2002-07-30 Thread sjb
sjb wrote: man XF86VidModeSwitchMode Ahh .. that would appear to do the trick! OK .. I now have a working Zoom button. Thanks for the pointer! Another question .. is it possible to send a middle mouse button click to the server? My Vaio is constructed so that you can use it standing

Re: [Xpert]zoom

2002-07-30 Thread Markus Gutschke
You can probably do something with either XSendEvent() or with XTestFakeButtonEvent(). If I was going to try doing this, I'd probably take a look at the source code for x2x. Markus sjb wrote: sjb wrote: man XF86VidModeSwitchMode Ahh .. that would appear to do the trick! OK

Re: [Xpert]Dual Head + Fast 2D Graphics

2002-07-30 Thread Scott Long
On Tue, 30 Jul 2002 12:14:57 -0400 Randall Watt [EMAIL PROTECTED] wrote: The mga binary drivers are only necessary for DVI support and certain PowerDesk features. Other than that, the standard XFree86 supplied version of the mga driver should work just fine in either single or dualhead

Re: [Xpert]how to get global key release events ?

2002-07-30 Thread Peter Finderup Lund
On Fri, 26 Jul 2002, Alexander Neundorf wrote: I need to get global key release events in my app, i.e. also if none of the windows of my app has focus. My app is based on Qt/KDE and I am able to get the key press events, but not the release events. I read some things about

Re: [Xpert]how to get global key release events ?

2002-07-30 Thread Peter Finderup Lund
On Tue, 30 Jul 2002, Peter Finderup Lund wrote: XFree86 4.2.0 contains the docs for XTEST and RECORD but not for XTrap. The docs for XTrap can be found here, at The X Consortium's website: http://ftp.x.org/contrib/extensions/XTrap.tar.gz -Peter

Re: [Xpert]zoom

2002-07-30 Thread sjb
Markus Gutschke wrote: You can probably do something with either XSendEvent() or with XTestFakeButtonEvent(). If I was going to try doing this, I'd probably take a look at the source code for x2x. Thank you, I shall do that tomorrow. It seems that i may have jumped the gun when I said my

Re: [Xpert]XvShmPutImage() memory leak ?

2002-07-30 Thread Mark Vojkovich
On Wed, 31 Jul 2002 [EMAIL PROTECTED] wrote: Hello. Thanks to Mr. Wertmann, I found a good sample of xvideo at http://www.cs.uni-potsdam.de/~wertmann/xv/testxv.c I just tried this and found that the process size becomes bigger and bigger while running. According to my quick study,

Re: [Xpert]Super Micro MB and XF86 problem

2002-07-30 Thread Michel Dänzer
On Mon, 2002-07-29 at 19:15, Daniel Sheltraw wrote: OK here are the log files and our XF86config-4 file. the BusID in the XF86config-4 file is correct according to /proc/pci or lspci. If we do not specify the BusID the Xserver finds the wrong card (the AGP card) and runs X on it. The

[Xpert]Re: X hangs on Ati Rage128AIW

2002-07-30 Thread Michel Dänzer
On Tue, 2002-07-30 at 14:00, Arkadiusz Miskiewicz wrote: Peter Surda [EMAIL PROTECTED] writes: XFree 4.2.0 (tried both - xfree original and gatos ati drivers, also treid different DRM sources - unfortunately my xfree still hangs). Now I'm going to try cvs version of XFree 4.3.0.

Re: [Xpert]Kdrive color problems

2002-07-30 Thread Carlos Dri
I'm starting it from init, and also tried replacing linuxrc (I'm using busybox) with a script that only starts Xfbdev... got the same colors... From: mallum [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [Xpert]Kdrive color problems Date: Mon, 29 Jul 2002

Re: [Xpert]Re: X hangs on Ati Rage128AIW

2002-07-30 Thread Arkadiusz Miskiewicz
Michel Danzer [EMAIL PROTECTED] writes: Not loading .rodata.str1.32 Not loading .rodata.str1.1 Not loading .rodata.cst4 Not loading .rodata.cst8 Symbol from module /mnt/storage1/misiek/usr/X11R6/lib/modules/drivers/r128_drv.o is unresolved! Symbol from module

Re: [Xpert]Super Micro MB and XF86 problem

2002-07-30 Thread Marc Aurele La France
On 30 Jul 2002, Michel Dänzer wrote: OK here are the log files and our XF86config-4 file. the BusID in the XF86config-4 file is correct according to /proc/pci or lspci. If we do not specify the BusID the Xserver finds the wrong card (the AGP card) and runs X on it. The atimisc driver

[Xpert]S3 Problem VGA(0): Not using default mode 1920x1440 (insufficient memory for mode)

2002-07-30 Thread louie miranda
Hi, i have this error on my XFREE4 on debian. I can't figure what to do next. hm.. panic:/# startx warning: process set to nice value 0 instead of -10 as requested This is a pre-release version of XFree86, and is not supported in any way. Bugs may be reported to [EMAIL PROTECTED] and

[Xpert](no subject)

2002-07-30 Thread Toshinao Ishii
Subject: Re: [Xpert]XvShmPutImage() memory leak ? --text follows this line-- Tue, 30 Jul 2002, Mark Vojkovich wrote: XvShmPutImage doesn't allocate any memory. Yes. We can find this in the source. On the other hand, when I comment out the call XvShmPutImage(dpy, xv_port, window, gc,