I have 15.10 default install, no any changes to /etc/default/grub
. Now when I press Fn + arrowUp/Down
I can see display brightness change notification. Moreover, /sys/class/backlight/acpi_video0/*
seem to reflect my pressings and notifiaction's bar length. So, everything looks good, but display's brightness does not change at all.
When I try to put aspm_pcie=force
, acpi_osi=linux
, acpi_osi=vendor
, acpi_brightness=vendor
or some combination of theese --- nothing improves (however I can get things worse: values in /sys/class/backlight/acpi_video0/*
stop to reflect my pressings).
There are other solution which says to put into xorg.conf
(Device
section) the line:
Option "RegistryDwords" "EnableBrightnessControl=1"
But where should I try to put this line in 15.10?
Is there any other solution so far?
Option "RegistryDwords" "EnableBrightnessControl=1"
is for Nvidia's proprietary river. Does Dell Vostro 3700 have Nvidia graphics? What does it have? – mikewhatever Dec 18 '15 at 10:03nv_backlight
, too. And yes, I did a check withacpi_brightness=vendor
, it didn't make any difference. Yes, my Vostro has GeForce GT 330M, but I am not sure which driver does it use. Thank you. – brownian Dec 18 '15 at 10:59*_brightness
values in/sys/class/backlight/nv_backlight
do not reflect my pressings (the are always the same). – brownian Dec 18 '15 at 11:01echo X
> suso tee /sys/class/backlight/nv_backlight/brightness, where X is the value. Does the screen brightness change? – mikewhatever Dec 18 '15 at 11:03xorg.conf
, just/usr/share/X11/xorg.conf.d/
with files, no one of which containsDevice
section. Shall I create new file? Where can I read about its content? – brownian Dec 18 '15 at 11:29nouveau
video driver and nothing helped. Now everything works afterapt-get install nvidia-current
driver. With "clean"/etc/default/grub
. Withxorg.conf
you've pointed me. THANK YOU. – brownian Dec 18 '15 at 12:23