Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    14
    Views
    8,928

    [ubuntu] Re: Ubuntu on HP Compaq D530...

    I had this problem too...

    Manually changed fan speed as such:



    #echo 1 > /sys/class/hwmon/hwmon0/device/pwm1_enable
    #echo 70 > /sys/class/hwmon/hwmon0/device/pwm1
  2. How to convert a directory of AVI files to play on LG Viewty mobile

    I often have a bunch of avi files in a directory that I want to convert to see on my viewty mobile. This code will create a new 'mobile' directory within the directory and convert each avi file to...
  3. Replies
    1
    Views
    2,365

    [ubuntu] Re: Change fan speed using fancontrol?

    I had an overly noisy fan (d530 motherboard fans get a lot of complaints) so I manually have set my fan speed to a slower, saner, speed.

    ie..

    #echo 1 >...
  4. Replies
    1
    Views
    3,044

    [ubuntu] Re: Manual Fan Speed Control

    I can do this via the command line -

    ie..

    #echo 1 > /sys/class/hwmon/hwmon0/device/pwm1_enable
    #echo 100 > /sys/class/hwmon/hwmon0/device/pwm1

    your device names might be different though,...
  5. Replies
    0
    Views
    5,532

    [SOLVED] manually changing fan speed

    warning: this is dangerous. manually turning off cpu fans or slowing them down too much can fry or set fire (AMDs) to your CPU.

    Works for D530 Motherboards, can't guarantee it will work for...
  6. Replies
    3
    Views
    475

    will nubuilder be in karmic??

    is anyone able to let me know if nubuilder (ie. http://nubuilder.com/nubuilderwww/index.php?nav=download ) will be in karmic?

    It's absolutlely fantastic as an online database building tool, and...
  7. Replies
    4
    Views
    1,303

    [ubuntu] viewty divx encoding

    someone might find this useful:

    to encode a whole directory of .avi video files into a format suitable for mobile phones (a viewty at least), similar to 3gp, you can use this at a bash prompt:

    ...
  8. Replies
    216
    Views
    153,977

    Re: Howto: setup Conky in Hardy and Ibex

    Hi, to answer this, first - i take it you are running conky from the command line?? Otherise, you wouldn't see these messages...

    Second, the errors are not fatal errors. They are notifications &...
  9. Replies
    216
    Views
    153,977

    Re: Howto: setup Conky in Hardy and Ibex

    These errors should be minor and in the background & not stop conky from working. However, I've updated the script to remove the errors.

    Thanks for the bug report.
  10. Replies
    216
    Views
    153,977

    Re: Howto: setup Conky in Hardy and Ibex

    hmmmm.... are you running the /conky_start.sh script properly - rather than just running 'conky'?

    If you just run conky at bootup, then compiz can get confused and think it's a window and draw a...
  11. Replies
    216
    Views
    153,977

    Re: Howto: setup Conky in Hardy and Ibex

    from what I gather, you are saying that the conky is all up and working fine but that clicking on it behaves differently from clicking on other parts of the desktop (it draws a select rectangle??)
    ...
  12. Replies
    216
    Views
    153,977

    Re: Howto: setup Conky in Hardy and Ibex

    Thanks for the comments and the 'thankses'!

    As always, please let me know if you run into any bugs in the instructions above or if it isn't working for you. My first conky instructions were read...
  13. Replies
    4
    Views
    829

    [ubuntu] Re: Can't run compiz

    hmmm... from a quick look, seems like it might not be seeing your 3d graphics card. Have you tried reinstalling the restricted drivers??
  14. Replies
    216
    Views
    153,977

    Howto: setup Conky in Hardy and Ibex

    FOR HARDY AND IBEX. NOTE: for old Ubuntu versions, see here: http://ubuntuforums.org/showthread.php?t=205865

    Conky is an powerful desktop app that posts system monitoring info onto the root...
  15. Replies
    1
    Views
    349

    [ubuntu] Re: Random Reboots

    I was plagued by this as well with Hardy.

    It seems like it is a rare problem with 8.04 & I discussed it & brought it up on Launchpad bugs.

    There wasn't any solution but as soon as I upgraded to...
  16. Replies
    176
    Views
    17,449

    [all variants] Re: reboots every 61 +/- minutes

    I wonder if your CMOS is set up to shutdown/reboot if temperature gets above a certain level. So, then your computer slowly builds up temperature until the reboot, which would explain the fan also...
  17. Ubuntu Submissions - South Australian Legislative Council

    FAMILY FIRST MLC, Dennis Hood, will made submissions in the South Australian Legislative Council today - calling for IT funding criteria to be opened up, so that our school children can benefit from...
  18. Replies
    827
    Views
    643,845

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    Thanks - I'll add your tips to the How-to
  19. Replies
    827
    Views
    643,845

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    i dont know anything about compiz....

    i thought someone posted a workaround several pages back, but i dont know if it works. if someone can confirm code to make compiz work, can you please post it...
  20. Replies
    827
    Views
    643,845

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    i've updated the .conkyrc file, to tidy up the network interfaces section (reusing some great code someone posted above), and including a little bit of colour into the graphs.

    can someone please...
  21. Replies
    827
    Views
    643,845

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    yes you are right

    a few weeks ago i included some code in the last line of .conkyrc that will make sure conky is on the root window every 30 seconds or so (wmctl). Just wait a few seconds and...
  22. Replies
    827
    Views
    643,845

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    You probably don't need that program. I included that one in the apt-get mostly for people who want to compile conky themselves.

    just try skipping that particular file and going on from there.
  23. Replies
    827
    Views
    643,845

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    Yeah... its the ${execi 30 wmctrl -a conky} code... that will run every 60 seconds and make sure conky is on the root window.

    hmmm... its a catch 22... if that code isn't there then sometimes...
  24. Replies
    827
    Views
    643,845

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    hey is there a solution to the XGL/Compiz issue?

    if there is, i'll add it to the how-to
  25. Replies
    827
    Views
    643,845

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    Thanks everyone for the further followup questions and suggestions.

    I've made some updates to the how-to page to add everyones ideas. In particular, i've added the instructions for XFCE.

    Also,...
Results 1 to 25 of 41
Page 1 of 2 1 2