Search:

Type: Posts; User: [Knuckles]; Keyword(s):

Search: Search took 0.08 seconds.

  1. [ubuntu] Re: Is there a way to disable the pinch zoom touchpad gesture?

    Ok so I finally discovered a workaround.

    It seems like, at least in my case, the pinch zoom touchpad gesture is being emulated somewhere along the stack or even by the touchpad itself. I mention...
  2. [ubuntu] Re: Is there a way to disable the pinch zoom touchpad gesture?

    I have exactly the same problem, and scouring the internet doesn't seem to help at all. Anyone?
  3. Replies
    20
    Views
    11,109

    [ubuntu] Re: Unity broken after upgrade to 13.04

    Just wanted to add that I broke unity by trying to start it with a broken amd driver install, and after fixing the driver install unity was still not loading, but using "unity-tweak-tool...
  4. [ubuntu] Re: how to set bluetooth radio default off (afrer booting)?

    I haven't tried this, but it should work.

    Create a file in /etc/pm/sleep.d/ called 70_disablebluetooth with the following contents.



    #!/bin/bash
    case $1 in
    thaw|resume)
    rfkill...
  5. [ubuntu] Re: how to set bluetooth radio default off (afrer booting)?

    For me, I noticed that at least on Ubuntu 11.10 (Oneiric), you can run rfkill without any other special permissions, so I just added

    rfkill block bluetooth
    to gnome's "Startup Applications..."...
  6. [all variants] Re: Macbook Pro 5,5 backlit keyboard and brightness controll

    This is C++ code, you need to use g++ to compile it. The error you're getting is that gcc tries to call g++, but you don't seem to have it installed.
Results 1 to 6 of 6