Schleppi zu dunkel: Unterschied zwischen den Versionen

Aus Froggis Wissenssammlung
Wechseln zu:Navigation, Suche
K (1 Version importiert)
 
Zeile 1: Zeile 1:
 +
<btn>mainpage|Zurück</btn>
 
From Samsung R580, Ubuntu 10.04 and Brightness control, not written for Mint but may still work :
 
From Samsung R580, Ubuntu 10.04 and Brightness control, not written for Mint but may still work :
  

Aktuelle Version vom 6. Juni 2019, 22:30 Uhr

<btn>mainpage|Zurück</btn> 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"