Re: 2 touchscreens 2 pointers 2nd pointer wrong positioning

2011-02-24 Thread Victor Seryodkin
Continuing http://lists.freedesktop.org/archives/xorg/2011-February/052556.html After some experiments I've found out that the following sequence produces required result (2 touchscreens, 2 pointers, each pointer working at one touchscreen only): 1) change xorg.conf: Mouse device InputDevice

Re: Longstanding bug in ... XtAppMainLoop?

2011-02-24 Thread walter harms
this sounds reasonable, but when do application do not have a display ? re, wh Am 24.02.2011 00:09, schrieb Jordan Hayes: > The manual page for XtAppMainLoop says that it's just a simple loop that > calls > > XEvent event; > XtAppNextEvent(app, &event); > XtDispatchEvent(&event); > > ... unti

Xorg -configure questions

2011-02-24 Thread lfs lfs
From: lfs lfs Subject: Xorg -configure questions To: xorg@lists.freedesktop.org Date: Thursday, February 24, 2011, 8:04 AM Hi,   for example: -- Xorg -configure  //1st flickering here cp -rf /root/xorg.conf.new /etc/X11/xorg.conf startx //2

Xorg -configure questions

2011-02-24 Thread lfs lfs
Hi,   for example: -- Xorg -configure  //1st flickering here cp -rf /root/xorg.conf.new /etc/X11/xorg.conf startx //2nd flickering here -- This will flicker screen twice. How can I make

Re: Xorg -configure questions

2011-02-24 Thread Matthew Garrett
On Thu, Feb 24, 2011 at 07:04:55AM -0800, lfs lfs wrote: >-- >Xorg -configure //1st flickering here >cp -rf /root/xorg.conf.new /etc/X11/xorg.conf >startx

Re: Longstanding bug in ... XtAppMainLoop?

2011-02-24 Thread Jordan Hayes
when do application do not have a display ? Xt is also a powerful general purpose environment for event-driven programming. Input events, timers, now signals ... all handled pretty well. Originally the big drawback was that XtAppMainLoop would *never* return, but this ExitFlag stuff appears

Re: ssh -Y -l user etc,etc

2011-02-24 Thread Pat Kane
What does the following command show? ssh -Y -l your_name your_host /usr/bin/env Pat --- On Thu, Feb 24, 2011 at 1:15 AM, Eirik Byrkjeflot Anonsen wrote: > gene heskett writes: > >> On Wednesday, February 23, 2011 04:30:52 pm Adam Jackson did opine: >> >>> On 2/22/11 11:11 AM, gene he

Re: Xorg -configure questions

2011-02-24 Thread lfs lfs
Hi,   Can you please be more specific? Thanks. --- On Thu, 2/24/11, Matthew Garrett wrote: From: Matthew Garrett Subject: Re: Xorg -configure questions To: "lfs lfs" Cc: xorg@lists.freedesktop.org Date: Thursday, February 24, 2011, 8:13 AM On Thu, Feb 24, 2011 at 07:04:55AM -0800, lfs lfs wro

Re: Xorg -configure questions

2011-02-24 Thread Matthew Garrett
On Thu, Feb 24, 2011 at 08:19:48AM -0800, lfs lfs wrote: >Hi, > Can you please be more specific? Sure. Take this: > >Xorg -configure //1st flickering here

Re: Xorg -configure questions

2011-02-24 Thread Pat Kane
I think MJG is trying to tell you to run without a config file: mv/etc/X11/xorg.conf /etc/X11/xorg.conf.bak startx # what me flicker? On Thu, Feb 24, 2011 at 10:50 AM, Matthew Garrett wrote: > On Thu, Feb 24, 2011 at 08:19:48AM -0800, lfs lfs wrote: >>    Hi, >>      Can yo

Re: Longstanding bug in ... XtAppMainLoop?

2011-02-24 Thread walter harms
Hello, when starting a Xt-Application you should use XtOpenApplication() or XtAppInitialize() they will call XOpenDisplay(). I read the paper but i am not sure is the programm without display of any use ? or is it a sample that simply shows the limitation of the model ? I am not deeply in Xt an

Re: Xorg -configure questions

2011-02-24 Thread Alan Coopersmith
On 02/24/11 07:06 AM, lfs lfs wrote: > > From: lfs lfs > Subject: Xorg -configure questions > To: xorg@lists.freedesktop.org > Date: Thursday, February 24, 2011, 8:04 AM > > Hi, > for example: > -- > Xorg -

Re: Xorg -configure questions

2011-02-24 Thread lfs lfs
hi, Matthew Garrett   But, I never received any patch or link to that.   Did you attach it in email? Thanks. --- On Thu, 2/24/11, Matthew Garrett wrote: From: Matthew Garrett Subject: Re: Xorg -configure questions To: xorg@lists.freedesktop.org Date: Thursday, February 24, 2011, 9:50 AM On Th

Re: Xorg -configure questions

2011-02-24 Thread lfs lfs
Hi, "Xorg -configure" load all video modules and probes for hardware. "startx without xorg.conf" will do same? thanks. --- On Thu, 2/24/11, Alan Coopersmith wrote: From: Alan Coopersmith Subject: Re: Xorg -configure questions To: xorg@lists.freedesktop.org Date: Thursday, February 24, 2011, 1

Re: Xorg -configure questions

2011-02-24 Thread Alan Coopersmith
On 02/24/11 09:48 AM, lfs lfs wrote: > > Hi, > "Xorg -configure" load all video modules and probes for hardware. > "startx without xorg.conf" will do same? No, it just probes the hardware and loads the most likely modules. -- -Alan Coopersmith-alan.coopersm...@oracle.com

Re: Xorg -configure questions

2011-02-24 Thread Matthew Garrett
On Thu, Feb 24, 2011 at 09:41:15AM -0800, lfs lfs wrote: >hi, Matthew Garrett > But, I never received any patch or link to that. > Did you attach it in email?

Re: ssh -Y -l user etc,etc

2011-02-24 Thread gene heskett
On Thursday, February 24, 2011 12:41:00 pm Eirik Byrkjeflot Anonsen did opine: > gene heskett writes: > > On Wednesday, February 23, 2011 04:30:52 pm Adam Jackson did opine: > >> On 2/22/11 11:11 AM, gene heskett wrote: > >> > Where can I find a good tutorial on making this Just Work(TM) when >

Re: ssh -Y -l user etc,etc

2011-02-24 Thread gene heskett
On Thursday, February 24, 2011 01:40:45 pm Pat Kane did opine: > What does the following command show? > > ssh -Y -l your_name your_host /usr/bin/env > > Pat > --- Humm, this gets to demo a system problem since I started to use inotifywait for a file monitor. And the only way to fix

Re: Xorg -configure questions

2011-02-24 Thread gene heskett
On Thursday, February 24, 2011 01:53:16 pm Alan Coopersmith did opine: > On 02/24/11 07:06 AM, lfs lfs wrote: > > From: lfs lfs > > Subject: Xorg -configure questions > > To: xorg@lists.freedesktop.org > > Date: Thursday, February 24, 2011, 8:04 AM > > > > Hi, > > >

Re: Xorg -configure questions

2011-02-24 Thread Alan Coopersmith
On 02/24/11 11:00 AM, gene heskett wrote: > On Thursday, February 24, 2011 01:53:16 pm Alan Coopersmith did opine: > >> On 02/24/11 07:06 AM, lfs lfs wrote: >>> From: lfs lfs >>> Subject: Xorg -configure questions >>> To: xorg@lists.freedesktop.org >>> Date: Thursday, February 24,

Re: Xorg -configure questions

2011-02-24 Thread gene heskett
On Thursday, February 24, 2011 02:31:26 pm Alan Coopersmith did opine: > On 02/24/11 11:00 AM, gene heskett wrote: > > On Thursday, February 24, 2011 01:53:16 pm Alan Coopersmith did opine: > >> On 02/24/11 07:06 AM, lfs lfs wrote: > >>> From: lfs lfs > >>> Subject: Xorg -configure questi

Re: ssh -Y -l user etc,etc

2011-02-24 Thread Pat Kane
> [gene@coyote log]$ssh -Y -l gene coyote /usr/bin/env Looks like you are ssh'ing from coyote to coyote, is that what you intend? I think need to see an ASCII art picture of your network. On Thu, Feb 24, 2011 at 12:52 PM, gene heskett wrote: > On Thursday, February 24, 2011 01:40:45

Re: ssh -Y -l user etc,etc

2011-02-24 Thread Glynn Clements
gene heskett wrote: > So that probably explains where the 10.0 is coming from, but not where I > might change it? That seems to be the $64k question... Why do you need to change it? The actual display number is determined by the X11DisplayOffset setting in the sshd_config file. sshd allocates

Re: ssh -Y -l user etc,etc

2011-02-24 Thread gene heskett
On Thursday, February 24, 2011 09:49:55 pm Pat Kane did opine: > > [gene@coyote log]$ssh -Y -l gene coyote /usr/bin/env > > Looks like you are ssh'ing from coyote to coyote, is that what you > intend? > Humm, I think I blew it, so lets repeat it for the shop machine = gene@

Re: ssh -Y -l user etc,etc

2011-02-24 Thread gene heskett
On Thursday, February 24, 2011 10:23:08 pm Glynn Clements did opine: > gene heskett wrote: > > So that probably explains where the 10.0 is coming from, but not where > > I might change it? That seems to be the $64k question... > > Why do you need to change it? Because its not working? :) > Th

Re: ssh -Y -l user etc,etc

2011-02-24 Thread Pat Kane
Where are "emc" and "ubuntu machine". What does emc stand for? I think 150' of CAT5 is okay (assuming you mean feet and not meters) see: http://en.wikipedia.org/wiki/Category_5_cable but make sure the connectors at each end are solid. Are ends commercial or hand-made? On Thu, Feb 24, 2011

Re: ssh -Y -l user etc,etc

2011-02-24 Thread gene heskett
On Thursday, February 24, 2011 11:18:18 pm Pat Kane did opine: > Where are "emc" and "ubuntu machine". > What does emc stand for? The machine I want to 'ssh -Y -l gene shop' is running ubuntu 10.4 LTS on an Athlon xp1400 that is running at 1600 on that motherboard. 'emc' is emc-2.4.6, best ex

Re: ssh -Y -l user etc,etc

2011-02-24 Thread Eirik Byrkjeflot Anonsen
gene heskett writes: > On Thursday, February 24, 2011 10:23:08 pm Glynn Clements did opine: > >> gene heskett wrote: >> > So that probably explains where the 10.0 is coming from, but not where >> > I might change it? That seems to be the $64k question... >> >> Why do you need to change it? > >

unix domain socket used for X

2011-02-24 Thread Han
Hi, I have a beginner question: how does X use the Unix domain socket? For example: /tmp/.X11-unix/X5 for display :5 . It seems for larget applications, there are lots of open / close on that socket during one run (for example, firefox). Is that normal? thanks Han _

[ANNOUNCE] xorg-server 1.9.99.903

2011-02-24 Thread Keith Packard
Ok, here's another 1.10 RC * I looked through Bugzilla and pulled out a couple of fixes from there that looked reasonable. * RandR 1.4 has been entirely removed from the server. The client interface just wasn't what we wanted, and it wasn't going to be fixed in time for 1.10. Good thing t