[Xpert]Touchscreen driver, Xinput extension, input device interface, etc....

2002-01-23 Thread Jim Gettys
Ok folks, Since my statements about six weeks ago around touch screen interfaces, (and that continuing to kludge the X server and/or current iPAQ touch screen interface was just not going to happen), alot has happened. The line drawn in the sand is that we must avoid continuing the current

Re: [Xpert]Touchscreen driver, Xinput extension, input device interface, etc....

2002-01-23 Thread mk
Since my statements about six weeks ago around touch screen interfaces, (and that continuing to kludge the X server and/or current iPAQ touch screen interface was just not going to happen), alot has happened. It is well possible that i am missing the point (and i am mostly lurking here anyway)

Re: [Xpert]Changing what X looks like on startup

2002-01-23 Thread Jim Gettys
Sender: [EMAIL PROTECTED] From: Thomas Steffen [EMAIL PROTECTED] Date: 23 Jan 2002 09:35:45 +0100 To: pesarif [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [Xpert]Changing what X looks like on startup - pesarif [EMAIL PROTECTED] writes: I was just wondering, though, why

[Xpert]Re: Touchscreen driver, Xinput extension, input device interface, etc....

2002-01-23 Thread Russell King - ARM Linux
On Wed, Jan 23, 2002 at 10:55:07AM -0800, Jim Gettys wrote: Since my statements about six weeks ago around touch screen interfaces, (and that continuing to kludge the X server and/or current iPAQ touch screen interface was just not going to happen), alot has happened. Indeed it has. We now

Re: [Xpert] XFree86 version

2002-01-23 Thread Mark Vojkovich
On Wed, 23 Jan 2002, Prasad, Ragini wrote: I need to know which version of X Server is running. Can anyone help me as to which API to use to get the XFree86 version from a C program? /* gcc -o version version.c -L/usr/X11R6/lib -lX11 */ #include X11/X.h #include X11/Xlib.h #include

[Xpert]Re: xfree-4.1.0 compilation trouble

2002-01-23 Thread Francisco José Lazur
On Jan, 2002-01-17 at 00:32:32, Michel Dänzer wrote: I rather suspect this could be the C++ ABI incompatibility between gcc 3.x and older versions. Have all libraries it uses here been built with the same compiler? -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer

[Xpert]Re: Touchscreen driver, Xinput extension, input device interface,etc....

2002-01-23 Thread James Simmons
We now have a generic library that allows applications of any type to interface via a standard API with any kernel interface, and be configured to perform any scaling, filtering or whatever else you can think of without even being re-linked. This is actively being used by several people in

[Xpert]Re: Touchscreen driver, Xinput extension, input device interface,etc....

2002-01-23 Thread James Simmons
We're planning on using Vojtech's new input mechanism (most generally fleshed out for USB devices, but it's always been intended for general use) to deal with input devices in the future on Linux, and will be retargeting the iPAQ's touch screen driver interface to this interface.

[Xpert]Does my card support 3D ??

2002-01-23 Thread Prabhakar Reddy GVS
Hi list, This is not all that important. I just wanted to know some information abt a old assembled PC i got. I was wondering if my video adapter can really provide 3D support. From the lspci -v info i can see that the card is a ATI 3D Rage Pro 1x/2x (PCI/AGP). And also there is some

[Xpert]Re: Touchscreen driver, Xinput extension, input device interface, etc....

2002-01-23 Thread Vojtech Pavlik
On Wed, Jan 23, 2002 at 12:18:00PM -0800, James Simmons wrote: o The input interface will be widened in two minor ways: 1) user programs will be able to set the calibration data. (either make the EVIOCGABS ioctl RW or add a new ioctl). Pavel

[Xpert]Re: Touchscreen driver, Xinput extension, input device interface,etc....

2002-01-23 Thread James Simmons
What? I think you misunderstood the use of EVIOCGABS. That returns the range of values the hardware can generate. Those values are used internally in the input system to filter out junk. Sometimes hardware can give you errous data so those fields filter that. I have to correct you

[Xpert]ssh-less encrypted X - design, legalities?

2002-01-23 Thread Dan Stromberg
Has anyone looked into what it would take to make X sessions encrypted? It seems such an important bit of functionality that someone must have already looked into it and decided it wasn't worth it. I realize ssh can encrypt X traffic, but that isn't much help for a typical enduser with an X

[Xpert]Re: Touchscreen driver, Xinput extension, input device interface, etc....

2002-01-23 Thread Jim Gettys
From: James Simmons [EMAIL PROTECTED] Date: Wed, 23 Jan 2002 12:18:00 -0800 (PST) To: Jim Gettys [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: Touchscreen driver, Xinput extension, input device

[Xpert]scanpci output for Nvidia GeForce2 Go

2002-01-23 Thread Ross Stephen Dmochowski
-- Ross S. Dmochowski // Programmer Analyst III // UC Berkeley Department of Mechanical Engineering 2113 Etcheverry Hall, Berkeley,CA 94720-0001 Phone (510) 643-0873 Fax (510) 643-3076 PGP Fingerprint: 8FF0A0165DC08F73EC7CB75761EF4F23D7C207FA

[Xpert]Re: Keyboard repeat problem on Toshiba

2002-01-23 Thread wilsonf
ax is the command line utility that comes with accessx. I think you already said you have accessx so you should have ax also ... ??? Try downloading the source code again ( http://www.rehab.uiuc.edu/accessx ) and recompiling it. ax should be part of the build. I have version 0.950. NB. From

[Xpert]Re: Touchscreen driver, Xinput extension, input device interface, etc....

2002-01-23 Thread Vojtech Pavlik
On Wed, Jan 23, 2002 at 01:40:13PM -0800, Jim Gettys wrote: We're planning on using Vojtech's new input mechanism (most generally fleshed out for USB devices, but it's always been intended for general use) to deal with input devices in the future on Linux, and will be retargeting the

Re: [Xpert]ssh-less encrypted X - design, legalities?

2002-01-23 Thread research
On Wed, Jan 23, 2002 at 11:50:49PM +0100, Thomas Steffen wrote: Dan Stromberg [EMAIL PROTECTED] writes: I realize ssh can encrypt X traffic, but that isn't much help for a typical enduser with an X terminal, for example. So what again is the problem with ssh?

Re: [Xpert] XFree86 version

2002-01-23 Thread Andy Isaacson
On Wed, Jan 23, 2002 at 11:24:11AM -0800, Mark Vojkovich wrote: int main() { Display *dpy; dpy = XOpenDisplay('\0'); /* $DISPLAY connection */ That can't be right. Make it XOpenDisplay(); instead. -andy ___ Xpert mailing list [EMAIL

Re: [Xpert]Nvidia GeForce2 Go (Dell Mobile)

2002-01-23 Thread Nick Slager
Thus spake Ross Stephen Dmochowski ([EMAIL PROTECTED]): The card is an NVIDIA GeForce2 GO (Dell Mobile) but I can't get it to work even using 8bit VGA. This card isn't supported by XFree86. At this stage the options are: o If you're running linux, use nvidia's binary drivers o

[Xpert]Re: Touchscreen driver, Xinput extension, input device interface,etc....

2002-01-23 Thread James Simmons
And there are still insane people who want to run true multihead (several monitors, X servers, keyboards and mice for more than one users). Count me in. Maybe I'm insane, but I see this as a good way to save money and make better use of a fast machine. I could use networked X terminals,

Re: [Xpert]Touchscreen driver, Xinput extension, input device interface, etc....

2002-01-23 Thread Markus Schaber
Hi, [EMAIL PROTECTED] wrote: Since my statements about six weeks ago around touch screen interfaces, (and that continuing to kludge the X server and/or current iPAQ touch screen interface was just not going to happen), alot has happened. It is well possible that i am missing the point

[Xpert]Re: Touchscreen driver, Xinput extension, input device interface,etc....

2002-01-23 Thread James Simmons
do get the impression that is what those feilds are for. Look at the confussion on this list about this. Yes, I should document this better somewhere. But you agree that what's done is the sane thing? Yes!! Hm. The issue with that is userland might pass in really off values. Then

[Xpert]Re: Touchscreen driver, Xinput extension, input device interface, etc....

2002-01-23 Thread Vojtech Pavlik
On Wed, Jan 23, 2002 at 03:33:54PM -0800, James Simmons wrote: do get the impression that is what those feilds are for. Look at the confussion on this list about this. Yes, I should document this better somewhere. But you agree that what's done is the sane thing? Yes!!

[Xpert]Re: Touchscreen driver, Xinput extension, input device interface,etc....

2002-01-23 Thread James Simmons
And why reprogram it when the client is rescaling? That is what I was thinking and that is why I question why having EVIOCGABS is needed. Mayeb I misunderstood. Email can be so limiting sometimes. There is the policy item of whether such devices should appear in the X server's view of input

[Xpert]Re: Touchscreen driver, Xinput extension, input device interface,etc....

2002-01-23 Thread James Simmons
BTW one of the ideas for handling topology I like is the idea of having different groups for different desktops for multi-desktop systems. You could have desktop0, desktop1 etc. This way you don't end up playing a mp3 on someone else sound card. You can have multiple sound cards as

[Xpert]Re: Touchscreen driver, Xinput extension, input device interface, etc....

2002-01-23 Thread Vojtech Pavlik
On Wed, Jan 23, 2002 at 03:46:48PM -0800, James Simmons wrote: BTW one of the ideas for handling topology I like is the idea of having different groups for different desktops for multi-desktop systems. You could have desktop0, desktop1 etc. This way you don't end up playing a mp3 on

Re: [Xpert]Nvidia GeForce2 Go (Dell Mobile)

2002-01-23 Thread Mike Heald
I have the same laptop, this is what I did. 1) Get kenel 2.4.17 - This has proper support for all the dell power management bells and whistles the video card needs (there's a ticky box for dell laptop support) 2) Point your fave browser at www.nvidia.com, they have linux drivers there ( I

[Xpert]DGA support

2002-01-23 Thread daniel sheltraw
Hello Xpert list I apologize if this is not the correct list on which to post this question. Is the Xfree86 DGA extension working (in general) for all cards supported by Xfree86? Thanks, Daniel _ Send and receive Hotmail on your

Re: [Xpert]ssh-less encrypted X - design, legalities?

2002-01-23 Thread Dan Stromberg
On Wed, Jan 23, 2002 at 11:50:49PM +0100, Thomas Steffen wrote: Dan Stromberg [EMAIL PROTECTED] writes: I realize ssh can encrypt X traffic, but that isn't much help for a typical enduser with an X terminal, for example. Nothing you do would be much help to them (present X terminal

Re: [Xpert]DGA support

2002-01-23 Thread Mark Vojkovich
On Wed, 23 Jan 2002, daniel sheltraw wrote: Hello Xpert list I apologize if this is not the correct list on which to post this question. Is the Xfree86 DGA extension working (in general) for all cards supported by Xfree86? Probably works for most. Probably not all, either because

Re: [Xpert] XFree86 version

2002-01-23 Thread Christer Palm
This is growing severely off-topic, but... Andy Isaacson wrote: (4) dpy = XOpenDisplay('\0'); is pretty questionable. I was going to say that the compiler should warn you in this case, but apparently this gets away with being legal due to the sizeof('c')==sizeof(int) clause.

Re: [Xpert]Touchscreen driver, Xinput extension, input device interface, etc....

2002-01-23 Thread Jim Gettys
I won't know until I try to code to it, but Keith's and my initial take of the new Linux input interface is that it seems reasonably sane, and offers facilities that have been badly needed in OS interfaces to input devices (like finally having time stamps). I'd certainly like it if all the open

[Xpert]Incredible Information

2002-01-23 Thread romantic
How much does a romantic marriage proposal cost? Well, a lot less that you think. Most guys actually ruin the day by spending too much. Find out the secrets the jewelry, candy and flower stores don't want you to know. http://hop.clickbank.net/hop.cgi?helloworld/proposals

Re: [Xpert]ssh-less encrypted X - design, legalities?

2002-01-23 Thread Alan Coopersmith
Are there send's and recv's scattered through the X code, or does all the network traffic funnel through a common point? X has a nice abstraction of the transport layer (xc/lib/xtrans) that most of the network handling goes through - this is where you'ld primarily have to change, although

[Xpert] Ati Radeon M7 (7500 Mobile) on Inspiron 8100

2002-01-23 Thread Markus Kohli
Hi everybody I've just ordered a Dell Inspiron with the Ati Radeon 7500 Mobile Chip. Now I've crawled through thousands of webpages, but neither any newsgroup nor mailinglist nor site did reveal what I was looking for... Does the new XFree86 4.2.0 support this chipset? I've read that it supports