Re: after Debianupdate (5-6) XWindows didnt start anymore

2011-03-02 Thread Magnus Kessler
On Tuesday 01 March 2011 16:30:06 Norbert Jeßberger wrote: hi after the Debian update the X-Server didnt start anymore. I have a FujiSiemens Laptop (17'' Display) with an ATI mobility radeon X700. At the frist start after the update Ive got the error: 'failed to load

Re: dynamic Keyboard activation - desactivation

2010-10-28 Thread Magnus Kessler
On Thursday 28 October 2010 09:32:29 MONDON Daniel wrote: -Message d'origine- De : xorg-bounces+daniel.mondon=lpgtechnologies@lists.freedesktop.org [mailto:xorg-bounces+daniel.mondon=lpgtechnologies@lists.freedesktop.o rg] De la part de Magnus Kessler Envoyé : mercredi 27

Re: Which package has Xm/XmAll.h

2009-09-07 Thread Magnus Kessler
On Monday 07 Sep 2009 22:08:43 Peng Yu wrote: Hi, I don't have root permission in my system. So I can not update packages automatically. Maybe you could try to run your own installation in a virtual machine, where you would have full root control? Can somebody let me know which package

Server frozen

2009-06-11 Thread Magnus Kessler
With git HEAD of xserver, xf86-video-intel, mesa, libdrm, and the input drivers the X server does not seem to come back once the screen saver in KDE has kicked in and DPMS has turned off the display. This happens on both a laptop with the G45 and a desktop with the 965G graphic chips. The

Re: [Intel-gfx] Screen Corruption On Intel GM45

2009-04-18 Thread Magnus Kessler
On Saturday 18 Apr 2009 13:57:27 Mike Lothian wrote: 2009/4/17 Magnus Kessler magnus.kess...@gmx.net: Even with this patch, any non-trivial OpenGL using application will lead to a garbled screen within its own output window. The rest of the screen is unaffected. If the entire screen

Re: [Intel-gfx] Screen Corruption On Intel GM45

2009-04-17 Thread Magnus Kessler
On Friday 17 April 2009, Jesse Barnes wrote: On Thu, 16 Apr 2009 23:04:36 +0100 Mike Lothian m...@fireburn.co.uk wrote: Hi I've noticed some horrible screen corruption using the lastest git xorg intel stack with in X. I've made the screen usable by booting with i915.modeset=0 with

Re: Radeon DPMS problems? backlight turns back on after a minute

2009-04-07 Thread Magnus Kessler
On Tuesday 07 April 2009, Lowell Alleman wrote: Are there any known issues with DPMS not working properly with the latest radeon driver? I've found some old bugs that sound similar, but don't exactly match and the workarounds I've found seem to make a difference. Here is what I'm

Re: [RFC] glx: fix DRI2 memory leak

2009-03-30 Thread Magnus Kessler
On Monday 30 March 2009, Shuang He wrote: Jesse Barnes wrote: On Fri, 27 Mar 2009 13:20:25 -0400 Kristian Høgsberg k...@bitplanet.net wrote: On Thu, Mar 26, 2009 at 6:33 PM, Jesse Barnes jbar...@virtuousgeek.org wrote: Ok, I think this is where the leak was:

Re: [RFC] glx: fix DRI2 memory leak

2009-03-28 Thread Magnus Kessler
On Saturday 28 Mar 2009 00:42:53 Jesse Barnes wrote: Yep, that seems to work too... Magnus or Vasily can you guys confirm? Seems to work fine for me, although I'm going to have an eye open for bugs that might have previously been hidden in the now exposed code paths. Is there any good

Re: [RFC] glx: fix DRI2 memory leak

2009-03-26 Thread Magnus Kessler
On Wednesday 25 March 2009, Jesse Barnes wrote: In trying to track down the memory leak in 20704, I found that the DRI2 drawable destroy routine doesn't seem to get called when new drawables are created and old ones destroyed (as in the glViewport case in the bug). The GLX core code takes

Re: How To Disable input driver

2009-02-12 Thread Magnus Kessler
On Wednesday 11 February 2009, Peter Hutterer wrote: On Wed, Feb 11, 2009 at 08:37:44PM +, Magnus Kessler wrote: On Wednesday 11 February 2009, linux multitouch wrote: Hi I am using Xorg version - 1.5.2 I am developing kernel driver which create /dev/eventX - file. when i insert

Re: How To Disable input driver

2009-02-11 Thread Magnus Kessler
to instruct Xorg to use your own input driver. Have a look at the fdi files provided for e.g. synaptics touchpads. HTH Magnus Kessler ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [PATCH 8/9] fb: move some code to mi

2009-02-11 Thread Magnus Kessler
On Wednesday 11 February 2009, Maarten Maathuis wrote: commit 734b23e5982e171031077a2d5d6b5dc2a12e1a70 should fix the problem. Thanks, Maarten. In the meantime Eric Anholt committed 5009127de7d9527ae329d1c2fbc7283648bde2e6 (http://cgit.freedesktop.org/xorg/driver/xf86-video-

Re: [PATCH 8/9] fb: move some code to mi

2009-02-10 Thread Magnus Kessler
-fbCopyRegion (pPixmap-drawable, pPixmap-drawable, +miCopyRegion (pPixmap-drawable, pPixmap-drawable, NULL, rgnDst, dx, dy, uxa_copy_n_to_n, 0, NULL); Regards, Magnus Kessler ___ xorg mailing list xorg

[PATCH] Xvfb: Remove unused function GetLK201Mappings in InitInput.c

2009-01-23 Thread Magnus Kessler
Silence a gcc warning. After commit 08363c5830bdea34012dcd954b45ccfdc79a3a7e GetLK201Mappings is no longer needed. Signed-off-by: Magnus Kessler magnus.kess...@gmx.net diff --git a/hw/vfb/InitInput.c b/hw/vfb/InitInput.c index e53ac4b..578cc49 100644 --- a/hw/vfb/InitInput.c +++ b/hw/vfb

[PATCH] Xvfb: add missing include for new xkbsrv.h

2009-01-23 Thread Magnus Kessler
Commit 08363c5830bdea34012dcd954b45ccfdc79a3a7e added call to XkbGetRulesDflts defined in xkbsrv.h Signed-off-by: Magnus Kessler magnus.kess...@gmx.net --- hw/vfb/InitInput.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/hw/vfb/InitInput.c b/hw/vfb/InitInput.c index

[PATCH] .gitignore: ignore sdksyms.dep

2009-01-23 Thread Magnus Kessler
Signed-off-by: Magnus Kessler magnus.kess...@gmx.net diff --git a/.gitignore b/.gitignore index bd38ddb..4d277d9 100644 --- a/.gitignore +++ b/.gitignore @@ -150,3 +150,4 @@ include/xkb-config.h include/xorg-config.h include/xorg-server.h include/xwin-config.h +sdksyms.dep -- 1.6.1

Random xrandr behaviour

2009-01-23 Thread Magnus Kessler
] [1]. Can someone please advise how I could track down this issue further? Regards, Magnus Kessler [0] http://bugs.freedesktop.org/show_bug.cgi?id=17431 [1] http://bugs.freedesktop.org/show_bug.cgi?id=13952 signature.asc Description: This is a digitally signed message part

Re: input settings get ignored?

2008-12-28 Thread Magnus Kessler
On Sunday 28 December 2008, Bernd Steinhauser wrote: Hi, I was upgrading to xorg-server 1.6 Beta3 (1.5.99.3) and I have one nasty problem, which I'm not sure if it is me doing something wrong or if there is a bug. [snip] In addition to that, some keys don't work or are working wrong, for

Re: intel X.org crashes on current branches and GM965

2008-12-21 Thread Magnus Kessler
On Sunday 21 December 2008, Tobias Hain wrote: Hello, Yesterday I upgraded to 2.6.28-rc9, cleaned all build files, ran autoconfig again and built the binaries: [snip] running KDE 4.1.2. I do see the 2D Desktop just fine, but during loading it crashes at some point (I suspect the compositing

Re: Ansification of X.Org code: A question how to proceed

2008-12-02 Thread Magnus Kessler
On Tuesday 02 December 2008, Peter Breitenlohner wrote: On Mon, 20 Oct 2008, Alan Coopersmith wrote: In general, I think everyone agrees conversion of the remaining bits of code that use KR/pre-ANSI-C89 style function prototypes declarations to C89 is a good thing (provided it's done

Re: No Cursor Movement in X: Slackware-12.1

2008-12-02 Thread Magnus Kessler
On Tuesday 02 December 2008, Rich Shepard wrote: If this is not the appropriate list to ask for help, please point me to the proper place. I may not have e-mail access during my business trip this week unless a text browser will allow me to connect to the hotel's server. I just

[PATCH] synaptics: export synapticsModuleData

2008-12-02 Thread Magnus Kessler
Mark synapticsModuleData as exported so that it can be used with xorg-server compiled with visibility flags. Signed-off-by: Magnus Kessler [EMAIL PROTECTED] --- src/synaptics.c.orig2008-12-02 21:12:09.0 + +++ src/synaptics.c 2008-12-02 21:13:23.0 + @@ -160,7

Re: xinput test crashes server when touchpad clicked

2008-11-28 Thread Magnus Kessler
On Thursday 27 November 2008, Peter Hutterer wrote: On Thu, Nov 27, 2008 at 11:49:58AM +, Magnus Kessler wrote: Tested-by: Magnus Kessler [EMAIL PROTECTED] That patch works fine for me. Thanks for fixing this. However, I see that the same unchecked access to p-key-xkbInfo exists

Re: xinput test crashes server when touchpad clicked

2008-11-27 Thread Magnus Kessler
On Wednesday 26 November 2008, Peter Hutterer wrote: On Wed, Nov 19, 2008 at 10:07:59PM +, Magnus Kessler wrote: With the latest server and synaptics driver from git I can reliably crash the server by starting xinput test SynPS2/2 Synaptics Touchpad and then clicking the any

xinput test crashes server when touchpad clicked

2008-11-19 Thread Magnus Kessler
; ^ | key is NULL on crash Why would a touchpad be treated as a keyboard here? Regards, Magnus Kessler signature.asc Description: This is a digitally signed message part. ___ xorg mailing list xorg

Re: Synaptics patch: orientation

2008-11-11 Thread Magnus Kessler
On Tuesday 11 November 2008, Mildred Ki'Lya wrote: Hi, Le Tue 11/11/2008 à 15:21 Éric Piel à écrit: The next thing would be to automatically change the orientation of the trackpad when XRandR rotates the screen. Certainly not at the X server level. I have two screens, which screen's

[PATCH] Ansification of libICE

2008-10-30 Thread Magnus Kessler
Please find attached a patch that makes libICE ANSI C compliant and fixes a few small type related issues flagged by gcc and sparse. Best Regards, Magnus Kessler Ansify libICE Ansify libICE and fix some type issues flagged by sparse and gcc Signed-off-by: Magnus Kessler [EMAIL PROTECTED

XCB compilation failure with socket handoff patch (was Re: compilation failure)

2008-10-26 Thread Magnus Kessler
On Thursday 23 October 2008, Beso wrote: i also have the following error on libxcb: [...] xcb_out.c: In function 'get_socket_back': xcb_out.c:61: error: '_xcb_out' has no member named 'return_socket' xcb_out.c:61: error: '_xcb_out' has no member named 'socket_moving' xcb_out.c:62: error:

Re: Transfer display of active windows remotely

2008-10-11 Thread Magnus Kessler
the nxclient software from either machine on the network. I can disconnect from a running session and pick it up later from somewhere else. With Regards, Prasad H. L. Hope this helps. Best Regards, Magnus Kessler [0] http://www.gnu.org/software/screen/ [1] http://www.nomachine.com

Minimum version of XInput API?

2008-10-09 Thread Magnus Kessler
Hi, what's considered the minimum version of the XInput ABI an input driver needs to support these days? I see lots of #if GET_ABI_MAJOR in the xf86-input-synaptics driver that seem to support ancient ABI versions. Is this still appropriate? Regards, Magnus Kessler signature.asc

[PATCH] xf86-input-synaptics janitorial patches

2008-10-09 Thread Magnus Kessler
Hi, here are a few janitorial patches for the synaptics driver. The patches to the tools directory eliminate warnings flagged up by sparse. The patch to the driver code reduces the dependency on the mi code, which only needed to support an ancient XInput ABI version. Regards, Magnus Kessler

[PATCH] RFC: remove support for XInput ABI 0.x from xf86-input-synaptics driver

2008-10-09 Thread Magnus Kessler
to the configure script to detect building against a very old X server? Cheers, Magnus [1] http://lists.freedesktop.org/archives/xorg/2008-October/039276.html Remove support for XInput ABI 0.x Signed-off-by: Magnus Kessler [EMAIL PROTECTED] diff --git a/src/synaptics.c b/src/synaptics.c index

[PATCH] various xf86-input-synaptics cleanups

2008-10-03 Thread Magnus Kessler
the user that this driver cannot deal with the hardware for which it was configured. 03-synaptics-remove-unused.diff removes an unused #define and some #includes that were previously required for the fifo functionality. Best Regards, Magnus Clean up control-flow Signed-off-by: Magnus Kessler

Re: [PATCH] xf86-input-synaptics: fix creation of repeater fifo

2008-10-02 Thread Magnus Kessler
On Monday 29 September 2008, Peter Hutterer wrote: On Sun, Sep 28, 2008 at 03:11:46PM +0100, Magnus Kessler wrote: Testing status against EEXIST is wrong and we should check errno instead if we want to allow the use of an existing file. However, since we pass a file name that in principle

Re: Extra pointer motion with current git xf86-input-synaptics

2008-09-28 Thread Magnus Kessler
On Sunday 28 September 2008, Peter Hutterer wrote: On Sat, Sep 27, 2008 at 06:10:32PM +0100, Magnus Kessler wrote: Since updating to the current git version of xorg-server, inputproto and xf86-input-synaptics I observe extra pointer movements for every event generated by the touchpad

Extra pointer motion with current git xf86-input-synaptics

2008-09-27 Thread Magnus Kessler
and y coordinate decrease by 1 every time). Equally, each event generated from touching the pad seems to have this extra movement towards the top-left of the screen. Is anyone else experiencing this problem? Best Regards, Magnus Kessler signature.asc Description: This is a digitally signed