Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: 12.04 broke nvclock?

  1. #1
    Join Date
    Oct 2011
    Location
    /root
    Beans
    956
    Distro
    Ubuntu

    Exclamation 12.04 broke nvclock?

    Hey guys, did anyone else running 12.04 manage to get nvclock working because I can't I tried installing it through the software centre, and by installing both the 32 bit and 64 bit .deb's available on nvclock's official launchpad, but I always get the same result:

    Code:
    damir@damir-ubuntu:~$ nvclock -f -F 80
    Segmentation fault (core dumped)
    I have a GTX 260 so currently it is running on stock fan speed which is low, and I use nvclock to set it higher (login script). Yes I know I can get temperature values from the official Nvidia application, but I am trying to set fan speed, not read the temperate....Anyone have any ideas?


  2. #2
    Join Date
    Oct 2011
    Location
    /root
    Beans
    956
    Distro
    Ubuntu

    Re: 12.04 broke nvclock?

    Is nobody else using nvclock Is anyone able to set their Nvidia GPU's fan speed manually using something else under 12.04?


  3. #3
    Join Date
    Feb 2008
    Beans
    5

    Re: 12.04 broke nvclock?

    I use nvclock for screen backlight control on my Sony Vaio VGN-NR31S.
    I have the same errors you got: they started when (in ubuntu 11.10) the nvidia drivers updated to the latest version 295.40 (on 11-04-2012).
    Now, in ubuntu 12.04 (with the same drivers) I have the same problems.

    Does anyone know what is wrong whith nvclock?

    Thank you!

  4. #4
    Join Date
    May 2011
    Beans
    Hidden!

  5. #5
    Join Date
    Oct 2011
    Location
    /root
    Beans
    956
    Distro
    Ubuntu

    Re: 12.04 broke nvclock?

    Not sure why it's broken but it just is....

    See THIS thread I created for an alternative way to gain control of your Nvidia GPU's fan that works for me in 12.04.


  6. #6
    Join Date
    Feb 2008
    Beans
    5

    Re: 12.04 broke nvclock?

    Unfortunately this doesn't solve my problem.
    I NEED to use nvclock, because there is no other way to get the control of the backlight with my GPU.
    Any news about it?
    Thanks!

  7. #7
    Join Date
    Jul 2010
    Location
    /run/shm
    Beans
    820
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: 12.04 broke nvclock?

    nvclock is broken due to recent drivers, you can just use nvidia-settings as nvclock. To set the GPU fan speed just issued these
    Code:
    nvidia-settings -a [gpu:0]/GPUFanControlState=1
    That enables modifying the Fan speed
    Code:
    nvidia-settings -a [fan:0]/GPUCurrentFanSpeed=100
    Set's the speed.

    Code:
    nvidia-settings -e list
    for all the settings, replace list for all for it to tell what does what

    Remember to set coolbits to 5.

    For Brightness, you might want TVBrightness or just Brightness
    Last edited by Lisiano; May 15th, 2012 at 10:38 AM.
    Quote Originally Posted by Linus Torvalds
    "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program."

  8. #8
    Join Date
    Feb 2008
    Beans
    5

    Re: 12.04 broke nvclock?

    Thank you very much Lisiano for the suggestion.
    My problem is that I can't use nvidia-settings as nvclock, because I was using a modified version of nvclock that let me change the brightness (I have one of those Sony Vaio in which the brightness can't be changed with "traditional" commands)!

    Any ideas?
    Thanks!

  9. #9
    Join Date
    Jul 2010
    Location
    /run/shm
    Beans
    820
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: 12.04 broke nvclock?

    Not sure but could you try echoing this?
    Code:
    echo "0" | sudo tee /sys/class/backlight/acpi_video0/brightness
    Replace 0 with any number from 0 to 7. Think that should change the backlight without using the Fn keys.

    EDIT: I don't own nor seen a laptop that won't change it's brightness. I did see a VAIO once but it did change brightness, even in Ubuntu.
    Last edited by Lisiano; May 15th, 2012 at 08:35 PM.
    Quote Originally Posted by Linus Torvalds
    "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program."

  10. #10
    Join Date
    Feb 2008
    Beans
    5

    Re: 12.04 broke nvclock?

    Thank you for helping, but I think my problem is a little bit more complex.
    My problem is quite usual for a series of notebook with nvidia graphic card.
    A bug was open in launchpad (https://bugs.launchpad.net/ubuntu/+s...tup/+bug/95444) and a solution was found: through a modified version of nvclock you can have the backlight control.
    The problem actually is that whit the new nvidia drivers nvclock doesn't work!!

    So, this is the problem!

    I even tried to install the old nvidia drivers versions (through .run installers), but I didn't manage to complete the installation!

    Any help will be useful!
    Thanks!

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •