patch for Bug 103722

2017-11-14 Thread John Lumby
--- xserver/hw/xfree86/modes/xf86EdidModes.c.orig 2017-09-24 18:29:54.582068856 -0400 +++ xserver/hw/xfree86/modes/xf86EdidModes.c2017-11-13 12:06:11.843310650 -0500 @@ -1203,7 +1203,10 @@ xf86EdidMonitorSet(int scrnIndex, MonPtr Monitor->Modes = Modes; } -

Re: [PATCH xserver] : bug 106963 : change the DPMS initialization to be conditional on not set from config

2018-06-19 Thread John Lumby
Any DPMS timeout values set in ServerFlags section of the xorg.conf are being overwritten by DPMS extension initialization. Therefore change the DPMS initialization of timeout values to be conditional on not set from config. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106963 diff

[PATCH xserver] : bug 106963 : change the DPMS initialization to be conditional on not set from config

2018-06-19 Thread John Lumby
--- xorg/xserver/Xext/dpms.c.orig 2018-06-16 18:54:24.520660890 -0400 +++ xorg/xserver/Xext/dpms.c2018-06-18 11:09:19.021529381 -0400 @@ -45,9 +45,9 @@ Equipment Corporation. CARD16 DPMSPowerLevel = 0; Bool DPMSDisabledSwitch = FALSE; -CARD32 DPMSStandbyTime; -CARD32

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

how do I build xf86-video-ati

2018-08-22 Thread John Lumby
fail. Obviously I am missing something or have omitted some step or dependency. Could someone in the know please point me at the right way to build it. Thanks John Lumby ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org

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 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

compensatory fixes for xf86-video-intel driver

2024-04-06 Thread John Lumby
Some tidying-up changes made in xorg/xserver in the last few months, e.g. some shuffling in render/picturestr.h, and one other elsewhere, appear to have broken building of xf86-video-intel. (Am I the last one standing who actually builds it?) my build platform - linux