Re: Crash report

2009-01-04 Thread Michel Dänzer
On Sun, 2009-01-04 at 17:58 +, d...@rdmp.org wrote: > Just pulled everything from git, and now X crashes hard leaving me with a > blank text screen except for a flashing cursor. Presumably this is VT7, > but the keyboard is inactive so I can't switch to a working console and > have to alt-ctrl

Re: [multiseat] hard freeze when running "X -arguments... :1"

2009-01-04 Thread Tomasz Chmielewski
Tiago Vignatti schrieb: >> So far I have one problem: my computer freezes whenever I want to use >> GDM as a desktop manager. On the other hand, everything works fine if >> I use KDM. >> >> Closer investigation turned up that the freeze does not really depend >> on the desktop manager, but on t

Re: [PATCH] Don't alter device button maps in DoSetPointerMapping

2009-01-04 Thread Thomas Jaeger
Sorry, forgot the attachment again... > Thanks, that makes sense. I'm attaching an updated patch that should > cleanly apply after cherry-picking commit > a85f0d6b98237d8a196de624207acf1983a1859a. >From 6b57285d2f0274c6ef634a074b3881773c3bcf88 Mon Sep 17 00:00:00 2001 From: Thomas Jaeger Date:

Re: [PATCH] Don't alter device button maps in DoSetPointerMapping

2009-01-04 Thread Thomas Jaeger
Peter Hutterer wrote: > On Sun, Jan 04, 2009 at 11:31:47AM -0500, Thomas Jaeger wrote: >> I think the current behavior violates the core spec: If, say, button 1 >> is pressed on a device where it is currently disabled, but it is mapped >> to itself on the VCP, then an XSetPointerMapping request tha

Re: [PATCH] Don't release passive grabs unless all buttons are up

2009-01-04 Thread Peter Hutterer
On Sun, Dec 21, 2008 at 10:14:53PM +0100, Thomas Jaeger wrote: > This turned out to be a little bit trickier than I initially thought, > since buttonsDown counts the number of physical buttons that are down, > before they are mapped to logical buttons. > > The thing I'm unsure about (as should be

Re: [PATCH] Don't alter device button maps in DoSetPointerMapping

2009-01-04 Thread Peter Hutterer
On Sun, Jan 04, 2009 at 11:31:47AM -0500, Thomas Jaeger wrote: > I think the current behavior violates the core spec: If, say, button 1 > is pressed on a device where it is currently disabled, but it is mapped > to itself on the VCP, then an XSetPointerMapping request that doesn't > change the mapp

Re: multihead / dual input howto (two local users, keyboards etc.)?

2009-01-04 Thread Tiago Vignatti
Peter Hutterer escreveu: > I don't know what other people's view on this is but I'd certainly appreciate > it if you could transcribe this to the xorg wiki. It seems the question of > multi-seat comes up quite frequently and having a central location to point > people at would be helpful. > > Alte

Re: [multiseat] hard freeze when running "X -arguments... :1"

2009-01-04 Thread Tiago Vignatti
Tomasz Chmielewski escreveu: > I'm trying to write some easy to follow documentation about setting up > a multiseat workstation. Oh no, don't do another one howto, please. (see my next email) > So far I have one problem: my computer freezes whenever I want to use > GDM as a desktop manager. On

Re: Please revert commit d21155a3e9b51df946766926bc6155c8972c4439.

2009-01-04 Thread Peter Hutterer
On Sat, Jan 03, 2009 at 10:28:46PM -0500, Thomas Jaeger wrote: > http://cgit.freedesktop.org/xorg/xserver/commit/?id=d21155a3e9b51df946766926bc6155c8972c4439 > > Here's the correct link to the thread where this was previously discussed: > http://lists.freedesktop.org/archives/xorg/2008-June/035943

Re: xscope compilation error

2009-01-04 Thread Joel Feiner
On a related note, how do you actually get xscope to work? I've tried following the manpage but whenever I connect to xscope with a client, it causes xscope to die with the message: "Could not connect to Server" and the reason given (if the debug level is high enough) is "TransConnect() failed

Re: xscope compilation error

2009-01-04 Thread Samuel Thibault
Rui Tiago Cação Matos, le Mon 05 Jan 2009 01:01:20 +, a écrit : > I got xscope from git://anongit.freedesktop.org/~alanc/xscope but it > doesn't compile: > > gcc -DHAVE_CONFIG_H -I.-D_BSD_SOURCE -DHAS_FCHOWN > -DHAS_STICKY_DIR_BIT -DUSE_XTRANS -g -O2 -MT scope.o -MD -MP -MF > .deps/scope

Re: [PATCH] dix: Fix handling of do_not_propagate_mask window attribute

2009-01-04 Thread Peter Hutterer
On Fri, Dec 26, 2008 at 07:34:39AM +0100, Kim Woelders wrote: > Hello, > > It looks like handling of the do_not_propagate_mask window attribute has > been broken at some point. > > Attached patch should fix that. ACK. Please send me a git-formatted patch including a descriptive commit message

xscope compilation error

2009-01-04 Thread Rui Tiago Cação Matos
Hi, I got xscope from git://anongit.freedesktop.org/~alanc/xscope but it doesn't compile: gcc -DHAVE_CONFIG_H -I.-D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -DUSE_XTRANS -g -O2 -MT scope.o -MD -MP -MF .deps/scope.Tpo -c -o scope.o scope.c scope.c:73: error: 'MAXHOSTNAMELEN' undeclared h

Re: Mouse and KVM Issue

2009-01-04 Thread Peter Hutterer
On Thu, Jan 01, 2009 at 12:34:50PM -0500, - gw1500se wrote: > > I am having a problem with my Microsoft PS/2 optical wheel mouse when I > switch between machines with a KVM switch. Specifically, my Mandriva machine > no longer recognizes a mouse is attached (Windows does not have a problem > with

Re: xsetpointer deprecated?

2009-01-04 Thread Peter Hutterer
On Fri, Jan 02, 2009 at 12:32:52PM +0100, Philipp Kerling wrote: > the xorg utility xsetpointer reports that it is deprecated for XInput > versions >= 1.4. It still works fine even in newer ones. What exactly > has been deprecated and what functions should be used instead? xsetpointer changes opti

Re: multihead / dual input howto (two local users, keyboards etc.)?

2009-01-04 Thread Peter Hutterer
On Sun, Jan 04, 2009 at 11:12:58PM +0100, Tomasz Chmielewski wrote: > Mader, Alexander (N-MSR) schrieb: > > Tomasz Chmielewski schrieb: > >> Does anyone know any up-to-date HOWTO for setting up multihead / dual > >> input - two graphics cards running on one PC, with two local users, > >> with two

Re: multihead / dual input howto (two local users, keyboards etc.)?

2009-01-04 Thread Tomasz Chmielewski
Mader, Alexander (N-MSR) schrieb: > Tomasz Chmielewski schrieb: >> Does anyone know any up-to-date HOWTO for setting up multihead / dual >> input - two graphics cards running on one PC, with two local users, >> with two keyboards, running separate X sessions? >> What I'm finding in the internet

Crash report

2009-01-04 Thread dale
Just pulled everything from git, and now X crashes hard leaving me with a blank text screen except for a flashing cursor. Presumably this is VT7, but the keyboard is inactive so I can't switch to a working console and have to alt-ctrl-del (that is the only thing that still seems to work). The X s

Crash report

2009-01-04 Thread dale
___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

xauth generate and the removal of XSECURITY

2009-01-04 Thread Matthieu Herrb
Hi, is there with XACE an equivalent of the 'generate' command of xauth? -- Matthieu Herrb ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

[multiseat] hard freeze when running "X -arguments... :1"

2009-01-04 Thread Tomasz Chmielewski
I'm trying to write some easy to follow documentation about setting up a multiseat workstation. So far I have one problem: my computer freezes whenever I want to use GDM as a desktop manager. On the other hand, everything works fine if I use KDM. Closer investigation turned up that the freeze

Re: xrandr reports two preferred modes

2009-01-04 Thread Rui Tiago Cação Matos
Antonio, 2009/1/4 Antonio Cardoso Martins : > When i execute xrandr, he reports 2 preferred modes for my TMDS-1 > monitor, and selects 1024x768, when the monitor is actually 1680x1050. > xorg.conf has only information for the LVDS monitor. you should post the X server version you're using as well

[PATCH] Don't alter device button maps in DoSetPointerMapping

2009-01-04 Thread Thomas Jaeger
I think the current behavior violates the core spec: If, say, button 1 is pressed on a device where it is currently disabled, but it is mapped to itself on the VCP, then an XSetPointerMapping request that doesn't change the mapping of button 1 will nonetheless fail. Thomas Jaeger wrote: > The wron

[PATCH] Fix typo in DoSetPointerMapping

2009-01-04 Thread Thomas Jaeger
The wrong checks are being performed which can lead to XInput grabs failing to work. I'd argue, though, that remapping device buttons is wrong anyway, see my next email. >From 5da6b7a5f67dcb0d3c7079230bafc9c2f59083d3 Mon Sep 17 00:00:00 2001 From: Thomas Jaeger Date: Sun, 4 Jan 2009 10:56:56 -050

xrandr reports two preferred modes

2009-01-04 Thread Antonio Cardoso Martins
When i execute xrandr, he reports 2 preferred modes for my TMDS-1 monitor, and selects 1024x768, when the monitor is actually 1680x1050. xorg.conf has only information for the LVDS monitor. ant...@lifebook:~> xrandr -q Screen 0: minimum 320 x 200, current 1024 x 768, maximum 2704 x 1050 VGA discon

Re: gma950 + latest x11 + latest intel driver

2009-01-04 Thread Vasily Khoruzhick
On 4 January 2009 05:14:39 Jin, Gordon wrote: > The glxinfo shows correctly. I think you've been using libdrm master (or > 2.4.3), right? Where did you get the quake3 demo? Is it shipped in your > distribution or you installed it by yourself? > > Gordon I'm using libdrm master quake3 is from gento