diff options
author | wiz <wiz@pkgsrc.org> | 2020-09-10 22:27:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-09-10 22:27:04 +0000 |
commit | 78456943200e880a3177d946b9de79fe816920f9 (patch) | |
tree | cc951a106aa08f676da8669ee406264d42220a33 /x11 | |
parent | 2590c464c760b920992f6123bb806ed5278ddec2 (diff) | |
download | pkgsrc-78456943200e880a3177d946b9de79fe816920f9.tar.gz |
xf86-video-vesa: update to 2.5.0.
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
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xf86-video-vesa/Makefile | 4 | ||||
-rw-r--r-- | x11/xf86-video-vesa/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/xf86-video-vesa/Makefile b/x11/xf86-video-vesa/Makefile index 382f9ffb5a4..0261cbd86a1 100644 --- a/x11/xf86-video-vesa/Makefile +++ b/x11/xf86-video-vesa/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2020/01/18 23:36:07 rillig Exp $ +# $NetBSD: Makefile,v 1.26 2020/09/10 22:27:04 wiz Exp $ -DISTNAME= xf86-video-vesa-2.4.0 +DISTNAME= xf86-video-vesa-2.5.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xf86-video-vesa/distinfo b/x11/xf86-video-vesa/distinfo index a188228fcce..695aabad5fc 100644 --- a/x11/xf86-video-vesa/distinfo +++ b/x11/xf86-video-vesa/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2018/02/16 07:25:14 wiz Exp $ +$NetBSD: distinfo,v 1.12 2020/09/10 22:27:04 wiz Exp $ -SHA1 (xf86-video-vesa-2.4.0.tar.bz2) = 99b69044c34292ba062e365c07dcd024462e794b -RMD160 (xf86-video-vesa-2.4.0.tar.bz2) = c5df3fffed01f7f93e5171cee91a4ef10ae3393d -SHA512 (xf86-video-vesa-2.4.0.tar.bz2) = 4af5c0a7fd64eba503980198cf510688dff2f33482ceac446455d97255dcc828613387ac57828eb6dce080cb15a8644a2b2e278bf356705fdeaea873ab07c2de -Size (xf86-video-vesa-2.4.0.tar.bz2) = 324599 bytes +SHA1 (xf86-video-vesa-2.5.0.tar.bz2) = 6b604c9284fe004723a59651ae2628b2b7e63b1e +RMD160 (xf86-video-vesa-2.5.0.tar.bz2) = 71c3f822fd3423c371cd38d7acfdd096e2887446 +SHA512 (xf86-video-vesa-2.5.0.tar.bz2) = 36fd921f54f33eb25966b5f9ea1e1b3e9009965c012c8b9c676686b472111719921b80cf62dafc746058878253e21f0ef341a2ff2d650df22ca1e35e81716a8b +Size (xf86-video-vesa-2.5.0.tar.bz2) = 304322 bytes |