MoI discussion forum
MoI discussion forum

Full Version: Moi and Ubuntu

Show messages:  1-6  …  27-46  47-66  67-86  87-105

From: Frenchy Pilou (PILOU)
25 Oct 2013   [#87]
I have Xubuntu on a very old PC latop just for the Net and kow absolutly nothing about Linux...
What does I must install for running Moi on this config ?
And this necessary need many memory more? I have just 256 Megas ram !

Moi works very fine on the XP part! :)
From: Michael Gibson
25 Oct 2013   [#88] In reply to [#87]
Hi Pilou,

> What does I must install for running Moi on this config ?

You have to install a program called "Wine" which can then let you run Windows programs on your Linux machine.

But if your laptop is very old you may have some difficulty getting OpenGL drivers to work very well on it. Also 256MB is a pretty small amount of system RAM, it's fairly likely that you will run out pretty easily.

So I'd say chances are not too good on a such a very old machine like that.

- Michael
From: Frenchy Pilou (PILOU)
25 Oct 2013   [#89] In reply to [#88]
so okay I will not test that! :)
The xp partition is suficient for run MOi with pleasure! ;)
From: Dan (MONTAGMAN)
11 Jun 2014   [#90]
I know this thread is kind of old, but it seemed the appropriate place for this question.

I've been using Rhino for a few years and really like it; in fact it's the one thing that's holding me back from getting rid of Windows completely. That said, I've been looking for an alternative off and on that I can run in Linux. I downloaded the trial of MoI (Windows v2.0) and I have to say it's really nice. I think it could replace Rhino for almost all of what I need it to do, and I'm thinking I might just take the plunge now that I'm reading it works well under Wine.

My question is regarding video cards -- my laptop is a Thinkpad with Intel HD4000 (I believe, it's either that or HD5000) graphics. Has anyone tried running MoI v3 on a similar setup under Wine in Linux, and how does it work? I don't want to buy it only to find out that I can't actually use it on my computer under Linux.
From: Michael Gibson
11 Jun 2014   [#91] In reply to [#90]
Hi Dan, I don't remember specifically hearing anything about someone running on that particular video card, so I can't be sure right now if it will work or not. It all depends on the quality of the graphics driver.

You may need to wait until the v3 trial version is out so that you could test it yourself before you will know if it will work or not.

- Michael
From: Dan (MONTAGMAN)
11 Jun 2014   [#92] In reply to [#91]
Michael,

Thanks for the quick response. Is there a projected release date for the v3 trial yet?

Dan
From: Michael Gibson
11 Jun 2014   [#93] In reply to [#92]
Hi Dan, I don't have any specific date set for sure yet, but I'm hoping it won't be too long. Maybe something like the end of the month if all goes well.

- Michael
From: Dan (MONTAGMAN)
11 Jun 2014   [#94] In reply to [#93]
Oh, that's great. I thought it might still be far off into the future. I will keep my eyes on it for sure.
From: Dan (MONTAGMAN)
5 Jul 2014   [#95] In reply to [#93]
Just because I'm impatient, I tried to run the v2 trial under Wine, and it actually works great! All I had to do was set up a new 32-bit wineprefix (actually, I'm not sure if the 32-bit was necessary) and install IE8 through winetricks. I've been playing around with it and haven't found any real issues, plus it runs nice and smoothly. So apparently Intel HD4000 graphics is fine. Can't wait for v3. :)

By the way, the model in the screenshot was something I did a few years ago in Rhino 4.

Image Attachments:
moi_v2_wine.png 


From: Frenchy Pilou (PILOU)
5 Jul 2014   [#96] In reply to [#95]
Nice one!
From: fleetfoot
12 Oct 2014   [#97]

Hi,

I installed Moi V3 on Ubuntu 14.04 using Wine 1.7 on an older 32bit Dell Latitude D830 Laptop. It installs and runs, but the fonts are not displaying correctly. They appear as if a white layer is overlaying on top of a black text layer.
I don't know how to post a screenshot here but thought I'd just ask if anyone is familiar with this issue?
Thanks,
Fleetfoot


From: Michael Gibson
12 Oct 2014   [#98] In reply to [#97]
Hi Fleetfoot, is it the same thing shown in this post here? :
http://moi3d.com/forum/index.php?webtag=MOI&msg=6875.59

It seems to be a bug in recent versions of Wine, looks like something to do with text anti-aliasing.

You could probably avoid it by using an older version of Wine, see here for some links to setting that up:
http://moi3d.com/forum/index.php?webtag=MOI&msg=6875.61

- Michael
From: fleetfoot
12 Oct 2014   [#99] In reply to [#98]
Thanks for the reply Michael.
Actually what I'm seeing is worse than that:



It looks like a black font being overlayed with a white font.

The rest of it seems to work ok though.
Fleetfoot

Image Attachments:
Screenshot from 2014-10-12 13:48:56.png 


From: Michael Gibson
12 Oct 2014   [#100] In reply to [#99]
Hi Fleetfoot, hmmm yeah that looks pretty weird. Probably something to do with the same area of Wine that was causing the previous problem though.

If you can get a build of wine-1.4.1 going and run MoI under that wine-1.4.1 prefix instead of the current version that would probably work better.

- Michael
From: fleetfoot
13 Oct 2014   [#101] In reply to [#100]
Thanks Michael. I'll see what I can do. If I find a good solution I'll post another message here later in case anyone else encounters this effect.
Regards,
Fleetfoot
From: Dan (MONTAGMAN)
27 Feb 2015   [#102]
So, for what it's worth, the fonts don't look strange for me anymore. I switched from Linux Mint Cinnamon to Linux Mint XFCE, reinstalled PlayOnLinux, and now everything is fine with the default version of wine (before I had to go to 1.4.1 to avoid blocky-looking fonts). I also tried 1.6.2, which was giving me problems before, and that one works fine too. So, I don't know if that's really helpful for anyone, but at least it's working for me.
From: Dan (MONTAGMAN)
26 Oct 2015   [#103] In reply to [#101]
A year later, I think I've found the definitive solution to this text rendering issue without having to resort to an old version of Wine. If you look at the Wine FAQ (http://wiki.winehq.org/FAQ), section 10.12.6, there is a blurb about missing or corrupt text with QT applications. The fix is to apply a registry edit as described in the FAQ. Put the following in a file (e.g. norender.txt):

[HKEY_CURRENT_USER\Software\Wine\X11 Driver]
"ClientSideWithRender"="N"

and then run WINEPREFIX=/path/to/MoI/base/wine/directory regedit norender.txt

This sounds like it changes the font-rendering method. This fixed the problem for me on Wine 1.7.50.
From: kevjon
28 Apr 2019   [#104] In reply to [#99]
I just installed v3.0 on Mint 19 and had the exact same problem as fleetfoot, it looked exactly the same.

I solved it by installing the component Mono210 with playonlinux.

Everything seems to look and run fine now.
From: Michael Gibson
28 Apr 2019   [#105] In reply to [#104]
Hi Kevin,

re:
> I solved it by installing the component Mono210 with playonlinux.

MoI doesn't actually need any .NET / Mono stuff itself but probably your installation had a side effect of setting a Wine setting as described above:
http://moi3d.com/forum/index.php?webtag=MOI&msg=4409.103

- Michael

Show messages:  1-6  …  27-46  47-66  67-86  87-105