inverting the display

Discussion in 'Acer Aspire One' started by Guest, Apr 11, 2009.

  1. Guest

    Guest Guest

    I just bought an Aspire One and I am using it to watch movies on. What software is need for my Aspire One to invert the display 180 degrees? I want to mount it in my space, from my ceiling. :?
     
    Guest, Apr 11, 2009
    #1
  2. Guest

    donec

    Joined:
    Sep 11, 2008
    Messages:
    952
    Likes Received:
    0
    Some one posted th following script and it works for me on Mandriva 2009 Gnome. You need to copy the red text and paste it into a text editor not a word processor and save it like to your desktop or some other place you like. Then go into the properties for the file and make sure you make the file executable.....
    #!/usr/bin/perl
    open PROP, "/usr/bin/xrandr --prop |";
    unless (<PROP> =~ /current\s+(\d+)\s*x\s*(\d+)/) {
    print "Problem reading input.\n";
    } elsif ($1 > $2) {
    exec("/usr/bin/xrandr","-o","left");
    } else {
    exec("/usr/bin/xrandr","-o","normal");
    }
     
    donec, Apr 11, 2009
    #2
  3. Guest

    jackluo923

    Joined:
    Aug 26, 2008
    Messages:
    843
    Likes Received:
    0
    It's really hard to give you any instructions if you don't tell us what OS you are using. LInux is totally different from Windows.
     
    jackluo923, Apr 12, 2009
    #3
  4. Guest

    sgeltoob

    Joined:
    Apr 20, 2009
    Messages:
    1
    Likes Received:
    0
    sgeltoob, Apr 20, 2009
    #4
  5. Guest

    DougHillman

    Joined:
    Jan 23, 2009
    Messages:
    45
    Likes Received:
    0
    Ummm, is there some reason why he couldn't just hit [Ctrl] + [Alt] + [Down Arrow] as it explains in the instruction manual?

    Does Linux not have some sorta Acer Launch Manager thingie installed like the Windows version comes with?
     
    DougHillman, Apr 20, 2009
    #5
  6. Guest

    Darryl

    Joined:
    Sep 1, 2008
    Messages:
    308
    Likes Received:
    0
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.