Help for Backing Store

2012-04-20 Thread Victor Rodolfo Gonzalez Diaz
Hello! Hello! I am a new user of openSUSE 12.1. One of my remote applications asks me to enable BackingStore on my Server. I tried to follow some suggestion by changing the /etc/X11/xorg.config.install by adding Option BackingStore on to all Device Sections but Still does not work. Even

Where does colormapping take place?

2012-04-20 Thread N. Coesel
Hello all, I have the following problem. I need to be able to adjust gamma, brightness and contrast of a display which has no such controls (its on a framebuffer device using RGB565 Truecolor). This means the adjustment has to be done in software. Setting the gamma in the config file also

Re: Where does colormapping take place?

2012-04-20 Thread Kai-Uwe Behrmann
Am 20.04.12, 17:16 +0200 schrieb N. Coesel: I have the following problem. I need to be able to adjust gamma, brightness and contrast of a display which has no such controls (its on a framebuffer device using RGB565 Truecolor). This means the adjustment has to be done in software. Setting the

independent, non-interactive display on second videocard port?

2012-04-20 Thread Ryan Braun
We have a bunch of workstations now with dual head cards (or more) that are only utilizing one of the displays. We also have alot of data that is useful to have displayed when not logged on to the machine, but due to security reqs, obviously, we cannot leave the machines logged in with no one

Re: Where does colormapping take place?

2012-04-20 Thread N. Coesel
Kai, I also tried xgamma but that doesn't work. I suspect xgamma is intended to change settings in the videocard (which is impossible in my situation). Actually I also need brightness and contrast. Because all these operate on the luminance of the image they are closely related to each other.

[ANNOUNCE] constype 1.0.4

2012-04-20 Thread Alan Coopersmith
This utility is mainly used on SPARC platforms and/or Solaris systems to print the name of the kernel fb driver being used for the console device. This release mainly gathers build configuration improvements and warning fixes since the last release in 2010. Alan Coopersmith (6): Remove

Re: xserver: Branch 'master' - 9 commits

2012-04-20 Thread Keith Packard
On Thu, 19 Apr 2012 22:29:48 -0700, Jeremy Huddleston jerem...@apple.com wrote: I just noticed that the machine I was on was tracking the wrong master, and this was pushed to origin instead of ~jeremyhu/master. btw, if anyone else does this, it's easy to fix if you've got the 'correct' master

Multitouch regression in 3.3 on thinkpad X220 clickpad

2012-04-20 Thread Benjamin Herrenschmidt
Hi folks ! So Peter and I have been discussing a problem I observed on my brand new ThinkPad X220 and it's multitouch clickpad. I've been digging a bit more today and bisected the regression to: commit 7968a5dd492ccc38345013e534ad4c8d6eb60ed1 Input: synaptics - add support for Relative mode

Re: [PATCH] workaround crash on close (X server 1.12)

2012-04-20 Thread Michal Suchanek
On 20 April 2012 07:05, Jeremy Huddleston jerem...@apple.com wrote: Please squash the changes into a single commit. Attaching a sqashed patch. Also, why is the screenDrawable check in the xf86_config-rotation_damage predicate rather than the xf86_config-rotation_damage_registered predicate?

Re: Can x input driver read from fifo?

2012-04-20 Thread Michal Suchanek
On 19 April 2012 04:50, c-aries babyari...@gmail.com wrote: Hi all. I write a x input driver. When the driver read from normal device it works nice. After I change it to read from fifo, the driver works nice also before I turn off the Window Manager. After Xorg process exit, devices are all

Re: [PATCH synaptics] Fix st-mt scaling

2012-04-20 Thread Leon Shaw
On Thu, Apr 12, 2012 at 7:57 AM, Peter Hutterer peter.hutte...@who-t.net wrote: On Fri, Mar 30, 2012 at 02:58:51PM +0800, Leon Shaw wrote: On Fri, Mar 30, 2012 at 6:56 AM, Peter Hutterer peter.hutte...@who-t.net wrote: On Thu, Mar 29, 2012 at 10:21:09AM -0700, Chase Douglas wrote: On

Re: Multitouch regression in 3.3 on thinkpad X220 clickpad

2012-04-20 Thread Daniel Drake
On Fri, Apr 20, 2012 at 1:21 AM, Benjamin Herrenschmidt b...@kernel.crashing.org wrote: So Peter and I have been discussing a problem I observed on my brand new ThinkPad X220 and it's multitouch clickpad. I've been digging a bit more today and bisected the regression to: commit

[PATCH xorg-gtest] Wait for dummy X server to shut down in Environment::TearDown()

2012-04-20 Thread Chase Douglas
If two xorg-gtest binaries are executed one after another, the second one may attempt to start its X server before the first one's X server has fully shut down. This leads to the second X server not starting. Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/environment.cpp | 30

[PATCH 1/2] Report logical button state in ProcXIQueryPointer

2012-04-20 Thread Chase Douglas
Physical button state is usually meaningless to an X client. Signed-off-by: Chase Douglas chase.doug...@canonical.com --- Xi/xiquerypointer.c | 12 1 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Xi/xiquerypointer.c b/Xi/xiquerypointer.c index a2e7442..e2a940c

[PATCH 2/2] Report touch emulated buttons in XIQueryPointer for XI 2.1 and earlier

2012-04-20 Thread Chase Douglas
XInput 2.1 and earlier clients do not know about touches. We must report touch emulated button presses for these clients. For later clients, we only report true pointer button presses. Signed-off-by: Chase Douglas chase.doug...@canonical.com --- Xi/xiquerypointer.c | 15 ++- 1

[PATCH] TouchListenerAcceptReject: Warn and return early on bad listener index

2012-04-20 Thread Chase Douglas
Signed-off-by: Chase Douglas chase.doug...@canonical.com --- dix/touch.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/dix/touch.c b/dix/touch.c index dd16367..401cb98 100644 --- a/dix/touch.c +++ b/dix/touch.c @@ -966,6 +966,11 @@

Re: [PATCH] TouchListenerAcceptReject: Warn and return early on bad listener index

2012-04-20 Thread Bryce Harrington
Reviewed-by: Bryce Harrington br...@canonical.com On Fri, Apr 20, 2012 at 11:08:15AM -0700, Chase Douglas wrote: Signed-off-by: Chase Douglas chase.doug...@canonical.com --- dix/touch.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/dix/touch.c b/dix/touch.c

Re: [PATCH] workaround crash on close (X server 1.12)

2012-04-20 Thread Jeremy Huddleston
On Apr 20, 2012, at 02:13, Michal Suchanek hramr...@gmail.com wrote: On 20 April 2012 07:05, Jeremy Huddleston jerem...@apple.com wrote: Please squash the changes into a single commit. Attaching a sqashed patch. Reviewed-by: Jeremy Huddleston jerem...@apple.com, but I want a tested-by:

Re: Multitouch regression in 3.3 on thinkpad X220 clickpad

2012-04-20 Thread Dmitry Torokhov
On Fri, Apr 20, 2012 at 08:27:37AM -0600, Daniel Drake wrote: On Fri, Apr 20, 2012 at 1:21 AM, Benjamin Herrenschmidt b...@kernel.crashing.org wrote: So Peter and I have been discussing a problem I observed on my brand new ThinkPad X220 and it's multitouch clickpad. I've been digging a bit

[PATCH libXau] Free XauFileName() static buffer at exit

2012-04-20 Thread Chase Douglas
XauFileName() may allocate and return a static buffer. The only way to ensure it is freed is to deallocate it when the program exits. Signed-off-by: Chase Douglas chase.doug...@canonical.com --- AuFileName.c | 17 - 1 files changed, 16 insertions(+), 1 deletions(-) diff --git

Re: [PATCH libXau] Free XauFileName() static buffer at exit

2012-04-20 Thread Matt Turner
On Fri, Apr 20, 2012 at 5:18 PM, Chase Douglas chase.doug...@canonical.com wrote: XauFileName() may allocate and return a static buffer. The only way to ensure it is freed is to deallocate it when the program exits. Signed-off-by: Chase Douglas chase.doug...@canonical.com ---  AuFileName.c |

Re: [PATCH libXau] Free XauFileName() static buffer at exit

2012-04-20 Thread Alan Coopersmith
On 04/20/12 02:18 PM, Chase Douglas wrote: XauFileName() may allocate and return a static buffer. The only way to ensure it is freed is to deallocate it when the program exits. ...at which point it's automatically freed. Is this just trying to silence some sort of memory leak checking? --

Re: [PATCH libXau] Free XauFileName() static buffer at exit

2012-04-20 Thread Chase Douglas
On 04/20/2012 02:35 PM, Alan Coopersmith wrote: On 04/20/12 02:18 PM, Chase Douglas wrote: XauFileName() may allocate and return a static buffer. The only way to ensure it is freed is to deallocate it when the program exits. ...at which point it's automatically freed. Is this just trying

Re: [PATCH libXau] Free XauFileName() static buffer at exit

2012-04-20 Thread Chase Douglas
On 04/20/2012 02:31 PM, Matt Turner wrote: On Fri, Apr 20, 2012 at 5:18 PM, Chase Douglas chase.doug...@canonical.com wrote: XauFileName() may allocate and return a static buffer. The only way to ensure it is freed is to deallocate it when the program exits. Signed-off-by: Chase Douglas

Re: [PATCH libXau] Free XauFileName() static buffer at exit

2012-04-20 Thread Alan Coopersmith
On 04/20/12 02:56 PM, Chase Douglas wrote: On 04/20/2012 02:35 PM, Alan Coopersmith wrote: On 04/20/12 02:18 PM, Chase Douglas wrote: XauFileName() may allocate and return a static buffer. The only way to ensure it is freed is to deallocate it when the program exits. ...at which point it's

[PATCH libXext] Destroy generic event extension after last display is removed

2012-04-20 Thread Chase Douglas
The extension record is currently leaked and never freed. Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/Xge.c | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/Xge.c b/src/Xge.c index 74e4802..1f37e59 100644 --- a/src/Xge.c +++ b/src/Xge.c

Re: [PATCH libXau] Free XauFileName() static buffer at exit

2012-04-20 Thread Chase Douglas
On 04/20/2012 03:06 PM, Alan Coopersmith wrote: On 04/20/12 02:56 PM, Chase Douglas wrote: On 04/20/2012 02:35 PM, Alan Coopersmith wrote: On 04/20/12 02:18 PM, Chase Douglas wrote: XauFileName() may allocate and return a static buffer. The only way to ensure it is freed is to deallocate it

Re: [PATCH libXau] Free XauFileName() static buffer at exit

2012-04-20 Thread Alan Coopersmith
On 04/20/12 03:11 PM, Chase Douglas wrote: On 04/20/2012 03:06 PM, Alan Coopersmith wrote: On 04/20/12 02:56 PM, Chase Douglas wrote: On 04/20/2012 02:35 PM, Alan Coopersmith wrote: On 04/20/12 02:18 PM, Chase Douglas wrote: XauFileName() may allocate and return a static buffer. The only way

Re: [PATCH libXau] Free XauFileName() static buffer at exit

2012-04-20 Thread Chase Douglas
On 04/20/2012 03:15 PM, Alan Coopersmith wrote: On 04/20/12 03:11 PM, Chase Douglas wrote: On 04/20/2012 03:06 PM, Alan Coopersmith wrote: On 04/20/12 02:56 PM, Chase Douglas wrote: On 04/20/2012 02:35 PM, Alan Coopersmith wrote: On 04/20/12 02:18 PM, Chase Douglas wrote: XauFileName() may

[PATCH libXi] Destroy extension record after last display is removed

2012-04-20 Thread Chase Douglas
The extension record is currently leaked and never freed. Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/XExtInt.c | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/XExtInt.c b/src/XExtInt.c index 43738a2..27638bd 100644 --- a/src/XExtInt.c

Re: Multitouch regression in 3.3 on thinkpad X220 clickpad

2012-04-20 Thread Benjamin Herrenschmidt
On Fri, 2012-04-20 at 10:01 -0700, Dmitry Torokhov wrote: It looks we lost a condition in synaptics_set_advanced_gesture_mode(). It used to be: if (!(SYN_CAP_ADV_GESTURE(priv-ext_cap_0c) || SYN_CAP_IMAGE_SENSOR(priv-ext_cap_0c))) return 0; and

Re: [PATCH xorg-gtest] Wait for dummy X server to shut down in Environment::TearDown()

2012-04-20 Thread Stephen M. Webb
On 04/20/2012 12:45 PM, Chase Douglas wrote: If two xorg-gtest binaries are executed one after another, the second one may attempt to start its X server before the first one's X server has fully shut down. This leads to the second X server not starting. Signed-off-by: Chase Douglas

[ANNOUNCE] fslsfonts 1.0.4

2012-04-20 Thread Alan Coopersmith
fslsfonts produces a list of fonts served by an X font server (xfs). This minor maintenance release provides the usual set of accumulated build configuration improvements, compiler warning fixes, and janitorial cleanups. Alan Coopersmith (5): Fix gcc -Wwrite-strings warnings

[ANNOUNCE] xmodmap 1.0.7

2012-04-20 Thread Alan Coopersmith
This quick fix release solves build problems on systems that need defintions such as _GNU_SOURCE to expose asprintf() in their headers. Alan Coopersmith (3): config: Add missing AC_CONFIG_SRCDIR Add AC_USE_SYSTEM_EXTENSIONS to expose asprintf() in GNU libc headers xmodmap 1.0.7

[Bug 48958] hd5470 no screen

2012-04-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48958 gregor rozyckiu gregor.rozy...@chello.at changed: What|Removed |Added AssignedTo|atilinuxbugsunassigned@ati.

[Bug 48958] hd5470 no screen

2012-04-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48958 --- Comment #1 from Alex Deucher ag...@yahoo.com 2012-04-20 09:15:55 UTC --- Please attach your xorg log and dmesg output. Are you using fglrx or the open source driver? Also is this a hybrid laptop with multiple GPUs? -- Configure bugmail: