Re: xorg-macros does not install the .pc file in the standard location

2011-04-18 Thread Robby Workman
On Mon, 18 Apr 2011 08:36:15 +0200 (CEST)
Vincent Torri  wrote:

> hey
> 
> in Makefile.am,
> 
> pkgconfigdir = $(datadir)/pkgconfig
> 
> should be replaced by
> 
> pkgconfigdir = $(libdir)/pkgconfig


/usr/share/pkgconfig is for non-arch-specific pkgconfig files,
and xorg-macros.pc fits that perfectly.

-RW
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com


Re: ANN: xterm patch #263

2010-10-13 Thread Robby Workman
On Wed, 13 Oct 2010 21:01:52 -0400
Thomas Dickey  wrote:

> Patch #263 - 2010/10/13


Build fails here:

gcc -I. -I. -DHAVE_CONFIG_H  -D_GNU_SOURCE  -I. -I/usr/include/freetype2 
-I/usr/include/freetype2/config -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L 
-D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DNO_MESSAGE_CATALOG -DFUNCPROTO=15 
-DNARROWPROTO -DXFREE86_FT2 -DUTMP  -DOSMAJORVERSION=2 -DOSMINORVERSION=6 
-I/usr/include  -I/usr/include/freetype2 -DPROJECTROOT='"/usr"' 
-D__vendorversion__='"Version 6.8.99.903 X.Org"'  -O2 -march=i486 -mtune=i686  
-c ./Tekproc.c
./Tekproc.c: In function ‘TekInitialize’:
./Tekproc.c:1399: error: ‘TekPart’ has no member named ‘tb_info’
./Tekproc.c:1399: error: ‘TekPart’ has no member named ‘tb_info’
./Tekproc.c:1401: error: ‘TekPart’ has no member named ‘tb_info’
./Tekproc.c:1401: error: ‘TekPart’ has no member named ‘tb_info’
make: *** [Tekproc.o] Error 1

-RW
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com

Re: [Intel-gfx] [ANNOUNCE] xf86-video-intel 2.13.0

2010-09-30 Thread Robby Workman
On Fri, 01 Oct 2010 09:54:48 +1000
Christopher James Halse Rogers 
wrote:

> On Thu, 2010-09-30 at 19:39 +0100, Chris Wilson wrote:
> > On Thu, 30 Sep 2010 13:22:50 -0500, Robby Workman
> >  wrote:
> > > I hate to dredge up what might be an old discussion by now, but
> > > kwin in KDE 4.5.1 won't work here (resulting in desktop crash)
> > > unless I disable compositing entirely.  This is with latest
> > > stable releases of everything in ftp.x.org/pub/individual/*/, 
> > > to include libdrm-2.4.22, mesa-7.8.2, xorg-server-1.9.0, and
> > > xf86-video-intel-2.13.0 on a Lenovo T400 with this: 
> > >   Intel Corporation Mobile 4 Series Chipset Integrated Graphics
> > > Controller
> > 
> 
> For Ubuntu we've been tracking mesa 7.9; that's fixed a *lot* of bugs
> that KDE hits.  I'd try building mesa from the 7.9 release branch -
> it's likely to fix what you're hitting.
> 
> It's also the recommended mesa for the Intel Q3 release, for what it's
> worth.


Yep, 7.9rc2 seems great here.  Thanks to you and everyone else
for the push in that direction.  :-)

-RW


signature.asc
Description: PGP signature
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com

Re: [ANNOUNCE] xf86-video-intel 2.13.0

2010-09-30 Thread Robby Workman
On Thu, 30 Sep 2010 21:27:44 +0200
Thomas Lübking  wrote:

> Am Thursday 30 September 2010 schrieb Arkadiusz Miskiewicz:
> > Maybe it's:
> >   https://bugs.freedesktop.org/show_bug.cgi?id=29091
> I'd bet on this one,
> https://bugs.freedesktop.org/show_bug.cgi?id=30509
> but i think it's raised by mesa...
> https://bugs.freedesktop.org/show_bug.cgi?id=30220


Almost surely was 30220.   All is well with mesa 7.9rc2.

Thanks for the push on this - much appreciated :)

-RW
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com

Re: [ANNOUNCE] xf86-video-intel 2.13.0

2010-09-30 Thread Robby Workman
On Thu, 30 Sep 2010 21:27:44 +0200
Thomas Lübking  wrote:

> Am Thursday 30 September 2010 schrieb Arkadiusz Miskiewicz:
> > Maybe it's:
> >   https://bugs.freedesktop.org/show_bug.cgi?id=29091
> I'd bet on this one,
> https://bugs.freedesktop.org/show_bug.cgi?id=30509
> but i think it's raised by mesa...
> https://bugs.freedesktop.org/show_bug.cgi?id=30220


Ooh, 30220 looks quite likely.  I'll test both the patch and
mesa 7.9rc as soon as I find some more circular tuits.
Ideally, I'll get some progress on that tonight or tomorrow,
but definitely before the weekend is over...  Thanks!!

-RW
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com

Re: [ANNOUNCE] xf86-video-intel 2.13.0

2010-09-30 Thread Robby Workman
On Thu, 30 Sep 2010 19:39:41 +0100
Chris Wilson  wrote:

> On Thu, 30 Sep 2010 13:22:50 -0500, Robby Workman 
> wrote:
> > I hate to dredge up what might be an old discussion by now, but
> > kwin in KDE 4.5.1 won't work here (resulting in desktop crash)
> > unless I disable compositing entirely.  This is with latest
> > stable releases of everything in ftp.x.org/pub/individual/*/, 
> > to include libdrm-2.4.22, mesa-7.8.2, xorg-server-1.9.0, and
> > xf86-video-intel-2.13.0 on a Lenovo T400 with this: 
> >   Intel Corporation Mobile 4 Series Chipset Integrated Graphics
> > Controller
> 
> Where's the crash? If you could file a bug on fd.o then it will get
> fixed. -Chris


As soon as I have time :/ to get enough info for that, I will.  
This is all I have at the moment - I'm not in a situation to
get more information:

  Backtrace:
  0: /usr/bin/X (xorg_backtrace+0x28) [0x466738]
  1: /usr/bin/X (0x40+0x62a49) [0x462a49]
  2: /lib64/libc.so.6 (0x7f7530d25000+0x33620) [0x7f7530d58620]
  3: /usr/lib64/xorg/modules/dri/i965_dri.so (0x7f752e5e6000+0x28848) 
[0x7f752e60e848]
  4: /usr/lib64/xorg/modules/extensions/libdri2.so (0x7f752f3a8000+0x2242) 
[0x7f752f3aa242]
  5: /usr/lib64/xorg/modules/extensions/libdri2.so (DRI2SwapBuffers+0x301) 
[0x7f752f3ab251]
  6: /usr/lib64/xorg/modules/extensions/libdri2.so (0x7f752f3a8000+0x4279) 
[0x7f752f3ac279]
  7: /usr/bin/X (0x40+0x2a139) [0x42a139]
  8: /usr/bin/X (0x40+0x21f0b) [0x421f0b]
  9: /lib64/libc.so.6 (__libc_start_main+0xfd) [0x7f7530d43b6d]
  10: /usr/bin/X (0x40+0x21aa9) [0x421aa9]
  Segmentation fault at address 0x18159
  
  Fatal server error:
  Caught signal 11 (Segmentation fault). Server aborting


This only happens with KDE here, but the only other compositing
window manager I've tested is xfwm (Xfce).

-RW
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com


Re: [ANNOUNCE] xf86-video-intel 2.13.0

2010-09-30 Thread Robby Workman
On Thu, 30 Sep 2010 20:49:56 +0200
Julien Cristau  wrote:

> On Thu, Sep 30, 2010 at 13:22:50 -0500, Robby Workman wrote:
> 
> > I'm not interested in who's to blame and who isn't, but I *am*
> > interested in what's wrong and how to fix it.  Here's a link
> > to the blog post from one of the kde guys - it has a bit of
> 
> I didn't see a link in your message?


Oh, darn, here it is:

http://blog.martin-graesslin.com/blog/2010/09/driver-dilemma-in-kde-workspaces-4-5/


> > discussion about what's wrong (from their POV).  As a distro
> > packager guy, I couldn't care less about who's wrong and who's
> > right - I just want to be able to ship a set of packages that
> > play nicely together.  Any thoughts from you?  :-)
> > 
> I'd suggest to ship gnome.


Well, that's easier said than done.  Even if we do, KDE will
still be there, and this will still be a problem.

-RW
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com


Re: [ANNOUNCE] xf86-video-intel 2.13.0

2010-09-30 Thread Robby Workman
On Thu, 30 Sep 2010 08:50:54 -0700
Carl Worth  wrote:

> We are pleased to announce this major release of the xf86-video-intel
> driver, on schedule at 3 months since 2.12.0. With the many bug fixes
> in this release, we encourage everyone using 2.12 to upgrade to 2.13.


Hi Carl,

I hate to dredge up what might be an old discussion by now, but
kwin in KDE 4.5.1 won't work here (resulting in desktop crash)
unless I disable compositing entirely.  This is with latest
stable releases of everything in ftp.x.org/pub/individual/*/, 
to include libdrm-2.4.22, mesa-7.8.2, xorg-server-1.9.0, and
xf86-video-intel-2.13.0 on a Lenovo T400 with this: 
  Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller

I'm not interested in who's to blame and who isn't, but I *am*
interested in what's wrong and how to fix it.  Here's a link
to the blog post from one of the kde guys - it has a bit of
discussion about what's wrong (from their POV).  As a distro
packager guy, I couldn't care less about who's wrong and who's
right - I just want to be able to ship a set of packages that
play nicely together.  Any thoughts from you?  :-)

-RW


signature.asc
Description: PGP signature
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com

Re: [ANNOUNCE] xorg-server 1.8.0

2010-04-02 Thread Robby Workman
On Fri, 2 Apr 2010 14:29:24 -0700
Dan Nicholson  wrote:

> On Fri, Apr 2, 2010 at 2:25 PM, Julien Cristau 
> wrote:
> > On Fri, Apr  2, 2010 at 14:10:47 -0700, Dan Nicholson wrote:
> >
> >> On Fri, Apr 02, 2010 at 01:20:26PM -0700, Keith Packard wrote:
> >> > On Fri, 2 Apr 2010 21:01:30 +0200, Julien Cristau
> >> >  wrote:
> >> >
> >> > > And I'll be using /usr/lib/X11/xorg.conf.d/ because using /etc
> >> > > for the default "make my xserver work" snippets just seems
> >> > > wrong (and /usr allows me to make sure they're in sync with
> >> > > the packages, not conflated with configuration which is the
> >> > > admin's domain).
> >> >
> >> > Yeah, that's why I picked the 'secondary' path supported by the
> >> > server so that a directory in /etc/X11 would completely override
> >> > these files.
> >> >
> >> > Sounds like we need to fix the server config file search path to
> >> > look in a sensible place rather than $(prefix)/etc/X11
> >>
> >> This is untested, but I think the patch below is all it would take
> >> to add support for a second "system" directory in $prefix/lib/X11
> >> with lowest priority.
> >>
> > This is already in {USER,ROOT}_CONFIGDIRPATH, shouldn't it be
> > removed from there if we add a new search path?
> 
> Yeah, probably. It was more of a proof of concept patch. Now would be
> the best time to look at those standard search paths and make them
> sane. There's no real reason to repeat the nonsense in the xorg.conf
> searching.


Maybe I'm missing something here, but what's wrong with using
e.g. $prefix/share/X11/xorg.conf.d/ for distro packages and 
$sysconfdir/X11/xorg.conf.d/ for local sysadmin?

-RW
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [Intel-gfx] [ANNOUNCE] xf86-video-intel 2.10.0

2010-01-05 Thread Robby Workman
On Tue, 5 Jan 2010 10:20:14 +0100
Tino Keitel  wrote:

> On Mon, Jan 04, 2010 at 14:25:19 -0800, Carl Worth wrote:
> 
> [...]
> 
> > New requirements of 2.10 compared to 2.9
> > 
> >  * Linux kernel with kernel-modesetting (KMS)
> > 
> >All user-modesetting code has now been removed from the driver.
> >We highly recommend kernel version 2.6.32 or later.
> > 
> >  * Libdrm >= 2.4.16
> 
> 2.9.901 was reported to require the 7.7 branch of mesa. Is this still
> true for the release?


It seems to work here with 7.6, for what that's worth :-)

-RW


signature.asc
Description: PGP signature
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Update from X11R6.7 to X11R7.5

2009-11-20 Thread Robby Workman
On Fri, 20 Nov 2009 13:40:43 -
"Maria del Rosario Lopez-Gonza" 
wrote:

> I need to update X11R6.7 to X11R7.5. Could you please give any idea?


Upgrade to a later release of your distribution; you almost surely
don't want to even attempt that on your own.

-RW


signature.asc
Description: PGP signature
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [ANNOUNCE] xorg-cf-files 1.0.3

2009-10-16 Thread Robby Workman
On Fri, 16 Oct 2009 08:59:49 -0700
walt  wrote:

> On 10/14/2009 10:46 AM, Alan Coopersmith wrote:
> 
> Hi Alan.  Just FYI, I'm having trouble with roughly three out of four
> of your digital signatures, and I have no idea why.
> 
> Of the three signed posts you made dated 10/14, this is the only one
> that passes my mail client's gpg sig test.
> 
> I exported your xclipboard message to disk as an example:
> 
> $gpg --verify xclipboard\ 1.1.0.eml
> gpg: Signature made Wed 14 Oct 2009 10:48:55 PM PDT using DSA key ID
> 1F2D130E gpg: BAD signature from "Alan Coopersmith
> "
> 
> Is anyone else having this problem?


Fine for me:

$ gpg --verify AlanC-mail 
gpg: Signature made Wed 14 Oct 2009 12:46:45 PM CDT using DSA key ID 1F2D130E
gpg: Good signature from "Alan Coopersmith "
gpg: WARNING: This key is not certified with a trusted signature!
gpg:  There is no indication that the signature belongs to the owner.
Primary key fingerprint: 4A19 3C06 D35E 7C67 0FA4  EF0B A2FB 9E08 1F2D 130E

-RW


signature.asc
Description: PGP signature
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [ANNOUNCE] xf86-video-siliconmotion 1.7.2

2009-07-09 Thread Robby Workman
On Thu, 9 Jul 2009 17:54:06 -0500
Robby Workman  wrote:

> On Fri, 10 Jul 2009 00:23:15 +0200
> Rémi Cardona  wrote:
> 
> > Le 10/07/2009 00:17, Robby Workman a écrit :
> > > In this case, it seems that xf86Parser.h isn't installed to
> > > /usr/include/xorg by xorg-server any more, while the nv issue
> > > was failure to include a private xorg header, but the point
> > > remains the same, I think...
> > 
> > Hi Robby,
> > 
> > You might want to add [1] to your xserver install. This will fix
> > your nv build issue.
> > 
> > [1] 
> > http://cgit.freedesktop.org/xorg/xserver/commit/?h=server-1.6-branch&id=396d3a7762abd0dd84042833b75f2ebf9d100bb0
> 
> 
> Outstanding; thanks, Alex and Remi.  
> I guess I would have found that if I'd used xf86Parser.h to google
> instead of the private header that nv was erroring out on...


Even with the patch applied to xorg-server-1.6.2, siliconmotion still
errors out wanting xf86Parser.h and both nv and ati error out wanting
xf86CursorPriv.h

Am I missing something terribly obvious here?  :/

-RW


signature.asc
Description: PGP signature
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [ANNOUNCE] xf86-video-siliconmotion 1.7.2

2009-07-09 Thread Robby Workman
On Fri, 10 Jul 2009 00:23:15 +0200
Rémi Cardona  wrote:

> Le 10/07/2009 00:17, Robby Workman a écrit :
> > In this case, it seems that xf86Parser.h isn't installed to
> > /usr/include/xorg by xorg-server any more, while the nv issue
> > was failure to include a private xorg header, but the point
> > remains the same, I think...
> 
> Hi Robby,
> 
> You might want to add [1] to your xserver install. This will fix your
> nv build issue.
> 
> [1] 
> http://cgit.freedesktop.org/xorg/xserver/commit/?h=server-1.6-branch&id=396d3a7762abd0dd84042833b75f2ebf9d100bb0


Outstanding; thanks, Alex and Remi.  
I guess I would have found that if I'd used xf86Parser.h to google
instead of the private header that nv was erroring out on...

-RW


signature.asc
Description: PGP signature
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [ANNOUNCE] xf86-video-siliconmotion 1.7.2

2009-07-09 Thread Robby Workman
On Thu, 02 Jul 2009 11:44:39 -0400
Adam Jackson  wrote:

> Adam Jackson (2):
>   Remove useless loader symbol lists.
>   siliconmotion 1.7.2
> 
> Alan Coopersmith (1):
>   Fill in COPYING file, add SubmittingPatches URL to README
> 
> Francisco Jerez (5):
>   Probe the amount of installed memory by trial and error on
> SM712. Fail gracefully when the specified virtual screen doesn't fit
> in RAM. Widen the pixel clock readjust interval for SM712.
>   Program MCLK/MXCLK on startup for a secondary SM502.
>   Fix EXA rotation for SM502 at 32bpp (bug 22432).


Adam,

Something must have changed somewhere else (perhaps xorg-server?), as
this is similar to the error I got with the new nv driver.

make[2]: Entering directory `/tmp/x11-build/xf86-video-siliconmotion-1.7.2/src'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wnested-externs -fno-strict-aliasing 
-Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement 
-I/usr/include/xorg -I/usr/include/pixman-1 -O2 -fPIC -MT smi_501.lo -MD 
-MP -MF .deps/smi_501.Tpo -c -o smi_501.lo smi_501.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wpointer-arith 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wnested-externs -fno-strict-aliasing -Wbad-function-cast 
-Wold-style-definition -Wdeclaration-after-statement -I/usr/include/xorg 
-I/usr/include/pixman-1 -O2 -fPIC -MT smi_501.lo -MD -MP -MF .deps/smi_501.Tpo 
-c smi_501.c  -fPIC -DPIC -o .libs/smi_501.o
In file included from /usr/include/xorg/xf86Crtc.h:30,
 from smi_crtc.h:25,
 from smi_501.c:34:
/usr/include/xorg/xf86Modes.h:38:24: error: xf86Parser.h: No such file or 
directory
In file included from /usr/include/xorg/xf86Crtc.h:30,
 from smi_crtc.h:25,
 from smi_501.c:34:
/usr/include/xorg/xf86Modes.h:106: error: expected declaration specifiers or 
'...' before 'XF86ConfMonitorPtr'
In file included from smi_crtc.h:25,
 from smi_501.c:34:
/usr/include/xorg/xf86Crtc.h:529: error: expected specifier-qualifier-list 
before 'XF86ConfMonitorPtr'
make[2]: *** [smi_501.lo] Error 1
make[2]: Leaving directory `/tmp/x11-build/xf86-video-siliconmotion-1.7.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/x11-build/xf86-video-siliconmotion-1.7.2'
make: *** [all] Error 2

In this case, it seems that xf86Parser.h isn't installed to 
/usr/include/xorg by xorg-server any more, while the nv issue
was failure to include a private xorg header, but the point
remains the same, I think...

As with nv, I've worked around it in my package builds, but that's no 
good for everyone else...

-RW


signature.asc
Description: PGP signature
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [ANNOUNCE] xf86-video-nv 2.1.14

2009-07-09 Thread Robby Workman
On Thu, 2 Jul 2009 12:20:21 -0700
Aaron Plattner  wrote:

> Aaron Plattner (6):
>   Fix a dumb typo in the chip name entry for the GeForce 9800 GTX+
>   More chip names.
>   New chip support.
>   Fix modesets on certain GPUs that were broken by the previous
> commit. More new chips
>   Bump to 2.1.14
> 
> Adam Jackson (1):
>   Remove useless loader symbol lists.
> 
> Yinan Shen (1):
>   G80: Fix incorrect I2C port access for ports above 3.


Aaron,

Attempting to build this with latest released bits of everything:

make[2]: Entering directory `/tmp/x11-build/xf86-video-nv-2.1.14/src'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-DXF86_MODES_RENAME -I"../compat/modes" -I"../compat/parser" 
-I/usr/include/xorg -I/usr/include/pixman-1   -O2 -fPIC -MT xf86Cursors.lo -MD 
-MP -MF .deps/xf86Cursors.Tpo -c -o xf86Cursors.lo `test -f 
'../compat/modes/xf86Cursors.c' || echo './'`../compat/modes/xf86Cursors.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DXF86_MODES_RENAME 
-I../compat/modes -I../compat/parser -I/usr/include/xorg 
-I/usr/include/pixman-1 -O2 -fPIC -MT xf86Cursors.lo -MD -MP -MF 
.deps/xf86Cursors.Tpo -c ../compat/modes/xf86Cursors.c  -fPIC -DPIC -o 
.libs/xf86Cursors.o
../compat/modes/xf86Cursors.c:40:28: error: xf86CursorPriv.h: No such file or 
directory
../compat/modes/xf86Cursors.c: In function 'xf86_crtc_set_cursor_position':
../compat/modes/xf86Cursors.c:326: error: 'xf86CursorScreenPtr' undeclared 
(first use in this function)
../compat/modes/xf86Cursors.c:326: error: (Each undeclared identifier is 
reported only once
../compat/modes/xf86Cursors.c:326: error: for each function it appears in.)
../compat/modes/xf86Cursors.c:326: error: expected ';' before 'ScreenPriv'
../compat/modes/xf86Cursors.c:331: error: 'ScreenPriv' undeclared (first use in 
this function)
../compat/modes/xf86Cursors.c: In function 'nv_xf86_reload_cursors':
../compat/modes/xf86Cursors.c:605: error: 'xf86CursorScreenPtr' undeclared 
(first use in this function)
../compat/modes/xf86Cursors.c:605: error: expected ';' before 
'cursor_screen_priv'
../compat/modes/xf86Cursors.c:612: error: 'cursor_screen_priv' undeclared 
(first use in this function)
../compat/modes/xf86Cursors.c:613: error: 'xf86CursorScreenKey' undeclared 
(first use in this function)
make[2]: *** [xf86Cursors.lo] Error 1
make[2]: Leaving directory `/tmp/x11-build/xf86-video-nv-2.1.14/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/x11-build/xf86-video-nv-2.1.14'
make: *** [all] Error 2

I see that xf86CursorPriv.h is in the xorg-server source, and thus I'd 
expect it to be fine if --with-xserver-source is provided, but the build
fails either way.

I've got a local workaround ( -I${xserver_source}/hw/xfree86/ramdac ),
so no hurry on my account :-)

-RW


signature.asc
Description: PGP signature
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [ANNOUNCE] xorg-server 1.6.1.902

2009-06-29 Thread Robby Workman
On Mon, 29 Jun 2009 23:20:03 -0700
Keith Packard  wrote:

> On Tue, 2009-06-30 at 07:45 +0200, Rémi Cardona wrote:
> > Le 30/06/2009 01:03, Keith Packard a écrit :
> > > Kristian Høgsberg (1):
> > >Support setTexBuffer2 in AIGLX.
> > 
> > Keith,
> > 
> > That patch requires either some #ifdefs to make it build with mesa
> > 7.4, or mesa's minimum version needs to be pushed to 7.5 in
> > configure.ac.
> 
> How about this (untested) patch?
> 
> commit a7a93c12f91e0de72868f17a555215f1795d9e2f
> Author: Keith Packard 
> Date:   Mon Jun 29 23:18:55 2009 -0700
> 
> Build against DRI_TEX_BUFFER_VERSION 1
> 
> setTexBuffer2 isn't present in this version of the structure, so
> don't try to call it.


Mail client munged it, but after hand-applying it, looks good here.
Up and running on 1.6.1.902 and intel-2.7.99.901 -- thanks!

-RW


signature.asc
Description: PGP signature
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [ANNOUNCE] xorg-server 1.6.1.902

2009-06-29 Thread Robby Workman
On Mon, 29 Jun 2009 22:10:10 -0700
Keith Packard  wrote:

> On Mon, 2009-06-29 at 23:42 -0500, Robby Workman wrote:
> 
> > i830_dri.c:66:18: error: dri2.h: No such file or directory
> 
> I'll bet you have an old version of dri2 proto, which caused the
> server to not build DRI2 support.
> 

Er, oops.  I was at a conference when dri2proto-2.1 was released, so I
guess I missed it.  Sorry for the noise on that, but...  I upgraded
dri2proto, and now this happens (on mesa-7.4.4 fwiw) when building
xorg-server-1.6.1.902:

libtool: link: ( cd ".libs" && rm -f "libglx.la" && ln -s
"../libglx.la" "libglx.la" ) ../doltcompile gcc -DHAVE_CONFIG_H -I.
-I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus
-I../hw/xfree86/common -I../hw/xfree86/dri -I../mi
-I../hw/xfree86/dri2   -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN
-DHAS_STICKY_DIR_BIT -DDBUS_API_SUBJECT_TO_CHANGE
-I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/hal
-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include-I../include
-I../include -I../Xext -I../composite -I../damageext -I../xfixes
-I../Xi -I../mi -I../miext/shadow  -I../miext/damage -I../render
-I../randr -I../fb -I/tmp/package-mesa/usr/include -I/usr/include/drm
-I/usr/include/X11/dri -DXFree86Server -D__GLX_ALIGN64 -O2 -fPIC -MT
glxdri2.lo -MD -MP -MF .deps/glxdri2.Tpo -c -o glxdri2.lo glxdri2.c
glxdri2.c: In function '__glXDRIbindTexImage': glxdri2.c:225: error:
'__DRItexBufferExtension' has no member named 'setTexBuffer2'
glxdri2.c:226: error: '__DRItexBufferExtension' has no member named
'setTexBuffer2' glxdri2.c: In function 'dri2FlushFrontBuffer':
glxdri2.c:456: warning: implicit declaration of function
'__glXDRIdrawableWaitGL' glxdri2.c:456: warning: nested extern
declaration of '__glXDRIdrawableWaitGL' glxdri2.c: At top level:
glxdri2.c:463: warning: excess elements in struct initializer
glxdri2.c:463: warning: (near initialization for 'loaderExtension')
make[1]: *** [glxdri2.lo] Error 1 make[1]: Leaving directory
`/tmp/x11-build/xorg-server-1.6.1.902/glx' make: *** [all-recursive]
Error 1

I *think* (based on ls -lRt of pub/individual) I've got the latest
(released) bits of everything this touches...

-RW


signature.asc
Description: PGP signature
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [ANNOUNCE] xorg-server 1.6.1.902

2009-06-29 Thread Robby Workman
On Mon, 29 Jun 2009 16:03:20 -0700
Keith Packard  wrote:

> Thanks to Ajax for moving the DRI2 changes into the 1.6 branch, now
> I've pulled the remaining queued patches and have pushed this as
> 1.6.1.902 (1.6.2 RC2). If no-one finds any catastrophic bugs, I'll
> push this out as 1.6.2 shortly.


Unless I missed something obvious, xf86-video-intel-2.7.99.901 won't
build on this:

i830_dri.c:66:18: error: dri2.h: No such file or directory
i830_dri.c:83: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'I830DRI2CreateBuffers' i830_dri.c:242: error: expected
declaration specifiers or '...' before 'DRI2BufferPtr' i830_dri.c: In
function 'I830DRI2DestroyBuffers': i830_dri.c:250: error: 'buffers'
undeclared (first use in this function) i830_dri.c:250: error: (Each
undeclared identifier is reported only once i830_dri.c:250: error: for
each function it appears in.) i830_dri.c: At top level:
i830_dri.c:281: error: expected declaration specifiers or '...' before
'DRI2BufferPtr' i830_dri.c:281: error: expected declaration specifiers
or '...' before 'DRI2BufferPtr' i830_dri.c: In function
'I830DRI2CopyRegion': i830_dri.c:283: error: 'pSrcBuffer' undeclared
(first use in this function) i830_dri.c:284: error: 'pDstBuffer'
undeclared (first use in this function) i830_dri.c:288: error:
'DRI2BufferFrontLeft' undeclared (first use in this function)
i830_dri.c: In function 'I830DRI2ScreenInit': i830_dri.c:370: error:
'DRI2InfoRec' undeclared (first use in this function) i830_dri.c:370:
error: expected ';' before 'info' i830_dri.c:397: error: 'info'
undeclared (first use in this function) i830_dri.c:430: error:
'I830DRI2CreateBuffers' undeclared (first use in this function)
i830_dri.c:436: warning: implicit declaration of function
'DRI2ScreenInit' i830_dri.c:436: warning: nested extern declaration of
'DRI2ScreenInit' i830_dri.c: In function 'I830DRI2CloseScreen':
i830_dri.c:444: warning: implicit declaration of function
'DRI2CloseScreen' i830_dri.c:444: warning: nested extern declaration of
'DRI2CloseScreen' make[4]: *** [i830_dri.lo] Error 1 make[4]: ***
Waiting for unfinished jobs make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2



signature.asc
Description: PGP signature
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: How to run the X xserver in a chroot environment

2009-06-11 Thread Robby Workman
On Thu, 11 Jun 2009 22:54:52 +0200
Tino Keitel  wrote:

> Hi,
> 
> as the Intel driver is very fragile recently, I want to test it in a
> chroot environment, and keep the stable 2.4 driver in the normal
> system. This implies that I also keep an old version of the X server
> in the normal system. So I installed a chroot system. But HAL can not
> be used in a chroot, and without HAL, I get not input devices in the X
> server.
> 
> Is there a way to solve this? Like using the HAL from the normal
> system inside the chroot, by bind-mounting or hard linking the proper
> dirs/files? I already tried this, but found nothing HAL related. I
> bind-mounted /var/run/dbus inside the chroot, and lshal works. But X
> still shows this error:


I've seen some people try this (all without success), but I've never
tried it myself, as it's not worth the effort (IMHO).  Put the "chroot"
on a separate partition and just boot into it directly.

-RW


signature.asc
Description: PGP signature
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [ANNOUNCE] xf86-video-intel 2.7.0

2009-04-17 Thread Robby Workman
On Fri, 17 Apr 2009 08:32:32 -0700
Carl Worth  wrote:

> On Thu, 2009-04-16 at 20:24 -0700, John Ettedgui wrote:
> > On Thu, Apr 16, 2009 at 11:03 AM, Frederik Himpe 
> > wrote:
> > On Wed, 15 Apr 2009 18:29:33 -0700, Carl Worth wrote:
> > 
> > > We are pleased to announce a major 2.7.0 release of
> > xf86-video-intel
> > > (after three previous 2.6.99.90x release candidates).
> 
> > This new version is not working for me: the image is
> > completely corrupted
> > (except for the mouse cursor), while 2.6.99.903 was working
> > without any
> > problem. 
> > 
> > I have the exact same behavior here.
> > 2.6.29 with KMS enabled and a x3000.
> 
> Apparently, Jesse's last-minute fix that made it into xf86-video-intel
> 2.7.0 requires a corresponding fix in the kernel, (which as of
> yesterday was in Eric's tree but not quite into Linus' tree yet---but
> it might be there by now, I haven't checked yet.)


Is that fix queued for the -stable tree?  If so, it's easier to just
wait a bit rather than patch the intel driver...

-RW


signature.asc
Description: PGP signature
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg