Jump to content

sellis

Members
  • Posts

    213
  • Joined

  • Last visited

Posts posted by sellis

  1. I remember having trouble with ImageMagick's geometry command unless I added the "!" modifier (which forces it to be exactly the specified size).

     

    Unfortunately, that was some time ago, at my previous job, so I don't have the details handy.

  2. I have a Samsung YP-U1X, but I've only transferred stuff onto it from a Windows PC so far. I'll give it a quick test when I get home this evening and get back to you.

     

    BTW, if you're also looking for an in-car unit, I really can't recommend what I have - a Yakumo Hypersound Car. True, it looks awesome (plays OGGs, MP3s and WMAs from USB stick, MMC/SD card or CD, and of course CDs as well), but it has some serious flaws in its firmware. See reviews at http://www.amazon.co.uk/exec/obidos/ASIN/B...4307734-5733220

  3. Weird synchronicity about this one. One of my friends was setting up a LAMP server the other day (just to play with) and had the same problem.

     

    The solution? Remove spaces from his php tags. He was typing

    <? php /* stuff */ ?>

    instead of

    <?php /* stuff */ ?>

    This, after spending 3 days loading and unloading modules, upgrading PHP to latest version, and generally climbing a Dollis Hill.

  4. For regular browsing, etc, I tend to just use one, but when I'm working I tend to have 4 desktops with clusters of related apps on each one:

     

    1. Misc

    2. Code

    3. Graphics

    4. Documentation

     

    That makes it easy to flip between (say) a web page on MySQL, and my mySQL code and related tools, without having to continually minimise and maximise windows to find the one you want.

     

    Anyway, it's just another tool. Freedom includes the freedom not to use something if you don't want to, after all.

  5. I went through this a few days ago. The "kernel sources" thing turned out to be a red herring (although I now have a nice shiny new 2.6.11-13 kernel to show for it).

     

    If you read the install log file, you may find (as I did) that the kernel object failed to load because it could not find a free IRQ for the graphics card to use. If this is the case, the solution to this is to modify some of the Plug-and-Play settings in the BIOS, as detailed in the same log file.

  6. Also, to find out which kernel you are running (I just needed to do this), use:

     

    uname -a

     

    I get the following:

     

    Linux [hostname] 2.6.11-6mdk #1 Tue Mar 22 16:04:32 CET 2005 i686 AMD Athlon(tm) XP 1700+ unknown GNU/Linux

     

    This leads me to a question of my own. If I list what RPMs I have installed using

     

    rpm -qa | grep kernel

     

    I see that I have 3 things:

     

    kernel-2.6.11.6mdk-1-1mdk
    kernel-2.6.3.7mdk-1-1mdk
    kernel-source-2.6-2.6.11-13mdk

     

    Can I safely remove the 2.6.3.7 kernel, as it seems to be unused?

     

    (Background: I'm trying to get my NVidia drivers working, and it's complaining that my kernel source doesn't match my kernel version (quite reasonably, IMO). I'm hoping that I should be able to upgrade the kernel to 2.6.11.13 pretty easily so that everything matches.)

  7. I used to play Age of Empires and Civilization quite a bit when I had a Windows machine, but I haven't played any games since my kids came along.

     

    (BTW, Mandriva comes with the FreeCiv "client", but I've never managed to get this to run. Any ideas?)

     

    For a while, I kept a Windows partition around so that my wife could run a garden design package, but she has never once used it so I wiped the partition and reclaimed the space for backups. I am looking forward to explaining this in the spring...

  8. Sorry, you did mention the model number before - must have missed that in my first skim through.

     

    It sounds like the advice for using IE is the browser equivalent of a "dry clean only" washing instruction. Garment manufacturers sometimes cannot be bothered to check whether their products will wash well in all washing powders, etc., so they just stick a "dry clean only" label on them and hope that the professional cleaners will get it right.

     

    They probably only test with IE, so it's the only one they can guarantee. Anyway, glad it's all working again.

  9. One problem with the Linksys router is that you have to use Windoz (specifically, Internet Explorer) to set it up

     

    That's very odd. I use a Linksys WRT54G wireless router, with a combination of wired and wireless connections, and it configures fine under Linux with Firefox. I've never had a Windows machine anywhere near it.

     

    Which model do you have, and do you have any idea what the thing is that requires IE for it to work?

  10. Do your user ID numbers match up on the server and the client? If not, then your permissions will be all over the place. I had this effect when trying to set up shared directories between two computers at home, but deleting the users and recreating them with the right IDs solved the problem.

  11. The default login screen for 2005LE and 2006 does not show user icons, and there appears to be no way to change this from the control center.

     

    This is because there is a theme attached to the KDM login manager by default, which hides the icon display.

     

    If you wish to re-enable it, you will need to edit file /etc/kde/kdm/kdmrc as root, and change the value for UseTheme from true to false.

     

    On logging out of your KDE session, you should see a scrollable list of users with their icons.

     

    You can add your own pictures to the list of available icons by placing them into directory /usr/share/mdk/faces. You will need root access to modify this directory, though.

     

    Many thanks to AussieJohn for actually coming up with this information in the first place, on this thread: https://mandrivausers.org/index.php?showtopic=29116&hl=.

  12. Let's back this up by one level. Why do you want it to be static externally?

     

    If it is so that you can access your machine from outside your local network, then there are solutions which are available which don't actually need a real static network address, and which may be easier to set up and more suitable.

     

    One of these is DynDNS, which, IIRC, IanW pointed me at some time ago.

     

    This associates a host name with your machine, and you run a little client which updates the name table at DynDNS.com if your ip address changes. This allows your IP address to change (hence no additional charges from your ISP), but also gives you a static name which you can use to refer to your machine.

     

    I use this to get ssh access to my home machine from work.

     

    Take a look at www.dyndns.com for more information.

  13. Marvellous, John. Thank you very much. I will try this out as soon as I return home.

     

    Edit - Worked like a charm. I also had to look up where to add your own custom user icons, though. It was /usr/share/mdk/faces - you can modify the contents of this folder as root.

  14. I have the same problem with KDE on 2005LE. One of my machines was an upgrade from 10.1, so that kept the original login screen style. (Easy to use - even my 3-year old son can click on his icon and type a simple password.)

     

    However, the options in a "pure" 2005LE install don't include this - the only choices you have in the control centre are KDM or XDM, neither of which do this.

     

    Any ideas (a) why Mandriva decided to remove this option, and (b) how to get it back again?

  15. Press Fn+F5 (or dedicated button if available)

     

    This isn't a laptop - it's a Chyang Fun small form factor desktop system with a wireless keyboard. Believe me, I looked for a hardware switch first!

     

    This was one of the reasons I found information on this so hard to come by. The 845G seems to be a popular laptop chipset and thus most of the advice involved pressing keys I don't have.

  16. Thanks, Devries. Once I searched for "i180 tv out linux" and did some ferreting around, I finally found something I could use. I got a KDE desktop displayed on a TV around midnight last night. Once I've stabilised everything and sorted out what was necessary from what was just an experiment, I'll follow up with a how-to.

×
×
  • Create New...