xcompmgr -- Bugfix: missing determine_mode() in configure_win()

2009-09-25 Thread Eeri Kask
Hello, it appears configure_win() lacks a call to determine_mode() so window mode is uninitialised in subsequent call to win_extents(). Greetings, Eeri Kask --- xcompmgr.c.DetermineMode.orig 2009-09-25 15:18:10.0 +0200 +++ xcompmgr.c 2009-09-25 15:18:56.0 +0200 @@

Re: Dual keyboards no longer work properly in latest X

2009-09-25 Thread Adam Jackson
On Thu, 2009-09-24 at 14:04 -0700, David Wake wrote: This is driving me nuts because I am used to using two separate keyboards, one for each hand. Does anyone have any ideas on how to debug or fix this? Even a clue as to how to debug X's handling of modifier keys would be very welcome! I've

Re: xcompmgr -- Proposal 2: ARGB-window dropoff shadow

2009-09-25 Thread Yann Droneaud
Le vendredi 25 septembre 2009 à 11:02 -0400, Joel Feiner a écrit : On 09/25/2009 09:54 AM, Yann Droneaud wrote: Le mercredi 23 septembre 2009 à 21:10 +0200, Eeri Kask a écrit : Hello, it appears xcompmgr does not decorate windows with ARGB 32-bit visuals; which at first sight seems

Re: xcompmgr -- Proposal 2: ARGB-window dropoff shadow

2009-09-25 Thread Yann Droneaud
Le vendredi 25 septembre 2009 à 17:23 +0200, Yann Droneaud a écrit : Creating rectangular shadows is a bad things for windows with non-rectangular content. And creating a shadow that match the content shape is not trivial (at least for me :): you should take care of hole in the window

Re: Writing a xorg driver for OTI-64111, looking for documentation on OTI-088

2009-09-25 Thread Adam Jackson
On Tue, 2009-09-22 at 15:12 -0500, Alex Villací­s Lasso wrote: After a lot of googling, I found a PDF file of a photocopy of a datasheet for the OAK 64107 graphics chipset, which seems very similar to the 64111 that I have. With this, the OAK.TXT file from the VGADOC zipfile floating around

Re: exa/nouveau segfault

2009-09-25 Thread Maarten Maathuis
running xserver git by any chance? Maarten. ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: exa/nouveau segfault

2009-09-25 Thread Sebastian Glita
Hi, Sorry for the delay. Here it is the backtrace. (gdb) bt #0 0x7f1a24e3cae3 in NV50EXACheckTexture (ppict=0x1767a20, pdpict=0x164e4c0, op=3) at nv50_exa.c:482 #1 0x7f1a24e3cc4a in NV50EXACheckComposite (op=3, pspict=0x1767a20, pmpict=0x1767b10, pdpict=0x164e4c0) at nv50_exa.c:739

Re: xcompmgr -- Bugfix: missing determine_mode() in configure_win()

2009-09-25 Thread Eeri Kask
it appears configure_win() lacks a call to determine_mode() so window mode is uninitialised in subsequent call to win_extents(). Attached is an alternative, probably a better solution to that above problem: introduce the missing determine_mode() into add_win() as this problem affects clients

Re: xcompmgr -- Proposal 2: ARGB-window dropoff shadow

2009-09-25 Thread Eeri Kask
Am 09/25/2009 03:54 PM, Yann Droneaud schrieb: Le mercredi 23 septembre 2009 à 21:10 +0200, Eeri Kask a écrit : Hello, it appears xcompmgr does not decorate windows with ARGB 32-bit visuals; which at first sight seems probably a preference of artistic taste than a result of engineering

Re: exa/nouveau segfault

2009-09-25 Thread Maarten Maathuis
On Fri, Sep 25, 2009 at 8:35 PM, Sebastian Glita gls...@yahoo.com wrote: Yes, patch URIs accepted. tx. S. - Original Message From: Maarten Maathuis madman2...@gmail.com To: Sebastian Glita gls...@yahoo.com Cc: xorg@lists.freedesktop.org Sent: Friday, September 25, 2009

Re: exa/nouveau segfault

2009-09-25 Thread Sebastian Glita
Yes, patch URIs accepted. tx. S. - Original Message From: Maarten Maathuis madman2...@gmail.com To: Sebastian Glita gls...@yahoo.com Cc: xorg@lists.freedesktop.org Sent: Friday, September 25, 2009 8:12:55 PM Subject: Re: exa/nouveau segfault running xserver git by any chance?