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