Re: [ANNOUNCE] xkeyboard-config 2.23.1

2018-02-01 Thread Arkadiusz Miśkiewicz
___ > xorg-announce mailing list > xorg-annou...@lists.x.org > https://lists.x.org/mailman/listinfo/xorg-announce -- Arkadiusz Miśkiewicz, arekm / ( maven.pl | pld-linux.org ) ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel

[PATCH] Xorg.wrap: activate libdrm based detection for KMS drivers

2015-11-10 Thread Arkadiusz Miśkiewicz
Xorg.wrap includes code guarded with WITH_LIBDRM for detecting KMS drivers. Unfortunately it is never activated since code missed to include file which defines WITH_LIBDRM. Fixes bug fdo#92894. Signed-off-by: Arkadiusz Miśkiewicz --- hw/xfree86/xorg-wrapper.c | 1 + 1 file changed, 1 insertion

Re: [PATCH xinit 0/1] startx: Pass "-nolisten tcp" by default

2014-09-13 Thread Arkadiusz Miśkiewicz
system > socket. We can add a configure option to disable this for systems that > have a fixed OpenSSH installed. https://bugzilla.mindrot.org/show_bug.cgi?id=1789 there is even some patch... but all that from 2010 and no progress since. -- Arka

Re: xserver dependency on crypto library because of a hashmap

2014-06-10 Thread Arkadiusz Miśkiewicz
from a > known good implementation to one that's probably not as good. In pld-linux.org it is simply reverted to previous state: http://git.pld-linux.org/gitweb.cgi?p=packages/xorg-xserver- server.git;a=blob_plain;f=xorg-xserver-server-builtin-SHA1.patch;hb=HEAD -- Arkadiusz M

[PATCH] libXi: Man page files end with LIB_MAN_SUFFIX not LIB_MAN_DIR_SUFFIX.

2009-09-05 Thread Arkadiusz Miśkiewicz
Using LIB_MAN_DIR_SUFFIX as man page files suffix is invalid since there can be files ending with eg. 5x while being in man5 dir (share/man/man5/man.5x) as required by FHS 2.3. Man page files and with LI --- man/Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a

Re: [PATCH] Use O_CLOEXEC for internal file descriptors

2012-03-03 Thread Arkadiusz Miśkiewicz
ec = 1; > + break; [...] > There, fixed that for you. ... and for others https://github.com/madler/zlib/commit/755c41dc4bcde575ae654065921206ab4efec962 -- Arkadiusz MiśkiewiczPLD/Linux Team arekm / maven.plhttp://ftp.pld-linux.org/ _

Re: [PATCH video-vmware] config: include saa and vmwgfx subdirs in the tarball

2012-03-12 Thread Arkadiusz Miśkiewicz
fx/libvmwgfx.la > +vmware_drv_la_DEPENDENCIES = $(top_builddir)/vmwgfx/libvmwgfx.la > +endif Isn't depentency here enough for make rules to find out the correct order? -- Arkadiusz MiśkiewiczPLD/Linux Team arekm / maven.plhttp://ftp.pld-linux.org/ __

Re: Xserver driver merging pros & cons

2011-09-15 Thread Arkadiusz Miśkiewicz
esn't stop whole build process), easier to patch and backport fixes. Monolitic thing causes one build problem to stop building the whole thing. Also with monolitic you need to find out which files are for which package (in case if you want to split that into subpackages on rpm spec le

Re: Xserver driver merging pros & cons

2011-09-15 Thread Arkadiusz Miśkiewicz
On Thursday 15 of September 2011, Jeremy Huddleston wrote: > On Sep 15, 2011, at 2:45 PM, Arkadiusz Miśkiewicz wrote: > > On Thursday 15 of September 2011, Jesse Barnes wrote: > >> At XDC this week we discussed merging drivers back into the server > >> tree. One thin

Re: [ANNOUNCE] xorg-server 1.11.3 [fix kdrive build]

2011-12-17 Thread Arkadiusz Miśkiewicz
->driverPrivate, TRUE); +KdUnregisterFd (pi, (int)(uintptr_t)pi->driverPrivate, TRUE); } static void -- Arkadiusz MiśkiewiczPLD/Linux Team arekm / maven.plhttp://ftp.pld-linux.org/ ___ xorg-devel@lists.x.org: X.Org development