Search:

Type: Posts; User: AureiAnimus; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    1,374
    Views
    2,147,735

    Re: Howto: Backup and restore your system!

    I don't think so. As I understand it, uncompressing the .tgz overwrites everything. I wanted to ask a similar question:

    Can I use this method to make a backup of my 11.04 install, then install...
  2. Replies
    11
    Views
    2,093

    Re: [Python] High Memory Usage

    Also, a search for [python garbage collection] might give you more understanding about your problem.

    I recently had a problem with python memory usage, which came down more or less to this...
  3. Replies
    6
    Views
    371

    Re: Anonymize Data

    This is python:

    #!/usr/bin/env python
    import sys

    hashes = {}
    count = 1
    with open(sys.argv[1]) as f1:
    for line in f1:
    actors = line.strip("\n").split(',')
  4. [SOLVED] Re: Disable PS2 mouse while typing (or fix touchpad detection)

    Okay. One other thing: Don't forget to change to your touchpadString in toggleTouchpad and toggleTouchpad-forscript, the 7 is already there.



    Did you try the instructions i posted a little up?...
  5. [SOLVED] Re: Disable PS2 mouse while typing (or fix touchpad detection)

    You can try my scripts with a little effort if you want to.

    I suggest the following approach:
    Place in ~/bin, change all mentions in the script of /home/pim/bin
    to /home/username/bin (I'd too...
  6. [SOLVED] Re: Disable PS2 mouse while typing (or fix touchpad detection)

    I think that might be the case.

    What I did was just try this line in the terminal
    xinput list | grep Logitech | awk -F " " '{print $6}' | awk -F "=" '{print $2}'
    while changing the number where...
  7. [SOLVED] Re: Disable PS2 mouse while typing (or fix touchpad detection)

    To turn the touchpad on and off with a shortcut:
    I followed this: http://ubuntuforums.org/showthread.php?t=1629433
    until "Making the magic happen automatically:" and then linked the script to a...
  8. [ubuntu] Re: Elantech touchpad improperly recognized as “ImPS/2 Logitech Wheel Mouse”

    Then you might be interested to know, I managed to switch it on/off with a shortcut linked to a script.
    I followed this: http://ubuntuforums.org/showthread.php?t=1629433
    until "Making the magic...
  9. [ubuntu] Re: Setup Guide: ASUS U36Jc - Ubuntu 11.04 Alpha3 64-bit

    Thanks a lot. I managed to turn off my Nvidia card on my Asus K53SV, however now my fan keeps spinning at full speed. For some reason i can't enable vga_switcheroo, so athe solution on the ubuntu...
  10. [ubuntu] Re: Elantech touchpad improperly recognized as “ImPS/2 Logitech Wheel Mouse”

    I'm having the same problem. The touchpad works, but it's terribly sensitive while typing and multitouch doesn't work. (My laptop is an Asus K53sv)

    aEditing /etc/modprobe.d/psmouse.conf didn't...
  11. Replies
    4
    Views
    5,780

    [ubuntu] Re: Asus K53S (GeForce GT 540M)

    Thank you. If anyone else has experience with this kind of thing, I'd love to hear about it.

    Also, is "integrated intel graphics" here the same thing as an Intel HD graphics adapter, or are they...
  12. Replies
    4
    Views
    5,780

    [ubuntu] Re: Asus K53S (GeForce GT 540M)

    I'd use it in Windows, and it's not like I need extreme graphics peformance in Ubuntu. I'm also looking into asus-switcheroo



    But this is what I'm 'concerned' about. I'm hoping someone can tell...
  13. Replies
    4
    Views
    5,780

    [ubuntu] Asus K53S (GeForce GT 540M)

    I'm thinking about getting an Asus K53SV
    Nearly accurate specs (except graphics card):http://www.ultra-laptops.com/laptops/manufacturers/pos/asus_k53sj/?photo=1
    Fully accurate (Dutch)...
Results 1 to 13 of 22