mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-08 18:28:43 +00:00
On powerpc, only set "UseFBDev" option to true by default on Linux.
This commit is contained in:
@@ -2025,7 +2025,7 @@ Bool R128PreInit(ScrnInfoPtr pScrn, int flags)
|
||||
xf86DrvMsg(pScrn->scrnIndex, X_CONFIG, "ShowCache enabled\n");
|
||||
}
|
||||
|
||||
#ifdef __powerpc__
|
||||
#if defined(__powerpc__) && defined(__linux__)
|
||||
if (xf86ReturnOptValBool(info->Options, OPTION_FBDEV, TRUE))
|
||||
#else
|
||||
if (xf86ReturnOptValBool(info->Options, OPTION_FBDEV, FALSE))
|
||||
|
||||
Reference in New Issue
Block a user