blueworm
Members-
Content count
169 -
Joined
-
Last visited
Never
Community Reputation
0 NeutralAbout blueworm
-
Rank
member
-
All these installers do is install the data from the windows CD. In the case of games available natively like RTCW it will use code from wine project to install the game and it will then apply the point releases and patches. In the case of farCry is it will install the game and the patches. But will require wine or wineX to work. I have only tried the ¨call of duty¨ one, but it works perfectly with wine. I do run farCry with wine but I had to install on a windows machine and copy over. (PIA) Since my retail version is the spanish one.
-
I use gqview for photo viewing.
-
Gentoo Trouble - kernel download - emerge...
blueworm replied to nu2linux's topic in Everything Linux
try downloading the kernel manually Code: wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.1.tar.bz2 -
Gentoo Trouble - kernel download - emerge...
blueworm replied to nu2linux's topic in Everything Linux
Try Code: emerge vanilla-sources Not all packages have pre-compilled binaries availabe. If you have any more problems post to gentoo forum -
add the -i option to copy. Code: #!/bin/bashcp -i win/Program\ Files/Intuit/QuickBooks\ Pro/Wzla.QBW /mnt/usbstick/QBsave Now write another script. Code: xterm -e <Name_Of_First_Script> Note add both scripts to your $PATH.
-
If your modem is a serial modem the driver is in the kernel. If your modem is internal you will need to look at this page. http://www.linmodems.org/
-
fluxbox.... KISS
-
I'm sorry I thought they where allready there by default. Here you have them. Yahoo > scs.yahoo.com:5050 MSN > messenger.hotmail.com:1863 AIM/ICQ > login.oscar.aol.com:5190 I hope this helps.
-
Ok it is clear that what you need is libmysqlclient.so.10 do this Code: updatedblocate libmysqlclient.so If your version is older install a newer version, if your version is newer do this. Code: ln -s ../libmsqlclient.so.X ../libmysqlclient.so.10 What the ../ means is the PATH. and what you are doing is creating a sym link.
-
I presume you need to know this so that you can forward gaim through your firewall or router.... The host and ports are here. tools > accounts > MSN > modify > show more options.
-
Besides Halo Does not and probably will not run in linux in the near future...
-
done
-
Thanks but I have solved this a long time ago. The cdrw was faulty I flashed the firmware and voila... thanks again
-
http://www.tldp.org/HOWTO/Bootdisk-HOWTO/cd-roms.html
-
This is what your grub.conf should look like... Code: default 4 timeout 10splashimage=(hd0,0)/boot/grub/splash.xpm.gz#title=linux-2.4.21 #root (hd0,0)#kernel (hd0,0)/boot/bzImage.2.4.21 root=/dev/hda6 hdc=ide-scsi title=linux-2.4.22root (hd0,0)kernel (hd0,0)/boot/bzImage.2.4.22 root=/dev/hda6 acpi=offtitle=linux-2.6.0test7root (hd0,0)kernel (hd0,0)/boot/bzImage.2.6.0test7 root=/dev/hda6 acpi=offtitle=linux-2.6.0test9root (hd0,0)kernel (hd0,0)/boot/bzImage.2.6.0test9 root=/dev/hda6 acpi=off Yours reads... Code: title Red Hat Linux (2.4.20-8_Nov25a)root (hd0,0)kernel /Nov25a ro root=LABEL=/initrd /initrd-2.4.20-8.img Should read... Code: title Red Hat Linux (2.4.20-8_Nov25a)root (hd0,0)kernel (hd0,0)/boot/Nov25a root=/dev/hdaX #(note X is whereevre your root partition is) Make sure the name of your kernel matches the name in grub.conf