Дистрибутив xubuntu 16.04.2 LTS.
Устанавливал немеряное количество раз на эту же систему. Всегда пользовался вторым пунктом этой инструкции:
https://help.ubuntu.ru/wiki/регулировка_яркости_экрана_ноутбука
Всегда всё работало.
А теперь - нет) После создания файла
20-intel.conf иксы не стартуют.
При попытке стартовать сервер фатал эррор и матюки в xorg.0.log:
[ 59.433]
X.Org X Server 1.18.4
Release Date: 2016-07-19
[ 59.433] X Protocol Version 11, Revision 0
[ 59.433] Build Operating System: Linux 4.4.0-83-generic i686 Ubuntu
[ 59.433] Current Operating System: Linux processorovich-eME528 4.4.0-87-generic #110-Ubuntu SMP Tue Jul 18 12:54:58 UTC 2017 i686
[ 59.433] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-87-generic root=UUID=bd91ebe4-75ae-4842-a265-04d43a4eb693 ro quiet splash vt.handoff=7
[ 59.434] Build Date: 17 July 2017 05:05:26PM
[ 59.434] xorg-server 2:1.18.4-0ubuntu0.3 (For technical support please see http://www.ubuntu.com/support)
[ 59.434] Current version of pixman: 0.33.6
[ 59.434] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 59.434] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 59.434] (==) Log file: "/home/processorovich/.local/share/xorg/Xorg.0.log", Time: Sat Jul 29 02:37:04 2017
[ 59.434] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 59.435] Parse error on line 10 of section Device in file /usr/share/X11/xorg.conf.d/50-synaptics.conf
"Section" is not a valid keyword in this section.
[ 59.435] (EE) Problem parsing the config file
[ 59.435] (EE) Error parsing the config file
[ 59.435] (EE)
Fatal server error:
[ 59.435] (EE) no screens found(EE)
[ 59.435] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 59.435] (EE) Please also check the log file at "/home/processorovich/.local/share/xorg/Xorg.0.log" for additional information.
[ 59.435] (EE)
[ 59.435] (EE) Server terminated with error (1). Closing log file.
Вот что находится в файле 50-synaptics.conf начиная с начала до 13 строки:
# Example xorg.conf.d snippet that assigns the touchpad driver
# to all touchpads. See xorg.conf.d(5) for more information on
# InputClass.
# DO NOT EDIT THIS FILE, your distribution will likely overwrite
# it when updating. Copy (and rename) this file into
# /etc/X11/xorg.conf.d first.
# Additional options may be added in the form of
# Option "OptionName" "value"
#
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Ничего не понял. Тыкаться мордой наослеп не хочу, ибо нужна именно стабильная рабочая система, после тыканья вряд ли восстановлю всё в прежнее состояние.
Пользователь добавил сообщение 29 Июля 2017, 04:15:02:
ЕЕ, догадался!
Как оказывается, в инструкции по созданию конфига нет строки, закрывающей блок Section
Section "Device"
Identifier "card0"
Driver "intel"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"
EndSection #Этого нет в инструкции, нужно добавить.
Соответственно, чё-то там открывает конфиг, читает блок, не закрывает его, открывает следующий конфиг, но внутри предыдущего незакрытого блока натыкается на следующий блок с конфигурацией тачпада.
Простите за французкий, я ламер.
Но проблему решил.