Strona 1 z 1

Lenovo B570- nie działa regulacja janości wyświetlacza

: 25 sie 2016, 20:30
autor: BlueEye
Witam!

Po instalacji systemu(tym razem czysty 16.04.1 AMD64) nie działa regulacja podświetlenia. Tzn klawisze funkcyjne są poprawnie czytanie, pokazuje sie pasek regulacji, przesuwa się. Po prostu nie zmienia się janoćć wyświetlacza. Jest na to jakaś rada?

Re: Lenovo B570- nie działa regulacja janości wyświetlacza

: 26 sie 2016, 07:58
autor: mario_7

Re: Lenovo B570- nie działa regulacja janości wyświetlacza

: 26 sie 2016, 13:16
autor: BlueEye
Zadziałało. Dla potomnych:
6
down vote
accepted


Try this. It worked for my Ubuntu 14, Lenovo B570, Intel Graphics.

Open a terminal and create the following configuration file, if it does not exist:

sudo touch /usr/share/X11/xorg.conf.d/20-intel.conf

Now we need to edit this file. You can use any editor be it a terminal one or graphical.

sudo gedit /usr/share/X11/xorg.conf.d/20-intel.conf

Add the following lines to this file:

Section "Device"
Identifier "card0"
Driver "intel"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"

EndSection

Save it. Log out and log in back.

Re: Lenovo B570- nie działa regulacja janości wyświetlacza

: 28 sie 2016, 15:41
autor: darek334
Ok ,dzięki