Jump to content

devries

Members
  • Posts

    4118
  • Joined

  • Last visited

Posts posted by devries

  1. I understand that it's kind of normal to want to play PC games on a PC but if you just want to play a game to kill the time there are plenty of other options. Many arcade games or console games work perfectly well under Linux. Xmame supports now 5036 games. I'm sure there must something there that will keep you occupied. (I'm playing Scramble now. Anyone remember how to get passed 3th stage?)

  2. Urpmi is looking for installed rpm's, not installed programs (that's why 'upgrade' during an installation never works).

     

    The reason why it couldn't find the package is probably because 9.1 is so last year...... (It isn't been given the attention it needs)

     

    Use this page http://rpm.pbone.net/ to find mpage. Then install it: urpmi mpage

     

    Good luck

  3. Linux and sound:

     

    -1- OSS or ALSA: OSS and ALSA are the basic building blocks to get sound in Linux. You need one of those to get started. ALSA is the new default in Linux so I suggest you stick with that. To see if ALSA is working do (as root) /etc/init.d/alsa status.

     

    -2- Modules (that is drivers) for most soundcards there are different drivers or, as they are called in Linux, modules. To see how to load them with the MCC, look at my earlier reply to you.

     

    -3- Mixers: To control the sound settings (volume, stereo, mute etc etc) you need a mixer. Again there are different mixers (kmix, alsamixer etc etc)

     

    last-4- advanced: soundmixing. If your soundcard doesn't do harwaremixing that means only one application at a time can use sound. So if you're playing a movie, kopete can't notify someone is messaging you. For more applications to use sound you need a softwaremixer. In KDE this is arts. You have to tell an app that it must use arts for sound. Most KDE apps already do so but for instance mplayer doesn't. So for mplayer to use arts you have to give the command '-ao arts' (or put it in the conf).

  4. Information and configuration of the he soundcard happens in the Mandrake Control Center. I don't know the French or English links so yust look at the attachment.

     

    You can change the module (driver) there. Make sure you don't have any application using the driver (like kmix or another mixer, music player etc etc) open.

     

    ALSA can be stopped or started as a service (also make sure no mixer is open). It can be done in a console or in MCC but console is easiest for me to explain :)

     

    Log in as root ant type: /etc/init.d/alsa status (that will show if alsa is running or not). If it's not running do:/ etc/init.d/alsa start

     

    Good luck.

  5. It's Firefox you're using right? Just to be sure change the name of the hidden .mozilla folder? Or are you logged in as root? Then you have to rename /root/.phoenix.

     

    In Linux all the user settings are stored in your home folder (or if you're root, in /root). If you mess something up and you're logged in as a user (non-root) only these user settings are changed. The program (firefox in this case) itself should still work.

  6. I've read somewhere (but can't find the site anymore :) ) someone had installed 3000 fonts and had no problems.

     

    If that doesn't convince you (and I can't blame you) you could install the fonts for a 'user' (non-root). Then if something goes wrong it's easy to fix.

     

    For font installation use the KDE control center, not the MCC. (Or you could ofcourse just copy the fonts to $HOME/.fonts)

  7. Probably your settings are off. Go to the .phoenix (hidden) folder in $HOME, to default, suzsaxxxxx. In that last folder you'll find a prefs.bak and a prefs.js.

     

    Delete the prefs.js and rename prfs.bak--->pref.js. Then try again.

     

    As far as I know Firefox detects java automatically. No need to adjust the settings (just check the java box is ticked, if it doesn't work)

  8. The lag you hear is the buffer. Just set the buffer smaller (in the KDE control center--sound&multimedia--soundsystem)

     

    You can kill arts with: killall artsd. I've no idea if killing arts will help you getting sound in ET

  9. There are several ways: If you're in X (the graphical environment) you can open a consolel, type su at the prompt <enter> password.

     

    If you're in a terminal (no X), and you see a login prompt you can give as user name root <enter> password. Then you type startx to start X.. (If you are already logged in with your regular user account, type su<enter>password)

     

    If a program needs superuser (administrative) rights to be executed (like the Mandrake control center), a box will appear when you start it, that asks for the root-password

  10. Arts is the KDE soundmixer. If your soundcard doesn't do hardware-mixing, and is occupied with an other app. you don't get sound when you don't use a software mixer like arts.

     

    the correct command would be :artsdsp -m et

     

    or if you need to give the complete path: artsdsp -m /usr/bin(wherever)/et

     

    Good luck

     

    (this is ofcourse if you use KDE, the sofwaremixer for GNOME is called esd)

  11. You got your sources set up correctley? The Mandrake CD's, update, contrib and PLF are what you need. Urpmi doesn't work if it can't find the packages.

     

    (PS in my win32 are 96 codecs. I think you need to install some more. :) )

  12. Mplayer plays everything.... :)

     

    Th codecs are in /usr/lib/win32

     

    You can check if you have everything. On the mplayer site you can download all codecs (including the ones you seem to miss know). Just copy them to the win32 folder and it should work.

     

    Good luck

×
×
  • Create New...