Pages

Friday, December 25, 2009

Wine-Reviews and Bordeaux T-shirts now available at freewear.org

Aren't your T-shirts too dull? All my StarWars tees have a lot of colours and shades...

We think different, and give preference to quality over amount of colours. Those princess Leia in bikini T-shirts are printed with a technique called transfer, which more or less is like putting your T-shirt inside a printer.
We use screen printing, a technique that limits us to 6 colours per T-shirt (besides the T-shirt base color), but in return print quality is better, and your T-shirts will survive washmachines, pets and some small tsunami. Furthermore, we individually iron each T-shirt after printing, so that the design finish is smooth, firm and able to stand more tempests.
And what the hell, good things in this life have less than 6 colours: black chocolate (#000), a terminal (#000 and #fff, or #000 and #0f0 if you are that kind of geek), ...

So much OpenSource and stuff but neither your tees are free of charge nor I can see the source code!

Well, first, our T-shirts are "free as in speech but not as in beer", I mean, you can wear them orwards, backwards and sideways, and we'll not sue you for sharing them with your friends.
About source code, we tried to upload T-shirts but FTP won't let us, so at least here you have some screenshots of a T-shirt compilation.

Here is a couple images of what the shirts look like, they come in sizes from small to XXL. For each shirt sold they will donate 3.00 Euro back to us to help support this site.

The image “http://www.freewear.org/images/articles/detail/FW0045.png” cannot be displayed, because it contains errors.
The image “http://www.freewear.org/images/articles/detail/FW0044.png” cannot be displayed, because it contains errors.

To purchase a shirt just click on the shirt image on freewear.orf and it will take you to their check out cart.

The Wine-Reviews T-shirt is here.
and
The Bordeaux T-shirt is here.

So if you would like a new T-shirt and to help support us at the same time then please buy a T-shirt :)

HOWTO Setup Steam Version of Crysis on Ubuntu

In one of my previous posts I mentioned I had the game Crysis running successfully under Cedega with a few native dll over rides. Today I am going to detail the few hoops you will need to jump through if you wish to get Crysis running on Linux.

We are going to need a few things before we get started and I feel it is easiest to round up all the files before we get started. Go download the following files:
In addition to these three files before we start you are going to need Cedega and the latest Wine version installed as well as Steam installed under both Wine and Cedega.

First thing we want to do is get Crysis downloading under the Wine version of Steam (this is going to take awhile depending on your internet connection). While you are waiting for this to download take the two .dll files you downloaded and place them into ~/.cedega/Steam/c_drive/windows/system32 next load up Cedega and install the vcredist_x86.exe into your Steam folder.

Once Crysis is done downloading on Steam (running under Wine) go ahead and load the game through Steam. It will prompt you to install several things (DirectX, .NET, and Punkbuster) - install all of them. Once it is done with this Wine should even load Crysis to the main menu for you (however if you try to load a level of the game itself it will result in X crashing - give it a try if you do not believe me).

Full Article

Running Tales of Monkey Island with Wine

I’m a proud adventure game fan boy and have enjoyed countless hours in the company of Monkey Island, Day of the Tentacle, Legend of Kyrandia among others. ScummVm have helped to re enjoy many of these titles after replacing my preferred desktop system with Linux.

When the news reached my ears about “Tales of Monkey Island” I was very exited. But also nervous if would be able to play these episodes without Windows… but fear no more.
It is possible!
My system:
  • Nvidia graphic card
  • Ubuntu Karmic 64bit
  • Wine from special package archive (to get native pulse audio support)
The episodes install on all Wine versions I’ve tried on so far (several guides on the internet suggests not to check for DirectX, though I haven’t personally experienced any difference). When the game starts you are asked to provide the serial number. In this phase I’ve encountered trouble several times. Earlier providing the serial number only worked in old versions of Wine (like version 1.0) but this time I got it working with the newest version of Wine (which at the time was 1.1.32). Also I had to delete my .wine folder in order to reset wine because I apparently had some IE6 leftovers in there which otherwise would mess up the registration.

After activating the episodes you need to install D3DX9_41.dll into .wine/drive_c/windows/system32. Remember Linux is case sensitive so it is possible to have several different files with the same name except for the case. If it still doesn’t work make sure you only have one d3dx9_41.dll and that it’s not the one provided by wine (which won’t work).

Full Article

Thursday, December 24, 2009

How to install Spotify on Ubuntu Linux

Although there's officially no Linux client, it's actually very easy to run Spotify from a Linux computer.
Spotify is a great application that allows you to stream music direct from Spotify's servers and play it on your local machine. There's a good Mac client, one for Windows, but as yet no Linux client.

However, it's actually quite quick and easy to get Spotify up and running on Linux when you know how. Spotify even provide details on how to do this on their website.

Download Spotify for Windows
First go to Spotify.com and download the Windows version of Spotify. This is a .exe executable.

Install Wine
We're going to run the Windows version of Spotify using the Wine software. Wine recreates a Windows-like environment within Linux allowing you to run Windows software relatively seamlessly. To install simply open a Terminal and paste in this command 'sudo aptitude install wine'.

Load Spotify with Wine Windows Program Loader
Find the Spotify.exe file in your Downloads folder, or wherever you saved it to, then right click it and select 'Open with Wine Windows Program Loader'.

Select install location
You can simply select the default install location when prompted. Wine doesn't save files to a place within your home directory so this doesn't really matter too much.

Login using your Spotify credentials
When the login form comes up, simply enter your Spotify username and password to login.

Play with Spotify

Full Article