 |
xorg-drv-video-rendition-4.2.4-xorg-server-12.0.patch |
|
--- xf86-video-rendition-4.2.4/src/rendition.c.orig 2012-06-07 18:54:36.685844178 +0200
+++ xf86-video-rendition-4.2.4/src/rendition.c 2012-06-07 18:54:54.634656568 +0200
@@ -663,7 +663,7 @@
vgaHWGetIOBase(pvgaHW); /* Get VGA I/O base */
pRendition->board.accel=0;
- pRendition->board.vgaio_base = pvgaHW->PIOOffset;
+ pRendition->board.vgaio_base = 0;
pRendition->board.io_base = pRendition->board.vgaio_base
#ifdef XSERVER_LIBPCIACCESS
+ pRendition->PciInfo->regions[1].base_addr;
|
|
|