Advertisement
Dj_Dexter

fix-iobase.patch

Oct 18th, 2011
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.63 KB | None | 0 0
  1. In xorg-server dev > 2011-11-17 and vesa don't compile with new libpciaccess-0.12.901
  2. with this patch vesa work ok (only for xf86-video-vesa-2.3.0)
  3. Patch Made By Dj_Dexter [email protected]
  4. --- src/vesa.c.orig 2010-01-04 16:16:31.000000000 -0300
  5. +++ src/vesa.c  2011-10-18 17:09:47.933146222 -0300
  6. @@ -1269,8 +1269,10 @@
  7.         pVesa->VGAbase = pVesa->base;
  8.      }
  9.  #endif
  10. -
  11. +//create a if for evading a error ^_^
  12. +#if XORG_VERSION_CURRENT < XORG_VERSION_NUMERIC(1,11,1,0,0)
  13.      pVesa->ioBase = pScrn->domainIOBase;
  14. +#endif
  15.  
  16.      xf86DrvMsgVerb(pScrn->scrnIndex, X_INFO, DEBUG_VERB,
  17.            "virtual address = %p,\n"
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement