Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xf86-video-vesa xf86-video-vesa: update to 2.5.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fcc6c5568796
branches:  trunk
changeset: 438856:fcc6c5568796
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 10 22:27:04 2020 +0000

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

 x11/xf86-video-vesa/Makefile |   4 ++--
 x11/xf86-video-vesa/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 178001c7cb74 -r fcc6c5568796 x11/xf86-video-vesa/Makefile
--- a/x11/xf86-video-vesa/Makefile      Thu Sep 10 22:11:56 2020 +0000
+++ b/x11/xf86-video-vesa/Makefile      Thu Sep 10 22:27:04 2020 +0000
@@ -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 -r 178001c7cb74 -r fcc6c5568796 x11/xf86-video-vesa/distinfo
--- a/x11/xf86-video-vesa/distinfo      Thu Sep 10 22:11:56 2020 +0000
+++ b/x11/xf86-video-vesa/distinfo      Thu Sep 10 22:27:04 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index