From 86f782c458ed31bd941fd5d90162e5f8be2fa12f Mon Sep 17 00:00:00 2001 From: Jan Kuparinen Date: Feb 13 2021 08:15:15 +0000 Subject: Delete in progress file --- diff --git a/modules/ROOT/pages/lutris.adoc b/modules/ROOT/pages/lutris.adoc deleted file mode 100644 index 7373c33..0000000 --- a/modules/ROOT/pages/lutris.adoc +++ /dev/null @@ -1,95 +0,0 @@ -= Work in progress, not fully working, not ready for release (fix bugs) = - -== Lutris == -https://lutris.net[Lutris] is an Open Source gaming platform. It installs and launches games so you can start playing without the hassle of setting up your games. Get your games from GOG, Steam, Battle.net, Origin, Uplay and many other sources running on any Linux powered gaming machine. - - -=== Installation using software installation program === - -Generic instructions on installations can be found https://docs.fedoraproject.org/en-US/quick-docs/finding-and-installing-linux-applications/[here]. - -On Gnome: - -From _Activities_ menu choose _software_ and search for: -*Lutris* - -Choose *install* - -Program can be then be found as *Lutris* on your desktop (and alternatively under _applications .. games_, if you have applications menu enabled). - -You can now choose Launch from the software installer. - -==== running Lutris ==== - -You can also run lutris from terminal window. There you can easily observe any potential errors there might be with the setting. - -==== Epic Games Store ==== - -Briefly: - -Requires 32bin, so install ----- -dnf install wine.i686 ----- - -Goto https://lutris.net/games/epic-games-store/ - -* press install -* choose _open link_ to connect to local lutris -* choose _install_ on next prompt -* select installation directory or use one suggested and press install ... should be ~/.wine -* press continue - -Installer will take some time to run, wait patiently. - -= Debug section = -You may need to install Wine from winehq.repo -https://wiki.winehq.org/Fedora - -Remove existing wine installation: ----- -dnf remove wine ----- -Add Winehq repository: ----- -dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/33/winehq.repo ----- -Install selected version of Wine (available versions are Stable, Development and staging) ----- -dnf install winehq-stable --allowerasing ----- - -below debug ??? -sudo dnf install xz-libs-5.2.5-1.fc32.i686 gnutls.i686 mono-complete wine-mono libpng-2:1.6.37-3.fc32.i686 - ----- -dnf install alsa-plugins-pulseaudio.i686 glibc-devel.i686 glibc-devel libgcc.i686 libX11-devel.i686 freetype-devel.i686 libXcursor-devel.i686 libXi-devel.i686 libXext-devel.i686 libXxf86vm-devel.i686 libXrandr-devel.i686 libXinerama-devel.i686 mesa-libGLU-devel.i686 mesa-libOSMesa-devel.i686 libXrender-devel.i686 libpcap-devel.i686 ncurses-devel.i686 libzip-devel.i686 lcms2-devel.i686 zlib-devel.i686 libv4l-devel.i686 libgphoto2-devel.i686 cups-devel.i686 libxml2-devel.i686 openldap-devel.i686 libxslt-devel.i686 gnutls-devel.i686 libpng-devel.i686 flac-libs.i686 json-c.i686 libICE.i686 libSM.i686 libXtst.i686 libasyncns.i686 libedit.i686 liberation-narrow-fonts.noarch libieee1284.i686 libogg.i686 libsndfile.i686 libuuid.i686 libva.i686 libvorbis.i686 libwayland-client.i686 libwayland-server.i686 llvm-libs.i686 mesa-dri-drivers.i686 mesa-filesystem.i686 mesa-libEGL.i686 mesa-libgbm.i686 nss-mdns.i686 ocl-icd.i686 pulseaudio-libs.i686 sane-backends-libs.i686 tcp_wrappers-libs.i686 unixODBC.i686 samba-common-tools.x86_64 samba-libs.x86_64 samba-winbind.x86_64 samba-winbind-clients.x86_64 samba-winbind-modules.x86_64 mesa-libGL-devel.i686 fontconfig-devel.i686 libXcomposite-devel.i686 libtiff-devel.i686 openal-soft-devel.i686 mesa-libOpenCL-devel.i686 opencl-utils-devel.i686 alsa-lib-devel.i686 gsm-devel.i686 libjpeg-turbo-devel.i686 pulseaudio-libs-devel.i686 pulseaudio-libs-devel gtk3-devel.i686 libattr-devel.i686 libva-devel.i686 libexif-devel.i686 libexif.i686 glib2-devel.i686 mpg123-devel.i686 mpg123-devel.x86_64 libcom_err-devel.i686 libcom_err-devel.x86_64 libFAudio-devel.i686 libFAudio-devel.x86_64 ----- ----- -dnf groupinstall "C Development Tools and Libraries" ----- ----- -sudo dnf groupinstall "Development Tools" ----- - -??? does not work ----- -dnf install gstreamer-plugins-base-devel gstreamer-devel.i686 gstreamer.i686 gstreamer-plugins-base.i686 gstreamer-devel gstreamer1.i686 gstreamer1-devel gstreamer1-plugins-base-devel.i686 gstreamer-plugins-base.x86_64 gstreamer.x86_64 gstreamer1-devel.i686 gstreamer1-plugins-base-devel gstreamer-plugins-base-devel.i686 gstreamer-ffmpeg.i686 gstreamer1-plugins-bad-free-devel.i686 gstreamer1-plugins-bad-free-extras.i686 gstreamer1-plugins-good-extras.i686 gstreamer1-libav.i686 gstreamer1-plugins-bad-freeworld.i686 ----- - -run winecfg -dnf install wine-core.i686 - -wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks -chmod +x winetricks -sudo mv winetricks /usr/local/bin/ - -strace -e trace=open winecfg - - -LdrInitializeThunk "comctl32.dll" failed to initialize, aborting - - -Copy msvcrt.dll and quartz.dll from your C:\Windows\System32 folder on -your Windows machine to ~/.wine/drive_c/windows/system32" -