Results 1 to 8 of 8

Thread: Thinkpad W530 with NVidia GPU running Ubuntu 18.04/NVidia 340 - display brightness

  1. #1
    Join Date
    Feb 2006
    Beans
    62

    Thinkpad W530 with NVidia GPU running Ubuntu 18.04/NVidia 340 - display brightness

    Thinkpad W530 with NVidia GPU running Ubuntu 18.04/NVidia 340 - display brightness only changes at boot-up (it reads the intended brightness from the settings area and takes on that brightness.) Once the machine is running, subsequent changes to brightness SETTING are saved in settings dialog, however, the actual brightness in the hardware does not change from the boot-up brightness (as set prior to boot-up.)

    100% repeatable.

    Where can I go for advice to resolve?

  2. #2
    Join Date
    Mar 2009
    Beans
    82
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Thinkpad W530 with NVidia GPU running Ubuntu 18.04/NVidia 340 - display brightnes

    You can use nvidia-settings to change brightness?

    And in terminal to write the current X server configuration to ~/.nvidia-settings-rc

    Code:
    nvidia-settings --rewrite-config-file
    Think like a man of action, and act like a man of thought. ~ Henri Bergson

    Checkout: SpaceEDGE

  3. #3
    Join Date
    Feb 2006
    Beans
    62

    Re: Thinkpad W530 with NVidia GPU running Ubuntu 18.04/NVidia 340 - display brightnes

    Thanks for the reply!

    There doesn't seem to be any means to adjust (backlight) brightness in nvidia-settings GUI.

    I was able to execute the nvidia-settings command you recommend; the file contents are show below.

    #
    # /home/(user name)/.nvidia-settings-rc
    #
    # Configuration file for nvidia-settings - the NVIDIA X Server Settings utility
    # Generated on Wed Feb 12 11:36:26 2020
    #

    # ConfigProperties:

    RcFileLocale = C
    DisplayStatusBar = Yes
    SliderTextEntries = Yes
    IncludeDisplayNameInConfigFile = No
    ShowQuitDialog = Yes
    UpdateRulesOnProfileNameChange = Yes

    # Attributes:

    [DPY:LVDS-0]/RedBrightness=0.000000
    [DPY:LVDS-0]/GreenBrightness=0.000000
    [DPY:LVDS-0]/BlueBrightness=0.000000
    [DPY:LVDS-0]/RedContrast=0.000000
    [DPY:LVDS-0]/GreenContrast=0.000000

  4. #4
    Join Date
    Mar 2009
    Beans
    82
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Thinkpad W530 with NVidia GPU running Ubuntu 18.04/NVidia 340 - display brightnes

    Thinkpad W530 with NVidia GPU running Ubuntu 18.04/NVidia 340 - display brightness only changes at boot-up (it reads the intended brightness from the settings area and takes on that brightness.) Once the machine is running, subsequent changes to brightness SETTING are saved in settings dialog, however, the actual brightness in the hardware does not change from the boot-up brightness (as set prior to boot-up.)

    There doesn't seem to be any means to adjust (backlight) brightness in nvidia-settings GUI.
    The brightness settings should be at color correction in nvidia-settings GUI, see attached screenshot.
    Attached Images Attached Images
    Think like a man of action, and act like a man of thought. ~ Henri Bergson

    Checkout: SpaceEDGE

  5. #5
    Join Date
    Feb 2006
    Beans
    62

    Re: Thinkpad W530 with NVidia GPU running Ubuntu 18.04/NVidia 340 - display brightnes

    I found the settings you recommended - they do adjust brightness/contrast (I think by adjusting the LCD rather than the backlight intensity, but still it is having a change), however, after reboot the settings are restored back to the native ubuntu settings dialog (which I think it adjusting the backlight intensity), which itself cannot be adjusted during operation, only in advance of the next start-up. Perhaps this is the intended design of the system? If I can find a command line method to change the nvidia settings (instead of the GUI for Nvidia), that would probably suffice.

  6. #6
    Join Date
    Mar 2009
    Beans
    82
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Thinkpad W530 with NVidia GPU running Ubuntu 18.04/NVidia 340 - display brightnes

    You tried with xbacklight?

    Code:
    sudo apt install xbacklight
    Think like a man of action, and act like a man of thought. ~ Henri Bergson

    Checkout: SpaceEDGE

  7. #7
    Join Date
    Feb 2006
    Beans
    62

    Re: Thinkpad W530 with NVidia GPU running Ubuntu 18.04/NVidia 340 - display brightnes

    Just installed and tried xbacklight --- it doesn't read current backlight setting and doesn't change the current setting (=any response to the command is just another command prompt.) I looked at xrandr, however, it's brightness function seems to work like the nvidia brightness control - changing the LCD transmission, but not altering the backlight intensity (xrandr tells you to go to xbrightness for that purpose.)

    So, as yet unsolved, but I do appreciate the advice!

    Dave

  8. #8
    Join Date
    Mar 2009
    Beans
    82
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Thinkpad W530 with NVidia GPU running Ubuntu 18.04/NVidia 340 - display brightnes

    May I ask why you're using NVidia 340, this ppa has the latest stable release nvidia-390 or nvidia-430 depending on your video card?

    Code:
    sudo add-apt-repository ppa:graphics-drivers/ppa 
    sudo apt-get update
    Last edited by thehipho; February 17th, 2020 at 12:39 AM.
    Think like a man of action, and act like a man of thought. ~ Henri Bergson

    Checkout: SpaceEDGE

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
  •