Re: [PATCH] Send out correct events in ProcXTestFakeInput

2009-01-09 Thread Peter Hutterer
On Fri, Jan 09, 2009 at 02:15:30AM -0500, Thomas Jaeger wrote: Thomas Jaeger wrote: Using the latest xserver from server-1.6 branch, when XTestFakeRelativeMotionEvent is called with a delay parameter != CurrentTime, the client may crash under certain circumstances. I've also seen

Re: Performance Issues with RV280

2009-01-09 Thread Beso
2009/1/8 8yrgr4dkp...@dyweni.com: Hi, I have a PIII 550 w/ a RV280 Radeon 9200 AGP card. Using the latest code checked out from X.Org Git repositories, I am experiencing performance issues. Firefox (2.x), Konqueror (KDE4), Kwrite (KDE4)... Seems to be any X application. In the case of

KDrive compile for fbdev

2009-01-09 Thread Peter Hanzel
Hello. I have downloaded xorg server source bz2 and I want to compile only Kdrive, without any dependecies. I have tried to compile it using configure with all disable options. But it fails with missing xrenderproto and much others. I want KDrive without anything (even freetype, etc). I have

Re: backlight problems on intel and new stuff

2009-01-09 Thread Vedran Rodic
Hi I've also noticed backlight flickering (so pronounced that I was afraid it might kill the backlight) on my Thinkpad X60s, when I hibernate when using a VGA connected display. Laptop LCD is off when in X, but when s2disk suspends X and goes to text mode, VGA out is turned off, and I just see

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

2009-01-09 Thread Tomasz Chmielewski
Tiago Vignatti schrieb: okay, Tomasz. I updated our wiki [0]. Please take a look there and see if it's reasonable and fits with your ideas. BTW, you didn't give credits and/or referenced anyone in your page. [0] http://wiki.x.org/wiki/Development/Documentation/Multiseat Right. I added

Re: [PATCH] xfree86: force RAW mode if autoAddDevices or AEI is on.

2009-01-09 Thread Julien Cristau
On Fri, 2009-01-09 at 14:40 +1000, Peter Hutterer wrote: tbh, I'm not sure whether we shouldn't just switch to RAW regardless. We do restore the mode anyway on close, so this condition is arguably not necessary. ack. Seems like we should just remove that conditional. Cheers, Julien

How to move a window between screens?

2009-01-09 Thread Gerald Dachs
How to move an application window between 2 independent (no Twinview, no Xinerama) screens of a x servern from outside of the application? Do I have to use something like xmove? It looks so over sized, because it is mainly for movement between different x servers on different machines. I

Re: How to move a window between screens?

2009-01-09 Thread Glynn Clements
Gerald Dachs wrote: How to move an application window between 2 independent (no Twinview, no Xinerama) screens of a x servern from outside of the application? Do I have to use something like xmove? It looks so over sized, because it is mainly for movement between different x servers on

Re: backlight problems on intel and new stuff

2009-01-09 Thread Sergio Monteiro Basto
On Fri, 2009-01-09 at 11:32 +0100, Vedran Rodic wrote: 2.3.2-2+lenny5 ok have you have an empty /sys/class/backlight/ ? ll /sys/class/backlight/ thanks, -- Sérgio M. B. smime.p7s Description: S/MIME cryptographic signature ___ xorg mailing list

Re: dga does't work correctly

2009-01-09 Thread Pawel K
I have successfully enabled XAA/EXA with composite but unfortunately it did not speed up my xmame. I have Intel Graphics Media Accelerator (GMA) 3100 (onboard, integrated) and I use i810 (chipset Q35) driver for it. Help me PLEASE to enable DGA on it. Great thanks for any help to all of YOU.

Re: 3Dconnexcion SpacePilot works like a mouse (TrackPoint in laptop)

2009-01-09 Thread Jarosław Bułat
Dnia 2008-12-07, N o godzinie 08:56 -0800, Dan Nicholson pisze: On Wed, Nov 26, 2008 at 6:13 AM, Jarosław Bułat kw...@agh.edu.pl wrote: Hello! After connection SpacePilot (3DConnexion) it starts to act as a mouse (TrackPoint), however, it souldn't. SpacePilot is automatically recognized

Re: KDrive compile for fbdev

2009-01-09 Thread Dan Nicholson
On Fri, Jan 9, 2009 at 1:20 AM, Peter Hanzel hanzelpe...@gmail.com wrote: Hello. I have downloaded xorg server source bz2 and I want to compile only Kdrive, without any dependecies. I have tried to compile it using configure with all disable options. But it fails with missing xrenderproto

Re: [PATCH] avoid a potential endless loop.

2009-01-09 Thread Keith Packard
On Tue, 2009-01-06 at 10:03 +0800, Xiang, Haihao wrote: 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. Yes, this looks correct to me. So, the race

Xorg DevRoom at FOSDEM 2009: Speakers!!!!!

2009-01-09 Thread Luc Verhaegen
(deliberately breaking thread to get more attention :), and yes, diseased mind.) On Wed, Dec 31, 2008 at 06:19:26PM +0100, Luc Verhaegen wrote: Hi all, With FOSDEM moved 3 weeks earlier than usual, i no longer have the best part of January to leisurely beg around for speakers for our

Should RRGetCrtcInfo return panning bounds?

2009-01-09 Thread Keith Packard
RRGetCrtcInfo currently returns the x/y/width/height of the current CRTC view, and not the panning region. This seems wrong to me -- the panning region is the logical area displayed by the CRTC. -- keith.pack...@intel.com signature.asc Description: This is a digitally signed message part

Re: Should RRGetCrtcInfo return panning bounds?

2009-01-09 Thread Andy Ritger
Probably both the physical region currently scanned out by the CRTC, as well as the panning region, are useful things for an RandR client to query. I'm not sure how best to make both pieces of information available. Thanks, - Andy On Fri, 9 Jan 2009, Keith Packard wrote: * PGP Signed by an

X on Dell D505

2009-01-09 Thread Jason Gauthier
All, I am wanting to run a D505 with two external monitors. Once is DVI and one is VGA. This chipset, according to BIOS is: Intel 855GM/855GME. However, when I use: Driver i810, X will not even start. (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,

Re: [PATCH] mi: ensure chained button mappings from SD - MD (#19282)

2009-01-09 Thread Thomas Jaeger
that's not good. I think there's historical reason to do so, but by now the drivers should just let button mapping to the DIX (unless they need something really special). xsetwacom would be better off using libXi's XSetDeviceButtonMapping. I've got a problem now, though. Apparently some

Re: Should RRGetCrtcInfo return panning bounds?

2009-01-09 Thread Keith Packard
On Fri, 2009-01-09 at 10:59 -0800, Andy Ritger wrote: Probably both the physical region currently scanned out by the CRTC, as well as the panning region, are useful things for an RandR client to query. I'm not sure how best to make both pieces of information available. I'm thinking that if

Re: compiling 32bit libraries on x86-64 system

2009-01-09 Thread Ian Romanick
On Thu, Jan 01, 2009 at 08:23:05PM -0800, Dirk Hohndel wrote: I must be missing some 'configure' magic here... For some modules (like the X server) it's rather straight forward to build 32bit on a 64bit system. Something like I have a bunch of scripts that wrap up my builds, and I have some

Proposed server-1.6 enterleave/focusinout patches

2009-01-09 Thread Keith Packard
I've pushed a proposed set of patches that merge in Peter's new enterleave/focusinout stuff on the 1.6 branch. It's all on the server-1.6-enterleave branch and I'd like comments on whether that code looks right. Mostly what I did was eliminate all of the Device events by #if 0'ing the code. I did

ANN: xterm patch #239

2009-01-09 Thread Thomas Dickey
Patch #239 - 2009/1/8 * correct a cast in input.c, which broke translation of numeric keypad codes to pageup, pagedown, etc., on

Re: How to move a window between screens?

2009-01-09 Thread Gerald Dachs
Am Fri, 9 Jan 2009 15:33:15 + schrieb Glynn Clements gl...@gclements.plus.com: Gerald Dachs wrote: How to move an application window between 2 independent (no Twinview, no Xinerama) screens of a x servern from outside of the application? Do I have to use something like xmove? It

Re: dga does't work correctly

2009-01-09 Thread Steven Newbury
On Friday 09 January 2009 16:26:25 Pawel K wrote: I have successfully enabled XAA/EXA with composite but unfortunately it did not speed up my xmame. I have Intel Graphics Media Accelerator (GMA) 3100 (onboard, integrated) and I use i810 (chipset Q35) driver for it. Help me PLEASE to

[PATCH] Add language about implicit flush and command completion

2009-01-09 Thread Ian Romanick
Copied language from the glXSwapBuffers manual page about the implicit glFlush and expected command completion. This just codifies what people already expect from glXCopySubBufferMESA. The intention of this command is to work like glXSwapBuffers but on a sub-rectangle of the drawable. ---

Re: How to move a window between screens?

2009-01-09 Thread Glynn Clements
Gerald Dachs wrote: You either start the client on a proxy X server with mobile output (e.g. Xvnc), or this sort of thing has to be done in the client. Too sad that it will not work, I don't believe that a proxy like Xvnc or xmove will be fast enough for xbmc showing movies, There's no

possible link between wild screen blanking and the ntpd daemon

2009-01-09 Thread Gene Heskett
Greetings all; Running the radeonhd driver, version 1.2.4, on a Diamond HD2400 Pro (rv610) card here. Fedora 8 system (up2date) on an AMD 9550 4 core Phenom, 4 gigs of memory. The screen blanker occasionally goes wild, and sometimes even refuses to unblank without a reboot. Such was the

[ANNOUNCE] xf86-input-mouse 1.4.0

2009-01-09 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The big change in 1.4.0 is the move of the OS-specific mouse handling code from the Xorg server to the mouse driver. This code was removed from the Xorg server in the Xorg 1.6 development cycle, so users of non-evdev systems (i.e. non-Linux or