Jump to content

sellis

Members
  • Posts

    213
  • Joined

  • Last visited

Everything posted by sellis

  1. I have used Kino in the past, and it's much better than the software for Windows that was bundled with the camera itself (a Panasonic MiniDV). Linux Format did a tutorial on DVD authoring using kino and dvdauthor in June 2005 (LXF 67), which they have helpfully made available on line at http://www.linuxformat.co.uk/pdfs/LXF67.tut_begin.pdf. This is what I used to produce a DVD from my imported home movies.
  2. 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.
  3. Yes, this works. As expected it mounts as a removable drive, and you just drag files onto it with Konqueror (or use cp from the shell, of course).
  4. 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
  5. 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.
  6. 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.
  7. 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.
  8. Thanks for the confidence-boost. Kernel upgrade to 2.6.11-13 went nice and easy (once I read the additional steps required to update LILO boot sector). As it turns out, though, that wasn't the problem - NVidia's error message was very misleading. Instead, I needed to alter a couple of BIOS settings so that the IRQ on the card was recognised. After that, it worked very nicely.
  9. 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.)
  10. Here's a counterexample: one of the users is 3 years old and can just about pick out his own name on the keyboard. Of course, he has *very* few privileges on his account...
  11. Before moving everything around, my little media center machine was attached via a USB wireless lan, and that was running under Mandriva 2005LE. The secret is to find a dongle with the one well-supported chipset, which is the rt2500. Here's my previous post: https://mandrivausers.org/index.php?showtopic=28779 which includes a link to the how-to document.
  12. 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...
  13. There's an excellent thread on this over at https://mandrivausers.org/index.php?showtopic=14972&hl=wmp54g. I used the instructions here to get my WMP54G working under Mandrake 10.0, 10.1 and 2005LE. I haven't yet upgraded to 2006.
  14. 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.
  15. 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?
  16. sellis

    NFS share

    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.
  17. Is this the control panel from Kernow Webhosting (proud sponsors of MandrivaUsers)? As seen here: http://www.kernow-webhosting.com/index.php...MN_position=5:5 If so, there is no application - it's a web-based management tool, so all you need is a web browser. And as you've managed to post here, I'm guessing you've probably got one of those already...
  18. I've posted a summary to Tricks and Tips, here: https://mandrivausers.org/index.php?showtopic=29240
  19. 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=.
  20. 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.
  21. 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.
  22. 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?
  23. sellis

    Enabling TV-Out

    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.
  24. sellis

    Enabling TV-Out

    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.
  25. Forgive me if you've seen this already, but you may also find this URL useful: http://rt2x00.serialmonkey.com/wiki/index.php/HOWTOS
×
×
  • Create New...