LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-15-2014, 04:09 PM   #1
lunadog
LQ Newbie
 
Registered: Feb 2007
Posts: 6

Rep: Reputation: 0
Wine startup time


Hi everyone,

I was just wondering if you could try an experiment?

Startup wine (with winecfg) and time how long it takes to get the window appear - first time, and then again (after it has been cached).

If you could post some detail about your system too - OS, HDD type, CPU that would be very helpful.

Here are mine:
OS: Ubuntu Studio 14.04
HDD: 500GB 3.5" SATA-III 6GB/s HDD 7200RPM 16MB CACHE
CPU: AMD A6-3670

Winecfg startup: initial: 26s. subsequent: 3.5s

So, I am very interested in whether this is abnormally slow. I have been in discussion with a developer about a program he is writing that is dependent on wine startup time, and on his system it is 3s initial, and almost instant on subsequent runs. He thought there may be something wrong with my setup. I'm not sure!

Thanks in advance!

James
 
Old 08-16-2014, 09:34 AM   #2
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
OS: Debian Sid
HDD: OCZ Agility3 SSD
CPU: AMD FX-8120
wine-1.6.2

Initial: ~20s
Subsequent: ~4s

Just used my watch to get the times so no great accuracy.

Last edited by 273; 08-17-2014 at 12:30 PM. Reason: Forgot to include Wine version.
 
1 members found this post helpful.
Old 08-17-2014, 12:28 PM   #3
casualfred
Member
 
Registered: Aug 2012
Location: Kentucky, USA
Distribution: Slackware
Posts: 97

Rep: Reputation: 27
OS: Slackware 14.1
HDD: 750GB 2.5" SATA 3Gb/s HDD 7,200rpm 16MB buffer
CPU: AMD E-450 APU with Radeon HD 6320 Graphics
Wine 1.7.24

Initial: ~41s
Subsequent: ~3s

This is a fairly slow laptop computer, though it's not very old.
 
1 members found this post helpful.
Old 08-17-2014, 06:13 PM   #4
lunadog
LQ Newbie
 
Registered: Feb 2007
Posts: 6

Original Poster
Rep: Reputation: 0
Thanks for this! Really helpful! These are within the kind of realm of what I expected. It would be nice to maybe have a couple more replies just to get a bit more of a sample.
 
Old 08-17-2014, 06:25 PM   #5
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,351
Blog Entries: 24

Rep: Reputation: 4288Reputation: 4288Reputation: 4288Reputation: 4288Reputation: 4288Reputation: 4288Reputation: 4288Reputation: 4288Reputation: 4288Reputation: 4288Reputation: 4288
On older sample:

OS: Slackware 12.1
HDD: SATA 1TB
CPU: Pentium M 1.7Ghz (Laptop), 2GB RAM
Wine 1.1.34

Initial = 4 sec.
Repeat = 2 sec.

Same machine after reboot, Firefox and a few terminals open.

OS: Slackware -current (14.1+)
HDD: SATA 1TB
CPU: Pentium M 1.7Ghz (Laptop), 2GB RAM
Wine 1.6.1

Initial <4 sec.
Repeat 2.sec.

Interesting data point. Big spread between my sample and others on initial startup - wonder why?

Last edited by astrogeek; 08-17-2014 at 06:36 PM.
 
1 members found this post helpful.
Old 08-18-2014, 09:31 AM   #6
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
OS: Gentoo ~amd64
HDD: 120GB Corsair Force 3 SSD
RAM: 16GB DDR3-1333
CPU: Phenom II X6 1055T

First startup with non-existent .wine folder: 9 seconds
second startup: <1 second
 
1 members found this post helpful.
Old 08-18-2014, 09:41 AM   #7
lunadog
LQ Newbie
 
Registered: Feb 2007
Posts: 6

Original Poster
Rep: Reputation: 0
Very interesting.. Any idea what might be causing the differences here? It doesn't seem to be particularly due to differences in system speed. I thought it could be due to differences in HDD access times - on my current system, I have everything on 1 massive 400GB partition (having done lots of small partitions for many years). Maybe that makes a difference?

I might try hand-rolling a recent version of wine to see if that speeds things up.

Anyway, it seems it is very hard to predict what a "normal" startup time for wine is! Maybe <1min?

James
 
Old 08-18-2014, 11:08 AM   #8
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Salix
Posts: 6,243

Rep: Reputation: 2364Reputation: 2364Reputation: 2364Reputation: 2364Reputation: 2364Reputation: 2364Reputation: 2364Reputation: 2364Reputation: 2364Reputation: 2364Reputation: 2364
OS: CentOS
CPU: AMD Sempron 2600+
HD: 40GB IDE Seagate
RAM: 1.1GB
Time to launch Notepad in Wine 1.2: 7 sec (with OpenOffice and Opera running)
 
1 members found this post helpful.
Old 08-19-2014, 08:21 AM   #9
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by lunadog View Post
Very interesting.. Any idea what might be causing the differences here? It doesn't seem to be particularly due to differences in system speed. I thought it could be due to differences in HDD access times - on my current system, I have everything on 1 massive 400GB partition (having done lots of small partitions for many years). Maybe that makes a difference?
Same specs as above, this time I've done it in RAM, on a SSD and on a mechanical disk:
RAM:
Initial: 6s
Second Run: <1s

SSD:
Initial: 8s
Second Run: <1s

HDD:
Initial: 9s
Second Run: <1s

So it seems to me that access times and data rate only play a minor role and most of the time is spent with actually configuring a clean prefix.
 
1 members found this post helpful.
Old 08-19-2014, 11:09 AM   #10
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
I tested mine again last night and realised I hadn't noticed the errors due to not finding something to do with Gnome keyring -- I can't install the component to see whether this makes much difference because it's not compatible with the 64 bit version (one of the problems of running Sid).
I also have very bad sound in WINE and limited output device choices.
In short, I'm not sure whether my WINE setup works at all.

Last edited by 273; 08-20-2014 at 03:22 PM. Reason: Just noticed a typo'.
 
1 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to make wine startup tally in windows? redhatanirban Linux - Software 3 10-19-2008 04:16 AM
Wine slow to startup nouse66 Linux - Software 3 04-02-2006 11:10 PM
Wine at Startup drumltd Linux - Software 2 09-26-2005 07:35 AM
System time changes at every startup mad4linux Linux - General 3 01-01-2004 09:37 AM
Startup Time mobile target Linux - General 4 08-18-2002 12:20 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration