[ANNOUNCE] util-macros 1.10.1

2010-09-24 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: [ANNOUNCE] xcmsdb 1.0.3

2010-09-24 Thread Kai-Uwe Behrmann
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 Communication Conventions Manual

Re: No keyboard under X

2010-09-24 Thread jbd
On 09/22/2010 11:40 PM, jbd wrote: Hello, my problem is very similar with this one ('Need help: Lost keyboard after xorg upgrade') : http://lists.freedesktop.org/archives/xorg/2010-August/050877.html Here is a summary of my situation : fresh debian testing install on a macbook pro 5,5 and i've

Re: patch: libXt-1.0.8 fix possible array overflow

2010-09-24 Thread Jeremy Huddleston
On Sep 23, 2010, at 11:37, walter harms wrote: 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) );

Infamous inappropriate ioctl for device 25

2010-09-24 Thread -
Good Morning/Evening All I'm a noob...but not so noob...I googlesearched, removed, purged, installed and reinstalled...and not so brave to edit /proc/mtrr...and now I'm completely *exhausted*, that's why I'm writing here.. I'am reverting back to Xorg from XFree86 (deleted the /usr/X11R6), I can

Re: Create a *real* top level window

2010-09-24 Thread Eeri Kask
On 09/23/2010 04:43 PM, Carsten Haitzler (The Rasterman) wrote: On Thu, 23 Sep 2010 15:40:47 +0200 Eeri Kask eeri.k...@mailbox.tu-dresden.de said: No I don't, though it looks like the current server implementation only ensures WMs have no advantage in knowing something about their

Getting current config

2010-09-24 Thread James -
Morning all (here at least), newb here! I've got a problem with the new (to me) .conf-less config, in that I need to add a driver (ELO Serial touchscreen) into the xorg.conf, or at least that is what all of the instructions I find tell me, as it isn't auto-detected. The problem is I no longer

Howto create a window with ARGB32-visual?

2010-09-24 Thread Clemens Eisserer
Hi, I would like to create a Window with ARGB32-visual to reproduce a bug I experience with shaped ARGB32 windows when not using a composition manager, however I always get a BadMatch error. My attemp tried to find a 32-bit visual, and pass that to XCreateWindow: XVisualInfo info; int cnt;

Re: Create a *real* top level window

2010-09-24 Thread The Rasterman
On Fri, 24 Sep 2010 11:10:45 +0200 Eeri Kask eeri.k...@mailbox.tu-dresden.de said: On 09/23/2010 04:43 PM, Carsten Haitzler (The Rasterman) wrote: On Thu, 23 Sep 2010 15:40:47 +0200 Eeri Kask eeri.k...@mailbox.tu-dresden.de said: No I don't, though it looks like the current server

Re: Howto create a window with ARGB32-visual?

2010-09-24 Thread Aaron Plattner
On Fri, Sep 24, 2010 at 05:25:05AM -0700, Clemens Eisserer wrote: Hi, I would like to create a Window with ARGB32-visual to reproduce a bug I experience with shaped ARGB32 windows when not using a composition manager, however I always get a BadMatch error. My attemp tried to find a

Re: Howto create a window with ARGB32-visual?

2010-09-24 Thread Julien Cristau
On Fri, Sep 24, 2010 at 14:25:05 +0200, Clemens Eisserer wrote: XCreateWindow(display, root, 0, 0, 200, 200, 0, 32, InputOutput, info.visual, 0, NULL); Any idea whats wrong here? The default border-pixmap and colormap are CopyFromParent. That won't fly if your window and its parent have

Re: Howto create a window with ARGB32-visual?

2010-09-24 Thread Eeri Kask
On 09/24/2010 02:25 PM, Clemens Eisserer linuxhi...@gmail.com wrote: My attemp tried to find a 32-bit visual, and pass that to XCreateWindow: XVisualInfo info; int cnt; XVisualInfo *visInfos = XGetVisualInfo(display, 0, NULL, cnt); info.screen = XDefaultScreen (display); info.depth =

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: [ANNOUNCE] xcmsdb 1.0.3

2010-09-24 Thread Kai-Uwe Behrmann
Am 24.09.10, 15:18 +0200 schrieb 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

How to rotate the screen automatically on boot-up?

2010-09-24 Thread ddreamer
Hi, all: ��� I am using a laptop with Ubuntu Lucid Lynx and nVIDIA 8300. There is one screen associated with the laptop itself, and I have another screen connected to the laptop. I want to rotate it 90 degrees on bootup. I know that xrandr -o left do the work. But put the command line

xrandr -o left sometimes mess up the screens

2010-09-24 Thread ddreamer
My Equipment: ASUS M51SN with nVIDIA 9500M Ubuntu 10.04, using current nVIDIA proprietary driver 2 Monitors: one with the laptop, another is SAMSUNG 24 supporting HDMI I have configured the two monitors to use separate X with the xrandr indicating the monitor with the laptop as screen 0 and

Re: How to rotate the screen automatically on boot-up?

2010-09-24 Thread tsuraan
Hi, all:     I am using a laptop with Ubuntu Lucid Lynx and nVIDIA 8300. There is one screen associated with the laptop itself, and I have another screen connected to the laptop. I want to rotate it 90 degrees on bootup. I know that xrandr -o left do the work. But put the command line

[ANNOUNCE] xlsclients 1.1.1

2010-09-24 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 xlsclients is a utility for listing information about the client applications running on a X11 server. Version 1.1 and later of xlsclients use (and require) libxcb instead of libX11, for more efficient communication with the X server. This minor

Re: Howto create a window with ARGB32-visual?

2010-09-24 Thread Clemens Eisserer
Hi, The default border-pixmap and colormap are CopyFromParent.  That won't fly if your window and its parent have different depths/visuals.  That's pretty clearly explained in the protocol spec's description of CreateWindow, AFAICT. Setting a new ColorMap as well as a BorderPixmap helped :)

Monitor not automatically managed by X after hotplugged

2010-09-24 Thread Jacques, Hugo
I am running an Intel 945G-based system (with only a VGA output) With a Linux 2.6.35.5 kernel, Xserver 1.9.0, xf86-video-intel 2.12.901 on a homegrown distro. If I: 1. Boot my system with the VGA cable disconnected 2. Wait for X to start 3. Plug the VGA monitor into the system Then, VGAmonitor

[ANNOUNCE] xmodmap 1.0.5

2010-09-24 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The xmodmap program is used to edit and display the keyboard modifier map and keymap table that are used by client applications to convert event keycodes into keysyms. This minor maintenance release features improvements to the man page, as well as

How to intercept all keyboard events

2010-09-24 Thread Daniel
Hi all, I would like to have permanent exclusive access to keyboard events and the possibility to drop arriving events and create new ones before they are finally delivered to the application over the normal X channels (window with keyboard focus, grabs). The first attempt to get this working