xrandr is required if resolution is changed from GDM

2014-05-23 Thread Kalpesh Rathod
Hi, I am working on X.org driver for an arm SoC. It support HDMI video out. The X.org driver + kernel fb driver is working and I get the display. The system uses Ubuntu precise. I have problem while changing the resolution. In our X.org driver we have pScrn-SwitchMode = fbdevHWSwitchModeWeak();

Re: [PATCH:libXfont 1/5] Use AS_HELP_STRING to provide help for AC_ARG_ENABLE AC_ARG_WITH options

2014-05-23 Thread Rémi Cardona
For the entire series: Signed-off-by: Rémi Cardona r...@gentoo.org Though I wonder whether other font formats could be disabled as well. Rémi ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info:

Re: [PATCH:xman 1/2] Fix tautology to the intended check.

2014-05-23 Thread walter harms
Am 23.05.2014 07:44, schrieb Alan Coopersmith: On 05/21/14 03:17 PM, Thomas Klausner wrote: From: Jörg Sonnenberger jo...@netbsd.org Signed-off-by: Thomas Klausner w...@netbsd.org --- handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler.c b/handler.c

Re: [PATCH 02/13] glamor: Add glamor_program based copy acceleration

2014-05-23 Thread Michel Dänzer
On 23.05.2014 10:40, Keith Packard wrote: Michel Dänzer mic...@daenzer.net writes: This results in a crash / memory corruption when confronted with GLAMOR_DRM_ONLY pixmaps. glamor_copy_bail calls down to fb, but the pixmap's devPrivate.ptr does not point to any usable storage. This happens

Re: [PATCH:xman 1/2] Fix tautology to the intended check.

2014-05-23 Thread Thomas Klausner
On Fri, May 23, 2014 at 10:10:19AM +0200, walter harms wrote: Am 23.05.2014 07:44, schrieb Alan Coopersmith: On 05/21/14 03:17 PM, Thomas Klausner wrote: From: Jörg Sonnenberger jo...@netbsd.org Signed-off-by: Thomas Klausner w...@netbsd.org --- handler.c | 2 +- 1 file

Re: [PATCH:xman 1/2] Fix tautology to the intended check.

2014-05-23 Thread walter harms
Am 23.05.2014 17:09, schrieb Thomas Klausner: On Fri, May 23, 2014 at 10:10:19AM +0200, walter harms wrote: Am 23.05.2014 07:44, schrieb Alan Coopersmith: On 05/21/14 03:17 PM, Thomas Klausner wrote: From: Jörg Sonnenberger jo...@netbsd.org Signed-off-by: Thomas Klausner w...@netbsd.org

Re: [PATCH 02/13] glamor: Add glamor_program based copy acceleration

2014-05-23 Thread Keith Packard
Michel Dänzer mic...@daenzer.net writes: Works for me, thanks. Awesome. -- keith.pack...@intel.com pgpgrfCUO_Chp.pgp Description: PGP signature ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info:

Re: [PATCH 05/13] glamor: Add glamor_program based 0-width dashed lines

2014-05-23 Thread Keith Packard
Keith Packard kei...@keithp.com writes: This makes sure the pixelization for dashed lines matches non-dashed lines, while also speeding them up. This patch adds glamor_destroy_gc and requires that it be called to avoid leaking the dash pixmap. Unfortunately, UXA doesn't use glamor_gc_funcs,

How to disable dkms on HDMI?

2014-05-23 Thread Oleg Samarin
Hi! I have Nvidia card with two ports: DVI and HDMI. I connected a monitor through DVI and an AV-Receiver through HDMI. I use it for playing sound. The problem is that when the screensaver switches my monitor off, it disables also HDMI, and the sound stops playing. Is it possible to disable

Button 4 and 5 emulation these silly, button-less clickpads?

2014-05-23 Thread Carl Worth
Thanks to everyone who has helped to get button emulation working nicely on the recent line of Lenovo laptops that have no hardware buttons on the clickpads. This has made my machine so much easier to use. I've recently started using an external Lenovo keyboard that has a trackpoint and three

Re: [PATCH:libXfont 1/5] Use AS_HELP_STRING to provide help for AC_ARG_ENABLE AC_ARG_WITH options

2014-05-23 Thread Alan Coopersmith
On 05/22/14 11:17 PM, Rémi Cardona wrote: For the entire series: Signed-off-by: Rémi Cardona r...@gentoo.org Thanks. Though I wonder whether other font formats could be disabled as well. I suspect it would just take a little more glue to make the pcf bdf backends go away and use freetype

[PATCH:xfs 2/3] Move EventSwapVector from extenst.h to difs.h

2014-05-23 Thread Alan Coopersmith
Fits in better with other swap vectors there Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- include/difs.h |1 + include/extentst.h |2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/difs.h b/include/difs.h index aed0cd6..d92f74b 100644 ---

[PATCH:xfs 3/3] Delete XpClient stubs

2014-05-23 Thread Alan Coopersmith
Xprint support stubs were required for libXfont prior to removal of Xprint support in libXfont commit e1927f80deabe in 2009, but are no longer needed. Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- difs/difsutils.c| 12 include/difsutils.h |2 -- 2 files

[PATCH:xfs 1/3] Delete unused extension code

2014-05-23 Thread Alan Coopersmith
No extensions were defined, but the code was ready for them, just in case someone came up with one. If someone ever does, they can restore from git history or an old tarball - until then, less code for us to maintain worry about checking for proper encoding/decoding of protocol. Signed-off-by:

[PATCH:libpciaccess] Enable use of __attribute__((deprecated)) with Solaris Studio 12.4 compiler

2014-05-23 Thread Alan Coopersmith
Support for this attribute is added in the 12.4 beta release. Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- include/pciaccess.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pciaccess.h b/include/pciaccess.h index 22faf89..cd87dbb 100644 ---

[PATCH:x11proto] Enable use of __attribute__((deprecated)) with Solaris Studio 12.4 compiler

2014-05-23 Thread Alan Coopersmith
Support for this attribute is added in the 12.4 beta release. Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- Xfuncproto.h.in |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Xfuncproto.h.in b/Xfuncproto.h.in index dac9229..608728f 100644 ---

[Bug 75629] [r128] Changes needed for RandR support

2014-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75629 --- Comment #18 from Connor Behan connor.be...@gmail.com --- (In reply to comment #17) (In reply to comment #15) (EE) Segmentation fault at address 0x68 It's trying to dereference a pointer to address 0x68. I guess R128MMIO is NULL?