Jump to content
Compatible Support Forums

blueworm

Members
  • Content count

    169
  • Joined

  • Last visited

    Never

Community Reputation

0 Neutral

About blueworm

  • Rank
    member
  1. blueworm

    loki installers

    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.
  2. blueworm

    Help me escape!

    I use gqview for photo viewing.
  3. blueworm

    Gentoo Trouble - kernel download - emerge...

    try downloading the kernel manually Code: wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.1.tar.bz2
  4. blueworm

    Gentoo Trouble - kernel download - emerge...

    Try Code: emerge vanilla-sources Not all packages have pre-compilled binaries availabe. If you have any more problems post to gentoo forum
  5. blueworm

    Need help writing a shell script

    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.
  6. blueworm

    linux modems

    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/
  7. blueworm

    Which window manageer do you use?????

    fluxbox.... KISS
  8. blueworm

    Gaim Questions

    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.
  9. blueworm

    Installing PHP and MySQL on RedHat 9.0

    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.
  10. blueworm

    Gaim Questions

    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.
  11. blueworm

    Halo (urgent!)

    Besides Halo Does not and probably will not run in linux in the near future...
  12. blueworm

    CDRW max speed not reached

    Thanks but I have solved this a long time ago. The cdrw was faulty I flashed the firmware and voila... thanks again
  13. blueworm

    Bootable dvd

    http://www.tldp.org/HOWTO/Bootdisk-HOWTO/cd-roms.html
  14. blueworm

    problem w/ grub.conf

    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
×