

gdbus call --session --dest org.gnome.SettingsDaemon --object-path /org/gnome/SettingsDaemon/Power --method org.gnome.SettingsDaemon.Power.Screen.SetPercentage 50



esteban1uy wrote:There's a workaround.
Open your "Startup Applications Preferences" and click the "Add" button
At the promt, put "Brightness" as name, and the following code at "Command":
- Code: Select all
gdbus call --session --dest org.gnome.SettingsDaemon --object-path /org/gnome/SettingsDaemon/Power --method org.gnome.SettingsDaemon.Power.Screen.SetPercentage 50
Click "Save" and restart session.
That will reduce to 50% your screen brightness.
You can change the last number to anything suitable for you.
tek_heretik wrote:You didn't specify what make of video chip/adapter/card you are using, if it's nVidia, there is the settings utility (granted the proprietary driver is in use). What I do, if the video driver is 'sending' the normal brightness value to the monitor, I turn the brightness down on the monitor itself (extreme bright monitor's menu setting will reduce the life of your monitor anyway)...that being said, I prefer the video adapter/driver's default values and adjust the monitor's settings to suit it. Hope that helped.

Klaw117 wrote:I can't really adjust the brightness of the monitor itself. I have to use the Fn keys or go into the brightness settings in the Control Panel (Windows) or the System Settings (Linux Mint).


#!/bin/sh
#change brightness setting to 50 percent on startup or resume
pkexec /usr/lib/gnome-settings-daemon/gsd-backlight-helper --set-brightness 488
gsettings set org.gnome.settings-daemon.peripherals.input-devices hotplug-command "/home/esteban/.lowerbrightness.sh"

gsettings set org.gnome.settings-daemon.peripherals.input-devices hotplug-command "/home/klaw117/.lowerbrightness.sh"
Klaw117 wrote:@esteban1uy: Thank you, your solution worked. However, I just have one last question. In the event that AMD finally makes a working driver for my graphics card, how do I reverse this command?
- Code: Select all
gsettings set org.gnome.settings-daemon.peripherals.input-devices hotplug-command "/home/klaw117/.lowerbrightness.sh"
I know that I could just delete the file that you told me to create, but I feel like it would be a good idea to also know the method to reverse the above command in the terminal.
gsettings set org.gnome.settings-daemon.peripherals.input-devices hotplug-command ""

Klaw117 wrote:@tek_heretik: My laptop is a Dell Inspiron 14R (N4110). And no, the brightness is fine in Windows. My Fn keys actually work there (well, they work in Linux Mint also, but the settings don't save, unlike in Windows).




chiefjim wrote:Will any of the above adjust the brightness during the boot issue itself? A friend of mine with macular issues had tremendous discomfort beginning with the first screens.



Users browsing this forum: Joe Collins and 19 guests