Search found 3 matches

by Jaroo
Sun Dec 03, 2006 3:25 am
Forum: General Linux Support
Topic: Linux on a mac
Replies: 4
Views: 4285

Ubuntu has a version for mac (powerpc), but I think you can use the i386 version, because your processor is intel based.
The install disc is also a livecd , so you can see if it works on your mac without installing anything.

get it here
by Jaroo
Fri Dec 01, 2006 5:23 am
Forum: General Linux Support
Topic: Moving file and starting application
Replies: 6
Views: 5164

It usually helps to make the script execute the program from its own path like this: #!/bin/bash cd /path/to/program/ cp /media/cdrom/sourcefile . wine program.exe & The dot at the end of the cp command means the sourcefile is copied to the current path (/path/to/program/). If it has to be copied to...
by Jaroo
Tue Nov 21, 2006 6:50 am
Forum: General Linux Support
Topic: How many of you run nwn from linux
Replies: 8
Views: 6029

I'm running NWN on Ubuntu 6.10(Edgy), with an Ati Radeon 9600.
I used to have some performance issues, due to a bug in the ATI drivers, but I fixed it with a cheap "hack". Now it's running running smoothly and stable :D

Go to advanced search