Re: Create a *real* top level window

2010-09-23 Thread The Rasterman
On Thu, 23 Sep 2010 16:53:37 +0300 Timo Juhani Lindfors timo.lindf...@iki.fi said: Carsten Haitzler (The Rasterman) ras...@rasterman.com writes: modules/plugins at least in enlightenment (0.17 devel) can let you do just about anything as they run inside the wm and have all privileges the wm

Re: Create a *real* top level window

2010-09-23 Thread The Rasterman
On Thu, 23 Sep 2010 15:40:47 +0200 Eeri Kask eeri.k...@mailbox.tu-dresden.de said: On 09/23/2010 03:06 PM, Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: BTW, as most WMs also deal with input focus management, and as most WMs wrongly ignore OverrideRedirect windows in

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 Jeremy Huddleston
As I had mentioned earlier, there actually is no overflow because the code cannot reach that point if *num_params is 0. On Sep 23, 2010, at 09:26, walter harms wrote: Barry Scott schrieb: On Wednesday 22 September 2010 08:18:21 walter harms wrote: hi List, the code checks the upperlimit

Re: patch: libXt-1.0.8 fix possible array overflow

2010-09-23 Thread Pat Kane
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 okay, but I bet some code

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

Re: patch: libXt-1.0.8 fix possible array overflow

2010-09-23 Thread Pat Kane
setting the limit to i=9 would fix that. But then the line (void) memmove((char*)par, (char*)params, i * sizeof(String) ); would be wrong since it would move nine instead of ten things. ___ xorg@lists.freedesktop.org: X.Org support Archives:

[ANNOUNCE] util-macros 1.10.1

2010-09-23 Thread Gaetan Nadon
Minor bug fix release for 7.6. Alan Coopersmith (1): Sun's copyrights are now owned by Oracle Gaetan Nadon (2): XORG_MANPAGE_SECTIONS: add substitution for apploaddir Version bump: 1.10.1 git tag: util-macros-1.10.1

Re: GM45 HDMI output

2010-09-23 Thread Adam Jackson
On Thu, 2010-09-23 at 15:07 -0500, tsuraan wrote: So, there's no apparent HDMI output listed there. This laptop is a hybrid graphics machine with an nVidia card; is it possible that the nVidia card owns the HDMI port and the Intel one just cannot see it, or do I have something misconfigured?

Re: Create a *real* top level window

2010-09-23 Thread The Rasterman
On Thu, 23 Sep 2010 18:19:16 +0300 Timo Juhani Lindfors timo.lindf...@iki.fi said: Carsten Haitzler (The Rasterman) ras...@rasterman.com writes: luck. in the x11 world access gets flattened. the user is pretty much king. That's the impression I've unfortunately got too. my suggestions

[ANNOUNCE] xauth 1.0.5

2010-09-23 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The xauth program is used to edit and display the authorization information used in connecting to the X server. This minor maintenance release fixes a couple bugs and includes the usual recent build improvements/janitorial cleanups. Alan Coopersmith

Re: GM45 HDMI output

2010-09-23 Thread tsuraan
That is exactly the case.  On hybrid graphics machines with Intel GPUs, the only digital output that the Intel chip can touch is LVDS.  DVI, HDMI, and DisplayPort are on the discrete GPU only. Does randr have any way to use multiple cards at once? Would it be possible for me to use my Intel

Re: Widescreen Monitor config Problem

2010-09-23 Thread Graeme Gill
Scott Ballantyne wrote: I have a LG FLATRON W2253VP widescreen monitor. No matter how I run X, the monitor goes blank, enters power saving mode, and I must reboot to reactivate the monitor. This could be completely unrelated, but I notice that I get similar symptoms if I try and run any of the

[ANNOUNCE] xclock 1.0.5

2010-09-23 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This minor maintenance release of the classic non-shaped window clock fixes a crash on startup on 64-bit architectures and includes the usual set of recent build improvements/janitorial cleanups. Alan Coopersmith (5): Update Sun license notices

[ANNOUNCE] xcmsdb 1.0.3

2010-09-23 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 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 Communication Conventions Manual

[ANNOUNCE] xconsole 1.0.4

2010-09-23 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 xconsole displays in a X11 window the messages which are usually sent to /dev/console This minor maintenance release includes several years of build improvements and janitorial fixes, including support for building without libXaw8 macros. Alan

[ANNOUNCE] xcursorgen 1.0.4

2010-09-23 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 xcursorgen prepares X11 cursor sets for use with libXcursor. This minor maintenance release allows building with libpng 1.4 later, and includes the usual round of recent build improvements janitorial cleanups. Alan Coopersmith (2): config:

[ANNOUNCE] xauth 1.0.5

2010-09-23 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The xauth program is used to edit and display the authorization information used in connecting to the X server. This minor maintenance release fixes a couple bugs and includes the usual recent build improvements/janitorial cleanups. Alan Coopersmith

[ANNOUNCE] xclock 1.0.5

2010-09-23 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This minor maintenance release of the classic non-shaped window clock fixes a crash on startup on 64-bit architectures and includes the usual set of recent build improvements/janitorial cleanups. Alan Coopersmith (5): Update Sun license notices

[ANNOUNCE] xcmsdb 1.0.3

2010-09-23 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 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 Communication Conventions Manual

[ANNOUNCE] xconsole 1.0.4

2010-09-23 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 xconsole displays in a X11 window the messages which are usually sent to /dev/console This minor maintenance release includes several years of build improvements and janitorial fixes, including support for building without libXaw8 macros. Alan