which xf86-video-* I can use as example ?

2008-10-07 Thread Alexei Babich
Hello all. I want to experiment with EXA. I want to try to make xf86-video-XYZ with software emulation EXA. For example, make fake EXA support for xf86-video-dummy. To do this, I need an example of a driver with EXA, where it made most vividly. Could someone point me to suitable xf86-video-???

Xorg 1.5.1 intel on Solaris 10?

2008-10-07 Thread Pat Kane
I am trying to run Xorg 1.5.1 on a Gateway T-6836 notebook (Intel GMA X3100) with Solaris 10 but the intel driver can not allocate video memory. The error messages from the Xorg log are these: (EE) Failed to load module dri (module does not exist, 0) (EE) Failed to load module fbdevhw (module

Re: Xorg process takes too much time cpu

2008-10-07 Thread François-Denis Gonthier
Thank you for taking the time to do this analysis. While I agreed his bug report was exceptionnaly vague, I was also saddened by the kind of answer he got from the list. Andrew Haninger [EMAIL PROTECTED] writes: 1) Automatic updates installed new nVidia drivers, breaking OpenGL on his system

xorg/app/xwd - Ansification and compile warning fixes

2008-10-07 Thread Frank Groeneveld
Hello, Can somebody please have a look at https://bugs.freedesktop.org/show_bug.cgi?id=15062 and apply the attached patch if it's valid. I updated the original patch to work with current xwd from git. Furthermore I replaced most tabs with 4 spaces and removed spaces in front of ; This is my first

Re: For how long Intel users are stucked with OpenGL 1.4 ?

2008-10-07 Thread Eric Anholt
On Tue, 2008-10-07 at 20:26 +0200, Mateusz Kaduk wrote: Hi, Is there any chance to get OpenGL 2.1 on Intel 965GM ? A time ago I was using DRM module i915.ko from git and it was working nice. Now because of GEM, module is not compiling anymore and I am stucked with OpenGL 1.4 which does not

Re: For how long Intel users are stucked with OpenGL 1.4 ?

2008-10-07 Thread Keith Whitwell
On Tue, Oct 7, 2008 at 8:39 PM, Stephane Marchesin [EMAIL PROTECTED] wrote: On Tue, Oct 7, 2008 at 8:26 PM, Mateusz Kaduk [EMAIL PROTECTED] wrote: Hi, Is there any chance to get OpenGL 2.1 on Intel 965GM ? A time ago I was using DRM module i915.ko from git and it was working nice. Now because

Re: [PATCH] [pixmap] rename/convert devKind and devPrivate fields

2008-10-07 Thread Maarten Maathuis
On Tue, Oct 7, 2008 at 10:09 PM, Aaron Plattner [EMAIL PROTECTED] wrote: On Tue, Oct 07, 2008 at 08:04:52PM +0200, Maarten Maathuis wrote: These names are supposedly historical, but everyone seems to use them for the same purpose. I am aware this may require a few minor changes to (for

Re: Does touchpads have buttons?

2008-10-07 Thread Søren Hauberg
2008/10/7 Peter Hutterer [EMAIL PROTECTED]: Did you actually apply these two patches? They don't appear when I checkout git, but perhaps I'm looking at the wrong branch or something. no, not yet. You said you're going to get some more face-time with the touchscreen so I was hoping you'd give

Check if monitor is off

2008-10-07 Thread quipuoiscriverciquellochevuoi
Hi X gurus, Is it possible (theoretically or with an API) to check if a monitor is powered down by ITS power switch (not by DPMS) or switched to a video source that is not the video card, WITHOUT using DDC? Until opposite evidence I think is theoretically impossible. For now I am able to

Re: [PATCH] [pixmap] rename/convert devKind and devPrivate fields

2008-10-07 Thread Daniel Stone
On Tue, Oct 07, 2008 at 08:04:52PM +0200, Maarten Maathuis wrote: It would be nice to know if all !xfree86 has the equivilant of VIDEODRV_ABI_VERSION. Nothing else has loadable modules. Cheers, Daniel signature.asc Description: Digital signature

Re: [xf86-video-intel] G35, 1280x720 and close but not exact refresh rates

2008-10-07 Thread Sergio Monteiro Basto
On Wed, 2008-10-08 at 01:31 +0300, Petri Helin wrote: So there really seems to be something fishy about the drivers. what drive and what version ? and xorg version ? and mesa version ? and drm/kernel version? Thanks, -- Sérgio M.B. smime.p7s Description: S/MIME cryptographic signature

Looking for registers reference for Oak OTI64111 (Spitfire)

2008-10-07 Thread Alex Villací­s Lasso
Recently I dug up a very old graphics card, an Oak Spitfire OTI-64111 by Oak Technologies. After looking up information for it in Google, I found that there is no specific driver for xorg (although there are plenty of mirrors for windows drivers). I want to familiarize myself with graphics

Re: For how long Intel users are stucked with OpenGL 1.4 ?

2008-10-07 Thread Eric Anholt
On Tue, 2008-10-07 at 12:05 -0700, Eric Anholt wrote: On Tue, 2008-10-07 at 20:26 +0200, Mateusz Kaduk wrote: Hi, Is there any chance to get OpenGL 2.1 on Intel 965GM ? A time ago I was using DRM module i915.ko from git and it was working nice. Now because of GEM, module is not compiling

[PATCH] Xi: check all handlers before applying property changes.

2008-10-07 Thread Peter Hutterer
The current code exposes to inconsistent updates, i.e. if handler N succeeds but handler N+1 fails in setting the property, an error is returned to the client although parts of the server now behave as if the property change succeeded. This patch adds a checkonly parameter to the SetProperty