Wine: Difference between revisions

From wikinotes
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
wine is a program that converts win32 executables into programs that can run
wine lets you run win32 executables on linux.<br>
natively on *nix systems. This is very awesome, and enables you to use software
[[playonlinux]] is a graphical frontend for it that also manages your wine prefixes.
that would otherwise be unavailable to you (such as MS office, games, etc).
 
As a user-friendly alternative to managing wine directly (managing multiple wine versions, prefixes etc)
a program called [[playonlinux]] was created to wrap around it. It is very convenient.


= Documentation =
= Documentation =
Line 27: Line 23:
|}
|}
</blockquote><!-- Notes -->
</blockquote><!-- Notes -->
= Performance =
<blockquote>
== General ==
<blockquote>
<syntaxhighlight lang="">
</syntaxhighlight>
</blockquote><!-- General -->
== Nvidia ==
<blockquote>
<syntaxhighlight lang="bash">
# enable threaded optimizations in GL drivers
__GL_THREADED_OPTIMIZATIONS=1
# disable the opengl shading language (but graphics suffer)
winetricks glsl-disable
</syntaxhighlight>
</blockquote><!-- Nvidia -->
</blockquote><!-- Performance -->


= Tools =
= Tools =

Latest revision as of 20:35, 13 March 2022

wine lets you run win32 executables on linux.
playonlinux is a graphical frontend for it that also manages your wine prefixes.

Documentation

official docs: performance https://wiki.winehq.org/Performance

Notes

wine install
wine usage
wine configuration

Tools

winetricks
wine mono

Examples

wine microsoft office
wine zbrush 4r4
wine photoshop CS6