The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Debian 64bit on Clevo M570RU-U

    Discussion in 'Linux Compatibility and Software' started by Quantumstate, May 1, 2008.

  1. Quantumstate

    Quantumstate Notebook Geek

    Reputations:
    0
    Messages:
    82
    Likes Received:
    0
    Trophy Points:
    15
    Is anyone using a 64 bit Linux distro on any of the newer notebooks?

    I am particularly curious about having adequate drivers for things like the fingerprint readers, webcams, HDMI, TV tuner, firewire, etc. And how are apps handled? Are there 64 bit versions of most apps, or are the 32bit versions run in 'compatibility' mode? Do you see 4GB+ of RAM? How does performance compare with 32 bit? Is XFS still the best filesystem? What kinds of problems are there with 64bit Intel Linux? Stability? Speed? Sacrifices?

    I know everyone's crazy about 'Ubongo', but I've been happy with Debian for ten years so that's what I am sticking with.
     
  2. Pitabred

    Pitabred Linux geek con rat flail!

    Reputations:
    3,300
    Messages:
    7,115
    Likes Received:
    3
    Trophy Points:
    206
    I'm not using it on a Clevo, but I do have 64bit Hardy on my work and personal laptops.

    The fingerprint readers are so-so, and even under Windows are hardly secure. But I do know that Thinkpad finger-readers are somewhat supported, so you may have good luck there. Webcams are currently a sore point across the board from my understanding, but haven't tested it on my Compal HGL30 since installing Hardy (yes, I use "ubongo" because it's easier to get a desktop up than with Debian IMHO). HDMI is almost universally supported (NOT the DRM'd crap, just the interface), TV tuners you have to check the chipset. It's hit or miss, but fortunately more hit than miss any more. Firewire is perfectly fine. Pretty much all open-source apps run perfectly in native 64bit mode. Things like Flash will run in 32bit mode, usually using a wrapper stub like nsplugin so they work in 64bit browsers. Yes, you see 4GB+ of RAM... you see however much you have installed... if you buy good hardware, Linux will generally make better use of it than Windows ;) The performance is generally faster than under 32bit, except that apps use a little more memory since addresses are now 64 instead of 32 bits, so it's a trade-ff. Usually faster, sometimes slower, nothing you'll notice without benchmarks showing the 1-2% difference either way. XFS, I have no idea... I typically use EXT3 since it's the most common one and performs well enough for me. Filesystems are pretty much agnostic when it comes to 32 vs. 64bit software as far as I know.