Giter Site home page Giter Site logo

proton_appimage's Introduction

Build Status AppImage Build

Appimage For Wine Proton

Appimage for last Wine Proton 32bits from PlayOnLinux. You can just download the Appimage, put in the directory you like and make symbolic links for it (for wine, wineserver...).

1- Download proton-VERSION.AppImage for your AppImage directory here. And if you want the normal wine, you can get it here_link

2- Make executable:

$ chmod +x proton-VERSION.AppImage

3- Make the wine link in your bin directory:

$ ln -s proton-VERSION.AppImage wine

4- Make the wineserver link (for winetricks) in your bin directory:

$ ln -s proton-VERSION.AppImage wineserver

Have set:

  • WINEARCH=win32 (fixed and can't be changed)
  • WINEPREFIX=~/.proton32 (can be changed if needed)

Usage:

For configuration, just run "wine" (it will run the winecfg) or:

$ wine winecfg

For regedit:

wine regedit

For your Apps:

wine xyz.exe

If you use PRIME, you can use something like that too:

DRI_PRIME=1 wine xyz.exe

Optional 1- To test the OpenGL of your video card:

$ wine glxinfo32
$ wine glxgears32 -info
$ wine shape32

Optional 2- You can use PRIME too:

$ DRI_PRIME=1 wine glxgears32 -info

Optional 3- Configure and run vulkan (only intel and radeon are supported now):

  • Configure for intel:
$ wine f11conf vulkan intel
  • Configure for radeon:
$ wine f11conf vulkan radeon
  • Configure for intel and radeon together:
$ wine f11conf vulkan radeon:intel
  • Test vulkan:
$ wine vulkaninfo32
$ wine vkcube32

proton_appimage's People

Contributors

ferion11 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

attila123

proton_appimage's Issues

PlayOnLinux AppImage

Do you think you could make a PlayOnLinux AppImage, including WINE? I am sure it would be appreciated by many users.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.