Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy HOME page : puppylinux.com
"THE" alternative forum : puppylinux.info
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Sat 18 May 2013, 09:17
All times are UTC - 4
 Forum index » Advanced Topics » Additional Software (PETs, n' stuff) » Virtualization
Wine 1.1.30 + winetricks +color setter +goodies ...pet & sfs
Post new topic   Reply to topic View previous topic :: View next topic
Page 14 of 24 [350 Posts]   Goto page: Previous 1, 2, 3, ..., 12, 13, 14, 15, 16, ..., 22, 23, 24 Next
Author Message
mikeb


Joined: 23 Nov 2006
Posts: 4378

PostPosted: Fri 09 Oct 2009, 12:14    Post subject:  

Thee obsession with compression.....well one has to be careful with those 200MB hard drives Very Happy

mike
Back to top
View user's profile Send private message 
panzerpuppy

Joined: 02 Oct 2007
Posts: 632

PostPosted: Fri 09 Oct 2009, 16:00    Post subject:  

WINE 1.1.31 is out!

This version brings improved GDI rendering performance, sound driver fixes and finally fixes the nasty bugs when running Trackmania Nations Smile

...and a lot of additional bugfixes and improvements (as always).

http://www.winehq.org/announce/1.1.31
Back to top
View user's profile Send private message 
SilverPuppy


Joined: 28 May 2009
Posts: 143

PostPosted: Tue 13 Oct 2009, 01:12    Post subject: Aha!  

PET! PET! PET!

Very Happy

Stuck record, aren't I? Laughing
Back to top
View user's profile Send private message 
SilverPuppy


Joined: 28 May 2009
Posts: 143

PostPosted: Tue 13 Oct 2009, 01:32    Post subject: HEY!  

mikeb wrote:
Thee obsession with compression.....well one has to be careful with those 200MB hard drives Very Happy
mike


Hey now! I resemble that remark! Very Happy

Actually, I have been known to use those old hard drives as swap space. Puppy goes easy on its swap space, so it actually works out well. Although the data transfer rates on those old drives is not really very hot, the fact that it's a dedicated device makes it OK, since the bulk of the transacting is occuring on the main HD. The swap drive(s) in my machines don't have to do a lot, just take a bit of overflow once in awhile, then give it back upon request.

I tested it to see if having a swap partition on the main hard drive (faster) or the little hard drive (slower) was more advantageous to net system speed. Without actually benchmarking it, it felt a bit faster with the separate device. I blame that on it being a separate channel so it reduces the seeking on the main HD.

FWIW........
Back to top
View user's profile Send private message 
green_dome

Joined: 05 Jan 2009
Posts: 188

PostPosted: Wed 14 Oct 2009, 19:21    Post subject: wine_lite-1.1.30-i486.pet  

If no one has any objections, I have mirrored 'wine_lite-1.1.30-i486.pet'
here.
Back to top
View user's profile Send private message Visit poster's website 
green_dome

Joined: 05 Jan 2009
Posts: 188

PostPosted: Sat 17 Oct 2009, 21:37    Post subject:  

I am attempting to compile Wine, but am having some problems. Using a frugal install with the Devx file, Wine appears to compile and install fine. Running 'winecfg' from the console appears to work. If I reboot into my full hard drive installation of Puppy, 'winecfg' is not found. 'winecfg' appears to not be in /usr/bin. What would you recommend I do to fix this, so a .PET will work out of the box, so to speak?

A few details are as follows.
frugal install using:
puppies-431.1-main-Xserver.iso [1]
devx_430.sfs

When compiling, I used in console (without quotes):
'./configure prefix=/usr sysconfdir=/etc localstatedir=/var build=i486-pc-linux-gnu' [2]

If anyone needs more details to diagnose this issue, just ask.
Back to top
View user's profile Send private message Visit poster's website 
technosaurus


Joined: 18 May 2008
Posts: 3843

PostPosted: Sat 17 Oct 2009, 22:24    Post subject:  

did you look in /usr/sbin ???

Here is a set of extra files (I took out winetricks because it was outdated)
winefiles_no_tricks.pet
Description 
pet

 Download 
Filename  winefiles_no_tricks.pet 
Filesize  14.68 KB 
Downloaded  287 Time(s) 

_________________
Puppy Web Desktop Now with pet packages - Pet Packaging 100 & 101
Back to top
View user's profile Send private message 
technosaurus


Joined: 18 May 2008
Posts: 3843

PostPosted: Sat 17 Oct 2009, 22:46    Post subject:  

If you build with this instead of just ./configure it will be much smaller (like the 1.1.30 build)

Code:
CFLAGS=" -pipe -combine -Os -momit-leaf-frame-pointer -fomit-frame-pointer \
-fmerge-all-constants -mpreferred-stack-boundary=2 -march=i386 -mtune=i686 " \
CXXFLAGS=" -pipe -combine -Os -momit-leaf-frame-pointer -fomit-frame-pointer \
-fmerge-all-constants -mpreferred-stack-boundary=2 -march=i386 -mtune=i686 " \
LDFLAGS="  -Wl,-O4,-Os,-relax,--sort-common,--no-keep-memory,-s " \
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--build=i486-t2-linux-gnu ..............


I finally figured out how to override Wine's stubborn Makefiles that have builtin -O2 optimization
This is required to make the build smaller by ~4-5MB compressed
Code:
find . -iname \*akefile -execdir sed -i "s/-O[0-3]/ -Os -pipe -combine -momit-leaf-frame-pointer -fomit-frame-pointer -fmerge-all-constants -mpreferred-stack-boundary=2 -march=i386 -mtune=i686 /g" {} ';' -print

_________________
Puppy Web Desktop Now with pet packages - Pet Packaging 100 & 101
Back to top
View user's profile Send private message 
green_dome

Joined: 05 Jan 2009
Posts: 188

PostPosted: Mon 19 Oct 2009, 00:52    Post subject: debugger and wine  

I initially posted this into another thread by mistake. I am unsure how to edit a post. By the way, my intention is not to advertise a for-pay game site.
The following is my copied post.
---------

It is interesting that when I use wine-1.1.29-i486-1kjz.tgz I can play the GOG.com version of 'FlatOut'.

When I use 'wine_lite-1.1.30-i486.pet' or any .PET of wine 1.1.31 that I have made, I get the [following]:

A debugger has been detected
Unload the debugger and try again

[/following]

I will try to find a free program that gives this same message so perhaps the issue can be diagnosed as to why it happens.
Back to top
View user's profile Send private message Visit poster's website 
technosaurus


Joined: 18 May 2008
Posts: 3843

PostPosted: Mon 19 Oct 2009, 08:34    Post subject:  

if you can't find out anything on winehq.org appdb you can try running this prior to compile (and after configuring with --disable-debug)

Code:
find . -iname \*akefile -execdir sed -i "s/ -g / /g" {} ';' -print


I'm not sure if it will work, but that's what I would try first.

_________________
Puppy Web Desktop Now with pet packages - Pet Packaging 100 & 101
Back to top
View user's profile Send private message 
green_dome

Joined: 05 Jan 2009
Posts: 188

PostPosted: Mon 19 Oct 2009, 23:20    Post subject: wine 1.1.31  

Here is my novice attempt at compiling wine (release 1), so beware Smile
wine-1.1.31-i486.pet

md5 - 7f0b026803ae556a88bb266175c0ed00
sha1 - 9582662c974933b305d29ebb69cd8b094313a2c2

I recommend using 'winefiles_no_tricks.pet' [1] from technosaurus. I found this file to be an easy way to add winecfg that I was unsure of how to add. I do not know how to successfully uninstall it, so keep that in mind.
I have it mirrored, if no one has any objections.
Back to top
View user's profile Send private message Visit poster's website 
mikeb


Joined: 23 Nov 2006
Posts: 4378

PostPosted: Tue 20 Oct 2009, 08:12    Post subject:  

I used one wine offering and there was no winecfg too...but I grabbed it from an earlier version as it's just a simple launch script that does not seem to vary from version to version

mike
Back to top
View user's profile Send private message 
technosaurus


Joined: 18 May 2008
Posts: 3843

PostPosted: Tue 20 Oct 2009, 10:11    Post subject:  

GD - did that fix your problem with flatout?
_________________
Puppy Web Desktop Now with pet packages - Pet Packaging 100 & 101
Back to top
View user's profile Send private message 
green_dome

Joined: 05 Jan 2009
Posts: 188

PostPosted: Tue 20 Oct 2009, 18:00    Post subject:  

mikeb - good to know that winecfg appears static from version to version of wine.

technosaurus - I ended up using:
Code:

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu

When I used the following code, FlatOut would refuse to run.
Code:

CFLAGS=" -pipe -combine -Os -momit-leaf-frame-pointer -fomit-frame-pointer \
-fmerge-all-constants -mpreferred-stack-boundary=2 -march=i386 -mtune=i686 " \
CXXFLAGS=" -pipe -combine -Os -momit-leaf-frame-pointer -fomit-frame-pointer \
-fmerge-all-constants -mpreferred-stack-boundary=2 -march=i386 -mtune=i686 " \
LDFLAGS="  -Wl,-O4,-Os,-relax,--sort-common,--no-keep-memory,-s " \
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--build=i486-t2-linux-gnu

Perhaps there are other variables or code that will allow 'Flatout' to run, but using what I read from Barry's blog appears to work fine.

By the way, --disable-debug did not appear to be recognized.

Thanks for all the help.
Back to top
View user's profile Send private message Visit poster's website 
Gedrean


Joined: 05 Jun 2009
Posts: 138

PostPosted: Tue 20 Oct 2009, 18:30    Post subject:  

Yeah I'm starting to wonder about all these flags myself, but that's for another thread I'm already in. Wink
Back to top
View user's profile Send private message 
Display posts from previous:   Sort by:   
Page 14 of 24 [350 Posts]   Goto page: Previous 1, 2, 3, ..., 12, 13, 14, 15, 16, ..., 22, 23, 24 Next
Post new topic   Reply to topic View previous topic :: View next topic
 Forum index » Advanced Topics » Additional Software (PETs, n' stuff) » Virtualization
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.0744s ][ Queries: 13 (0.0101s) ][ GZIP on ]