stages: 2/02-squashfs: apply some patches from Debian to make the ISO more reliable
[dragora.git] / patches / xf86-video-sis / patch-src_sis__driver.c
bloba00f5030a84e139d9fe24e917e62ff9d20662c2a
1 $NetBSD: patch-src_sis__driver.c,v 1.3 2018/05/20 06:33:40 wiz Exp $
3 commit 4b1356a2b7fd06e9a05d134caa4033681c939737
4 Author: Adam Jackson <ajax@redhat.com>
5 Date: Thu Feb 16 11:21:27 2017 -0500
7 Remove reference to ->virtualFrom
9 The core will print this information as well anyway.
11 Signed-off-by: Adam Jackson <ajax@redhat.com>
13 --- src/sis_driver.c.orig 2017-01-17 22:45:12.000000000 +0000
14 +++ src/sis_driver.c
15 @@ -2738,7 +2738,7 @@ SiSPrintModes(ScrnInfoPtr pScrn)
16 float hsync, refresh = 0.0;
17 char *desc, *desc2, *prefix, *uprefix, *output;
19 - xf86DrvMsg(pScrn->scrnIndex, pScrn->virtualFrom, "Virtual size is %dx%d "
20 + xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Virtual size is %dx%d "
21 "(pitch %d)\n", pScrn->virtualX, pScrn->virtualY,
22 pScrn->displayWidth);