Fix the washed out, blue tinted monitor on your AAO.

Discussion in 'Linux' started by hardran3, Feb 10, 2009.

  1. hardran3

    hardran3

    Joined:
    Aug 11, 2008
    Messages:
    73
    Likes Received:
    0
    Location:
    Swift Current, SK, Canada
    I have been unimpressed with the picture quality on my Aspire One, and after some searching I have found a solution for the washed out, blue tinted image.

    First we will need an AAO icc profile. Download the profiles, and then unzip them. Open a terminal and go to the directory where you unzipped the icc profiles. Create the folder '/usr/share/color/icc', and copy the color profiles there.

    Code:
    sudo mkdir /usr/share/color
    sudo mkdir /usr/share/color/icc
    sudo cp AspireOneProfile* /usr/share/color/icc 
    Now that we have our icc profile for our Aspire One, we need to load them somehow. For this we will install a program called xcalib.

    Code:
    sudo apt-get install xcalib
    After that is done we can test the profiles we downloaded. Open a terminal and type in:

    Code:
    xcalib /usr/share/color/icc/AspireOneProfileNative
    You should immediately see a huge improvement in contrast and colour on your Aspire One. To switch back to normal type in

    Code:
    xcalib -clear
    I prefer the AspireOneProfileNative setting. To make this happen automatically at every login, I simply added my xcalib command to my gnome session.

    Enjoy your improved picture!

    BONUS FIREFOX TIP:

    To enable colour profiles in Firefox 3, follow this link.

    Credits!!
    I got all my info from:

    ICC profiles for AAO
    Load ICC profiles in Linux
     
    hardran3, Feb 10, 2009
    #1
  2. hardran3

    rubberglove

    Joined:
    Jan 22, 2009
    Messages:
    10
    Likes Received:
    0
    hey --

    That's pretty interesting.
    Half the time, I think I'm basically colourblind, but even I think the AspireOneProfileNative profile looks pretty nice.

    I don't really understand why you would use the AspireOneProfile, on the other hand - unless you are going for a sepia-toned, old movie feel.
     
    rubberglove, Feb 10, 2009
    #2
  3. hardran3

    hardran3

    Joined:
    Aug 11, 2008
    Messages:
    73
    Likes Received:
    0
    Location:
    Swift Current, SK, Canada
    It gives you an accurate color range, good for photo editing. They only look yellow when you switch from the amazingly blue tinted default of the AAO. I can't even look at the default anymore :)
     
    hardran3, Feb 10, 2009
    #3
  4. hardran3

    wrek

    Joined:
    Nov 27, 2008
    Messages:
    39
    Likes Received:
    0
    The linked files are gone :(
     
    wrek, Feb 12, 2009
    #4
  5. hardran3

    hardran3

    Joined:
    Aug 11, 2008
    Messages:
    73
    Likes Received:
    0
    Location:
    Swift Current, SK, Canada
    Fixed. Try again.
     
    hardran3, Feb 12, 2009
    #5
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.