Strona 1 z 1

Brak regulacji jasności

: 30 sty 2018, 15:29
autor: Mroovkoyad
Na nowym laptopie miałem problem ze sterownikami nouveau rozwiązany poprzez dodanie do gruba "nomodeset".
https://ubuntu.pl/forum/viewtopic.php?f ... 4#p1024344

Aktualny problem polega na tym, że:
a - nie mam możliwości regulacji jasności ekranu;
b - wygaszacz ekranu nie wyłącza go, tylko tak jakby "świeci czernią";
c - nie mogę wstrzymać systemu. Tzn mogę, ale potem nie da się dobudzić komputera (tylko świecąca czerń).

W oprogramowaniu i aktualizacjach przełączyłem z otwartoźródłowego sterownika karty grafiki na własnościowy nVidii. Po restarcie pojawił się problem pętli logowania (jak tu: https://ubuntu.pl/forum/viewtopic.php?f ... e#p1024376). Pomogło

Kod: Zaznacz cały

sudo apt-get purge nvidia*
Co z tym zrobić? Nie obchodzi mnie jakich system używa sterowników, chcę tylko aby ekran działał normalnie.

Re: Brak regulacji jasności

: 01 lut 2018, 11:29
autor: e X t 7 3
Witaj

Zainstaluj nasz NeteXt'73 a tam: kernel [na razie standard], APM, sterowniki Nvidii, ustawienia grub dla intela i daj informację, czy działa poprawnie.

Pozdarwaim

Re: Brak regulacji jasności

: 07 lut 2018, 21:44
autor: Mroovkoyad
Ale po instalacji mam coś jeszcze zrobić? Bo sama instalacja nic nie pomogła.

Re: Brak regulacji jasności

: 07 lut 2018, 22:01
autor: e X t 7 3
Mroovkoyad pisze: 07 lut 2018, 21:44 Ale po instalacji mam coś jeszcze zrobić? Bo sama instalacja nic nie pomogła.
Jaki kernel wgrany, APM jak ustawione + Grub ?

Pozdrawiam

Re: Brak regulacji jasności

: 08 lut 2018, 15:52
autor: Mroovkoyad
Przepraszam, ale nie zrozumiałem nic z tego co napisałeś. Można jakoś prostszymi instrukcjami?

Jeżeli chodzi o plik GRUB, to wygląda tak:

Kod: Zaznacz cały

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

Re: Brak regulacji jasności

: 08 lut 2018, 23:18
autor: e X t 7 3
Mroovkoyad pisze: 08 lut 2018, 15:52 Przepraszam, ale nie zrozumiałem nic z tego co napisałeś. Można jakoś prostszymi instrukcjami?

Jeżeli chodzi o plik GRUB, to wygląda tak:

Kod: Zaznacz cały

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
Ok jutro odpisze - znaczy sie nic tam nie masz [co jest konieczne].

Pozdrawiam

Re: Brak regulacji jasności

: 10 lut 2018, 10:54
autor: Graba
Witam

Jak bootujesz system nacisnij E a nastepnie dodaj to do lini gdzie jest wywolanie kernela
acpi_backlight=vendor
zapisz ustawienia (f10) i boot
jesli bedzie dzialac to dopisz to do pliku konfiguracyjnego Grub

Re: Brak regulacji jasności

: 10 lut 2018, 22:38
autor: e X t 7 3
OK zatem zrób po kolei - start, a następnie instaluj wskazane komponenty. Konfiguracja APM, GRUB - jak na obrazkach:

Start

APM

GRUB

Pozdrawiam