I am trying to run a windows application (uTorrent) on my Suse server.
The server runs at level 3 for speed, but has a gui available to allow it to be configured easily.
I have installed and configured utorrent with wine on the gui and set it up to work with the web interface so it can be controlled remotely.
I want it to be running whenever the server is on, but I don't want to have to see the gui at level 5, instead have it running at level 3 with no visual.
When I try loading it I am presented with an error telling me that there is no display available and to check my X server and $DISPLAY.
Is there a way to run this application through wine but not have to view it.
Thanks for any help,
Matt
Running wine application at level 3
Running wine application at level 3
On Fri, 20 Jun 2008 07:17:37 -0500
"mattm591" <[email protected]> wrote:
check Xvfb
--
Marcel W. Wysocki <[email protected]>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp
"mattm591" <[email protected]> wrote:
yes, use a virtual displayI am trying to run a windows application (uTorrent) on my Suse server.
The server runs at level 3 for speed, but has a gui available to allow it to be configured easily.
I have installed and configured utorrent with wine on the gui and set it up to work with the web interface so it can be controlled remotely.
I want it to be running whenever the server is on, but I don't want to have to see the gui at level 5, instead have it running at level 3 with no visual.
When I try loading it I am presented with an error telling me that there is no display available and to check my X server and $DISPLAY.
Is there a way to run this application through wine but not have to view it.
check Xvfb
--
Marcel W. Wysocki <[email protected]>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp
Running wine application at level 3
On Sat, 21 Jun 2008 03:15:01 -0500
"mattm591" <[email protected]> wrote:
export DISPLAY=:1
wine myapp.exe
--
Marcel W. Wysocki <[email protected]>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp
"mattm591" <[email protected]> wrote:
Xvfb :1 -screen 0 800x680x24 -ac &Thanks for the reply.
How do I use xvfb? I have openSuse and checked my installed packages. I have the xorg-x11-server-extra package installed which includes xvfb, but I tried running the command and got nothing.
How do I use it to run wine?
Thanks,
Matt
export DISPLAY=:1
wine myapp.exe
--
Marcel W. Wysocki <[email protected]>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp