Re: X forcing WheelEmulation

2008-11-24 Thread Matija Šuklje
Dne nedelja 23. novembra 2008 je Peter Hutterer napisal(a): I'll push you over to bugzilla again, please attach the Xorg.log and the output of lshal. I think the latter is the key here. I already wanted to ask you whether I should ;) https://bugs.freedesktop.org/show_bug.cgi?id=18681 Could

How to disable all messages printed that appear when starting Xorg?

2008-11-24 Thread Mohamed AbdElwahed
hi all,I run Xorg from a linux terminal and there are a lot of messages that appear i want to suppress all of these messeges- thanks in advance _ Invite your mail contacts to join your friends list with

Re: How to disable all messages printed that appear when starting Xorg?

2008-11-24 Thread Mateusz Kaduk
I really dont understand why You would like to do that!! But if You really want its simple You can write a wrapper script, that just run your command and redirect everything to a file. #!/bin/sh /usr/bin/startx.old /var/log/Xsuppress.log 2 /var/log/Xsuppress.log 2008/11/24 Mohamed AbdElwahed

Re: radeon vs radeonhd drivers

2008-11-24 Thread Simon Thum
Alex Deucher wrote: On Thu, Nov 13, 2008 at 7:54 AM, Simon Thum [EMAIL PROTECTED] wrote: Gene Heskett wrote: But its not that simple either, cuz when running the radeon driver, I get random screen blanking for 1-10 seconds at a time, and for a change it doesn't seem to be tied to the time of

Re: how does x write to display cards

2008-11-24 Thread Glynn Clements
My Own Linux wrote: I am doing a small project (still in learning phase). I want to know does X server write the image to the display card memory to be shown on monitor. Does it use DirectFB or the Linux frame buffer ? It usually access the hardware directly, although there is a driver for

Re: Accelerating Ogg Theora and Dirac (was: MPEG-LA / Todo list)

2008-11-24 Thread David Gerard
2008/11/24 Stan Cunningham [EMAIL PROTECTED]: As for the last part about the decoder, it would be nice if all FOSS drivers (OpenChrome, Radeon, Intel, etc) could share the same Theora and Dirac decoder. The libs are BSD-licensed, and are present on most free Unix-likes and have no legal

Dinamically switch between Xinerama and Multiseat

2008-11-24 Thread Tobias Kaminsky
Hello, I have 2 TFTs with each 1280x1024. Normally I work alone on the pc - Xinerama. But sometimes my girlfriend wants to work on the pc, too. But I do not want to log out, change KDM and log in again. So I need something that works on the fly. Here is what I have this far: 1) Starting X

Questions !

2008-11-24 Thread My Own Linux
1. I want to look at the source of the function XCreateSimpleWindow(). I extracted the xserver sources and greped it - but I could not find it Where are the sources of Xlib function calls located ? 2. When I create a window using XCreateSimpleWindow() function - the window has the decoration of

Re: [PATCH] Use cached XKB keymap when rules haven't changed

2008-11-24 Thread Dan Nicholson
On Sun, Nov 23, 2008 at 9:21 PM, Peter Hutterer [EMAIL PROTECTED] wrote: On Sun, Nov 23, 2008 at 06:06:54PM -0800, Dan Nicholson wrote: Rather than compiling a new keymap every time XkbInitKeyboardDeviceStruct is called, cache the previous keymap and reuse it if the rules have not been

Re: Questions !

2008-11-24 Thread Joel Feiner
My Own Linux wrote: 1. I want to look at the source of the function XCreateSimpleWindow(). I extracted the xserver sources and greped it - but I could not find it Where are the sources of Xlib function calls located ? They are located in libX11, which is what you want to be looking at

Re: XGetImage returns junk with Xorg/dummy_drv/VTs

2008-11-24 Thread Adam Jackson
On Fri, 2008-11-21 at 15:23 -0700, McDonald, Michael-p7438c wrote: I'm trying to run the Xorg server using the dummy driver in the background in Linux. Everything works fine as long as the dummy Xorg has the VT focus. If it's in the background, then XGetImage returns junk data. It seems

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

2008-11-24 Thread Adam Jackson
On Sat, 2008-11-22 at 18:56 -0500, Robert Dvoracek wrote: * 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

Re: DeliverPropertyEvent() accessing unallocated memory

2008-11-24 Thread Adam Jackson
On Sat, 2008-11-22 at 13:07 +0100, Matthieu Herrb wrote: 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

[PATCH] fix CARD* redefinition in xf86-video-intel

2008-11-24 Thread Rémi Cardona
Hi all, Arjan sent a patch a month ago about this build bug. Basically, bios_reader.c redefines CARD* which is defined in some versions of hw/xfree86/ddc/edid.h, but was removed when vdif.h was dropped last year. Here's my attempt to fix it, hopefully in a better way (ie, new drivers should

RE: XGetImage returns junk with Xorg/dummy_drv/VTs

2008-11-24 Thread McDonald, Michael-p7438c
-Original Message- From: Adam Jackson [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2008 8:55 AM To: McDonald, Michael-p7438c Cc: xorg@lists.freedesktop.org Subject: Re: XGetImage returns junk with Xorg/dummy_drv/VTs On Fri, 2008-11-21 at 15:23 -0700, McDonald,

RE: XGetImage returns junk with Xorg/dummy_drv/VTs

2008-11-24 Thread McDonald, Michael-p7438c
-Original Message- From: Daniel Stone [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2008 9:43 PM To: McDonald, Michael-p7438c Cc: xorg@lists.freedesktop.org Subject: Re: XGetImage returns junk with Xorg/dummy_drv/VTs On Fri, Nov 21, 2008 at 03:23:03PM -0700, McDonald,

Is Xephyr going to support GLX in a near future?

2008-11-24 Thread Kārlis Repsons
One more sad thing: Xephyr doesn't support GLX, which means, most likely no 3D for it's users... I would like to ask someone better informed here, if that is going to be addressed in near future? I was happy, as it seamed, Xephyr could solve all those multiseat troubles (hibernation, no console

Re: XGetImage returns junk with Xorg/dummy_drv/VTs

2008-11-24 Thread Peter Harris
McDonald, Michael-p7438c wrote: I'm trying to run the Xorg server using the dummy driver in the background in Linux. Everything works fine as long as the dummy Xorg has the VT focus. If it's in the background, then XGetImage returns junk data. XGetImage *always* returns junk data. The

Re: XGetImage returns junk with Xorg/dummy_drv/VTs

2008-11-24 Thread Peter Harris
Alan Cox wrote: Speed of switching for one. Nothing like copying several megabytes of data from a PCI/AGP card via PIO to make life suck. Indeed. Presumably GetImage should either block or cause a redraw into an offscreen pixmap ? GetImage can't block while waiting for a redraw, since the

RE: XGetImage returns junk with Xorg/dummy_drv/VTs

2008-11-24 Thread McDonald, Michael-p7438c
-Original Message- From: Adam Jackson [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2008 11:07 AM To: McDonald, Michael-p7438c Cc: xorg@lists.freedesktop.org Subject: RE: XGetImage returns junk with Xorg/dummy_drv/VTs On Mon, 2008-11-24 at 10:19 -0700, McDonald,

Re: XGetImage returns junk with Xorg/dummy_drv/VTs

2008-11-24 Thread Adam Jackson
On Mon, 2008-11-24 at 18:17 +, Alan Cox wrote: Because when you don't have the VT, you don't have the hardware, so you can't submit commands to it. We don't preserve the framebuffer when we VT switch away, we just generate exposures for all windows when we restore X. There was

Re: XGetImage returns junk with Xorg/dummy_drv/VTs

2008-11-24 Thread Alan Cox
But we do that anyway for all the offscreen pixmaps, because unlike windows, we're not allowed to lose their contents. Sounds like another good reason to have DRI manage that and X aware screen switching so you only have to save console stomped areas.

RE: XGetImage returns junk with Xorg/dummy_drv/VTs

2008-11-24 Thread McDonald, Michael-p7438c
-Original Message- From: Peter Harris [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2008 11:18 AM To: McDonald, Michael-p7438c Cc: xorg@lists.freedesktop.org Subject: Re: XGetImage returns junk with Xorg/dummy_drv/VTs Basically, unless you are taking a screen shot,

RE: XGetImage returns junk with Xorg/dummy_drv/VTs

2008-11-24 Thread McDonald, Michael-p7438c
-Original Message- From: Alan Cox [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2008 11:47 AM To: Adam Jackson Cc: McDonald, Michael-p7438c; xorg@lists.freedesktop.org Subject: Re: XGetImage returns junk with Xorg/dummy_drv/VTs But we do that anyway for all the

RE: XGetImage returns junk with Xorg/dummy_drv/VTs

2008-11-24 Thread McDonald, Michael-p7438c
-Original Message- From: Peter Harris [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2008 12:54 PM To: McDonald, Michael-p7438c Cc: xorg@lists.freedesktop.org Subject: Re: XGetImage returns junk with Xorg/dummy_drv/VTs I'm only doing XGetImage on the root window. Is

Re: [PATCH] intel TV out margin configuration via xorg.conf

2008-11-24 Thread Robert Lowery
On 2008.11.07 20:17:37 +0800, Robert Lowery wrote: Any reason why we don't support TV out margin setting via xorg.conf? It's a pain using xrandr to configure after X is started (or am I missing something how this should be done?) diff below works for me with settings like the following in

[PATCH] Move matrix operations from X server to pixman

2008-11-24 Thread Keith Packard
Signed-off-by: Keith Packard [EMAIL PROTECTED] --- configure.ac |2 +- pixman/Makefile.am |3 +- pixman/pixman-matrix.c | 594 pixman/pixman-utils.c | 32 --- pixman/pixman.h| 146 5 files changed,

Re: XGetImage returns junk with Xorg/dummy_drv/VTs

2008-11-24 Thread Peter Harris
McDonald, Michael-p7438c wrote: I'm only doing XGetImage on the root window. Is your application prepared to handle undefined bits for windows that are not the same depth as the root? (Overlays, for example, but also non-sample servers make multiple depths available). As far as I'm

Re: XGetImage returns junk with Xorg/dummy_drv/VTs

2008-11-24 Thread Peter Harris
Peter Harris wrote: McDonald, Michael-p7438c wrote: In the X protocol, there is no concept of the root window being obscured. I don't see why not. If I am running multiple desktops, the root of one desktop may be obscured if I am viewing a different desktop. I forgot to remind you about

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

2008-11-24 Thread Peter Hutterer
On Mon, Nov 24, 2008 at 11:19:33PM +0900, Thomas Fritzsche wrote: Somehow this first version is broken creating the 3rd layout group. I guess I need to put these 2 patches in my xserver that you created for: http://bugs.freedesktop.org/show_bug.cgi?id=14373 Or is this other case? yeah, but

Re: [PATCH] Use cached XKB keymap when rules haven't changed

2008-11-24 Thread Peter Hutterer
On Mon, Nov 24, 2008 at 06:50:57AM -0800, Dan Nicholson wrote: Thanks for testing. I'll have to dig in a little more and see why that would happen. I was mostly watching whether the map was cached at the right time, but not really playing with different keymaps. AFAICT, it is cached at the

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

2008-11-24 Thread Peter Hutterer
On Tue, Nov 25, 2008 at 09:51:34AM +1100, Daniel Stone wrote: On Mon, Nov 24, 2008 at 07:17:52PM +0100, Christian Beier wrote: On Mon, 24 Nov 2008 18:50:38 +1100 Daniel Stone [EMAIL PROTECTED] wrote: How about being able to create new SDs, a la uinput? Using uinput would undoubtly be

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

2008-11-24 Thread Robert Dvoracek
On Mon, Nov 24, 2008 at 11:02 AM, Adam Jackson [EMAIL PROTECTED] wrote: driver: xf86-input-calcomp etc These are not. I'll fix, thanks. - ajax Thank you. ___ xorg mailing list xorg@lists.freedesktop.org

Re: [synaptics] [patch] touchpad output noise that confuse driver

2008-11-24 Thread Peter Hutterer
On Sun, Nov 23, 2008 at 08:46:14PM +0100, Batchty wrote: Hello, I have a Dell Inspiron 1520 with a Synaptics touchpad. This touchpad for a unknown reason loves to send event like these after every finger release : time xy z f w l r u d m multi gl gm gr gdx gdy

Multiple Servers (Was RE: XGetImage returns junk with Xorg/dummy_drv/VTs)

2008-11-24 Thread McDonald, Michael-p7438c
-Original Message- From: Peter Harris [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2008 3:02 PM To: McDonald, Michael-p7438c Cc: xorg@lists.freedesktop.org Subject: Re: XGetImage returns junk with Xorg/dummy_drv/VTs I forgot to remind you about Xsecurity/Xace. In a

[PULL] input fixes for server-1.5-branch

2008-11-24 Thread Peter Hutterer
Ajax, Please pull a few input fixes for server-1.5-branch: git pull git://people.freedesktop.org/~whot/xserver.git server-1.5-branch Alan Coopersmith (1): Non-Linux OS'es should default to kbd driver, not now-dead keyboard driver Peter Hutterer (3): dix: extra sanity-checks against

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

2008-11-24 Thread Thomas Fritzsche
Hello Peter, That's oddI have installed latest Ubuntu package for xorg-server and this is 1.5.2. http://changelogs.ubuntu.com/changelogs/pool/main/x/xorg-server/xorg-server_1.5.2-2ubuntu3/changelog I'll try to double check the source package when I have access to my linux box tonight, but

Re: Frame buffer Changed Event.

2008-11-24 Thread Leandro Galvez
Hi Adam, Does damage extension have the api to notify if the framebuffer has already been updated with the data? Need something to notify me if buffer has already been updated and ready for display so I can send the data to the actual physical display device. Thanks and best regards, Andy

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

2008-11-24 Thread Peter Hutterer
On Tue, Nov 25, 2008 at 11:11:29AM +0900, Thomas Fritzsche wrote: Hello Peter, That's oddI have installed latest Ubuntu package for xorg-server and this is 1.5.2. http://changelogs.ubuntu.com/changelogs/pool/main/x/xorg-server/xorg-server_1.5.2-2ubuntu3/changelog 2:1.5.1-1ubuntu3 should

X server 1.6_beta1 pending pixman

2008-11-24 Thread Keith Packard
Søren asked me to move the render matrix operations into pixman, which makes perfect sense. However, that means that X server 1.6 will depend on a pixman with those functions, so I can't release beta1 until pixman is ready to ship with that stuff as well. I don't mind shipping an X server beta