Nvidia native driver brightness control with Leap 42.1

From JoBaPedia
Revision as of 08:44, 4 December 2015 by Joachim (talk | contribs) (Created page with "X11 driver detection seems to be fully automatic with Leap 42.1: All the xorg.conf.d files are empty. Thats fine, as long as everything works, but sucks if you try to fix some...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

X11 driver detection seems to be fully automatic with Leap 42.1: All the xorg.conf.d files are empty. Thats fine, as long as everything works, but sucks if you try to fix something and there is no new documentation covering it. But finally I found a place to enable brightness control:

I modified /etc/X11/xorg.conf.d/50-device.conf that only contained comments. It now looks like that:

Section "Device"
  Identifier "Nvidia Device"
  Option  "RegistryDwords"  "EnableBrightnessControl=1"
EndSection