xorg performance in general / eclipse specific question (2)

2012-05-28 Thread David Aldrich
Hi I posted the questions below 11 days ago but received no responses. Here is another try. Any comments would be appreciated. Best regards David - I am running an Eclipse based IDE on Ubuntu 10.04 LTS, which runs on a VMWare virtual machine on a remote server.

DPMS by other means?

2012-05-28 Thread Tom Horsley
The Samsung TV I use as a monitor does not support DPMS, but it can (naturally) be controlled by an IR remote. Is there any way to get hooks into the power management so I can grab control of a DPMS off and actually send an IR command to turn off the TV and vice-versa? (Obviously this depends on

Re: DPMS by other means?

2012-05-28 Thread gene heskett
On Monday, May 28, 2012 11:34:22 AM Tom Horsley did opine: > The Samsung TV I use as a monitor does not support DPMS, > but it can (naturally) be controlled by an IR remote. > > Is there any way to get hooks into the power management > so I can grab control of a DPMS off and actually send > an IR

Re: xorg performance in general / eclipse specific question (2)

2012-05-28 Thread Maarten Maathuis
On Mon, May 28, 2012 at 2:55 PM, David Aldrich wrote: > Hi > > I posted the questions below 11 days ago but received no responses.  Here is > another try. Any comments would be appreciated. > > Best regards > > David > > - > > I am running an Eclipse based IDE on Ubunt

RE: xorg performance in general / eclipse specific question (2)

2012-05-28 Thread David Aldrich
> Although it's hard to tell, but if there is an xserver running on the vmware > host then it might be an app which does too much data transfer (like > pixmaps), which fine locally, but not over a network Which xserver would you suggest as a better alternative? David

Re: DPMS by other means?

2012-05-28 Thread Alan Cox
On Mon, 28 May 2012 09:59:46 -0400 Tom Horsley wrote: > The Samsung TV I use as a monitor does not support DPMS, > but it can (naturally) be controlled by an IR remote. > > Is there any way to get hooks into the power management > so I can grab control of a DPMS off and actually send > an IR com

Re: xorg performance in general / eclipse specific question (2)

2012-05-28 Thread Antoine Martin
On 28/05/12 23:22, David Aldrich wrote: >> Although it's hard to tell, but if there is an xserver running on the vmware >> host then it might be an app which does too much data transfer (like >> pixmaps), which fine locally, but not over a network > > Which xserver would you suggest as a better alt

Re: XTestFakeKeyEvent and direction arrows

2012-05-28 Thread Onur Küçük
On Sun, 27 May 2012 23:46:45 +0200 Giuseppe Penone wrote: > Hi, > I'm writing a simple open source gtk(mm) "on screen keyboard" ( > http://code.google.com/p/giuspen-x-osk/source/checkout) > and, while all characters and modifiers work pretty good, I'm > struggling from several days with the dire

Re: XTestFakeKeyEvent and direction arrows

2012-05-28 Thread Giuseppe Penone
Hi and thanks for your example code. Using your function "sendKey" unfortunately all keysyms work but the direction arrows, result that I already obtained. The direction arrows still produce the effect: - up and down cause no visible effect - right and left cause right+down and left+up. On Mon,