Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    1,218

    [ubuntu] Re: tx2500 series remote control

    more than one year has passed and still no fix...

    :(
  2. Replies
    29
    Views
    27,092

    [ubuntu] Re: Ubuntu 10.10 - Slow Internet

    this also permanently solved the problem on my HP tx2510us

    sudo gedit /usr/lib/pm-utils/power.d/wireless
    (make a copy before doing these changes)

    apply these changes in the script:


    case...
  3. Replies
    13
    Views
    28,560

    [ubuntu] Re: Where are google chrome passwords stored?

    they are stored in ~/.config/google-chrome/Default/Login\ Data

    to export to chrome-passwords.txt file:


    $ sqlite3 ~/.config/google-chrome/Default/Login\ Data
    $ sqlite> .output...
  4. [all variants] Re: HOW TO: Install a LinuxWacom Kernel Driver for Tablet PC's

    hello,
    my screen (tx2510us) broke (the first glass layer) and I removed it including the plastic layer that controls the touch (finger)...

    seeing as I didn't really use the touch that much, and I...
  5. [all variants] Re: HOW TO: Install a LinuxWacom Kernel Driver for Tablet PC's

    hi Favux,
    just a quick note:
    I've found xinput_calibrator to be a possible substitute to wacomcpl for those who, like me, are using lucid..

    thanks for your great work
    Marranzano
  6. [ubuntu] Re: conky wireless_* parameters do not have any values

    i'm only interested in getting my external ip... this is my workaround using the following script:

    #!/bin/bash
    wget http://checkip.dyndns.org/ -q -O - |
    grep -Eo...
  7. Replies
    645
    Views
    165,671

    Re: How to Rotate the Screen for a TX2000 Tablet PC

    @ martinjochimsen

    I'm on Lucid with a tx2510us.
    i guess every situation is different, but all i did is:

    1) installed xf86-input-wacom from git as described in the link provided by favux...
  8. Replies
    50
    Views
    34,993

    [all variants] Re: Rotate mouse/cursor axes

    there are several scripts that you can find here:
    http://ubuntuforums.org/showthread.php?t=996830

    including magick-rotation-0.4-beta1 for lucid that can be found here:...
  9. Replies
    645
    Views
    165,671

    Re: How to Rotate the Screen for a TX2000 Tablet PC

    favux... you're the man...
    updated from git and touch now works great when rotated... the pointer will remain in place once the finger is lifted!!
    therefore i can confirm that that patch didn't...
  10. Replies
    645
    Views
    165,671

    Re: How to Rotate the Screen for a TX2000 Tablet PC

    thnx
    confirming that magick-rotation-0.4-beta1 works well in lucid, it automatically detected the right id's of stylus, eraser and touch: 12 11 13..

    of course there's still the bug mentioned a...
  11. Replies
    645
    Views
    165,671

    Re: How to Rotate the Screen for a TX2000 Tablet PC

    for anyone who wishes to rotate the touchpad as well, there is a patched xserver-xorg-input-synaptics which allows to do this:

    ubuntu thread:
    http://swiss.ubuntuforums.org/showthread.php?t=943297...
  12. Replies
    5
    Views
    5,487

    [ubuntu] Re: make conky automatically resize

    the problem is in the
    ${tab}
    option:
    when the window resizes due to a new song title the new window size doesn't include the tab...

    if the title is x in length the window will be x in length no...
  13. [all variants] Re: HOW TO: Install a LinuxWacom Kernel Driver for Tablet PC's

    u could try this mirror of the cvs version...
    http://gitorious.org/linuxwacom/linuxwacom-mirror

    or simply use a proxy... this should work:...
  14. Replies
    50
    Views
    34,993

    [all variants] Re: Rotate mouse/cursor axes

    just updated with your repo,, thnx!

    bu when i run
    $ synclient Xrandr=3
    i get:

    Unknown parameter Xrandr

    synclient works fine for other options...
  15. [all variants] Re: HOW TO: Install a LinuxWacom Kernel Driver for Tablet PC's

    hi all,

    I apologize if this has already been said but i didn't find it in the thread...
    edit: I just found it on another post: http://ubuntuforums.org/showpost.php?p=9096063&postcount=385

    on a...
  16. Replies
    5
    Views
    5,487

    [ubuntu] Re: make conky automatically resize

    I've been experimenting with those two lines but the result is that the width of conky will depend on the length of title of the first song played, no matter the length of the titles of the following...
  17. Replies
    5
    Views
    5,487

    [ubuntu] make conky automatically resize

    hello,
    I have a conky setup for displaying mpd.
    this is the code:

    # Use Xft?
    imlib_cache_size 0 # so image is redrawn
    use_xft yes
    xftalpha 0
    text_buffer_size 2048
    font Arial:size=9
  18. Replies
    2
    Views
    820

    [ubuntu] Re: firefox printing flash

    same applies for flash 10.0 r45
  19. Replies
    2
    Views
    820

    [ubuntu] firefox printing flash

    hello,
    I'm trying to print this sudocu flash by right clicking on it and telling flash to print it:
    ...
  20. Replies
    6
    Views
    1,677

    [gnome] Re: change 'computer' in gnome-main-menu

    thanx!!...
  21. Replies
    635
    Views
    155,849

    [kubuntu] Re: Info and help for HP TX2500 Series

    still need a little help with the dvd key on tx2510us:

    I added

    setkeycodes 0x8e 142
    to /etc/rc.local
    and now the dvd key is working again :)
    the only problem is that it works as a duplicate...
  22. Replies
    645
    Views
    165,671

    Re: How to Rotate the Screen for a TX2000 Tablet PC

    same thing here:
    hp_wmi has been loaded instead of hp-wmi.

    but this doesn't prevent automagic_rotation.sh to work because with hp_wmi
    /sys/devices/platform/hp-wmi/tablet shows the correct values...
  23. Replies
    635
    Views
    155,849

    [kubuntu] Re: Info and help for HP TX2500 Series

    had the same issue, this did the trick:
    http://ubuntuforums.org/showpost.php?p=7092941&postcount=102
    ;)
  24. Replies
    645
    Views
    165,671

    Re: How to Rotate the Screen for a TX2000 Tablet PC

    tnx for the automagic_rotation script, works wondefully!!!

    is there a way to rotate the touchpad orientation so i can keep the laptop open as a book with a vertical orientation and successfully...
  25. Replies
    635
    Views
    155,849

    [kubuntu] Re: Info and help for HP TX2500 Series

    ok, i'm back...
    firstly thank favux, ran into your thread regarding rotation and discovered the use of hp-wmi!!!

    i had no luck with the dvd key, hal doesn't seem to make much of a difference.
    ...
Results 1 to 25 of 56
Page 1 of 3 1 2 3