On Fri, Oct 10, 2008 at 11:54:56AM +0200, Simon Thum wrote:
> > If so, a few questions:
> > - A handler that registers at the head of the queue, assumes it is before
> > other handlers. Thus it has to be aware of other handlers in the first
> > place?
> Yes, that would be the uncommon case, in
David Greaves wrote:
> > - Consider display :0 on machine 1 (m1) and display :0 on machine 2 (m2).
>
> Agreed, it's about time X supported changing the DISPLAY out from under an
> application. a "follow-me" type feature.
This is something which would be far easier to achieve at the toolkit
leve
On Sat, Oct 11, 2008 at 03:27:48PM +0100, Colin Harrison wrote:
> There is a double up of some code in dix/events.c, function
> ReleaseActiveGrabs(), that may give
> trouble?
>
> at about line 1920
>
> if (dev->deviceGrab.grab && SameClient(dev->deviceGrab.grab,
> client))
>
On Sat, Oct 11, 2008 at 7:34 AM, Simon Thum <[EMAIL PROTECTED]> wrote:
> I'm not sure how slackware works here, but have you checked your linux
> headers (usually /usr/include/linux) are up to date as well?
Thanks for pointing this out. I noticed that input.h was different
between /usr/include/linu
On Sat, 2008-10-11 at 20:23 +0200, Karsten Heiken wrote:
> Is there any chance of being able to use the internal display with the
> intel-driver? Even better: using both displays? ;-)
Could you try master versions of the driver and libdrm? We're trying to
finish up release 2.5 and GM45 issues are
Hi,
There you go
--- save_base.xml.in2008-10-11 20:13:17.0 +0100
+++ base.xml.in 2008-10-11 20:13:33.0 +0100
@@ -2446,7 +2446,7 @@
<_description>Lower Sorbian (qwertz)
dsb
-i
+
Thanks,
Colin
__
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Colin Harrison wrote:
> Hi,
>
> A recent commit to rules/base.xml.in has a spurious ^i
>
> Thanks
> Colin
Why not attach a patch that fixes the issue?
Regards,
Erik
>
> ___
> xorg mailing list
> xorg@
I recently bought a new notebook (Sony Vaio SR19XN) with an Intel GMA
X4500MHD graphics adapter.
The intel-driver works - but only for external monitors.
My laptop-display doesn't show anything.
The panel-backlight is active - but nothing more.
I can use external monitors perfectly, even with Comp
--- On Sat, 10/11/08, Matthieu Herrb <[EMAIL PROTECTED]> wrote:
> Magnus Kessler wrote:
> > On Saturday 11 October 2008, Prasad H.L. wrote:
> >> This is what I have in mind.
> >>
> >> - Consider display :0 on machine 1 (m1) and
> display :0 on machine 2 (m2).
> >> - Let us say, a process 'p1' runn
Hi,
A recent commit to rules/base.xml.in has a spurious ^i
Thanks
Colin
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg
Prasad H.L. schreef:
> I am active user of X.org and I admire the power and features that X.org
> provides to the users. I regularly use exported display over an ssh session
> and operate. I commend the developers for such a wonder piece of software.
> However, I would like to know one thing as
On Saturday 11 October 2008, Magnus Kessler wrote:
>On Saturday 11 October 2008, Prasad H.L. wrote:
>> This is what I have in mind.
>>
>> - Consider display :0 on machine 1 (m1) and display :0 on machine 2 (m2).
>> - Let us say, a process 'p1' running under privileges of user 'u' opens a
>> window
Magnus Kessler wrote:
> On Saturday 11 October 2008, Prasad H.L. wrote:
>> This is what I have in mind.
>>
>> - Consider display :0 on machine 1 (m1) and display :0 on machine 2 (m2).
>> - Let us say, a process 'p1' running under privileges of user 'u' opens a
>> window on :0 of m1. - I do an 'ssh
Hi,
There is a double up of some code in dix/events.c, function
ReleaseActiveGrabs(), that may give
trouble?
at about line 1920
if (dev->deviceGrab.grab && SameClient(dev->deviceGrab.grab,
client))
{
(*dev->deviceGrab.DeactivateGrab)(dev);
On 11.10.2008 09:23, Markus Nüsser wrote:
>
>
> I owned the new Intel Atom 330 Board, riding the old gm950 chipset on it.
>
>
>
> My System Specs:
>
> Xubuntu 8.0.4.1, 2.6.25-19-generic #1 SMP, Xserver 1.4.0.90
>
> 2D Driver: 2.4.2
>
> 3D Mesa: 7.0.4
>
>
>
> I want to use the System as
On Saturday 11 October 2008, Prasad H.L. wrote:
> This is what I have in mind.
>
> - Consider display :0 on machine 1 (m1) and display :0 on machine 2 (m2).
> - Let us say, a process 'p1' running under privileges of user 'u' opens a
> window on :0 of m1. - I do an 'ssh -X [EMAIL PROTECTED]' in xter
--- On Sat, 10/11/08, David Greaves <[EMAIL PROTECTED]> wrote:
> Agreed, it's about time X supported changing the
> DISPLAY out from under an
> application. a "follow-me" type feature.
>
> http://www.sunmanagers.org/archives/1996/1273.html
>
> http://fixunix.com/xwindows/91803-xmove-ssh.html
>
Prasad H.L. wrote:
> This is what I have in mind.
>
> - Consider display :0 on machine 1 (m1) and display :0 on machine 2 (m2).
Agreed, it's about time X supported changing the DISPLAY out from under an
application. a "follow-me" type feature.
http://www.sunmanagers.org/archives/1996/1273.html
> [EMAIL PROTECTED]:/usr/src/linux-2.6.25.9# grep "EVDEV" .config
> CONFIG_INPUT_EVDEV=y
> [EMAIL PROTECTED]:/usr/src/linux-2.6.25.9#
>
> I imagine there's a library or header file I'm missing or maybe some
> relationship I'm not understanding, but I'm not sure which.
I'm not sure how slackware wo
This is what I have in mind.
- Consider display :0 on machine 1 (m1) and display :0 on machine 2 (m2).
- Let us say, a process 'p1' running under privileges of user 'u' opens a
window on :0 of m1.
- I do an 'ssh -X [EMAIL PROTECTED]' in xterm on :0 of m2 and login to m1.
- Now, from that xterm wi
On 2008.10.10 14:07:36 -0400, Adam Jackson wrote:
> On Thu, 2008-10-09 at 22:52 -0700, Zhenyu Wang wrote:
>
> > diff --git a/hw/xfree86/ddc/xf86DDC.c b/hw/xfree86/ddc/xf86DDC.c
> > index 0d86776..ad8feef 100644
> > --- a/hw/xfree86/ddc/xf86DDC.c
> > +++ b/hw/xfree86/ddc/xf86DDC.c
> > @@ -249,6 +24
I owned the new Intel Atom 330 Board, riding the old gm950 chipset on it.
My System Specs:
Xubuntu 8.0.4.1, 2.6.25-19-generic #1 SMP, Xserver 1.4.0.90
2D Driver: 2.4.2
3D Mesa: 7.0.4
I want to use the System as a HTPC, with XMBC running on it.
I updated Mesa to 7.0.4 in hope to get Ope
22 matches
Mail list logo