Re: Good afternoon

2011-12-10 Thread walter harms
hi Samuel, i have never heard about virtual gl and it seems that this is more a problem of VirtualGL. i used google to found the mail below may be it can help you. http://www.mail-archive.com/virtualgl-users@lists.sourceforge.net/msg00023.html re, wh Am 09.12.2011 08:48, schrieb Samuel

Re: x crash and auto log me out

2011-11-01 Thread walter harms
Hi Di Zhang, thx for the report but please be more verbose with your bugreport and give the developer a chance to recreate the circumstances where the bug shows up. E.g. What version of xserver are you running ? (F16=Fedora 16 Beta ?) What graphiccard you are using ? When exactly does it happen ?

Re: libpciaccess

2011-10-22 Thread walter harms
undefined reference to means there is an object file or library missing in the final stage of linking. re, wh Am 22.10.2011 16:13, schrieb Dwijadas Dey: Hi list Able to solve the problem ( http://lists.freedesktop.org/archives/xorg/2011-October/053700.html )related to

Re: libxrandr code examples

2011-10-19 Thread walter harms
Did you look at the randr programm source ? re, wh Am 19.10.2011 16:28, schrieb Dirk De Becker: Hi all, I hope this is the right list for this question. I am looking for a good tutorial on how to use libxrandr from another program. What I want to do, is for example enabling/disabling

Re: XPutImage stops returning to caller

2011-10-15 Thread walter harms
Am 15.10.2011 06:30, schrieb Phil Hart: My application calls XPutImage. The target window displays as expected. However, after some thousands of successful calls, the next call to XPutImage does not return. A stack trace mentions a mutex. The calling parameters do not change, nor indeed

Re: Emc vs modern lcd monitors

2011-08-16 Thread walter harms
Am 16.08.2011 16:29, schrieb James Cloos: Gene, If the display gets in the way of the realtime code, you may want to separate the two. It may not be in vogue these days, but running X11 over tcp still works. Just for your informations in several companies X11 is used for displaying. I

Re: [Solved] Re: How to set default window size for xconsole app ?

2011-08-12 Thread walter harms
Am 12.08.2011 08:35, schrieb Aaron Lewis: On 2011年08月12日 14:27, Glynn Clements wrote: Aaron Lewis wrote: Hi , i wanted to setup default window size for xconsole program , although i'm on openbox , but still wanted to use Xdefaults file , but how ? XConsole.width: 640

Re: How to set Background Image on X

2011-08-03 Thread walter harms
Am 03.08.2011 13:20, schrieb vishnu jagadish: Hi All, We successfully ported Angstrom on Devkit8000 with Kernel Linux-2.6.37-rc2-ge53beac. After booting up we have a white background in X-screen. I want to set a background image for the X-screen. Is it possible?? I tried with feh ( a

Re: [ANNOUNCE] libXrandr 1.3.2

2011-07-01 Thread walter harms
hi, just a minor request: is it possible to have xrandr the same version number as libxrandr ? It is a bit confusing to have xrandr 1.3.5 but libxrandr 1.3.2. re, wh Am 30.06.2011 06:56, schrieb Alan Coopersmith: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 libXrandr is the

Re: Desktop managers that work in multiseat mode

2011-06-17 Thread walter harms
Am 17.06.2011 08:31, schrieb Zoltan Szecsei: On 2011/06/15 18:07, walter harms wrote: are you aware of this artikel ? http://www.x.org/wiki/Development/Documentation/Multiseat No - but I am now :-) Thank you, Zoltan when you still have problems it would be nice to get some feedback

Re: Qery on Xlib project idea on summer of code page

2011-06-15 Thread walter harms
my reply did not show up on the ML no idea why Am 14.06.2011 18:52, schrieb nijil yes: Hi, I am interested in working on the idea mentioned on summer of code page on replacing CMS code inside libX11 with libXcm.I would be glad to get a few more details on the work involved and such

Re: Desktop managers that work in multiseat mode

2011-06-15 Thread walter harms
are you aware of this artikel ? http://www.x.org/wiki/Development/Documentation/Multiseat Am 15.06.2011 11:41, schrieb Zoltan Szecsei: multiseat mode ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg

Re: Qery on Xlib project idea on summer of code page

2011-06-14 Thread walter harms
Am 14.06.2011 18:52, schrieb nijil yes: Hi, I am interested in working on the idea mentioned on summer of code page on replacing CMS code inside libX11 with libXcm.I would be glad to get a few more details on the work involved and such things.If there is anyone already assigned for

Re: arious x apps (xterm, xfontsel) don't start due to missing fonts

2011-04-19 Thread walter harms
does xterm -fn fixed work ? re, wh Am 24.03.2011 22:19, schrieb Shiva Persaud: Hi folks, I'm having what appears to be a common problem but not of the solutions I've found on various forums and threads have worked for me. I noticed this issue after I configured my system to use the

Re: Xlib and rotated text?

2011-03-18 Thread walter harms
Am 17.03.2011 20:30, schrieb Peter Harris: On 2011-03-17 13:52, Chris wrote: I've had a look at freetype, but it seems like overkill for what I need and also a dependency I'm not sure I can afford (and it seems that then I also need fontconfig). So this is a last resort for me. You want

Re: Performance issues with XDefineCursor and XtAddTimeOut

2011-03-04 Thread walter harms
Am 04.03.2011 14:52, schrieb Guy Léonis: Hello, I went through all FAQ and Archives without being able to find anything about my performances issues. I apologize in case I did my searches the wrong way. If you need more information on my side, I will do my best to provide you with the

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); ... until

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

Re: [PATCH] Replace malloc with calloc to initialize the buffers[] as NULL in do_get_buffers function

2011-02-14 Thread walter harms
Am 10.02.2011 22:27, schrieb Kristian Høgsberg: From: Justin Dou justin@intel.com The calling for allocate_or_reuse_buffer may fail due to some reason, e.g. out of memory. If the buffers[] were not initialized to be NULL, the following err_out may try to access an illegal memory,

Re: XGContextFromGC manual page

2011-01-18 Thread walter harms
the linux man-page project has a man-page called. It may be helpful to add such a page here also. re, wh Am 17.01.2011 16:55, schrieb Krzysztof Żelechowski: XGContextFromGC is not described in its manual page. It is described only in the libX11 book. Please fix, Chris

Re: HTML colouring in xedit

2011-01-12 Thread walter harms
Am 12.01.2011 09:26, schrieb Alan Coopersmith: On 01/11/11 11:19 AM, Krzysztof Żelechowski wrote: The manual page for *xedit* does not say how to switch syntax colouring off and the display for *HTML* is awful. The font used for /code/ is smaller than the font used for /text/ , to the

Re: simple X window program not compile, plz help

2010-11-01 Thread walter harms
Hi Eric, you should take a look at the Motif_Programming_Manual_6a. make you self familar with the names like toolkit,widget etc, and try to understand what that means. IMHO most problems occur because ppl do not understand what it actualy means. Do not forget to install all the required -dev

[PATCH libXt] Fix possible NULL access

2010-10-26 Thread walter harms
Fix possible NULL access Signed-off-by: walter harms wha...@bfs.de --- src/Resources.c |3 +++ src/TMparse.c | 18 ++ src/TMstate.c | 11 +++ 3 files changed, 24 insertions(+), 8 deletions(-) diff --git a/src/Resources.c b/src/Resources.c index 1cb37d4

[PATCH libXt] fix NULL check

2010-10-26 Thread walter harms
_XtGetPerWidgetInput may return NULL avoid possible NULL references Signed-off-by: walter harms wha...@bfs.de --- src/Keyboard.c | 15 +-- 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/Keyboard.c b/src/Keyboard.c index 9c8065b..ef27399 100644 --- a/src

Re: X under valgrind?

2010-10-21 Thread walter harms
Jeremy Huddleston schrieb: I have a bunch of reports of this on version 1.4.2-apple53 as well (which cherry picked changes to support the new libXfont), so it probably reduces down to something in those change which were cherry picked. That's not much help, but it looks like it probably

Re: libXi-1.3.2: SIGBUS in ParseClassInfo on sparc/64 bit

2010-10-14 Thread walter harms
Julien Cristau schrieb: On Thu, Oct 14, 2010 at 13:23:01 +0200, Nicolai Stange wrote: Hi everybody, I've got a SIGBUS on sparc/64 bit in ParseClassInfo here: XListDev.c:126: B-class = ButtonClass; the reason is that B-class is an XID which is unsigned long which is 8byte here. B

re:patch:libXt-1.0.8 fix possible NULL access

2010-10-05 Thread walter harms
hi i got no feedback for my patch could you please take a look ? subject: patch:libXt-1.0.8 fix possible NULL access re, wh ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info:

Re: [ANNOUNCE] xcmsdb 1.0.3

2010-09-24 Thread walter harms
Kai-Uwe Behrmann schrieb: Am 23.09.10, 19:15 -0700 schrieb Alan Coopersmith: xcmsdb is used to load, query, or remove Device Color Characterization data stored in properties on the root window of the screen as specified in section 7, Device Color Characterization, of the X11 Inter-Client

Re: patch: libXt-1.0.8 fix possible array overflow

2010-09-23 Thread walter harms
Barry Scott schrieb: On Wednesday 22 September 2010 08:18:21 walter harms wrote: hi List, the code checks the upperlimit to 10 while the upperlimit is actualy 9. You could use (sizeof( par )/sizeof( String ))-1 to make the code robust aginst a change to the size of par. yep, i could

Re: patch: libXt-1.0.8 fix possible array overflow

2010-09-23 Thread walter harms
Pat Kane schrieb: In the original code if 'i' is equal to 10 then the line (void) memmove((char*)par, (char*)params, i * sizeof(String) ); moves ten things, which is okay. The next line: bzero( par[i], (10-i) * sizeof(String) ); moves zero things to a bad address, which is probably

patch: Xt-1.0.8 fix dereference

2010-09-22 Thread walter harms
Hi List, i found something that looked like a bug in libXt. eventWidget-core.tm.proc_table is used before eventWidget is checked. this patch fixes that. re, wh --- libXt-1.0.8/src/TMprint.c.org 2010-09-21 23:42:08.0 +0200 +++ libXt-1.0.8/src/TMprint.c 2010-09-21

patch: libXt-1.0.8 fix possible array overflow

2010-09-22 Thread walter harms
hi List, the code checks the upperlimit to 10 while the upperlimit is actualy 9. re, wh --- libXt-1.0.8/src/Error.c.org 2010-09-21 23:23:00.0 +0200 +++ libXt-1.0.8/src/Error.c 2010-09-21 23:24:03.0 +0200 @@ -257,7 +257,7 @@ */ Cardinal i =

Re: X.Org and network

2010-09-04 Thread walter harms
Hi Maxime, i think there is actually MUCH interest in X11 over network. The fact that there are several solutions proves that. I am not a core developer but use X11 very ofter via network and the BIG problems are not inside X11 itself but inside the toolskits (use xrestop and become speachless:

bug in libXaw 1.0.7

2010-08-29 Thread Walter Harms
When testing smatch i found a minor bug in libXaw. re, wh --- libXaw-1.0.7/src.org/TextSrc.c 2010-08-16 18:42:12.0 +0200 +++ libXaw-1.0.7/src/TextSrc.c 2010-08-16 18:43:17.0 +0200 @@ -537,10 +537,11 @@ Cardinal size; switch (*(XawTextEditType *)fromVal-addr) {

Re: libXfont 1.4.2 build issue

2010-06-25 Thread walter harms
Gaetan Nadon schrieb: On Wed, 2010-06-23 at 14:40 -0400, Marty Jack wrote: I suggest the following patch to discontinue generating the .txt version entirely. I'll see if I can skip the build if lynx is not installed. I think there are still people working on character based platforms.

Re: mwm

2010-06-23 Thread walter harms
Hi Peter, The first think that comes to my mind is to check if the events are real. Did you check with xev and see the keypress events ? [ to see if its a general kbd problem or not ] Do other WM have the same problem ? (twm ?) [ perhaps an other programm grabs the events ] When you use other

Re: Why is MAXRESOURCES 400?

2010-06-23 Thread walter harms
Yoshihiro Takahashi schrieb: Hi. Why is MAXRESOURCES 400? I want to get of Resources more than 400 in XtGetApplicationResources. libXt-1.0.2/src/Resources.c and libXt-1.0.5/src/Resources.c #define MAXRESOURCES 400 mmmh, it should be defined only once. but i guess its abitrary do

Re: libXcolor package name

2010-06-04 Thread walter harms
Kai-Uwe Behrmann schrieb: The man command gives me: Man: find all matching manual pages * Xcolor (3) Xcolor (3x) XColor (3) Will this be a problem? The XColor man page referes to the XColor structure. Is XColor much used these days, so I would need to pick an other name?

Re: problem with xset

2010-05-18 Thread walter harms
JD schrieb: On 05/17/2010 09:36 PM, Mike Oliver wrote: On 5/17/2010 9:15 PM, JD wrote: xset r rate 2 255 belches out the error that Xlib does not have XFree86-Misc for display 0:0 and my autorepeat gets set to 0 delay and probably maximum repeat rate, so that I am not even able to

Re: Gettys notes posted to wiki

2010-03-11 Thread walter harms
Barton C Massey schrieb: Jim Gettys has kindly allowed me to post to the X.Org wiki a draft document he wrote a while back on the status of various X.Org technologies. Please see http://www.x.org/wiki/Development/Documentation/Obsolescence Hi Bart, that is very nice, but using pdf in a

Re: Find a shell

2009-12-08 Thread walter harms
LALLIER Cedric (EXT TEAMLOG) schrieb: Hi, How to find a shell from its name? Which command/function? Thx Cédric hope that helps, $whereis bash bash: /bin/bash ___ xorg mailing list xorg@lists.freedesktop.org

Re: [xmodmap] Problem with e and n

2009-11-17 Thread walter harms
Dirk Wallenstein schrieb: On Monday 16 November 2009 19:09:11 walter harms wrote: any idea why this BadAllocmay show up ? i have plenty of ram, and the resulting keymap.xkb seems resonable. xkbcomp -xkb ${DISPLAY} -o keymap.xkb Warning: Could not load keyboard geometry for :0.0

Re: [xmodmap] Problem with e and n

2009-11-17 Thread walter harms
Dirk Wallenstein schrieb: On Tuesday 17 November 2009 09:56:35 walter harms wrote: xkbcomp -xkm ${DISPLAY} -o keymap.xkm Warning: Could not load keyboard geometry for :0.0 BadAlloc (insufficient resources for operation) Resulting keymap file

Re: [xmodmap] Problem with e and n

2009-11-16 Thread walter harms
Dirk Wallenstein schrieb: On Sunday 15 November 2009 01:01:49 Maciej Piechotka wrote: Everything is working except AltGr+e/E and AltGr+n/N. What is wrong? You probably have to change the key types. You can get the current keymap by executing this command: $ xkbcomp -xkb

Re: [PATCH] xfree86: Edid quirk for Philips LCD LP154W01

2009-11-13 Thread walter harms
ykzhao schrieb: On Fri, 2009-11-13 at 09:34 +0800, Zhao, Yakui wrote: From: Zhao Yakui yakui.z...@intel.com Move the EDID quirk for Philips LCD LP154W01 as the panel reports the vertical size in cm. Hi, Ajax The EDID in several Philips LCD monitor reports the panel vertical size in

Re: building of xrandr against uClibc

2009-11-04 Thread walter harms
Eirik Byrkjeflot Anonsen schrieb: Adam Jackson a...@nwnk.net writes: On Tue, 2009-11-03 at 02:14 +0100, Stephan Raue wrote: Hi all, can anyone fix compiling of xrandr against uClibc (reported in http://bugs.freedesktop.org/show_bug.cgi?id=12958) see also:

Re: disable export:DISPLAY

2009-11-03 Thread walter harms
Glynn Clements schrieb: strat...@telenet.be wrote: On multiseat/multi-users system there are multiple users logged in via gdm.Problem is that a user can start programs or take over a display from another user.How to prevent this?I have read about mit-magic-cookie but did not found a

Re: CT ct65545 problem

2009-10-27 Thread walter harms
Xavier Bestel schrieb: On Mon, 2009-10-26 at 18:15 +0100, walter harms wrote: recently versions of the server don't support ISA anymore. the the error message should be more clear: if Primary Device is == ISA ISA is not supported anymore (since 1.x) If the server doesn't

Re: CT ct65545 problem

2009-10-26 Thread walter harms
Tiago Vignatti schrieb: Yan Seiner wrote: I have a very, very old laptop - 1995 vintage - that I want to repurpose for a net-terminal. It has a Chips and Technologies 65545 video chipset. This works with X as I've run it in the past with both freeBSD and an older version of linux

Re: X using 95% CPU (intel, latest git)

2009-08-14 Thread walter harms
Carl Worth schrieb: On Thu, Aug 13, 2009 at 06:01:34PM -0400, Andy Neitzke wrote: My problem is that frequently, even when the system should be idle, KDE's CPU monitor applet shows that one of the two processors is fully loaded. When this happens, top blames the X process, showing it

Re: make[4]: *** No rule to make target `-lselinux', needed by `libxorg.la

2009-08-07 Thread walter harms
Justin P. Mattock schrieb: On an x86_64 build, I think xserver is not looking in /lib64 for libselinux. under the options how would I go about doing this i.g. LIBS=L/lib64 or something different? in theorie ./configure LDFLAGS=-L/lib64 should do the trick. ntl is is a bug in configure

Re: XDMCP over SSH - a better idea (hopefully)

2009-08-04 Thread walter harms
Vic Lee schrieb: Hi, Sorry I sent this email to xorg-devel but I realized that this should be a feature discussion, not yet a development discussion... So I resend it here. Recently I want to implement XDMCP over SSH feature when doing my project. I've done some research and understand

Re: Radical idea for X-modmap problem.

2009-07-27 Thread walter harms
walt schrieb: On 07/26/2009 01:56 PM, Jim Gettys wrote: David Moffatt wrote: Responding to the thread about mapping hardware scan codes -- X key codes and keyboards with 248 keys. Perhaps the solution is to take the hardware scan code -- Symbol problem out of the X layer entirely. Let

Re: [PATCH 2/3] Fix printf() format

2009-06-19 Thread walter harms
David Sharp schrieb: On Sun, Jun 14, 2009 at 12:06 AM, Ben Gamaribgamari.f...@gmail.com wrote: Fix compiler warning: imLcIm.c:364: warning: format ‘%03x’ expects type ‘unsigned int’, but argument 6 has type ‘long unsigned int’ imLcIm.c:367: warning: format ‘%03x’ expects type ‘unsigned

Re: X stops receiving mouse clicks

2009-05-12 Thread walter harms
Emanuele Tamponi schrieb: In data lunedì 11 maggio 2009 14:48:51, walter harms ha scritto: maybe you can reproduce that with xev ? does ist happen with other inputs devices also ? keyboard ? I'll try with xev. Every mouse device stops working: wireless mouse and builtin trackpad

Re: X stops receiving mouse clicks

2009-05-12 Thread walter harms
Peter Hutterer schrieb: On Tue, May 12, 2009 at 09:49:08AM +0200, walter harms wrote: Emanuele Tamponi schrieb: In data lunedì 11 maggio 2009 14:48:51, walter harms ha scritto: maybe you can reproduce that with xev ? does ist happen with other inputs devices also ? keyboard ? I'll try

Re: X stops receiving mouse clicks

2009-05-11 Thread walter harms
maybe you can reproduce that with xev ? does ist happen with other inputs devices also ? keyboard ? re, wh Emanuele Tamponi schrieb: In data sabato 9 maggio 2009 18:09:50, Emanuele Tamponi ha scritto: I exclude the toolkit because it happens on both Qt-based and GTK-based application...

Re: [Fwd: intel driver: xorg does not give an error, but I do not see anything]

2009-05-07 Thread walter harms
did you try xrandr to get some basic info ? re, wh Dirk De Becker schrieb: Hi all, I am running a Gentoo system with X.Org server version 1.5.3 and xf86-video-intel version 2.6.3-r1. I have a board with the following Intel graphics chip on it: lspci | grep Graphics 00:02.0 VGA

Re: bug in xfont xlfd rounding code

2009-01-28 Thread walter harms
Dave Airlie schrieb: Hi guys, Maybe someone understand wtf the code in libXfont/util/fontxlfd.c:xlfd_round_double is all about, but the results were different on different endian machines due to the code being hardcoded for little endian. I reimplemented it for other endian, however

Re: Floats in the protocol

2009-01-06 Thread Walter Harms
zitiere wer=Simon Thum Hello people, I'm trying to get some consensus about floats on the wire. I cc'ed some who spoke about the issue on the list in a non-exhaustive search. Recap: Peter and I want to transfer floats in input properties, see there:

Re: Embedded X

2008-10-15 Thread walter harms
uClibc is in heavy development. perhaps you can forward your problems building with uClib to the uClib Mailinglist ? IMHO the lack of I18N (i do not know the state of uClib here either!) is not a problem since it is designed for memorytight systems where it is unlikly to have i18n at all. re,

Re: No LoaderPrintSymbol in newer version Xorg-Server?

2008-09-17 Thread walter harms
lu zhihe schrieb: What I mean is: when you catch some SEGV bug, if the func. is static, and was in module .so file, how can you catch it now? In older version we had LoaderPrintSymbol() to find the SEGV caused func. if the segv is inside the .so you need to build the .so with -g (and