Re: UPDATE: xkeyboard-config 2.11

2014-04-27 Thread Matthieu Herrb
On Thu, Apr 17, 2014 at 07:52:41PM +0600, Alexandr Shadchin wrote: Hi, This diff updates xkeyboard-config to the latest release 2.11. Tested on amd64 and i386. Comments ? OK ? ok matthieu@ -- Alexandr Shadchin

Re: run(4) firmware update; please test

2014-05-17 Thread Matthieu Herrb
fixed version. Works for me on : run0 at uhub1 port 1 Ralink 11g Adapter rev 2.00/1.01 addr 3 run0: MAC/BBP RT3070 (rev 0x0201), RF RT2020 (MIMO 1T1R), address 1c:af:f7:11:9c:1b MD5 (/etc/firmware/run-rt3071) = 0e877b1acde54b05bef0bc0ca08478e7 -- Matthieu Herrb

Re: support for newer run(4) devices

2014-05-17 Thread Matthieu Herrb
On Sat, May 17, 2014 at 03:50:46PM +0200, Stefan Sperling wrote: This ports many of kevlo's changes in FreeBSD to support newer run(4) devices. Requires the firmware update at http://marc.info/?l=openbsd-techm=140032898325109w=2 I'm posting this version of the diff now for anyone who'd

Re: nickle script in Xenocara

2014-08-12 Thread Matthieu Herrb
it get installed. If someone submits a patch to configure.ac that adds an option to disable it (and may be some autodetection for lazy ppl), I can take care of pushing it upstreams. -- Matthieu Herrb

Re: UPDATE: xkeyboard-config 2.12

2014-09-14 Thread Matthieu Herrb
@ -- Matthieu Herrb

Re: pax: Unable to access ./usr/share/sysmerge/xetcsum: No such file or directory

2014-09-16 Thread Matthieu Herrb
On Tue, Sep 16, 2014 at 02:08:41PM +0100, Stuart Henderson wrote: Anyone know if pax: Unable to access ./usr/share/sysmerge/xetcsum: No such file or directory (end of mkx) is important? No. You can ignore it. -- Matthieu Herrb

Re: Conditional include in make(1)

2014-10-19 Thread Matthieu Herrb
)' AWK='$(AWK)' $(SHELL) $(srcdir)/sdksyms.sh $(top_srcdir) $(CFLAGS) $(AM_CFLAGS) $(AM_CPPFLAGS) -include $(SDKSYMS_DEP) +-include $(SDKSYMS_DEP) i2c/libi2c.la: $(AM_V_at)cd i2c $(MAKE) libi2c.la -- Matthieu Herrb

need help setting an encrypted root FS on dual boot system

2014-10-26 Thread Matthieu Herrb
16 partitions: #size offset fstype [fsize bsize cpg] a: 25157696 64 4.2BSD 2048 163841 c: 251642080 unused -- Matthieu Herrb

xhci problems on Thinkpad X240

2014-11-09 Thread Matthieu Herrb
timeout xhci0: NULL xfer pointer -- Matthieu Herrb

Re: Stairstep mouse motion

2013-07-20 Thread Matthieu Herrb
(postMotionEvent dX %d dY %d\n, + dx, dy)); + xf86PostMotionEvent(pInfo-dev, 0, 0, 2, dx, dy); } return; } -- Matthieu Herrb

Re: Merge uhts(4) into ums(4).

2013-08-09 Thread Matthieu Herrb
for the delays. Yes now all my devices attach to ums. This can go in. And you can also do the next step and tedu uhts -- Matthieu Herrb

Re: AIGLX error: dlopen of /usr/X11R6/lib/modules/dri/swrastg_dri.so failed (File not found)

2013-08-26 Thread Matthieu Herrb
/Makefile.inc .include bsd.xorg.mk Build works for me and there is no longer the error in Xorg.0.log. Not sure if it is the proper way to correct this. Regards, -- Alexis de BRUYN -- Matthieu Herrb

Re: ntpd jump ahead

2013-09-04 Thread Matthieu Herrb
clock. That's something that could be done. I looked quickly at doing it for KVM hosts, it seemed not too hard to me. Just haven't got enough motivation to actual code it. -- Matthieu Herrb

Re: UPDATE: xkeyboard-config 2.10.1

2013-10-22 Thread Matthieu Herrb
at the issue later. -- Matthieu Herrb

Re: Stairstep mouse motion

2013-10-30 Thread Matthieu Herrb
; /* ws device type */ @@ -50,7 +55,6 @@ typedef struct WSDevice { int raw; int inv_x, inv_y; int screen_no; - pointer buffer; WheelAxis Z; WheelAxis W; struct wsmouse_calibcoords coords; /* mirror of the kernel values */ -- Matthieu Herrb

Re: libdrm 2.4.47 update

2013-11-17 Thread Matthieu Herrb
3300. -- Matthieu Herrb

fix shadowfb in xf86-video-nv

2013-11-17 Thread Matthieu Herrb
); ScreenBlockHandlerProcPtr BlockHandler; CloseScreenProcPtr CloseScreen; -- Matthieu Herrb

Re: xenocara fallout from libcompat removal

2013-12-03 Thread Matthieu Herrb
#if !defined(SYSV) !defined(QNX4) -#include sys/timeb.h #include sys/resource.h #endif -- Christian naddy Weisgerber na...@mips.inka.de -- Matthieu Herrb

two issues with the new ASR code in libc

2014-01-13 Thread Matthieu Herrb
is shorter than in the old code or something, causing those random failures. I know I can fix both issues by changing the way things are handled, but in both cases what I do is legal (even if not optimal) and I'd rather see those issues fixed in OpenBSD. I'm willing to test patches... -- Matthieu

Re: two issues with the new ASR code in libc

2014-01-13 Thread Matthieu Herrb
On Mon, Jan 13, 2014 at 05:03:53PM +0100, Matthieu Herrb wrote: Hi, I recently upgraded two servers at work from OpenBSD 5.2 to 5.4 and got problems on both of the machines that are related to the new asynchronous resolver in libc. 1. this machnie is SMTP server for a subpart of our

Re: Boot network for remote unlock of fde

2014-03-05 Thread Matthieu Herrb
or may exhibit other unexpected behaviours. -- Matthieu Herrb

Re: xcb-util-cursor broken

2014-04-15 Thread Matthieu Herrb
) +# endif #endif #ifdef HAVE_SYS_BYTEORDER_H #include sys/byteorder.h Yes. -- Matthieu Herrb

make rain(6) use a sane default delay

2011-03-21 Thread Matthieu Herrb
; - u_int delay = 0; + u_int delay = 12; int ch; int xpos[5], ypos[5]; -- Matthieu Herrb

IPv6 autoconfiguration and icmp6 redirects

2011-03-28 Thread Matthieu Herrb
knowledge of parts of the protocol and the manual page doesn't help. Thanks. -- Matthieu Herrb

looking for users of exotic xorg input drivers

2011-05-01 Thread Matthieu Herrb
on the X.Org side, so hopefuly the situation will be fixed soon. -- Matthieu Herrb

Re: ld.so speedup for large binaries with many shared libraries

2011-05-06 Thread Matthieu Herrb
+* and and it's children +*/ + + _dl_newsymsearch(); + This seems strange. _dl_newsymsearch() does 2 different things when called twice ? -- Matthieu Herrb

Re: Synaptics touchpad

2011-05-08 Thread Matthieu Herrb
the synaptics firmware features, but still provide a standard relative pointer to wsmouse(4) until a specific ioctl() is issued to switch to the native synaptics protocol. This ioctl is used by the xf86-input-synaptics driver to unleash the extra features. -- Matthieu Herrb

Re: Synaptics touchpad

2011-05-08 Thread Matthieu Herrb
; } } -- Matthieu Herrb

Re: Synaptics touchpad

2011-05-09 Thread Matthieu Herrb
mode. I just don't want to add too many features to that mode (that would end up implementing the whole xf86-input-synaptics driver in the kernel). -- Matthieu Herrb

Re: vmmap replacement, please test

2011-05-18 Thread Matthieu Herrb
c8e1a2) at exec_sigcode_map+0xe0 sys_execve(0, 0, 0, 40006ccc000, 40006c8c000, 40006c8e000) at sys_execve+0x9c0 start_init(40006c8e000, 4000aa2ddf8, 4000aa2ddf0, 153cb60, 4000aa2ddc0, 4000aa2 ddd8) at start_init+0x17c proc_trampoline(0, 0, 0, 0, 0, 0) at proc_trampoline+0x4 ddb -- Matthieu Herrb

switch to xkeyboard-config XKB configuration: please test

2011-05-30 Thread Matthieu Herrb
/bsd.xconf.mk 29 May 2011 17:07:33 - @@ -19,4 +19,4 @@ XENOCARA_BUILD_PIXMAN?=yes .endif # Build xkeyboard-config? -XENOCARA_USE_XKEYBOARD_CONFIG?=no +XENOCARA_USE_XKEYBOARD_CONFIG?=yes -- Matthieu Herrb

Re: Synaptics touchpad

2011-06-14 Thread Matthieu Herrb
-sc_wsmousedev, buttons, dx, dy, 0, 0, WSMOUSE_INPUT_DELTA); - syn-old_x = x; - syn-old_y = y; syn-old_buttons = buttons; } + + syn-old_x = x; + syn-old_y = y; } void -- Matthieu Herrb

X configuration changes for synaptics - please test

2011-06-15 Thread Matthieu Herrb
people who already tested these patches and suggested enhancements. -- Matthieu Herrb

Re: [Update] xenocara/xkeyboard-config

2011-06-27 Thread Matthieu Herrb
On Thu, Jun 23, 2011 at 06:08:47PM +0600, Alexandr Shadchin wrote: Hi, I prepared update package xkeyboard-config to the latest release 2.3. Patch available on http://koba.devio.us/distfiles/xkeyboard-config-2.3.diff Tested on amd64. Ok matthieu@. -- Matthieu Herrb

Re: libX11 incorrect libpthread linkage

2011-07-08 Thread Matthieu Herrb
*) XTHREAD_CFLAGS=-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS ;; -- Matthieu Herrb

Re: Radeon HD4250 : radeon vs vesa driver.

2011-07-24 Thread Matthieu Herrb
in xorg.conf to force the radeon driver to attach to the card it doesn't know about (might lockup the machine) - get the latest (6.14.2) xf86-video-ati from X.Org, and build it. -- Matthieu Herrb

Re: xterm bug

2011-08-18 Thread Matthieu Herrb
), (screen-endSel), params, num_params); } else { - DisownSelection(xw); + ScrnDisownSelection(xw); } } -- Matthieu Herrb

Re: UPDATE: usr.bin/less

2011-09-02 Thread Matthieu Herrb
test on more archs this WE. Martin -- Alexandr Shadchin -- Matthieu Herrb

gpioiic: allow SDA and SCL pins to be inverted

2011-10-02 Thread Matthieu Herrb
mask + [flags]\n, __progname); fprintf(stderr,%s [-q] device detach device\n, __progname); exit(1); -- Matthieu Herrb

Re: enable aucat by default

2011-10-07 Thread Matthieu Herrb
it be started in the default Xsession/Xinitrc (perhaps with the help of fbtab(4)) ? -- Matthieu Herrb

Re: Improve Lucida font family look

2012-01-09 Thread Matthieu Herrb
+ /fontconfig -- Matthieu Herrb

Re: Improve Lucida font family look

2012-01-10 Thread Matthieu Herrb
/alias alias binding=same familyLucida Bright/family accept familyLuxi Serif/family /accept /alias /fontconfig --- Cut here --- -- Matthieu Herrb

Re: libXi: SIGBUS in ParseClassInfo on sparc64

2012-01-15 Thread Matthieu Herrb
-motion_buffer_size; V-mode = v-mode; -- Matthieu Herrb

Re: Sandy Bridge problems

2012-02-17 Thread Matthieu Herrb
in OpenBSD. -- Matthieu Herrb

Re: Sandy Bridge problems

2012-02-17 Thread Matthieu Herrb
to the one you describe. With DRI disabled, I can't trigger the panic from normal X use (of course the cause of the panic should be fixed in the kernel too, but I didn't have time to figure this out). -- Matthieu Herrb

Re: enable/fix vt switching on sandybridge machines

2012-03-03 Thread Matthieu Herrb
driver/xf86-video-intel make -f Makefile.bsd-wrapper obj make -f Makefile.bsd-wrapper build and start X. -- Matthieu Herrb

Re: enable/fix vt switching on sandybridge machines

2012-03-03 Thread Matthieu Herrb
on my laptop, so this may be an acpi-related problem. No, even in text mode only the console doesn't come back from suspend. So yes it's an acpi issue. -- Matthieu Herrb

Re: Do you want to do any manual network configuration?

2012-04-19 Thread Matthieu Herrb
other cases that I forgot. For sure I can interrupt the installation, setup the net manually and restart it, but I don't really see a benefit in removing that question. -- Matthieu Herrb

Re: Question about wscons/wsksymdef.h

2012-05-19 Thread Matthieu Herrb
in /sys/dev/pckbc/wskbdmap_mfii.c And if en route you feel like writing some the missing bits of documentation, you're of course welcome ! -- Matthieu Herrb

Re: UPDATE: xkeyboard-config 2.6

2012-06-09 Thread Matthieu Herrb
machines. ok matthieu@. -- Matthieu Herrb

Re: [xenocara] freetype-2.4.10

2012-07-06 Thread Matthieu Herrb
- @@ -2,7 +2,7 @@ FREETYPESRC= ${.CURDIR}/src -FT_VERSION_INFO= 14.1.8 # Get it from builds/unix/configure.ac +FT_VERSION_INFO= 15.0.9 # Get it from builds/unix/configure.ac .ifmake includes SUBDIR=include -- Matthieu Herrb

Re: [s...@cd80.net: Re: rtadvd(8) patch 2/2 : finalize server-side RFC 6106 support]

2012-07-07 Thread Matthieu Herrb
*/ - End forwarded message - -- Blood flows down one leg and up the other. -- Matthieu Herrb

Re: fix for ClickPad

2012-07-11 Thread Matthieu Herrb
*/ Wouldn't it be better to sort those by bit position, to avoid confusion when adding a new flag ? -- Matthieu Herrb

Re: fix for ClickPad

2012-07-22 Thread Matthieu Herrb
that patch on all my machines with pms (X40, X220, toshiba, msi, samsung laptops, plus one desktop with a regular ps/2 mouse), but I it doesn't count. So it can wait after release, since your comments seem to indicate that is this your preference. Alexandr, just don't forget about it... -- Matthieu

Re: UPDATE: xf86-input-keyboard 1.6.2

2012-08-16 Thread Matthieu Herrb
On Sat, Aug 11, 2012 at 03:44:11PM +0600, Alexandr Shadchin wrote: Hi, This update xf86-input-keyboard to the latest release 1.6.2. http://koba.devio.us/distfiles/xf86-input-keyboard-1.6.2.diff Comments ? OK ? Ok. Has been running on my machines without issues. -- Matthieu Herrb

Re: UPDATE: xkeyboard-config 2.7

2012-10-01 Thread Matthieu Herrb
Also switch zaurus on sharp_vndr/sl-c3x00. tested on i386, amd64 and zaurus. ok matthieu@ -- Matthieu Herrb

Re: Disable modload(8)

2012-11-21 Thread Matthieu Herrb
(the default mode) kernel modules may not be loaded or unloaded -- Matthieu Herrb

Re: Disable modload(8)

2012-11-21 Thread Matthieu Herrb
, disbling LKMs won't help. -- Matthieu Herrb

Re: drm@macppc, please test

2012-12-07 Thread Matthieu Herrb
+= r200 r300 +SUBDIR+= radeon r200 r300 .endif build depend all install clean cleandir: _SUBDIRUSE -- Matthieu Herrb

Re: evince segfaults in sse2_composite_over_n_8_8888, i386, Dec 12 snapshot

2012-12-22 Thread Matthieu Herrb
@@ -4,6 +4,10 @@ SHARED_LIBS= pixman-1 28.0 +.if ${MACHINE_ARCH} == i386 +CONFIGURE_ARGS += --disable-sse2 +.endif + .if ${MACHINE_ARCH} == arm CONFIGURE_ARGS += --disable-arm-simd --disable-arm-neon .endif -- Matthieu Herrb

Re: evince segfaults in sse2_composite_over_n_8_8888, i386, Dec 12 snapshot

2012-12-22 Thread Matthieu Herrb
On Sat, Dec 22, 2012 at 07:08:45PM +0100, Mark Kettenis wrote: Date: Sat, 22 Dec 2012 18:45:31 +0100 From: Matthieu Herrb matthieu.he...@laas.fr List-Owner: mailto:owner-t...@openbsd.org On Fri, Dec 21, 2012 at 05:45:11PM +0100, Giovanni Bechis wrote: [moving to tech@ since it's

Re: evince segfaults in sse2_composite_over_n_8_8888, i386, Dec 12 snapshot

2012-12-22 Thread Matthieu Herrb
, %ebp # mark outermost frame + subl$4, %esp# align stack + andl$~15, %esp + addl$4, %esp pushl %edi# push start argument call*%esi addl$4, %esp -- Matthieu Herrb

Re: WPA Enterprise on OpenBSD

2013-01-28 Thread Matthieu Herrb
/wpa_passphrase -- Matthieu Herrb

Re: lost console after starting X

2013-02-23 Thread Matthieu Herrb
On Fri, Feb 22, 2013 at 06:18:31PM -0800, johnd wrote: vga1 at pci1 dev 0 function 0 NVIDIA GeForce 6600 Go rev 0xa2 :-( The support in xf86-video-nv for those chips is really minimal and cannot be improved. This has been discussed in the past, check the archives. -- Matthieu Herrb

Re: UPDATE: xkeyboard-config 2.8

2013-03-22 Thread Matthieu Herrb
the issue. -- Matthieu Herrb

Re: UPDATE: xf86-input-synaptics 1.7.0

2013-06-01 Thread Matthieu Herrb
and i386. Comments ? OK ? -- Alexandr Shadchin Prepare diff for xf86-input-synaptics 1.7.1 http://koba.devio.us/distfiles/xf86-input-synaptics-1.7.1.diff works for me too. ok matthieu@ -- Matthieu Herrb

Re: shared libs and ports, maybe a proposal

2010-07-08 Thread Matthieu Herrb
would not be reqired to add the manually to a zillon of ports's Makefiles. -- Matthieu Herrb

Re: xclock bus error on sparc64 (patch)

2010-07-29 Thread Matthieu Herrb
(); + unsigned long pid = (unsigned long) getpid(); XChangeProperty(XtDisplay(toplevel), XtWindow(toplevel), XInternAtom(XtDisplay(toplevel), _NET_WM_PID, False), XA_CARDINAL, 32, PropModeReplace, -- Matthieu Herrb

libraries updates in recent X snapshots - please test.

2010-08-26 Thread Matthieu Herrb
ports are using libX11.so.14.0... If you notice new unusual behaviour of X applications after the update, please report them with as many information as possible. Thanks -- Matthieu Herrb

Re: xenocara/ports: imake nroff latin1 - ascii

2010-10-24 Thread Matthieu Herrb
na...@mips.inka.de -- Matthieu Herrb

Re: UPDATE: xf86-input-mouse

2010-10-26 Thread Matthieu Herrb
On Tue, Oct 26, 2010 at 10:11:56PM +0600, Alexandr Shadchin wrote: Hi! This update driver xf86-input-mouse to the latest release 1.6.0. Tested on amd64. Comments ? OK ? You patch go corrupted by auto line wrapping in your mailer. -- Matthieu Herrb

enable XCB on vax and m88k

2010-11-20 Thread Matthieu Herrb
-XENOCARA_BUILD_XCB?=${XENOCARA_HAVE_SHARED_LIBS} +XENOCARA_BUILD_XCB?=yes # Build pixman? XENOCARA_BUILD_PIXMAN?=${XENOCARA_BUILD_XCB} -- Matthieu Herrb

Re: small cleanup xf86-input-mouse

2010-11-22 Thread Matthieu Herrb
the ability to run on older kernels. The sunmouse protocol decoder is a local addition (it was added by millert@ back in 2002 and never merged upstreams. http://www.openbsd.org/cgi-bin/cvsweb/XF4/xc/programs/Xserver/hw/xfree86/input/mouse/mouse.c.diff?r1=1.4;r2=1.5 -- Matthieu Herrb

enable udl(4) on hppa

2011-01-02 Thread Matthieu Herrb
@@ maxusers 2 8 128 include dev/wscons/files.wscons file arch/hppa/hppa/wscons_machdep.c wsdisplay +include dev/rasops/files.rasops +include dev/wsfont/files.wsfont + # # Media Independent Interface (mii) # -- Matthieu Herrb

Re: more radeon updates

2011-01-09 Thread Matthieu Herrb
in someway to updating the driver without going all or nothing. Did you test zaphod mode dual-head configuration ? This is what is preventing us to upgadre the radeon driver, since several OpenBSD developers use it and rely on it (and it has been broken in Xorg since after 6.12.0) -- Matthieu Herrb

Re: Workaround for data corruption issue with ALI M5229 IDE chip used with Sun Blade 100/Netra X1.

2011-01-14 Thread Matthieu Herrb
at pciide0 channel 0 drive 1 wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 4 cd0(pciide0:0:1): using PIO mode 4, Ultra-DMA mode 2 pciide0: channel 1 disabled (no drives) -- Matthieu Herrb

Re: Workaround for data corruption issue with ALI M5229 IDE chip used with Sun Blade 100/Netra X1.

2011-01-23 Thread Matthieu Herrb
rather than wasting more time on this. -- Matthieu Herrb

intel driver fix (PR6517)

2011-01-29 Thread Matthieu Herrb
; + delay(100); } } } -- Matthieu Herrb

xf86-video-chips patch to test

2009-06-30 Thread Matthieu Herrb
); /* * Modules that this driver always requires can be loaded here -- Matthieu Herrb

eGalax touch screen users?

2009-12-04 Thread Matthieu Herrb
Hi, I've got a touch screen that uses a eGalax controller. It attaches to uts(4) but doesn't work. In fact it is a USB hid device: if you disable uts(4) the device attaches as 2 uhid(4) devices. I thus wonder if the match for this device in uts was just guessed or if other have touchscreens

fix ssh-askpass in multihead configs

2010-01-04 Thread Matthieu Herrb
:39 - @@ -160,6 +160,8 @@ typedef struct Screen *screen; long screen_width; long screen_height; + long screen_xoffset; + long screen_yoffset; Window rootWindow; Pixel black; Pixel white; -- Matthieu Herrb

Re: mg + tinyscheme

2010-01-27 Thread Matthieu Herrb
BTW, how many of you know that xedit, which ships in xbase, is extensible using a lisp interpreter? See /usr/X11R6/lib/X11/xedit/lisp/ for examples. -- Matthieu Herrb

Re: New intel X driver requires testing.

2010-04-22 Thread Matthieu Herrb
. -- Matthieu Herrb

Re: UPDATE: freetype-2.5.4

2014-12-15 Thread Matthieu Herrb
I've bumped shlib's major. Tested in a full xenocara build. It would be nice to have it in a ports bulk build... Given that it doesn't break ports, ok matthieu@ -- Matthieu Herrb

Re: UPDATE: xkeyboard-config 2.13

2014-12-21 Thread Matthieu Herrb
On Sun, Dec 21, 2014 at 07:01:03PM +0500, Alexandr Shadchin wrote: Hi, This diff updates xkeyboard-config to the latest release 2.13. Tested on amd64. Comments ? OK ? Works fine for me, and I have not seen anything suspicious in the update. ok matthieu@ -- Matthieu Herrb

splassert: rtrequest1: want 5 have 0

2015-02-18 Thread Matthieu Herrb
() at syscall+0x297 --- syscall (number 54) --- end of kernel end trace frame: 0xc8115948400, count: 249 0xc8115715cda: End of stack trace. carp0: state transition: BACKUP - MASTER -- Matthieu Herrb

Re: splassert: rtrequest1: want 5 have 0

2015-02-19 Thread Matthieu Herrb
On Thu, Feb 19, 2015 at 09:30:40PM +0100, Alexander Bluhm wrote: On Wed, Feb 18, 2015 at 12:14:15PM +0100, Matthieu Herrb wrote: Feb 18 12:09:59 castor /bsd: splassert: rtrequest1: want 5 have 0 Feb 18 12:09:59 castor /bsd: Starting stack trace... Feb 18 12:09:59 castor /bsd

Re: [patch] xdm doesn't clear wtmp/utmp entry after log out

2015-01-25 Thread Matthieu Herrb
$USER Makes sense. ok matthieu@ -- Matthieu Herrb

Re: freetype-2.5.5

2015-01-10 Thread Matthieu Herrb
significant API/ABI changes and abi-compliance-checker also reports 2.5.4_to_2.5.5 as Compatible. No comment? Sorry, had a few other things to take care of since Wed. ok matthieu@ ciao, David -- Matthieu Herrb

Loosing characters on Dell R420 Drac console

2015-01-09 Thread Matthieu Herrb
at root scsibus5 at vscsi0: 256 targets softraid0 at root scsibus6 at softraid0: 256 targets root on sd0a (74cb55ec05f5cab0.a) swap on sd0b dump on sd0b carp1: state transition: BACKUP - MASTER -- Matthieu Herrb

Re: [UPDATE] xcb-util-cursor-0.1.2

2015-03-30 Thread Matthieu Herrb
On Mon, Mar 30, 2015 at 08:09:45AM +0200, David Coppa wrote: Here's the diff with regenerated autotools files: ok matthieu@ -- Matthieu Herrb

Re: UPDATE: xkeyboard-config 2.14

2015-03-29 Thread Matthieu Herrb
On Sun, Feb 08, 2015 at 03:10:45PM +0500, Alexandr Shadchin wrote: Hi, This diff updates xkeyboard-config to the latest release. Tested on amd64. Comments ? OK ? ok matthieu@. (tested on amd64 with a sun kbd). -- Matthieu Herrb

Re: [UPDATE] xcb-util-cursor-0.1.2

2015-03-28 Thread Matthieu Herrb
Makefile.bsd-wrapper). -- Matthieu Herrb

Re: Fix for errant semicolon in Mesa library

2015-04-23 Thread Matthieu Herrb
); + if (bottom_field_flag != priv-picture.h264.bottom_field_flag) vid_dec_h264_EndFrame(priv); priv-picture.h264.bottom_field_flag = bottom_field_flag; -- Matthieu Herrb

Re: rework armv7 board name handling

2015-05-14 Thread Matthieu Herrb
Standard Microsystems Hub rev 2.00/b.b3 addr 2 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets boot device: sd0 root on sd0a (39faca38ffbd8b59.a) swap on sd0b dump on sd0b WARNING: CHECK AND RESET THE DATE! -- Matthieu Herrb

Re: UPDATE: xf86-input-synaptics 1.8.2

2015-04-05 Thread Matthieu Herrb
button is down */ -TBS_BUTTON_DOWN_UP /* Send button down event + set up state */ }; enum TouchpadModel { -- Matthieu Herrb

Re: freetype-2.6

2015-06-20 Thread Matthieu Herrb
commit. -- Matthieu Herrb

Re: freetype-2.6

2015-06-21 Thread Matthieu Herrb
On Sat, Jun 20, 2015 at 09:26:25PM +0200, David Coppa wrote: On Sat, Jun 20, 2015 at 12:24 PM, Matthieu Herrb matth...@herrb.eu wrote: On Wed, Jun 17, 2015 at 04:34:15AM -0600, David Coppa wrote: Hi all, Here's an update to freetype-2.6 I'd like to have it in a ports bulk build

Re: unneeded var breaks build in xenocara/driver/xf86-video-mach64

2015-05-27 Thread Matthieu Herrb
. None of you cared to mention the important bit : $MACHINE... it only shows up on i386 (where configure defines TV_OUT) and it was caused by a bad merge of local changes I had to do to an earlier version of the driver. Fix committed a few minutes ago. Sorry for the trouble. -- Matthieu Herrb

Re: xserver arm_video.c simplification - test on zaurus please

2015-05-27 Thread Matthieu Herrb
(); } -- Matthieu Herrb -- Matthieu Herrb

  1   2   3   4   >