Re: [ANNOUNCE] xf86-input-synaptics 0.99.1

2008-11-22 Thread Colin Guthrie
Peter Hutterer wrote: Synaptics 1.0 RC 1 Including features such as: - better auto-calibration - input property support - new elantech touchpad support Is it just me or is VertEdgeScroll no longer on by default? I have to issue: synclient VertEdgeScroll=1 Col -- Colin Guthrie

Re: DeliverPropertyEvent() accessing unallocated memory

2008-11-22 Thread Matthieu Herrb
Matthieu Herrb wrote: Hi, using OpenBSD's memory allocator (which has an option to fill free()'d memory with a specific pattern) I found out that xserver 1.5.3 is dumping core on exit. Same problem on git's master. This is caused by a bad pointer caused by accessing free'd memory in

Re: conflicting memory types in system logs

2008-11-22 Thread Nikos Chantziaras
Halim Issa wrote: Hello, On X.Org X Server 1.5.3 with the Intel 2.5.1 driver on a Lenovo X200 laptop, I get quite a few error messages output in /var/log/messages where the kernel complains about conflicting memory types. Is this just warnings, or something to be taken seriously? If

Re: xf86-video-amd: Changes to 'master'

2008-11-22 Thread Matthieu Herrb
Someone with write access on kemper, please update the project-name variable in /git/xorg/driver/xf86-video-geode.git/hooks/update to 'xf86-video-geode' to avoid confusion. Thanks. -- Matthieu Herrb ___ xorg mailing list xorg@lists.freedesktop.org

[IDEA] shrink xrender featureset

2008-11-22 Thread Maarten Maathuis
Currently there exist several operations in xrender that are better off client side or through some other graphic api (imo). Think of trapezoid rasterisation, gradient rendering, etc. Doing this stuff client side avoids unforseen migration issues and doesn't create any false impressions with the

Re: [IDEA] shrink xrender featureset

2008-11-22 Thread Clemens Eisserer
Hi, Currently there exist several operations in xrender that are better off client side or through some other graphic api (imo). Think of trapezoid rasterisation, gradient rendering, etc. Doing this stuff client side avoids unforseen migration issues and doesn't create any false impressions

Re: Radeon X300, dual head

2008-11-22 Thread Alex Deucher
On Fri, Nov 21, 2008 at 5:50 PM, Hans J. Koch [EMAIL PROTECTED] wrote: Hi, I used to have a working system with a Radeon X300 (RV370) card and two monitors 1680x1050 each. I used an ancient xorg version (something like 6.8, can't recall) and had a MergedFB+Xinerama configuration. Worked well

Re: Radeon X300, dual head [SOLVED]

2008-11-22 Thread Hans J. Koch
On Sat, Nov 22, 2008 at 01:22:58PM -0500, Alex Deucher wrote: On Fri, Nov 21, 2008 at 5:50 PM, Hans J. Koch [EMAIL PROTECTED] wrote: Hi, I used to have a working system with a Radeon X300 (RV370) card and two monitors 1680x1050 each. I used an ancient xorg version (something like 6.8,

Re: xf86-video-amd: Changes to 'master'

2008-11-22 Thread Dave Airlie
On Sun, Nov 23, 2008 at 1:10 AM, Matthieu Herrb [EMAIL PROTECTED] wrote: Someone with write access on kemper, please update the project-name variable in /git/xorg/driver/xf86-video-geode.git/hooks/update to 'xf86-video-geode' to avoid confusion. Done. Dave.

Re: Emulate Double Click Events

2008-11-22 Thread Peter Hutterer
On Sat, Nov 22, 2008 at 08:08:35PM +0200, dana goren wrote: I would like to emulate double click event. I use XTestFakeButtonEvent, the double clicks works only if i send 2 consecutive XTestFakeButtonEvent. Do i have to use a timer to check the period from one event to another in order to

RE: Wrong links, files not where they're supposed to be

2008-11-22 Thread Robert Dvoracek
* The source directories for 7.4 in the various directories /releases/X11R7.4/src/{app,driver,font,lib,proto,util} only contain archives for the components which were updated for the new release. The other components necessary to build X.Org are missing. Strangely enough they are all

Re: X forcing WheelEmulation

2008-11-22 Thread Matija Å uklje
Dne nedelja 23. novembra 2008 je Peter Hutterer napisal(a): emulateWheel is false by default, so I really don't know why you'd need this. I know. I added it only after this started happening. (II) XINPUT: Adding extended input device Logitech USB Receiver (type: MOUSE) (WW) config/hal:

Re: how to get fake input events to a Xinput2 master device?

2008-11-22 Thread Christian Beier
On Sat, 22 Nov 2008 16:57:17 +1000 Peter Hutterer [EMAIL PROTECTED] wrote: On Sat, Nov 22, 2008 at 01:52:48AM +0100, Christian Beier wrote: (1) Master Devices created on the fly: XTestFakeDeviceButtonEvent, etc. It injects the event server-sided as if the event was created by the input

xset dpms force off

2008-11-22 Thread Yan Seiner
I am running a multi-head setup. I'd like to be able to turn off each head individually. I'm using the evil binary nvidia drivers to set up 4 screens as DISPLAY 0.0, 0.1, 0.2, and 0.3 I'm not using Xinerama or Twinview. xset -display :0.0 dpms force off turns off all 4 displays, as does

Additional NULL (??) layout group with evdev+hal

2008-11-22 Thread Thomas Fritzsche
Hello Peter, after upgrading to xserver 1.5.2 using the new evdev + hal I'm observing that I receive an additional layout group. The gnome keyboard indicator is showing this as ?? and using the libxklavier test program I get: [1227322878,150,xklavier.c:xkl_engine_constructor/] Actual backend:

RE: Emulate Double Click Events

2008-11-22 Thread Fernando Carrijo
On Sun, 2008-11-23 at 06:09 +, micki _ wrote: What is the time period the toolkit expects for double click events. This thread partially answers your question: http://lists.freedesktop.org/archives/xorg/2008-March/033766.html Kind regards, Fernando Carrijo.