Search:

Type: Posts; User: Peter Cordes; Keyword(s):

Search: Search took 0.11 seconds.

  1. [all variants] Re: HDDVD playback / no E-AC-3 audio with mplayer

    0x2000 is the format id for regular AC3. See mplayer's codecs.conf. (the default compiled-in version is installed as /usr/share/doc/mplayer/examples/etc/codecs.conf.gz in the mplayer binary...
  2. Howto: defrag /var/lib/dpkg/info to speed up dpkg

    dpkg -i and dpkg -S are slow when the FS cache is cold. Most of the time is spent reading ~2400 .list files from /var/lib/dpkg/info. It reads them in the order they're listed in the status file, I...
  3. Replies
    6
    Views
    1,953

    [ubuntu] Re: FSC Amilo Si 3655, installing Ubuntu

    That laptop caught my eye, too, except maybe that the screen is too reflective and non-uniform brightness. :( And the keys aren't full-size, even though there looks like room on all sides of the...
  4. Re: Assembly language editor/IDE with register tracking?

    I guess I should say that I currently use emacs (or jed sometimes), the GNU toolchain, and gdb for edit/compile,assemble/debug. They work great. I don't really need suggestions that are just...
  5. Re: Assembly language editor/IDE with register tracking?

    Yes, I think I can just barely feel the heat from the radiation from that direction... :)

    The doc part with an x86 instruction set reference looked good, except that it doesn't include any...
  6. Assembly language editor/IDE with register tracking?

    I'm optimizing a small piece of assembly code. (rshift.asm for AMD64 from libgmp).

    I started to make a spreadsheet to keep track of what's in each XMM register after each instruction. (columns...
  7. Replies
    204
    Views
    1,162,556

    Re: How to fstab

    I just discovered that the default fstab line for /cdrom isn't good when you have a dvd with a file >4GB on it, which requires UDF. It should be iso9660,udf, not udf,iso9660. mount seems to try...
Results 1 to 7 of 7