[ANNOUNCE] dri2proto 2.0

2009-04-20 Thread Kristian Høgsberg
Here's 2.0 release of dri2proto, at long last. The 1.99.3 release has been in use for quite a while and getting a 2.0 release out dropped of the todo list. Well here it is. Just as a reminder, the 1.x releases were never put in use and the 2.0 branch is the first release that is used by a

Re: Xserver function InitKeyboardDeviceStruct() does not use bell_func?

2009-04-20 Thread Peter Hutterer
On Fri, Apr 17, 2009 at 03:14:45PM +0100, Colin Harrison wrote: Hi, InitKeyboardDeviceStruct() does not use 'bell_func' in xserver/xkb/xkbInit.c git master. I found that this was needed to get my DDX's bell to ring :) --- ./xkb/save_xkbInit.c2009-04-17 07:41:36.0 +0100

Re: XInput2: getting window-relative coordinates?

2009-04-20 Thread Florian Echtler
- for XI_Motion, the root x/y and event x/y fields are always (0/0) and (-372/-372), sometimes also (0/0) and (-1/-1). Should these fields be also valid for XI_Motion? oops, two missing lines in dix/eventconvert.c, fixed locally, will be pushed soon. Hello Peter, thanks for the fix. I

Can I use dim without DRI?

2009-04-20 Thread april
Hi all: I have a question. With *Xinerama*, *DRI* is disabled. But if I want to use drm to manage the video memory, Can I use drm without DRI? thx ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Intel driver + KMS: logs flooded with Xorg: freeing invalid memtype

2009-04-20 Thread Gabor Gombas
On Fri, Apr 17, 2009 at 11:17:01AM -0600, Ryan Hill wrote: Disable PAT in the kernel or use 2.6.30-rc2. You can add nopat to the kernel commandline to disable it. Upgrade to 2.6.30-rc2 did not help. I'm going to try nopat. Gabor --

Re: VSync

2009-04-20 Thread Theo Veenker
Olaf Ruppert wrote: Hi, Vertical synchronisation is not working. I assume I am doing something fundamentally wrong. I tried the double-buffer extension, glxSwapBuffers, DRM_IOCTL_WAIT_VBLANK, and blitting with XCopyArea. Nothing worked. Video playback is fine when I use xv-overlay. I

Re: Does xf86-video-intel 2.6 supports DVI output now?(G43 chipset with x4500)

2009-04-20 Thread Eric Zhang
Hi, xorg: Thanks, Jin Gordon. Before submit bug to xf86-video-intel developers, I think it's better to make sure there is on configuration errors in my machine. So I attached these files below -- my xorg.conf, package informations and xorg logs. By the way, I use ArchLinux. = Package

Re: xorg-1.6.0 crashes with geode driver 2.11.1

2009-04-20 Thread Sid Kapoor
Hi all, I am still waiting for the reply. Any hints please ? X crashes, there are no errors in the Xorg.log file either. How can I track the point where the X crashes ? Thanks, Siddharth On Wed, Apr 15, 2009 at 10:56 AM, Sid Kapoor sidkapoor2...@gmail.comwrote: Hi, Any hints ? thanks

Re: VSync

2009-04-20 Thread Olaf Ruppert
On Mon, Apr 20, 2009 at 4:41 PM, Olaf Ruppert I believe they turn off interrupts on vblank to save power. O.K. I checked that. I get the vblank interrupt. But it does not help, here is the code: static void swap(void) { static char * device = /dev/dri/card0; static int fd = 0;

Re: [ANNOUNCE] xf86-video-intel 2.7.0

2009-04-20 Thread Carl Worth
On Sat, 2009-04-18 at 18:11 +0100, Alex Bennee wrote: 2009/4/17 Stefano Avallone stava...@unina.it: I can confirm that there is no corruption with 2.6.30-rc2 with jbarnes' last- minute fix manually applied, intel driver 2.7.0 and KMS on GM965. No corruption even after a resume from

Re: VSync

2009-04-20 Thread Theo Veenker
Olaf Ruppert wrote: On Mon, Apr 20, 2009 at 4:41 PM, Olaf Ruppert I believe they turn off interrupts on vblank to save power. O.K. I checked that. I get the vblank interrupt. But it does not help, here is the code: static void swap(void) { static char * device = /dev/dri/card0;

Re: VSync

2009-04-20 Thread Eric Anholt
On Mon, 2009-04-20 at 18:13 +0200, Olaf Ruppert wrote: On Mon, Apr 20, 2009 at 4:41 PM, Olaf Ruppert I believe they turn off interrupts on vblank to save power. O.K. I checked that. I get the vblank interrupt. But it does not help, here is the code: static void swap(void) {

[ANNOUNCE] dri2proto 2.0

2009-04-20 Thread Kristian Høgsberg
Here's 2.0 release of dri2proto, at long last. The 1.99.3 release has been in use for quite a while and getting a 2.0 release out dropped of the todo list. Well here it is. Just as a reminder, the 1.x releases were never put in use and the 2.0 branch is the first release that is used by a

Re: XInput2: getting window-relative coordinates?

2009-04-20 Thread Peter Hutterer
On Mon, Apr 20, 2009 at 10:21:40AM +0200, Florian Echtler wrote: - for XI_Motion, the root x/y and event x/y fields are always (0/0) and (-372/-372), sometimes also (0/0) and (-1/-1). Should these fields be also valid for XI_Motion? oops, two missing lines in dix/eventconvert.c,

Re: Problems enabling DRI on i810 chipset with xorg-server 1.4.2

2009-04-20 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Manish Jain wrote: Hello Paul, Thank you for your reply. I was on the verge of giving up hope. is i915.ko loaded? I had tried loading i915.ko at boot-time (successfully). It makes no difference - DRI remains disabled even with i915.ko

Re: Can I use dim without DRI?

2009-04-20 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 april wrote: With *Xinerama*, *DRI* is disabled. But if I want to use drm to manage the video memory, Can I use drm without DRI? It's theoretically possible, but nobody has ever written support for it. Patches welcome. :) -BEGIN PGP

Re: Can I use dim without DRI?

2009-04-20 Thread Dave Airlie
On Tue, Apr 21, 2009 at 8:15 AM, Ian Romanick i...@freedesktop.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 april wrote: With *Xinerama*, *DRI* is disabled. But if I want to use drm to manage the video memory, Can I use drm without DRI? It's theoretically possible, but

RE: Does xf86-video-intel 2.6 supports DVI output now?(G43 chipset with x4500)

2009-04-20 Thread Jin, Gordon
This seems a DVI-I bug. DVI is expected to be working, even without manually adding Monitor0 section. So please file a bug with xorg.conf with ModeDebug enabled while Monitor0 removed. Thanks Gordon -Original Message- From: Eric Zhang [mailto:nicolas.m.zh...@gmail.com] Sent: Monday,

Re: MPX development

2009-04-20 Thread Peter Hutterer
On Sun, Apr 19, 2009 at 05:17:14PM -0600, Andruk Tatum wrote: Hello, I realize that this may not be a channel for xorg newbies, but my questions haven't been answered well elsewhere. Where should I go to grab the latest X server and source for MPX? Ideally, grab the stuff from my xi2

XGetInputFocus not working

2009-04-20 Thread VARADHARAJAN RAVINDRANATH
Hi , I am developing an X11 windows manager with minimal functionality. Here, I need to find the focus window. I used XGetInputFocus API, this always returns 64 as window ID and never the actual Window ID of the focused window. Can anyone help ?? Thanks in advance... Regards, R.Varadharajan.

Re: XGetInputFocus not working

2009-04-20 Thread Peter Hutterer
On Tue, Apr 21, 2009 at 06:16:13AM +0200, VARADHARAJAN RAVINDRANATH wrote: I am developing an X11 windows manager with minimal functionality. Here, I need to find the focus window. I used XGetInputFocus API, this always returns 64 as window ID and never the actual Window ID of the focused

KMS for Radeon?

2009-04-20 Thread Markus Strobl
This is probably something I should know as a subscriber to this list, but what's the current status of KMS for the Radeon driver? Specifically, I just switched to the 2.6.29 kernel and only saw KMS for Intel. Thanks, Markus ___ xorg mailing list