d3dd6eb9df
This release rolls up a few minor bug fixes since 2.4.0. We now refuse to run on machines with UEFI firmware (on Linux only, patches welcome for other OSes) since it won't work in the general case and you probably have a kernel framebuffer driver running already. We also only attempt to use 24bpp if the alternative would be pseudocolor, but note that since xserver 1.20 24bpp will not work at all. If you'd like to fix that case, please note that it is filed as issue #4: https://gitlab.freedesktop.org/xorg/driver/xf86-video-vesa/-/issues/4 We also notice several cases of running on emulated GPUs, in which case the shadow framebuffer is disabled by default to improve performance by reducing the number of copies. All users are recommended to upgrade, ideally to a better video card and/or driver. Full changelog: Adam Jackson (5): Newline-terminate a few error messages Refuse to run on UEFI machines Try harder to avoid 24bpp Disable shadow by default on known-virtual GPUs vesa 2.5.0 Alan Coopersmith (2): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Benjamin Tissoires (1): Refuse to run on UEFI machines running older kernels
21 lines
551 B
Makefile
21 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.26 2020/09/10 22:27:04 wiz Exp $
|
|
|
|
DISTNAME= xf86-video-vesa-2.5.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= https://xorg.freedesktop.org/
|
|
COMMENT= Modular Xorg VESA video driver
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
|
|
|
|
.include "../../x11/modular-xorg-server/buildlink3.mk"
|
|
BUILDLINK_DEPMETHOD.libXext?= build
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|