wine for server: minimum x configuration?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ais77
Newbie
Newbie
Posts: 2
Joined: Sun Nov 02, 2008 11:41 am

wine for server: minimum x configuration?

Post by ais77 »

Hello, collegues!

I need to run one windoze application (USDownloader - to be exact) on my home Ubuntu 8.04 server (with SSH-only access, even no monitor attached).

I consider to use wine (as it worked with USD perfiectly on my previous Ubuntu 7.10 desktop installation).

Actually USD won't be used via any GUI interface (due to reasons described above) - I plan to use USD via it's web-interface only. So - I don't need any GUI output of USDf (and also - FineReader used by USD to do the recognition job).

My the questions are:
1. do I have to install xserver-xorg to run GUI-based apps under wine?
2. do I have to install any display managers (if so - will fluxbox be the smaller one?)
3. what should be the minimal settings of X and display managers to keep server-platform efficiency (in terms of RAM and CPU usage)? I.e. - 640x480x256 will be enough, let's say - if I don't care about GUI output - or not?
Thank you in advace for any suggestions or even directions to look trough.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: wine for server: minimum x configuration?

Post by vitamin »

ais77 wrote:My the questions are:
1. do I have to install xserver-xorg to run GUI-based apps under wine?
Yes
ais77 wrote:2. do I have to install any display managers (if so - will fluxbox be the smaller one?)
No
ais77 wrote:3. what should be the minimal settings of X and display managers to keep server-platform efficiency (in terms of RAM and CPU usage)? I.e. - 640x480x256 will be enough, let's say - if I don't care about GUI output - or not?
Depends how you want to do it. If you want it to constantly run even when you are not connected, you'll need to setup a virtual (headless) X. Search for Xvfb, Xnest for more info.
ais77
Newbie
Newbie
Posts: 2
Joined: Sun Nov 02, 2008 11:41 am

Re: wine for server: minimum x configuration?

Post by ais77 »

vitamin wrote: If you want it to constantly run even when you are not connected, you'll need to setup a virtual (headless) X. Search for Xvfb, Xnest for more info.
That's exactly what I want - running as a daemon.
It seems that xvfb is what I really need - I will dig in this direction.
THANK you! :)
Locked