RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. wine
    Log in to post
    • All categories
    • N

      Disguise DualSense as an XBox gamepad

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support dualsense wine moltengamepad mapping
      4
      0 Votes
      4 Posts
      237 Views
      N

      @sleve_mcdichael Of course... I used xboxdrv so many times for gamepad-mouse-keyboard mapping, but I didn't know it could mimic xbox pad. Thanks.

    • D

      Is it possible to use Linux apps on RetroPie?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support wine mangohud linux apps
      2
      0 Votes
      2 Posts
      232 Views
      mituM

      @DeSanta said in Is it possible to use Linux apps on RetroPie?:

      I know RetroPie is based on Linux, but my question is: can I use apps like Firefox and Wine?

      RetroPie is not based on Linux, it runs on Linux - it's not an OS by itself and it needs an existing Linux installation to work. As such, you can install other programs on it, either through apt/flatpak / compilation/etc. Do note that depending on the platform you're on (Pi5), certain applications may not be available or not working on it.

    • B

      Not always run with first try

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development wine wine86
      4
      0 Votes
      4 Posts
      120 Views
      B

      @boxwine-exp

      I mean about this script

      https://github.com/GeorgeMcMullen/rp-box86wine

    • N

      Wine on RPi3b+ with Retropie

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support pi3 wine kernel 3g-1g
      1
      0 Votes
      1 Posts
      235 Views
      No one has replied
    • N

      Wine Explorer and Wine command line

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support wine wine explorer wine librairies shader
      15
      0 Votes
      15 Posts
      1k Views
      N

      @ecto

      xinit: unable to connect to X server: Connection refused

      I failed to debug this on Pi5. That's why I use runcommand now. Can you show me how do you initialize display in your shell script please ?

      EDIT : Ok, I just understand that you run your script with runcommand. I tried this, but not starting.

      RE-EDIT : Ok it's working, somes stupid errors from me. Thank you for your help !

      This is working too :

      #!/bin/bash cd "/home/pi/RetroPie/roms/ports/Trials 2 Second Edition" wine trials2.exe
    • F

      Wine broke Mk Arcade Joystick Rpi Package for Retropie Rpi3b+

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support wine wine86 box86 arcade joystick
      11
      0 Votes
      11 Posts
      955 Views
      F

      @mitu oh never mind. I updated all of the core packages and returned to normal. I'll be posting something here if anything breaks again.

    • R

      XINIT / Wine64 / PC game .exe help launching from within RetroPie

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support wine box86 xinit pcgames
      7
      0 Votes
      7 Posts
      983 Views
      R

      @mitu I'm .. sure I'm not using it or setting it up appropriately.

      I'm not using the runcommand.sh file that is for launching game in retropie. i'm sort of bypassing that, because I couldnt figure out the process or syntax

      first, when you are just on the command line area (No Desktop) to initiate xinit, you must use sudo, but that doenst mean that retropie itself doesnt take care of that in some ... manner.

      anyway, heres my commands.

      the game's .sh file reads:

      xinit /usr/local/bin/wine /home/pi/.wine/drive_c/game_path/game.exe

      Next: es_systems.cfg file reads:

      <command>sudo %ROM%</command>

      thats it and it works.
      I tried for hours to get the normal:
      <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 SYS pc</command> to work, but it wouldn't load, but also requires a config file.

      so in the /opt/retropie/configs/pc
      i created emulators.cfg file, but what do i put in there?
      pc = wine ?
      default = pc
      and if so, what do I change the game.sh file to? it already has the wine command in it.

      my main reason for creating this thread, was to figure out the syntax for 3 files.
      /home/pi/RetroPie/rom/pc/game.sh
      /etc/emulationstation/es_system.cfg
      /opt/retropie/configs/pc/emulators.cfg

      I've been working with the retropie software since 2015 when i got my first raspberry pi 2, but I've never tried this type of launch and its not easy to find the details about this type of functionality.

      thanks for listening. :)

    • S

      Mouse sensitivity?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support linux wine mouse speed
      9
      0 Votes
      9 Posts
      789 Views
      S

      Huzzah! After a little bit of grep and quite some trial-and-error, I found:

      $ xinit -- vt1 -keeptty

      (Side note: while this works, it uses a small corner of the screen. How to make this full screen?)

      With that, I was able to use xinput list and list-prop and get the device name and properties unique to my setup. This led me to:

      $ xinput set-prop 'USB Optical Mouse' 'libinput Accel Speed' -0.25

      This immediately slows the on-screen pointer by roughly 25% (acceptable values seem to range -1.0 to 1.0, and default is 0.0).

      Alternatively:

      $ xinput set-prop 6 275 -0.25

      ...also works, if I were confident the device number won't ever change. I don't know what happens if I reboot, or plug/unplug additional devices etc., though, so I stick with using the name.

      Now, starcraftr.sh:

      #!/bin/bash xset -dpms s off s noblank xinput --set-prop 'USB Optical Mouse' 'libinput Accel Speed' -0.25 matchbox-window-manager -use_titlebar no & cd "/opt/retropie/ports/starcraft/data" && ./starcraft.sh

      (The trailing & used in the example was not necessary)

      This worked, but still a little fast and so I dropped it down again to -0.5. Now that feels more like what I'm used to.

      Now, let's say I am a user who can't or don't want to alter the root-owned starcraftr.sh in the install folder. Or, maybe I just don't want to lose my custom setting to a reinstall. So I copy it into config dir at /opt/retropie/configs/ports/starcraft/starcraftr-slowmouse.sh, make the edits there, and then edit emulators.cfg like:

      default = "starcraft-slowmouse" starcraft-slowmouse = "XINIT:/opt/retropie/configs/ports/starcraft/starcraftr-slowmouse.sh"
    • R

      Anyone know how to get Age of Empires 2 going on Retro Pie RPi4

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support aoe2 rpi4 box86 wine
      10
      0 Votes
      10 Posts
      2k Views
      M

      @Bluescreen

      Look at ... Box86 and Wine. Installing Win98 in DosBox won't run fast enough.

      https://retropie.org.uk/forum/post/248562

      https://retropie.org.uk/forum/topic/28528/box86-and-wine-on-rpi4

    • duglorD

      All Games or Star Wars: Knights of the Old Republic | Box86 | Wine step by step tutorial?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming wine wine86 box86 windows games tutorial
      3
      1 Votes
      3 Posts
      960 Views
      duglorD

      Thank You!

      @windg said in All Games or Star Wars: Knights of the Old Republic | Box86 | Wine step by step tutorial?:

      You can find a lot of info about Box86 and Wine here : https://retropie.org.uk/forum/topic/28528/box86-and-wine-on-rpi4?_=1678215199783

    • S

      Box 86/Wine install - Stuck at login

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support box86 wine login screen
      1
      0 Votes
      1 Posts
      290 Views
      No one has replied
    • Z

      retropie on twisteros - wine box86 port script

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support twisteros box86 wine
      1
      0 Votes
      1 Posts
      507 Views
      No one has replied
    • T

      [Guide][DIY] Wine and Retropie - Legacy driver - Raspberry Pi 3B+

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development box86 legacy driver pi3 b+ wine
      46
      0 Votes
      46 Posts
      7k Views
      I

      @thepigamer Hey there and thanks for linking your post @George,

      i was trying to get wine running now with your guide on your blog, but as i am not very experienced with all this linux stuff, i don't know where to put the wine Kernel or what the exact commands to build it are.

      Any help would be greatly appreciated!

    • M

      The "which games works" with Box86/Wine topic on the RetroPie RPI4/400

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming box86 pi400 retropie windows wine
      162
      2 Votes
      162 Posts
      59k Views
      duglorD

      @mth75 I only get this in a small window in the top corner of the screen.

    • G

      Box86 and Wine on RPi4

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development box86 wine qemu x86 windows
      475
      11 Votes
      475 Posts
      238k Views
      mituM

      @boxwine-exp Please use the original topic, since it's a dedicated project. Do note that the original poster hasn't been around in 1 year though.

    • V

      Got Starcraft running with Exagear and Wine

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming starcraft exagear wine
      3
      0 Votes
      3 Posts
      1k Views
      V

      @herb_fargus While it is not quite as simple as they advertise (and they do a LOT of advertising...) it does eventually work just by turning it on and then running your WIndows app. I'd say it is worth the money.

    • BiZzAr721B

      Diablo II (and other games) on RetroPie!

      Watching Ignoring Scheduled Pinned Locked Moved Projects and Themes diablo 2 diablo ii wine pixel diablo
      41
      5 Votes
      41 Posts
      23k Views
      shavecatS

      Im the only one how is getting this-
      'wine: BAD EXE format' ?