Re: how do I build xf86-video-ati

2018-08-23 Thread John Lumby
Thanks Michel, > configure.ac:41: error: must install xorg-macros 1.8 or later before running > autoconf/autogen > This looks like your problem. Yes indeed, but I was using jhbuild and it seems it already installed those xorg-macros in file path xorg-build/share/aclocal/xorg-macros.m4 with

Re: how do I build xf86-video-ati

2018-08-23 Thread Michel Dänzer
On 2018-08-23 3:08 p.m., John Lumby wrote: > > /usr/local/xorg-git-180820/xorg/driver/xf86-video-ati > autoreconf: Entering directory `.' > autoreconf: configure.ac: not using Gettext > autoreconf: running: aclocal --force -I m4 > aclocal: warning: couldn't open directory 'm4': No such file or

Re: how do I build xf86-video-ati

2018-08-23 Thread Alan Coopersmith
On 08/23/18 08:36 AM, John Lumby wrote: Thanks Michel, configure.ac:41: error: must install xorg-macros 1.8 or later before running autoconf/autogen This looks like your problem. Yes indeed, but I was using jhbuild and it seems it already installed those xorg-macros in file path

Re: how do I build xf86-video-ati

2018-08-23 Thread John Lumby
Thanks again all > The plot thickens. Looks like aclocal only warns if the first directory > passed via -I doesn't exist, but errors out if the second one doesn't. Yes > Does https://patchwork.freedesktop.org/patch/245782/ help for this issue? It gave me the clue as to what I need to do : this

Re: how do I build xf86-video-ati

2018-08-23 Thread Michel Dänzer
On 2018-08-23 5:36 p.m., John Lumby wrote: > > By the way, a very similar problem occurs on a debian sid/buster distro : > *** Configuring xf86-video-ati *** [139/201] > /data/xorg_180615/xorg/driver/xf86-video-ati/autogen.sh --prefix > /data/xorg_180615/xorg-build --disable-Werror

[PATCH] modesetting: code refactor for PRIME sync

2018-08-23 Thread Jim Qu
The PRIME sync on modesetting assume that all two GPUs are used modesetting driver on the hybrid system. The X will be crashed on the system with other DDX driver, such as amdgpu. show the log like: randr: falling back to unsynchronized pixmap sharing (EE) (EE) Backtrace: (EE) 0:

Re: [PATCH xserver] randr: rrCheckPixmapBounding should only increase screen size

2018-08-23 Thread Alex Goins
Hi Adam, Can this be merged? Thanks, Alex On Wed, 15 Aug 2018, Alex Goins wrote: > Thanks, Keith and Michel! > > Yes, I'll test and review the change, and help where necessary. Thanks for > pointing it out. > > -Alex > > On Wed, 15 Aug 2018, Michel Dänzer wrote: > > > On 2018-08-14 10:05

Re: how do I build xf86-video-ati

2018-08-23 Thread Michel Dänzer
On 2018-08-23 2:53 a.m., John Lumby wrote: > I usually build xorg using jhbuild. > The last time I successfully built the xf86-video-ati package was in 2016, > when the cloned build tree contained a complete autoconf setup with an > aclocal.m4 > and also various other build-related bits and

Re: how do I build xf86-video-ati

2018-08-23 Thread John Lumby
Thanks for all help and suggestions > I'm guessing you're missing a part of autotools or don't have a new enough > version Probably - although I am running an up-to-date archlinux : some tool versions pacman -Q automake automake 1.15.1-1 /:0 pacman -Q autoconf autoconf 2.69-4 /:0 pacman