Re: ~whot/compiz ?

2009-01-05 Thread Florian Lier
Hey Sam, thank you, I've read your tutorials about that @ compiz-fusion forums... Seems to be fiddly stuff...isn't it? Cheers, fl0 Sam Spilsbury schrieb: compiz --replace gconf& ? also, there are more curent patches at git://git.compiz-fusion.org/users/smspillaz/compiz-mpx-ir On 1/5/09, f...@

RE: Multihead Displays

2009-01-05 Thread Jason Gauthier
>> I'm attempting to multihead an Intel video card and a USB VGA adapter. >> >You don't specify which version of the X server you're using. This may >be useful since things are changing in this area... Indeed! X.Org X Server 1.5.2 Release Date: 10 October 2008 X Protocol Version 11, Revision 0 Bu

Re: xserver: Branch 'master' - 3 commits

2009-01-05 Thread Daniel Stone
Hi, On Mon, Jan 05, 2009 at 07:44:16AM -0800, Daniel Stone wrote: > commit e351d10773742d1570e976b7c8b6adda5ae6 > Author: Daniel Stone > Date: Mon Jan 5 17:41:38 2009 +0200 > > RandR: Only export Xinerama symbols when building Xinerama support > > Otherwise compilation fails d

Transform option of xrandr

2009-01-05 Thread Éric Piel
Hello, There is not yet manpage documentation for the --transform and --scale options of xrandr. I'm willing to write a patch, but I'm not exactly sure about what they do. At least, playing with them with the intel driver I only managed to get the reported shape of the screen changed, while the eff

Re: ~whot/compiz ?

2009-01-05 Thread Sam Spilsbury
compiz --replace gconf& ? also, there are more curent patches at git://git.compiz-fusion.org/users/smspillaz/compiz-mpx-ir On 1/5/09, f...@icram.de wrote: > Hey everybody, > > is the compiz repos for the multipointer aware XServer (1.6.99) deprecated > or > still usable? (~whot/compiz) > > Once i

Re: [PATCH] Count the number of logically down buttons in buttonsDown

2009-01-05 Thread Thomas Jaeger
I've been wondering for a while if this change was necessary; it turns out it is, a test case is mentioned in the commit message. Peter Hutterer wrote: >> Thomas Jaeger wrote: >>> I can't see any reason why we would treat buttons > 5 differently. This >>> patch simplifies client code by eliminat

~whot/compiz ?

2009-01-05 Thread fl0
Hey everybody, is the compiz repos for the multipointer aware XServer (1.6.99) deprecated or still usable? (~whot/compiz) Once it is compiled and added to my new xorg stack how to start this special version of compiz? thanks, cheers fl0 ___ xorg m

Re: [PATCH] Count the number of logically down buttons in buttonsDown

2009-01-05 Thread Thomas Jaeger
Thomas Jaeger wrote: >> This puts us in a difficult position. Core requires us to release the grab >> if, >> say, only button 6 is down. XI requires us to maintain the grab. >> I think we need a more complex solution than the one you proposed: test >> whether the passive grab is a core or an XI gr

thanks for radeonhd

2009-01-05 Thread Bernhard Kleine
Hi, today I installed a agp version of ati sapphire hd3650. I have the drivers distributed by debian SID. The card worked out of the box. Thanks a lot for your work. Bernhard ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.o

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

2009-01-05 Thread Keith Packard
On Mon, 2009-01-05 at 16:07 +1000, Peter Hutterer wrote: > Following up on that: > Both the core protocol and the XI protocol spec state that a passive grab is > to be released when all buttons are logically up, regardless of modifiers. > This is where the magic number 5 comes in. Core allows for

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

2009-01-05 Thread Colin Guthrie
'Twas brillig, and Tiago Vignatti at 05/01/09 16:34 did gyre and gimble: > Jan Kasprzak escreveu: >> BTW, what approach do you use for sound? I would like both users >> to use sound to their own stereo speakers, so probably split a 6-channel >> sound card output to three independent virtual st

Crash report + 1

2009-01-05 Thread dale
So looking at stderr I get X: symbol lookup error: X: undefined symbol: pixman_transform_init_identity But this puzzles me; I'm sure xserver itself is compiling against the correct pixman headers and running against the correct library, therefore it must be a loaded module, but how to tell what?

Re: [PATCH] Count the number of logically down buttons in buttonsDown

2009-01-05 Thread Keith Packard
On Mon, 2009-01-05 at 11:59 -0500, Thomas Jaeger wrote: > >> if ((grab->coreGrab && !button->state) && ... || > >> (!grab->coreGrab && AllButtonsAreUp(b)) Unless I'm completely lost, you shouldn't need to make this distinction (see previous message). -- keith.pack...@intel.com signature.a

Re: [Fwd: Re: Intel + GEM + suspend -> fail]

2009-01-05 Thread Adam Lantos
I have the same resume problem with UXA (GM915), GEM + Tuxonice. Mesa, xorg-server and xf86-video-intel from git master. EXA resumes correctly. cheers, adam On Mon, Jan 5, 2009 at 2:15 PM, Thomas Ilnseher wrote: > > > > -- Forwarded message -- > From: Thomas Ilnseher > To: Xo

Re: Crash report + 1

2009-01-05 Thread Pat Kane
On Mon, Jan 5, 2009 at 1:18 PM, wrote: > So looking at stderr I get > > X: symbol lookup error: X: undefined symbol: pixman_transform_init_identity > > But this puzzles me; I'm sure xserver itself is compiling against the > correct pixman headers and running against the correct library, > therefo

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

2009-01-05 Thread Jan Kasprzak
Tomasz Chmielewski wrote: : 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 dep

Activating xv

2009-01-05 Thread Helmut Auer
Hello List I am using an old xorg version (6.8) with a binary driver ( tvia ), because no other driver is available for my settop box (Siemens activy). With this driver I have a problem activating xv for X. When I start X xvinfo tells no adapter available. When I start freevo or KDE on top of X

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

2009-01-05 Thread Tiago Vignatti
Jan Kasprzak escreveu: > BTW, what approach do you use for sound? I would like both users > to use sound to their own stereo speakers, so probably split a 6-channel > sound card output to three independent virtual stereo outputs via global > (not per-session) pulseaudio daemon? yeah, pulseau

Re: xsetpointer deprecated?

2009-01-05 Thread Philipp Kerling
Hi, Am Montag, den 05.01.2009, 10:53 +1000 schrieb 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 dep

Re: xscope compilation error

2009-01-05 Thread Alan Coopersmith
Rui Tiago Cação Matos wrote: > Hi, > > I got xscope from git://anongit.freedesktop.org/~alanc/xscope That's an old tree - the master is now at: git://anongit.freedesktop.org/xorg/app/xscope > but it > doesn't compile: > > gcc -DHAVE_CONFIG_H -I.-D_BSD_SOURCE -DHAS_FCHOWN > -DHAS_STI

Re: xscope compilation error

2009-01-05 Thread Rui Tiago Cação Matos
2009/1/5 Joel Feiner : > On a related note, how do you actually get xscope to work? It works for me. Rui ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

[PATCH 0/4] Cursor's update inside kernel only

2009-01-05 Thread Tiago Vignatti
Hi guys, Under KMS, we can build a feature to update the cursor directly to screen without the continuous intervention of the userspace application (X server, wayland, etc). It's a fastpath for DRM based cursors obtained by short-circuit the kernel input layer and DRM module. This would solve all

only 64 out of 128 MB video RAM memory used - why?

2009-01-05 Thread Tomasz Chmielewski
I have a Radeon 9200 PCI video card. I noticed only 64 MB out of 128 MB of video RAM memory is used: (II) RADEON(0): Generation 2 PCI interface, using max accessible memory (II) RADEON(0): Detected total video RAM=131072K, accessible=65536K (PCI BAR=65536K) (--) RADEON(0): Mapped VideoRAM: 65536

[PATCH 1/4] DRM: in-kernel cursor update on the top of mode setting.

2009-01-05 Thread Tiago Vignatti
This commit adds support for the DRM in-kernel cursor mode setting APIs. When drm_mode_setcrtc is called we also initialize the cursor routines. Through drmCursorSetDev, the userspace app (e.g. Xorg, wayland) tells which devices are responsible for cursors' updates and the kernel input layer will s

Re: xscope compilation error

2009-01-05 Thread Rui Tiago Cação Matos
2009/1/5 Alan Coopersmith : >> I got xscope from git://anongit.freedesktop.org/~alanc/xscope > > That's an old tree - the master is now at: >git://anongit.freedesktop.org/xorg/app/xscope Ah, I guess I didn't find it because the description at cgit.freedesktop.org still says "Unnamed reposi

[Fwd: Re: Intel + GEM + suspend -> fail]

2009-01-05 Thread Thomas Ilnseher
--- Begin Message --- Am Freitag, den 26.12.2008, 15:42 +0200 schrieb Vasily Khoruzhick: > I have the same issue. Vanilla 2.6.28 kernel, Xorg stack from gentoo > x11 > overlay, gma950. Same here, GEM + GL960 (= GM965) + TuxOnIce. Note suspend/resume DOES work when I use metacity, but does not w

[PATCH 2/4] X server: dricursor implementation using the X server as application.

2009-01-05 Thread Tiago Vignatti
This implementation gives two ioctls APIs (DRICursorSetDev, DRICursorHotspot) to interface with the DRM modesetting cursors. For now this patch disables the pointer acceleration scheme. Signed-off-by: Tiago Vignatti --- Makefile.am|1 + configure.ac |

[PATCH 3/4] evdev: short-circuit evdev with drm to update cursors in-kernel.

2009-01-05 Thread Tiago Vignatti
Signed-off-by: Tiago Vignatti --- drivers/input/evdev.c | 11 +++ include/linux/drm_cursor.h |3 +++ 2 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 include/linux/drm_cursor.h diff --git a/drivers/input/evdev.c b/drivers/input/evdev.c index 3524bef..2b77

Re: ~whot/compiz ?

2009-01-05 Thread Christian Beier
Flo, if you already have a running MPX, you can as well only use compiz/0001-X-Input-2-Support-in-Core.patch and compiz/0002-MPX-Support-in-plugins.patch to patch compiz and leave all the Input Redirection and Xserver patch stuff out. works okay here. the only issue i remember was with some scal

[PATCH 4/4] xf86-video-intel: save drm FD to be used by dri cursor (the shortcut scheme).

2009-01-05 Thread Tiago Vignatti
Signed-off-by: Tiago Vignatti --- src/i830_dri.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/i830_dri.c b/src/i830_dri.c index 07ae646..e9484bd 100644 --- a/src/i830_dri.c +++ b/src/i830_dri.c @@ -108,6 +108,8 @@ typedef struct drm_i915_flip { #include "dri

Re: only 64 out of 128 MB video RAM memory used - why?

2009-01-05 Thread Alex Deucher
On Mon, Jan 5, 2009 at 3:55 PM, Tomasz Chmielewski wrote: > I have a Radeon 9200 PCI video card. > > I noticed only 64 MB out of 128 MB of video RAM memory is used: > > (II) RADEON(0): Generation 2 PCI interface, using max accessible memory > (II) RADEON(0): Detected total video RAM=131072K, acces

crash Xserver debian lenny

2009-01-05 Thread kevin
Hello, I installed a debian lenny on a pc i386, for a school I manage. This pc is intented to be an applications server, so I installed as I usually do for etch: xorg, xfce, xdm (we use old pc configured as X terminals), and then all the configuration stage for using the nis server, nfs server,

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

2009-01-05 Thread Tomasz Chmielewski
Tiago Vignatti schrieb: > 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 >> poin

Re: [Cooker] x3270 fonts

2009-01-05 Thread Paulo César Pereira de Andrade
feretio wrote: > >> Cavassin has told me that Paulo has suggested you something related >> to configure's options. > > In my research, I think that might be the case. I believe the following > was > referred to: > > configure --disable-builtin-fonts Yes, I think Colin missed my email about it.

Re: [Fwd: Re: Intel + GEM + suspend -> fail]

2009-01-05 Thread Eric Anholt
On Mon, 2009-01-05 at 21:51 +0100, Adam Lantos wrote: > hello, > > I've investigated my issue a little more: > > kernel: vanilla 2.6.28 + tuxonice + linux-phc + thinkpad-acpi > mesa, libdrm, xorg-server, xf86-video-intel git master (last built a > few days ago) > > -EXA behaves fine > -UXA w/ tw

Re: xsetpointer deprecated?

2009-01-05 Thread Peter Hutterer
On Mon, Jan 05, 2009 at 10:18:25AM +0100, Philipp Kerling wrote: > Hi, > > Am Montag, den 05.01.2009, 10:53 +1000 schrieb 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

Re: ~whot/compiz ?

2009-01-05 Thread Sam Spilsbury
On Tue, Jan 6, 2009 at 5:40 AM, Christian Beier wrote: > > Flo, > if you already have a running MPX, you can as well only use > > compiz/0001-X-Input-2-Support-in-Core.patch > and > compiz/0002-MPX-Support-in-plugins.patch > > to patch compiz and leave all the Input Redirection and Xserver patch >

Re: xsetpointer deprecated?

2009-01-05 Thread Philipp Kerling
Hi again, Am Dienstag, den 06.01.2009, 08:09 +1000 schrieb Peter Hutterer: > Setting option "CoreEvents" "false" in the config would probably be > what you want here. > > Otherwise, you'd have to grab both device and pointer + keyboard and just drop > all core events for the time being. Is there

Re: [PATCH] xf86-input-evdev: XkbModel parsing error

2009-01-05 Thread Peter Hutterer
On Mon, Jan 05, 2009 at 04:35:09PM +0800, Yan Li wrote: > > Signed-off-by: Yan Li > --- > src/evdev.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/evdev.c b/src/evdev.c > index 25325a3..abbd1f6 100644 > --- a/src/evdev.c > +++ b/src/evdev.c > @@ -854,7 +854

XRender ARGB format working with driver fglrx but not with intel or nvidia

2009-01-05 Thread Domen Stangar
I created 32 bit pixmap with alpha channel loaded from tga file. Then used XRenderCreatePicture Picture with PictStandardARGB32 format from that pixmap. This is used as src picture. Dst image is created from root window using visual from that window in RGB format. Called XRenderComposite with no ma

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

2009-01-05 Thread Peter Hutterer
On Mon, Jan 05, 2009 at 10:51:59AM -0800, Keith Packard wrote: > On Mon, 2009-01-05 at 16:07 +1000, Peter Hutterer wrote: > > > Following up on that: > > Both the core protocol and the XI protocol spec state that a passive grab is > > to be released when all buttons are logically up, regardless of

Re: xsetpointer deprecated?

2009-01-05 Thread Sascha Hlusiak
Hi, Am Montag, den 05.01.2009, 23:34 +0100 schrieb Philipp Kerling: > > Otherwise, you'd have to grab both device and pointer + keyboard and just > > drop > > all core events for the time being. > Is there really no "easy" way to do this dynamically at runtime in the > new XInput interface now th

Re: [PATCH 2/4] X server: dricursor implementation using the X server as application.

2009-01-05 Thread Peter Hutterer
On Mon, Jan 05, 2009 at 06:59:18PM -0200, Tiago Vignatti wrote: > This implementation gives two ioctls APIs (DRICursorSetDev, DRICursorHotspot) > to interface with the DRM modesetting cursors. For now this patch disables > the pointer acceleration scheme. > > Signed-off-by: Tiago Vignatti > --- >

Re: crash Xserver debian lenny

2009-01-05 Thread Peter Hutterer
On Mon, Jan 05, 2009 at 11:30:03PM +0100, kevin wrote: > When I boot the machine, everything is OK, and I get the xdmcp chooser > screen, displayed by the "primary xdmcp server", which gives all the > avalaible applications servers of the lan. > > Then I choose as server the pc itself, which is

Re: [PATCH] Port cursorScreenDevPriv to the new dixPrivate API

2009-01-05 Thread Eamon Walsh
Lukas Hejtmanek wrote: > On Wed, Dec 31, 2008 at 06:12:34PM -0500, Eamon Walsh wrote: > >> devPrivates pointer. If I knew what the exact sequence of gimp >> operations were I could attempt to reproduce the problem. If the >> > > I opened an image, created a text, pulled down horizontal gu

[no subject]

2009-01-05 Thread - gw1500se
Hi Peter, Thanks for the reply. Please see embedded responses. Peter Hutterer wrote: 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

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

2009-01-05 Thread Keith Packard
On Tue, 2009-01-06 at 09:12 +1000, Peter Hutterer wrote: > If core allows for 255 buttons, this means that buttons > 5 (or > 8) may be > down even if the state field is zero. Is this correct? > If this is intended, then Thomas' patch is indeed a lot simpler. Yes, only the first five buttons are r

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

2009-01-05 Thread Tiago Vignatti
Tomasz Chmielewski escreveu: > BTW, I tried the multiseat live CD from > http://wiki.c3sl.ufpr.br/multiseat/index.php/Live-CD > > I like its hardware detection (press F1, left mouse to activate this > screen). Indeed, it's nice. Now a question: is there a reason to keep your howto alive in the

Re: your mail

2009-01-05 Thread Peter Hutterer
On Mon, Jan 05, 2009 at 07:44:36PM -0500, - gw1500se wrote: > Peter Hutterer wrote: > > 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 Mandriv

[PATCH] avoid a potential endless loop.

2009-01-05 Thread Xiang, Haihao
Previously it is possible that creating rotation data, then cleaning up and creating again so that pScreen->BlockHandler and xf86_config->BlockHandler all point to xf86RotateBlockHandler. See bug #19343. --- hw/xfree86/modes/xf86Rotate.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletio

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

2009-01-05 Thread Daniel Stone
On Mon, Jan 05, 2009 at 07:43:04AM +0100, Tomasz Chmielewski wrote: > 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

Re: [PATCH] Port cursorScreenDevPriv to the new dixPrivate API

2009-01-05 Thread Thomas Jaeger
Are you running the tip of xserver-1.6 branch? Specifically, do you have this patch applied? http://cgit.freedesktop.org/xorg/xserver/commit/?h=server-1.6-branch&id=0d12c44d832b98da10dccc3b8bac7676d8ea2c96 The patch fixed a similar issue for me [1]. The problem persists in connection with anima

xserver distribution missing sdksyms.sh

2009-01-05 Thread vehemens
subject says it all ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: xserver distribution missing sdksyms.sh

2009-01-05 Thread Paulo César Pereira de Andrade
vehemens wrote: > subject says it all Thanks. I feel dumb for this one :-) Last time I run make distcheck was like one month ago, when I added DISTCLEANFILES = doltcompile doltlibtool to the toplevel Makefile.am Paulo ___ xorg mailing list xorg@lists

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

2009-01-05 Thread Tomasz Chmielewski
Tiago Vignatti schrieb: > Tomasz Chmielewski escreveu: >> BTW, I tried the multiseat live CD from >> http://wiki.c3sl.ufpr.br/multiseat/index.php/Live-CD >> >> I like its hardware detection (press F1, left mouse to activate this >> screen). > > Indeed, it's nice. > > Now a question: is there a