diff options
author | Hunter Sezen <orbea@riseup.net> | 2019-03-01 00:40:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-01 00:40:07 +0700 |
commit | 73f613d56a4ba5843d8a3dbfd00a778fca55385e (patch) | |
tree | 40f5b3e1927a083dbc48c481573ae3a8b4ab23d4 /graphics/wine-nine-standalone/README | |
parent | 59746faab0f2f4f97f8a2c553b66539607ce4e49 (diff) |
graphics/wine-nine-standalone: Added (Gallium Nine support).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/wine-nine-standalone/README')
-rw-r--r-- | graphics/wine-nine-standalone/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/wine-nine-standalone/README b/graphics/wine-nine-standalone/README new file mode 100644 index 0000000000000..fea72c3821fc7 --- /dev/null +++ b/graphics/wine-nine-standalone/README @@ -0,0 +1,16 @@ +Gallium Nine allows to run any Direct3D 9 application with nearly no CPU +overhead, which provides a smoother gaming experience and increased FPS. + +Gallium Nine Standalone, as the name implies, is a standalone version of +the WINE parts of Gallium Nine. + +This decouples Gallium Nine from the WINE tree, so that it can be used +with any WINE version. There is no need for any WINE patches. A stable, +development, or staging WINE release is sufficient. + +wine-nine-standalone can only be used with gallium drivers provided by +mesa, this includes nouveau, r600 and radeonsi users. + +To enable 64-bit support wine must be built with wine64 and disable win32. + + WIN64=yes WIN32=no ./wine.SlackBuild |