Schleppi zu dunkel
Aus Froggis Wissenssammlung
From Samsung R580, Ubuntu 10.04 and Brightness control, not written for Mint but may still work :
Geht aber nur, wenn die xorg.conf da ist :-) Ist sie bei mir aber nicht
Edit the /etc/X11/xorg.conf file and add the RegistryDwords line (only that line) to the Device section:
Section "Device" Identifier "Default Device" Driver "nvidia" Option "NoLogo" "True" Option "RegistryDwords" "EnableBrightnessControl=1" EndSection
Dieser Tip hat etwas geholfen. Mehr Licht :-)
Edit this line in /etc/default/grub and add acpi_osi=, so it lookes like this: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=" Then: update-grub reboot
Noch ein Tip und der bringt noch mehr Licht ins Dunkel und es lässt sich regeln :-)
Also try same as before but add: acpi_backlight=vendor so it looks like this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi= acpi_backlight=vendor"