1 (04.02.2018 13:53:02 отредактировано vlalu)

К ноутбуку Dell Inspiron с графикой Intel HD graphic и Nvidia GT525M надо подключить внешний монитор LG 24BK550Y  по HDMI (VGA не решение). В винде - все работает: hdmi, кабель, монитор на 1080. В М6 комп не видит монитора по HDMI.  В МСС попробовал настроить графический сервер на карту "Nvidia 420 and later" (было Intel 810), но в окончании настройки есть проверка - "Fatal server error: fatal error".
Не подскажите что нужно смотреть, какие драйвера и пакеты нужно проверить установлены ли?

 Консоль:
root@localhost vlanilu]# rpm -qa | grep nvidia
nvidia-current-doc-html-384.111-1.mga6.nonfree
dkms-nvidia-current-384.111-1.mga6.nonfree
bumblebee-nvidia-3.2.1-18.20161107.1.mga6.nonfree
primus-nvidia-0.2-1.mga6.nonfree
x11-driver-video-nvidia-current-384.111-1.mga6.nonfree

+ cat /etc/X11/xorg.conf
cat /etc/X11/xorg.conf
# File generated by XFdrake (rev 262502)

# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerFlags"
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
    Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
    #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
    Load "v4l" # Video for Linux
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Plug'n Play"
    
    # Apple iMac modes
    ModeLine "1024x768"   78.525 1024 1049 1145 1312   768  769  772  800 +hsync +vsync
    ModeLine "800x600"    62.357  800  821  901 1040   600  601  604  632 +hsync +vsync
    ModeLine "640x480"    49.886  640  661  725  832   480  481  484  514 +hsync +vsync
    
    # Apple monitors tend to do 832x624
    ModeLine "832x624"    57      832  876  940 1152   624  625  628  667 -hsync -vsync
    
    # Apple PowerBook G3
    ModeLine "800x600"    100     800  816  824  840   600  616  624  640 -hsync -vsync
    
    # Apple TI Powerbook
    ModeLine "1152x768"   78.741 1152 1173 1269 1440   768  769  772  800 +vsync +vsync
    
    # Pismo Firewire G3
    ModeLine "1024x768"   65     1024 1032 1176 1344   768  771  777  806 -hsync -vsync
    
    # iBook2
    ModeLine "1024x768"   65     1024 1048 1184 1344   768  771  777  806 -hsync -vsync
    
    # 17" Apple Studio Display
    ModeLine "1024x768"   112.62 1024 1076 1248 1420 768 768 780 808 +hsync +vsync
    
    # HiRes Apple Studio Display
    ModeLine "1280x1024"  135    1280 1288 1392 1664  1024 1027 1030 1064
    
    # Another variation
    ModeLine "1280x1024"  134.989 1280 1317 1429 1688  1024 1025 1028 1066 +hsync +vsync
    
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
    
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Monitor"
    Identifier "monitor2"
    VendorName "Plug'n Play"
    
    # Apple iMac modes
    ModeLine "1024x768"   78.525 1024 1049 1145 1312   768  769  772  800 +hsync +vsync
    ModeLine "800x600"    62.357  800  821  901 1040   600  601  604  632 +hsync +vsync
    ModeLine "640x480"    49.886  640  661  725  832   480  481  484  514 +hsync +vsync
    
    # Apple monitors tend to do 832x624
    ModeLine "832x624"    57      832  876  940 1152   624  625  628  667 -hsync -vsync
    
    # Apple PowerBook G3
    ModeLine "800x600"    100     800  816  824  840   600  616  624  640 -hsync -vsync
    
    # Apple TI Powerbook
    ModeLine "1152x768"   78.741 1152 1173 1269 1440   768  769  772  800 +vsync +vsync
    
    # Pismo Firewire G3
    ModeLine "1024x768"   65     1024 1032 1176 1344   768  771  777  806 -hsync -vsync
    
    # iBook2
    ModeLine "1024x768"   65     1024 1048 1184 1344   768  771  777  806 -hsync -vsync
    
    # 17" Apple Studio Display
    ModeLine "1024x768"   112.62 1024 1076 1248 1420 768 768 780 808 +hsync +vsync
    
    # HiRes Apple Studio Display
    ModeLine "1280x1024"  135    1280 1288 1392 1664  1024 1027 1030 1064
    
    # Another variation
    ModeLine "1280x1024"  134.989 1280 1317 1429 1688  1024 1025 1028 1066 +hsync +vsync
    
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
    
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    VendorName "Intel Corporation"
    BoardName "Intel 810 and later"
    Driver "intel"
    Screen 0
    BusID "PCI:0:2:0"
    Option "DPMS"
EndSection

Section "Device"
    Identifier "device2"
    VendorName "NVIDIA Corporation"
    BoardName "NVIDIA GeForce 420 series and later"
    Driver "nouveau"
    Screen 0
    BusID "PCI:1:0:0"
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
EndSection

Section "Screen"
    Identifier "screen2"
    Device "device2"
    Monitor "monitor2"
EndSection

Section "ServerLayout"
    Identifier "layout1"
    Screen "screen1"
    Screen "screen2" RightOf "screen1"
    #Option "Xinerama"
EndSection

 Консоль:
[root@localhost vlanilu]# lspci -k | grep -A2 VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
        Subsystem: Dell Device 04ca
        Kernel driver in use: i915
--
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 525M] (rev ff)
        Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia_current
01:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio Controller (rev ff)

 Консоль:
lspci -vv
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 525M] (rev ff) (prog-if ff)
        !!! Unknown header type 7f
        Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia_current

01:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio Controller (rev ff) (prog-if ff)
        !!! Unknown header type 7f
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel

P.S. В LinuxMint монитор подключился  по HDMI стандартными в минте шагами в графике - установить: nvidia драйвер, nvidia-settings, nividia-prime; и, в nvidia-settings нужно включить монитор c HDMI.
*** Добавлено: 04.02.2018 22:10:33 ***

Любители Магии!  Может ли кто помочь разобраться с подключением HDMI выхода nvidia карты в ноутбуке на внешний монитор? В MCC установка графического сервера не ясна, все попытки установки видеокарты - fatal error и откат к intel драйверу. Всякие optimus, bumblebee, nvidia driver установлены и процесс bumblebee запущен (если надо), xorg.conf.nvidia отредактирован как в нем указано, что еще, пока не знаю куда двигаться. Рытье интернета пока мне ничего не дало. Прошу хоть какой инфо по этому поводу.

2 (04.02.2018 23:05:44 отредактировано algri14)

vlalu, в инете искать тяжело, а попробуй на форумах Альта, Росы, Федоры поискать или зарегайся и спроси, может по аналогии подскажут, это ведь надо ОСь на ноуте

Изучайте нюансы и мелочи - порой в них заключена вся суть проблемы!
Mageia 5.1х86_64 KDE; Mageia 6х86_64 Xfce [ highlight=#000][ console=inline] [ b][ color=#4f4]текст[ /color][ /b] [ /console][ /highlight]

3

vlalu пишет:

Любители Магии!

Фишка в том что здесь не в ОСи дело. Эта связка (intel + NV) называется Nvidia Optimus (конечно если это не старый вариант просто с двумя GPU, в таком случае переключение делается в BIOS), поддерживается эта связка проэктом Bumblebee. Соответственно копать нужно именно в сторону настройки этого зверька ну и соответственно в сторону владельццев подобной связки. Честно говоря, за столько времени существования этого в природе я ниразу с таким конфигом не сталкивался))

ЗЫ
Из того с чем доводилось сталкиваться: HDMI  на чистом интеле (ЕМНИП, это было на SUSE 13.1)
с виду все просто, но по какой-то неведомой причине система тоже никак не хотела подхватывать внешний моник...
...чисто случайно выяснилось что если перезагрузиться с подключенным HDMI - в KDEшном центре управления

+ открыть спойлер

http://i.piccy.info/i9/13963fdc18feb92d32fc4a59534e14ad/1517776604/71302/1199641/Screenshot_20180204_223614.png

всплывал второй монитор и все начинало чудно настраиваться и работать. Естественно далеко не факт что это поможет в данном случае, но попытка - не пытка bx

- Пап, а вирусы под линукс есть?
- Есть, но всего 5, и их сначала нужно откомпилировать под свою систему, дать права на запуск и запустить.
Как сделать и разместить скриншот || Прежде чем создавать тему

4 (11.02.2018 17:50:52 отредактировано vlalu)

DiabloPC, В ноутбуках с Nvidia картой этот Nvidia Optimus и есть. В Bios никаких переключений нету. Bumblebee должен быть. Только в Минте, после установки Bumblebee и драйвера карты, можно поставить прогу nvidia-settings, в которой все устанавливается на лету, то в Магии после установки Bumblebee и драйвера нужно еще найти как заставить работать карту. Вот и разница в ОСях. Причем в материалах Магии все пишется какие использовать карты для разных приложений, но как включить HDMI порт и подключить внешний монитор пока информации не нашел. Пока в поиске по форумам.

По поводу использования внешнего монитора с ноутбуком , я на двух работах имел и имею ноут и внешний монитор, дома тоже самое было, удобно, правда все VGA, а теперь пока не могу нормально подключить современный монитор.

Вообще эти связки в ноутбуках неудобны (для win одной системой - нормально), как я понял, драйвер карты запускается вместе с системой, поэтому через HDMI ничего нет и монитор глухой. Как добраться до до меню загрузки grub'а, приходится подключать VGA, он становится активен только на меню загрузки (F2 и F12 пролетают, но это не важно). И после загрузки системы так и остается VGA подключение, я должен отключить VGA кабель,тогда включается HDMI у монитора, т.е. карта имеет приоритеты VGA ->HDMI. Это в Минте.
*** Добавлено: 11.02.2018 17:53:34 ***

К предыдущему сообщению дополнение.

Кому интересно как в Минте, где HDMI карты настроился, но все равно ноутбук с гибридной графикой это не десктоп:
Включены HDMI и LVDS экраны, VGA выключен. Кабель VGA включен, его не надо выдергивать, монитор после логин'а в систему (Минта) переходит в power saving (логин еще происходит при работающем VGA) и стоит в ждущем режиме (индикатор моргает) и не включается на HDMI сам, нужно нажать кнопку выбора входа монитора (странно при передергивании кабеля включается сам), тогда появляется экран уже HDMI. Мешает power saving mode монитора, или короткое время ожидания сигнала от карты или долгое время включения HDMI. Тоже при перезагрузке компа, уходит монитор в в power saving быстрее, чем появляется VGA, и нужно нажать кнопку выбора входа (для VGA) и появляется мненю загрузок Магии, где и выбираю систему, в данном случае Минт. С Магией пока работаю в VGA мониторе. Результатов, как заставить М6 работать с HDMI вгибридной графике, нет.

5

Ну а что показывает:

 Консоль:
$ xrandr

После подключения hdmi?

6

ormorph, где в Магии или в Минте?

7

vlalu пишет:

ormorph, где в Магии или в Минте?

В Mageia

8

ormorph, xrandr

 Консоль:
vlanilu@localhost ~]$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
LVDS1 connected (normal left inverted right x axis y axis)
   1366x768      60.01 +
   1280x720      60.00 
   1152x768      68.35 
   1024x768      98.16    74.81    60.00    60.00 
   1024x576      60.00 
   832x624       74.18 
   960x540       60.00 
   800x600      186.01    94.87    60.32    56.25 
   768x576       99.99    79.37 
   864x486       60.00 
   640x480      116.65    59.94 
   720x405       60.00 
   680x384       60.00 
   640x360       60.00 
VGA1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 480mm x 270mm
   1920x1080     60.00*+
   1680x1050     59.95 
   1400x1050     59.98 
   1600x900      60.00 
   1280x1024     75.02    60.02 
   1440x900      59.89 
   1280x800      59.81 
   1152x864      75.00 
   1280x720      60.00 
   1024x768      75.03    60.00 
   800x600       75.00    60.32 
   640x480       75.00    59.94 
   720x400       70.08 
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

9 (11.02.2018 20:56:49 отредактировано ormorph)

У вас смотрю на ноуте монитор отключен, а просмотр идет через VGA монитор, hdmi недоступен.

Ваш вывод:

vlalu пишет:

Kernel modules: nvidiafb, nouveau,

Попробуйте добавить в blacklist модуль nvidiafb.
Например добавив параметр загрузки ядра в загрузчике:

modprobe.blacklist=nvidiafb systemd.setenv=GPUMOD=nouveau

.
Они могут конфликтовать, точнее конфликтуют так как у каждого драйвера свой видео буфер.
Посмотрите в минте какие модули запущены и что показывают те же самые команды lspci.
Так же скорее всего и остальные модули нужно в blacklist отправить, и того конечные параметры должны быть такими:

modprobe.blacklist=nvidiafb,nvidia_drm,nvidia_current systemd.setenv=GPUMOD=nouveau

Скорее всего вывод

 Консоль:
$ cat /var/log/Xorg.0.log

Должен показать какой драйвер запускает иксы.
Что то должен показать:
 Консоль:
$ dmesg |grep -i err

10 (11.02.2018 23:20:37 отредактировано vlalu)

ormorph,  пока выводы компа такие:
Mageia 6 cat /var/log/Xorg.0.log:

+ открыть спойлер

root@localhost vlanilu]#  cat /var/log/Xorg.0.log
[    26.600] (--) Log file renamed from "/var/log/Xorg.pid-2175.log" to "/var/log/Xorg.0.log"
[    26.600]
X.Org X Server 1.19.5
Release Date: 2017-10-12
[    26.600] X Protocol Version 11, Revision 0
[    26.600] Build Operating System: ecosse 4.4.88-server-1.mga5
[    26.600] Current Operating System: Linux localhost.localdomain 4.14.16-desktop-1.mga6 #1 SMP Wed Jan 31 20:50:08 UTC 2018 x86_64
[    26.600] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.14.16-desktop-1.mga6 root=UUID=e15415a1-19e8-4574-a8c9-b684a5a4e408 ro splash quiet noiswmd resume=UUID=4ebacfb8-79c2-4cfb-ad6f-76ec85818855 audit=0
[    26.600] Build Date: 13 October 2017  04:36:29PM
[    26.600] Build ID: x11-server 1.19.5-1.1.mga6
[    26.600] Current version of pixman: 0.34.0
[    26.600]    Before reporting problems, check https://bugs.mageia.org
        to make sure that you have the latest version.
[    26.600] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    26.600] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Feb 11 16:13:40 2018
[    26.601] (==) Using config file: "/etc/X11/xorg.conf"
[    26.601] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    26.601] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    26.602] (==) ServerLayout "layout1"
[    26.602] (**) |-->Screen "screen1" (0)
[    26.602] (**) |   |-->Monitor "monitor1"
[    26.602] (**) |   |-->Device "device1"
[    26.602] (**) |-->Screen "screen2" (1)
[    26.602] (**) |   |-->Monitor "monitor2"
[    26.602] (**) |   |-->Device "device2"
[    26.602] (**) Option "DontZap" "False"
[    26.602] (**) Option "AllowMouseOpenFail"
[    26.602] (==) Automatically adding devices
[    26.602] (==) Automatically enabling devices
[    26.602] (==) Automatically adding GPU devices
[    26.602] (==) Automatically binding GPU devices
[    26.602] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    26.602] (==) FontPath set to:
        catalogue:/etc/X11/fontpath.d,
        built-ins
[    26.602] (**) ModulePath set to "/usr/lib64/xorg/extra-modules,/usr/lib64/xorg/modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    26.602] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    26.602] (II) Loader magic: 0x80ed80
[    26.602] (II) Module ABI versions:
[    26.602]    X.Org ANSI C Emulation: 0.4
[    26.602]    X.Org Video Driver: 23.0
[    26.602]    X.Org XInput driver : 24.1
[    26.602]    X.Org Server Extension : 10.0
[    26.603] (++) using VT number 1

[    26.603] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    26.603] (II) xfree86: Adding drm device (/dev/dri/card0)
[    26.609] (--) PCI:*(0:0:2:0) 8086:0116:1028:04ca rev 9, Mem @ 0xf6400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    26.609] (--) PCI: (0:1:0:0) 10de:0df5:1028:04ca rev 161, Mem @ 0xf5000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    26.609] (II) Open ACPI successful (/var/run/acpid.socket)
[    26.609] (II) "glx" will be loaded by default.
[    26.609] (II) LoadModule: "v4l"
[    26.610] (II) Loading /usr/lib64/xorg/modules/drivers/v4l_drv.so
[    26.610] (II) Module v4l: vendor="X.Org Foundation"
[    26.610]    compiled for 1.19.2, module version = 0.1.1
[    26.611]    ABI class: X.Org Video Driver, version 23.0
[    26.611] (II) LoadModule: "glx"
[    26.611] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    26.617] (II) Module glx: vendor="X.Org Foundation"
[    26.617]    compiled for 1.19.5, module version = 1.0.0
[    26.617]    ABI class: X.Org Server Extension, version 10.0
[    26.617] (II) LoadModule: "intel"
[    26.618] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[    26.620] (II) Module intel: vendor="X.Org Foundation"
[    26.620]    compiled for 1.19.5, module version = 2.99.917
[    26.620]    Module class: X.Org Video Driver
[    26.620]    ABI class: X.Org Video Driver, version 23.0
[    26.620] (II) LoadModule: "nouveau"
[    26.620] (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so
[    26.621] (II) Module nouveau: vendor="X.Org Foundation"
[    26.621]    compiled for 1.19.3, module version = 1.0.15
[    26.621]    Module class: X.Org Video Driver
[    26.621]    ABI class: X.Org Video Driver, version 23.0
[    26.621] (II) v4l driver for Video4Linux overlay mode (V4L2)
[    26.621] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
        i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
        915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
        Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
        GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    26.621] (II) intel: Driver for Intel(R) HD Graphics
[    26.621] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    26.621] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    26.621] (II) NOUVEAU driver
[    26.621] (II) NOUVEAU driver for NVIDIA chipset families :
[    26.621]    RIVA TNT        (NV04)
[    26.621]    RIVA TNT2       (NV05)
[    26.621]    GeForce 256     (NV10)
[    26.621]    GeForce 2       (NV11, NV15)
[    26.621]    GeForce 4MX     (NV17, NV18)
[    26.621]    GeForce 3       (NV20)
[    26.621]    GeForce 4Ti     (NV25, NV28)
[    26.621]    GeForce FX      (NV3x)
[    26.621]    GeForce 6       (NV4x)
[    26.622]    GeForce 7       (G7x)
[    26.622]    GeForce 8       (G8x)
[    26.622]    GeForce GTX 200 (NVA0)
[    26.622]    GeForce GTX 400 (NVC0)
[    26.622] (WW) Falling back to old probe method for v4l
[    26.622] (II) v4l: Initiating device probe
[    26.622] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20170818
[    26.795] (EE) [drm] Failed to open DRM device for pci:0000:01:00.0: -19
[    26.848] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 3000
[    26.848] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx; using a maximum of 4 threads
[    26.848] (II) intel(0): Creating default Display subsection in Screen section
        "screen1" for depth/fbbpp 24/32
[    26.848] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    26.848] (==) intel(0): RGB weight 888
[    26.848] (==) intel(0): Default visual is TrueColor
[    26.848] (II) intel(0): Output LVDS1 using monitor section monitor1
[    26.849] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1
[    26.849] (II) intel(0): Enabled output LVDS1
[    26.849] (II) intel(0): Output VGA1 has no monitor section
[    26.849] (II) intel(0): Enabled output VGA1
[    26.849] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    26.849] (II) intel(0): Output VIRTUAL1 has no monitor section
[    26.849] (II) intel(0): Enabled output VIRTUAL1
[    26.849] (--) intel(0): Output LVDS1 using initial mode 1366x768 on pipe 0
[    26.849] (--) intel(0): Output VGA1 using initial mode 1920x1080 on pipe 1
[    26.849] (==) intel(0): TearFree disabled
[    26.849] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    26.849] (==) intel(0): DPI set to (96, 96)
[    26.849] (II) Loading sub module "dri3"
[    26.849] (II) LoadModule: "dri3"
[    26.849] (II) Module "dri3" already built-in
[    26.849] (II) Loading sub module "dri2"
[    26.849] (II) LoadModule: "dri2"
[    26.849] (II) Module "dri2" already built-in
[    26.849] (II) Loading sub module "present"
[    26.849] (II) LoadModule: "present"
[    26.849] (II) Module "present" already built-in
[    26.849] (==) Depth 24 pixmap format is 32 bpp
[    26.943] (II) intel(0): SNA initialized with Sandybridge (gen6, gt2) backend
[    26.943] (==) intel(0): Backing store enabled
[    26.943] (==) intel(0): Silken mouse enabled
[    26.966] (II) intel(0): HW Cursor enabled
[    26.966] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    27.002] (**) intel(0): DPMS enabled
[    27.002] (==) intel(0): Display hotplug detection enabled
[    27.056] (II) v4l: /dev/video0 open ok
[    27.056] (EE) v4l: /dev/video0: no overlay support
[    27.058] (II) v4l: init done, 0 device(s) found
[    27.058] (II) intel(0): [DRI2] Setup complete
[    27.058] (II) intel(0): [DRI2]   DRI driver: i965
[    27.058] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    27.058] (II) intel(0): direct rendering: DRI2 enabled
[    27.058] (II) intel(0): hardware support for Present enabled
[    27.058] (--) RandR disabled
[    27.331] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    27.331] (II) AIGLX: enabled GLX_ARB_create_context
[    27.331] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    27.331] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[    27.331] (II) AIGLX: enabled GLX_INTEL_swap_event
[    27.331] (II) AIGLX: enabled GLX_SGI_swap_control
[    27.331] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    27.331] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    27.331] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[    27.331] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    27.331] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[    27.331] (II) AIGLX: Loaded and initialized i965
[    27.331] (II) GLX: Initialized DRI2 GL provider for screen 0
[    27.334] (II) intel(0): switch to mode 1366x768@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
[    27.337] (II) intel(0): switch to mode 1920x1080@60.0 on VGA1 using pipe 1, position (0, 0), rotation normal, reflection none
[    27.340] (II) intel(0): Setting screen physical size to 508 x 285
[    27.389] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    27.389] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    27.389] (**) Power Button: Applying InputClass "system-keyboard"
[    27.389] (II) LoadModule: "libinput"
[    27.389] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[    27.392] (II) Module libinput: vendor="X.Org Foundation"
[    27.392]    compiled for 1.19.3, module version = 0.25.1
[    27.392]    Module class: X.Org XInput Driver
[    27.392]    ABI class: X.Org XInput driver, version 24.1
[    27.392] (II) Using input driver 'libinput' for 'Power Button'
[    27.392] (**) Power Button: always reports core events
[    27.392] (**) Option "Device" "/dev/input/event4"
[    27.392] (**) Option "_source" "server/udev"
[    27.393] (II) event4  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    27.393] (II) event4  - (II) Power Button: (II) device is a keyboard
[    27.393] (II) event4  - (II) Power Button: (II) device removed
[    27.404] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4"
[    27.404] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    27.404] (**) Option "xkb_model" "pc105"
[    27.404] (**) Option "xkb_layout" "us"
[    27.404] (**) Option "xkb_variant" "alt-intl"
[    27.404] (**) Option "xkb_options" "compose:rwin"
[    27.423] (II) event4  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    27.423] (II) event4  - (II) Power Button: (II) device is a keyboard
[    27.423] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    27.423] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    27.423] (**) Video Bus: Applying InputClass "system-keyboard"
[    27.423] (II) Using input driver 'libinput' for 'Video Bus'
[    27.423] (**) Video Bus: always reports core events
[    27.423] (**) Option "Device" "/dev/input/event6"
[    27.423] (**) Option "_source" "server/udev"
[    27.423] (II) event6  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    27.423] (II) event6  - (II) Video Bus: (II) device is a keyboard
[    27.423] (II) event6  - (II) Video Bus: (II) device removed
[    27.431] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input7/event6"
[    27.431] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    27.431] (**) Option "xkb_model" "pc105"
[    27.431] (**) Option "xkb_layout" "us"
[    27.431] (**) Option "xkb_variant" "alt-intl"
[    27.431] (**) Option "xkb_options" "compose:rwin"
[    27.431] (II) event6  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    27.431] (II) event6  - (II) Video Bus: (II) device is a keyboard
[    27.431] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    27.431] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    27.431] (**) Video Bus: Applying InputClass "system-keyboard"
[    27.431] (II) Using input driver 'libinput' for 'Video Bus'
[    27.431] (**) Video Bus: always reports core events
[    27.431] (**) Option "Device" "/dev/input/event5"
[    27.431] (**) Option "_source" "server/udev"
[    27.432] (II) event5  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    27.432] (II) event5  - (II) Video Bus: (II) device is a keyboard
[    27.432] (II) event5  - (II) Video Bus: (II) device removed
[    27.443] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1a/LNXVIDEO:00/input/input6/event5"
[    27.443] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id af
[    27.443] (**) Option "xkb_model" "pc105"
[    27.443] (**) Option "xkb_layout" "us"
[    27.443] (**) Option "xkb_variant" "alt-intl"
[    27.443] (**) Option "xkb_options" "compose:rwin"
[    27.443] (II) event5  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    27.443] (II) event5  - (II) Video Bus: (II) device is a keyboard
[    27.443] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    27.443] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    27.443] (**) Power Button: Applying InputClass "system-keyboard"
[    27.443] (II) Using input driver 'libinput' for 'Power Button'
[    27.443] (**) Power Button: always reports core events
[    27.443] (**) Option "Device" "/dev/input/event2"
[    27.443] (**) Option "_source" "server/udev"
[    27.444] (II) event2  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    27.444] (II) event2  - (II) Power Button: (II) device is a keyboard
[    27.444] (II) event2  - (II) Power Button: (II) device removed
[    27.455] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event2"
[    27.455] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    27.455] (**) Option "xkb_model" "pc105"
[    27.455] (**) Option "xkb_layout" "us"
[    27.455] (**) Option "xkb_variant" "alt-intl"
[    27.455] (**) Option "xkb_options" "compose:rwin"
[    27.455] (II) event2  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    27.455] (II) event2  - (II) Power Button: (II) device is a keyboard
[    27.455] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    27.455] (II) No input driver specified, ignoring this device.
[    27.455] (II) This device may have been added with another device file.
[    27.456] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[    27.456] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    27.456] (**) Sleep Button: Applying InputClass "system-keyboard"
[    27.456] (II) Using input driver 'libinput' for 'Sleep Button'
[    27.456] (**) Sleep Button: always reports core events
[    27.456] (**) Option "Device" "/dev/input/event3"
[    27.456] (**) Option "_source" "server/udev"
[    27.456] (II) event3  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[    27.456] (II) event3  - (II) Sleep Button: (II) device is a keyboard
[    27.456] (II) event3  - (II) Sleep Button: (II) device removed
[    27.467] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4/event3"
[    27.467] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    27.467] (**) Option "xkb_model" "pc105"
[    27.467] (**) Option "xkb_layout" "us"
[    27.467] (**) Option "xkb_variant" "alt-intl"
[    27.467] (**) Option "xkb_options" "compose:rwin"
[    27.467] (II) event3  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[    27.467] (II) event3  - (II) Sleep Button: (II) device is a keyboard
[    27.467] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[    27.467] (II) No input driver specified, ignoring this device.
[    27.467] (II) This device may have been added with another device file.
[    27.468] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[    27.468] (II) No input driver specified, ignoring this device.
[    27.468] (II) This device may have been added with another device file.
[    27.468] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[    27.468] (II) No input driver specified, ignoring this device.
[    27.468] (II) This device may have been added with another device file.
[    27.468] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[    27.468] (II) No input driver specified, ignoring this device.
[    27.468] (II) This device may have been added with another device file.
[    27.469] (II) config/udev: Adding input device Laptop_Integrated_Webcam_HD: In (/dev/input/event15)
[    27.469] (**) Laptop_Integrated_Webcam_HD: In: Applying InputClass "libinput keyboard catchall"
[    27.469] (**) Laptop_Integrated_Webcam_HD: In: Applying InputClass "system-keyboard"
[    27.469] (II) Using input driver 'libinput' for 'Laptop_Integrated_Webcam_HD: In'
[    27.469] (**) Laptop_Integrated_Webcam_HD: In: always reports core events
[    27.469] (**) Option "Device" "/dev/input/event15"
[    27.469] (**) Option "_source" "server/udev"
[    27.469] (II) event15 - (II) Laptop_Integrated_Webcam_HD: In: (II) is tagged by udev as: Keyboard
[    27.469] (II) event15 - (II) Laptop_Integrated_Webcam_HD: In: (II) device is a keyboard
[    27.469] (II) event15 - (II) Laptop_Integrated_Webcam_HD: In: (II) device removed
[    27.486] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input17/event15"
[    27.486] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_HD: In" (type: KEYBOARD, id 11)
[    27.486] (**) Option "xkb_model" "pc105"
[    27.486] (**) Option "xkb_layout" "us"
[    27.486] (**) Option "xkb_variant" "alt-intl"
[    27.486] (**) Option "xkb_options" "compose:rwin"
[    27.486] (II) event15 - (II) Laptop_Integrated_Webcam_HD: In: (II) is tagged by udev as: Keyboard
[    27.486] (II) event15 - (II) Laptop_Integrated_Webcam_HD: In: (II) device is a keyboard
[    27.486] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[    27.486] (II) No input driver specified, ignoring this device.
[    27.487] (II) This device may have been added with another device file.
[    27.487] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
[    27.487] (II) No input driver specified, ignoring this device.
[    27.487] (II) This device may have been added with another device file.
[    27.487] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[    27.487] (II) No input driver specified, ignoring this device.
[    27.487] (II) This device may have been added with another device file.
[    27.488] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event16)
[    27.488] (**) PixArt USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[    27.488] (II) Using input driver 'libinput' for 'PixArt USB Optical Mouse'
[    27.488] (**) PixArt USB Optical Mouse: always reports core events
[    27.488] (**) Option "Device" "/dev/input/event16"
[    27.488] (**) Option "_source" "server/udev"
[    27.488] (II) event16 - (II) PixArt USB Optical Mouse: (II) is tagged by udev as: Mouse
[    27.488] (II) event16 - (II) PixArt USB Optical Mouse: (II) device set to 1000 DPI
[    27.488] (II) event16 - (II) PixArt USB Optical Mouse: (II) device is a pointer
[    27.488] (II) event16 - (II) PixArt USB Optical Mouse: (II) device removed
[    27.504] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2.1/4-1.2.1:1.0/0003:093A:2510.0001/input/input18/event16"
[    27.504] (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type: MOUSE, id 12)
[    27.504] (**) Option "AccelerationScheme" "none"
[    27.504] (**) PixArt USB Optical Mouse: (accel) selected scheme none/0
[    27.504] (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000
[    27.504] (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4
[    27.504] (II) event16 - (II) PixArt USB Optical Mouse: (II) is tagged by udev as: Mouse
[    27.504] (II) event16 - (II) PixArt USB Optical Mouse: (II) device set to 1000 DPI
[    27.504] (II) event16 - (II) PixArt USB Optical Mouse: (II) device is a pointer
[    27.505] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse0)
[    27.505] (II) No input driver specified, ignoring this device.
[    27.505] (II) This device may have been added with another device file.
[    27.506] (II) config/udev: Adding input device SEM USB Keyboard (/dev/input/event17)
[    27.506] (**) SEM USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    27.506] (**) SEM USB Keyboard: Applying InputClass "system-keyboard"
[    27.506] (II) Using input driver 'libinput' for 'SEM USB Keyboard'
[    27.506] (**) SEM USB Keyboard: always reports core events
[    27.506] (**) Option "Device" "/dev/input/event17"
[    27.506] (**) Option "_source" "server/udev"
[    27.506] (II) event17 - (II) SEM USB Keyboard: (II) is tagged by udev as: Keyboard
[    27.506] (II) event17 - (II) SEM USB Keyboard: (II) device is a keyboard
[    27.506] (II) event17 - (II) SEM USB Keyboard: (II) device removed
[    27.514] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2.2/4-1.2.2:1.0/0003:1A2C:0E24.0002/input/input19/event17"
[    27.514] (II) XINPUT: Adding extended input device "SEM USB Keyboard" (type: KEYBOARD, id 13)
[    27.514] (**) Option "xkb_model" "pc105"
[    27.514] (**) Option "xkb_layout" "us"
[    27.514] (**) Option "xkb_variant" "alt-intl"
[    27.514] (**) Option "xkb_options" "compose:rwin"
[    27.514] (II) event17 - (II) SEM USB Keyboard: (II) is tagged by udev as: Keyboard
[    27.514] (II) event17 - (II) SEM USB Keyboard: (II) device is a keyboard
[    27.515] (II) config/udev: Adding input device SEM USB Keyboard (/dev/input/event18)
[    27.515] (**) SEM USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    27.515] (**) SEM USB Keyboard: Applying InputClass "system-keyboard"
[    27.515] (II) Using input driver 'libinput' for 'SEM USB Keyboard'
[    27.515] (**) SEM USB Keyboard: always reports core events
[    27.515] (**) Option "Device" "/dev/input/event18"
[    27.515] (**) Option "_source" "server/udev"
[    27.516] (II) event18 - (II) SEM USB Keyboard: (II) is tagged by udev as: Keyboard
[    27.516] (II) event18 - (II) SEM USB Keyboard: (II) device is a keyboard
[    27.516] (II) event18 - (II) SEM USB Keyboard: (II) device removed
[    27.520] (II) libinput: SEM USB Keyboard: needs a virtual subdevice
[    27.520] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2.2/4-1.2.2:1.1/0003:1A2C:0E24.0003/input/input20/event18"
[    27.520] (II) XINPUT: Adding extended input device "SEM USB Keyboard" (type: MOUSE, id 14)
[    27.520] (**) Option "AccelerationScheme" "none"
[    27.520] (**) SEM USB Keyboard: (accel) selected scheme none/0
[    27.520] (**) SEM USB Keyboard: (accel) acceleration factor: 2.000
[    27.520] (**) SEM USB Keyboard: (accel) acceleration threshold: 4
[    27.520] (II) event18 - (II) SEM USB Keyboard: (II) is tagged by udev as: Keyboard
[    27.520] (II) event18 - (II) SEM USB Keyboard: (II) device is a keyboard
[    27.521] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event7)
[    27.521] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    27.521] (**) Dell WMI hotkeys: Applying InputClass "system-keyboard"
[    27.521] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[    27.521] (**) Dell WMI hotkeys: always reports core events
[    27.521] (**) Option "Device" "/dev/input/event7"
[    27.521] (**) Option "_source" "server/udev"
[    27.521] (II) event7  - (II) Dell WMI hotkeys: (II) is tagged by udev as: Keyboard
[    27.521] (II) event7  - (II) Dell WMI hotkeys: (II) device is a keyboard
[    27.521] (II) event7  - (II) Dell WMI hotkeys: (II) device removed
[    27.535] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input8/event7"
[    27.535] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
[    27.535] (**) Option "xkb_model" "pc105"
[    27.535] (**) Option "xkb_layout" "us"
[    27.535] (**) Option "xkb_variant" "alt-intl"
[    27.535] (**) Option "xkb_options" "compose:rwin"
[    27.535] (II) event7  - (II) Dell WMI hotkeys: (II) is tagged by udev as: Keyboard
[    27.535] (II) event7  - (II) Dell WMI hotkeys: (II) device is a keyboard
[    27.536] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    27.536] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    27.536] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    27.536] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    27.536] (**) AT Translated Set 2 keyboard: always reports core events
[    27.536] (**) Option "Device" "/dev/input/event0"
[    27.536] (**) Option "_source" "server/udev"
[    27.536] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[    27.536] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[    27.536] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device removed
[    27.546] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    27.546] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[    27.546] (**) Option "xkb_model" "pc105"
[    27.546] (**) Option "xkb_layout" "us"
[    27.546] (**) Option "xkb_variant" "alt-intl"
[    27.546] (**) Option "xkb_options" "compose:rwin"
[    27.546] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[    27.546] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[    27.547] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event19)
[    27.547] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "libinput touchpad catchall"
[    27.547] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "libinput touchscreen catchall"
[    27.547] (II) Using input driver 'libinput' for 'AlpsPS/2 ALPS GlidePoint'
[    27.547] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[    27.547] (**) Option "Device" "/dev/input/event19"
[    27.547] (**) Option "_source" "server/udev"
[    27.547] (II) event19 - (II) AlpsPS/2 ALPS GlidePoint: (II) is tagged by udev as: Touchpad Touchscreen
[    27.547] (II) event19 - (II) AlpsPS/2 ALPS GlidePoint: (II) no resolution or size hints, assuming a size of 69x50mm
[    27.547] (II) event19 - (II) AlpsPS/2 ALPS GlidePoint: (II) device is a touchpad
[    27.547] (II) event19 - (II) AlpsPS/2 ALPS GlidePoint: (II) device removed
[    27.565] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event19"
[    27.565] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD, id 17)
[    27.565] (**) Option "AccelerationScheme" "none"
[    27.565] (**) AlpsPS/2 ALPS GlidePoint: (accel) selected scheme none/0
[    27.565] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
[    27.565] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
[    27.565] (II) event19 - (II) AlpsPS/2 ALPS GlidePoint: (II) is tagged by udev as: Touchpad Touchscreen
[    27.565] (II) event19 - (II) AlpsPS/2 ALPS GlidePoint: (II) no resolution or size hints, assuming a size of 69x50mm
[    27.565] (II) event19 - (II) AlpsPS/2 ALPS GlidePoint: (II) device is a touchpad
[    27.566] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
[    27.566] (II) No input driver specified, ignoring this device.
[    27.566] (II) This device may have been added with another device file.
[    27.590] (**) SEM USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    27.590] (**) SEM USB Keyboard: Applying InputClass "system-keyboard"
[    27.590] (II) Using input driver 'libinput' for 'SEM USB Keyboard'
[    27.590] (**) SEM USB Keyboard: always reports core events
[    27.590] (**) Option "Device" "/dev/input/event18"
[    27.590] (**) Option "_source" "_driver/libinput"
[    27.590] (II) libinput: SEM USB Keyboard: is a virtual subdevice
[    27.590] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2.2/4-1.2.2:1.1/0003:1A2C:0E24.0003/input/input20/event18"
[    27.590] (II) XINPUT: Adding extended input device "SEM USB Keyboard" (type: KEYBOARD, id 18)
[    27.590] (**) Option "xkb_model" "pc105"
[    27.590] (**) Option "xkb_layout" "us"
[    27.590] (**) Option "xkb_variant" "alt-intl"
[    27.590] (**) Option "xkb_options" "compose:rwin"
[    28.850] (II) intel(0): EDID vendor "CMO", prod id 5540
[    28.850] (II) intel(0): Printing DDC gathered Modelines:
[    28.850] (II) intel(0): Modeline "1366x768"x0.0   76.80  1366 1392 1448 1580  768 772 785 810 +hsync -vsync (48.6 kHz eP)
[    71.269] (II) intel(0): resizing framebuffer to 4174x1080
[    71.290] (II) intel(0): switch to mode 1366x768@60.0 on LVDS1 using pipe 0, position (2808, 144), rotation normal, reflection none
[   169.954] (II) intel(0): switch to mode 1366x768@60.0 on LVDS1 using pipe 0, position (1920, 56), rotation normal, reflection none
[   169.976] (II) intel(0): switch to mode 1024x768@60.0 on VGA1 using pipe 1, position (0, 0), rotation normal, reflection none
[   170.107] (II) intel(0): resizing framebuffer to 3286x824
[   228.802] (II) intel(0): resizing framebuffer to 3286x1088
[   228.836] (II) intel(0): switch to mode 1366x768@60.0 on LVDS1 using pipe 0, position (1192, 0), rotation normal, reflection none
[   228.903] (II) intel(0): switch to mode 1920x1080@60.0 on VGA1 using pipe 1, position (0, af, rotation normal, reflection none
[   229.001] (II) intel(0): resizing framebuffer to 2558x1088
[   338.776] (II) intel(0): switch to mode 1920x1080@60.0 on VGA1 using pipe 1, position (0, 0), rotation normal, reflection none
[   338.853] (II) intel(0): resizing framebuffer to 1920x1080

Mageia 6 dmesg |grep -i err:

+ открыть спойлер

[root@localhost vlanilu]# dmesg |grep -i err
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.039629] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.040009] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.153666] ACPI: Using IOAPIC for interrupt routing
[    0.188637] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.188695] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.188750] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.188805] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.188861] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.188918] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.188973] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.189034] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.967133] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[    0.969266] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[    3.352016] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt

Mint lspci -k | grep -A2 VGA:

+ открыть спойлер

vlanilu@vlanilu-Inspiron-N5110 ~ $ lspci -k | grep -A2 VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    Subsystem: Dell 2nd Generation Core Processor Family Integrated Graphics Controller
    Kernel driver in use: i915
--
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 525M] (rev a1)
    Subsystem: Dell GF108M [GeForce GT 525M]
    Kernel driver in use: nvidia

Mint lspci -vv:

+ открыть спойлер

vlanilu@vlanilu-Inspiron-N5110 ~ $ lspci -vv

00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller])
    Subsystem: Dell 2nd Generation Core Processor Family Integrated Graphics Controller
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 40
    Region 0: Memory at f6400000 (64-bit, non-prefetchable) [size=4M]
    Region 2: Memory at d0000000 (64-bit, prefetchable) [size=256M]
    Region 4: I/O ports at f000 [size=64]
    [virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
    Capabilities: <access denied>
    Kernel driver in use: i915
    Kernel modules: i915

01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 525M] (rev a1) (prog-if 00 [VGA controller])
    Subsystem: Dell GF108M [GeForce GT 525M]
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 44
    Region 0: Memory at f5000000 (32-bit, non-prefetchable) [size=16M]
    Region 1: Memory at e0000000 (64-bit, prefetchable) [size=256M]
    Region 3: Memory at f0000000 (64-bit, prefetchable) [size=32M]
    Region 5: I/O ports at e000 [size=128]
    [virtual] Expansion ROM at f6000000 [disabled] [size=512K]
    Capabilities: <access denied>
    Kernel driver in use: nvidia
    Kernel modules: nvidiafb, nouveau, nvidia_384_drm, nvidia_384

11

Судя по выводу в mint используется проприетарный драйвер, значит можно все кроме него в blacklist и попробовать снова.
Скорее всего оставить nvidia_current и ли ещё что там у вас есть на установку.
Пробуйте...

12

ormorph,
в загрузке М6 в конце строки:

linux16 /boot/vmlinuz-4.14.16-desktop-1.mga6 root=UUID=e15415a1-19e8-4574-a8c9-b684a5a4e408 ro  splash quiet noiswmd resume=UUID=4ebacfb8-79c2-4cfb-ad6f-76ec85818855 audit=0

набрал:

modprobe.blacklist=nvidiafb,nvidia_drm,nouveau systemd.setenv=GPUMOD=nvidia_current

Magia запустилась в VGA, HDMI не видно нигде.
xrandr:

+ открыть спойлер

[root@localhost vlanilu]# xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
LVDS1 connected (normal left inverted right x axis y axis)
   1366x768      60.01 +
   1280x720      60.00 
   1152x768      68.35 
   1024x768      98.16    74.81    60.00    60.00 
   1024x576      60.00 
   832x624       74.18 
   960x540       60.00 
   800x600      186.01    94.87    60.32    56.25 
   768x576       99.99    79.37 
   864x486       60.00 
   640x480      116.65    59.94 
   720x405       60.00 
   680x384       60.00 
   640x360       60.00 
VGA1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 480mm x 270mm
   1920x1080     60.00*+
   1680x1050     59.95 
   1400x1050     59.98 
   1600x900      60.00 
   1280x1024     75.02    60.02 
   1440x900      59.89 
   1280x800      59.81 
   1152x864      75.00 
   1280x720      60.00 
   1024x768      75.03    60.00 
   800x600       75.00    60.32 
   640x480       75.00    59.94 
   720x400       70.08 
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

dmesg |grep -i err:

+ открыть спойлер

[root@localhost vlanilu]# dmesg |grep -i err
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.039188] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.039350] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.152606] ACPI: Using IOAPIC for interrupt routing
[    0.187645] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.187702] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.187758] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.187813] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.187869] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.187925] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.187979] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.188040] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.959168] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[    0.961907] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[    3.391212] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt

lspci -k | grep -A2 VGA:

+ открыть спойлер

[vlanilu@localhost ~]$ lspci -k | grep -A2 VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
        Subsystem: Dell Device 04ca
        Kernel driver in use: i915
--
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 525M] (rev ff)
        Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia_current
01:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio Controller (rev ff)

lspci -vv:

+ открыть спойлер

00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller])
        Subsystem: Dell Device 04ca
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 31
        Region 0: Memory at f6400000 (64-bit, non-prefetchable) [size=4M]
        Region 2: Memory at d0000000 (64-bit, prefetchable) [size=256M]
        Region 4: I/O ports at f000 [size=64]
        [virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
        Capabilities: <access denied>
        Kernel driver in use: i915
        Kernel modules: i915

01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 525M] (rev ff) (prog-if ff)
        !!! Unknown header type 7f
        Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia_current

01:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio Controller (rev ff) (prog-if ff)
        !!! Unknown header type 7f
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel

rpm -qa | grep nvidia:

+ открыть спойлер

[root@localhost vlanilu]# rpm -qa | grep nvidia
nvidia-current-doc-html-384.111-1.mga6.nonfree
dkms-nvidia-current-384.111-1.mga6.nonfree
bumblebee-nvidia-3.2.1-18.20161107.1.mga6.nonfree
primus-nvidia-0.2-1.mga6.nonfree
x11-driver-video-nvidia-current-384.111-1.mga6.nonfree

cat /var/log/Xorg.0.log:

+ открыть спойлер

[root@localhost vlanilu]# cat /var/log/Xorg.0.log
[    27.072] (--) Log file renamed from "/var/log/Xorg.pid-2194.log" to "/var/log/Xorg.0.log"
[    27.072]
X.Org X Server 1.19.5
Release Date: 2017-10-12
[    27.072] X Protocol Version 11, Revision 0
[    27.072] Build Operating System: ecosse 4.4.88-server-1.mga5
[    27.072] Current Operating System: Linux localhost.localdomain 4.14.16-desktop-1.mga6 #1 SMP Wed Jan 31 20:50:08 UTC 2018 x86_64
[    27.072] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.14.16-desktop-1.mga6 root=UUID=e15415a1-19e8-4574-a8c9-b684a5a4e408 ro splash quiet noiswmd resume=UUID=4ebacfb8-79c2-4cfb-ad6f-76ec85818855 audit=0 modprobe.blacklist=nvidiafb,nvidia_drm,nouveau systemd.setenv=GPUMOD=nvidia_current
[    27.072] Build Date: 13 October 2017  04:36:29PM
[    27.072] Build ID: x11-server 1.19.5-1.1.mga6
[    27.072] Current version of pixman: 0.34.0
[    27.072]    Before reporting problems, check https://bugs.mageia.org
        to make sure that you have the latest version.
[    27.072] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    27.072] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 13 16:49:53 2018
[    27.073] (==) Using config file: "/etc/X11/xorg.conf"
[    27.073] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    27.073] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    27.075] (==) ServerLayout "layout1"
[    27.075] (**) |-->Screen "screen1" (0)
[    27.075] (**) |   |-->Monitor "monitor1"
[    27.075] (**) |   |-->Device "device1"
[    27.075] (**) |-->Screen "screen2" (1)
[    27.075] (**) |   |-->Monitor "monitor2"
[    27.075] (**) |   |-->Device "device2"
[    27.075] (**) Option "DontZap" "False"
[    27.075] (**) Option "AllowMouseOpenFail"
[    27.075] (==) Automatically adding devices
[    27.075] (==) Automatically enabling devices
[    27.075] (==) Automatically adding GPU devices
[    27.075] (==) Automatically binding GPU devices
[    27.075] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    27.075] (==) FontPath set to:
        catalogue:/etc/X11/fontpath.d,
        built-ins
[    27.075] (**) ModulePath set to "/usr/lib64/xorg/extra-modules,/usr/lib64/xorg/modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    27.075] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    27.075] (II) Loader magic: 0x80ed80
[    27.075] (II) Module ABI versions:
[    27.075]    X.Org ANSI C Emulation: 0.4
[    27.075]    X.Org Video Driver: 23.0
[    27.075]    X.Org XInput driver : 24.1
[    27.075]    X.Org Server Extension : 10.0
[    27.076] (++) using VT number 1

[    27.076] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    27.077] (II) xfree86: Adding drm device (/dev/dri/card0)
[    27.093] (--) PCI:*(0:0:2:0) 8086:0116:1028:04ca rev 9, Mem @ 0xf6400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    27.093] (--) PCI: (0:1:0:0) 10de:0df5:1028:04ca rev 161, Mem @ 0xf5000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    27.093] (II) Open ACPI successful (/var/run/acpid.socket)
[    27.093] (II) "glx" will be loaded by default.
[    27.093] (II) LoadModule: "v4l"
[    27.093] (II) Loading /usr/lib64/xorg/modules/drivers/v4l_drv.so
[    27.094] (II) Module v4l: vendor="X.Org Foundation"
[    27.094]    compiled for 1.19.2, module version = 0.1.1
[    27.094]    ABI class: X.Org Video Driver, version 23.0
[    27.094] (II) LoadModule: "glx"
[    27.094] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    27.101] (II) Module glx: vendor="X.Org Foundation"
[    27.101]    compiled for 1.19.5, module version = 1.0.0
[    27.101]    ABI class: X.Org Server Extension, version 10.0
[    27.101] (II) LoadModule: "intel"
[    27.102] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[    27.104] (II) Module intel: vendor="X.Org Foundation"
[    27.104]    compiled for 1.19.5, module version = 2.99.917
[    27.104]    Module class: X.Org Video Driver
[    27.104]    ABI class: X.Org Video Driver, version 23.0
[    27.104] (II) LoadModule: "nouveau"
[    27.104] (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so
[    27.105] (II) Module nouveau: vendor="X.Org Foundation"
[    27.105]    compiled for 1.19.3, module version = 1.0.15
[    27.105]    Module class: X.Org Video Driver
[    27.105]    ABI class: X.Org Video Driver, version 23.0
[    27.105] (II) v4l driver for Video4Linux overlay mode (V4L2)
[    27.106] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
        i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
        915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
        Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
        GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    27.106] (II) intel: Driver for Intel(R) HD Graphics
[    27.106] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    27.106] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    27.106] (II) NOUVEAU driver
[    27.106] (II) NOUVEAU driver for NVIDIA chipset families :
[    27.106]    RIVA TNT        (NV04)
[    27.106]    RIVA TNT2       (NV05)
[    27.106]    GeForce 256     (NV10)
[    27.106]    GeForce 2       (NV11, NV15)
[    27.106]    GeForce 4MX     (NV17, NV18)
[    27.106]    GeForce 3       (NV20)
[    27.106]    GeForce 4Ti     (NV25, NV28)
[    27.106]    GeForce FX      (NV3x)
[    27.106]    GeForce 6       (NV4x)
[    27.106]    GeForce 7       (G7x)
[    27.106]    GeForce 8       (G8x)
[    27.106]    GeForce GTX 200 (NVA0)
[    27.106]    GeForce GTX 400 (NVC0)
[    27.106] (WW) Falling back to old probe method for v4l
[    27.106] (II) v4l: Initiating device probe
[    27.107] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20170818
[    27.279] (EE) [drm] Failed to open DRM device for pci:0000:01:00.0: -19
[    27.321] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 3000
[    27.321] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx; using a maximum of 4 threads
[    27.321] (II) intel(0): Creating default Display subsection in Screen section
        "screen1" for depth/fbbpp 24/32
[    27.321] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    27.321] (==) intel(0): RGB weight 888
[    27.321] (==) intel(0): Default visual is TrueColor
[    27.322] (II) intel(0): Output LVDS1 using monitor section monitor1
[    27.322] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1
[    27.322] (II) intel(0): Enabled output LVDS1
[    27.322] (II) intel(0): Output VGA1 has no monitor section
[    27.322] (II) intel(0): Enabled output VGA1
[    27.322] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    27.322] (II) intel(0): Output VIRTUAL1 has no monitor section
[    27.322] (II) intel(0): Enabled output VIRTUAL1
[    27.322] (--) intel(0): Output LVDS1 using initial mode 1366x768 on pipe 0
[    27.322] (--) intel(0): Output VGA1 using initial mode 1920x1080 on pipe 1
[    27.322] (==) intel(0): TearFree disabled
[    27.322] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    27.322] (==) intel(0): DPI set to (96, 96)
[    27.322] (II) Loading sub module "dri3"
[    27.322] (II) LoadModule: "dri3"
[    27.322] (II) Module "dri3" already built-in
[    27.322] (II) Loading sub module "dri2"
[    27.322] (II) LoadModule: "dri2"
[    27.323] (II) Module "dri2" already built-in
[    27.323] (II) Loading sub module "present"
[    27.323] (II) LoadModule: "present"
[    27.323] (II) Module "present" already built-in
[    27.323] (==) Depth 24 pixmap format is 32 bpp
[    27.416] (II) intel(0): SNA initialized with Sandybridge (gen6, gt2) backend
[    27.417] (==) intel(0): Backing store enabled
[    27.417] (==) intel(0): Silken mouse enabled
[    27.438] (II) intel(0): HW Cursor enabled
[    27.438] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    27.475] (**) intel(0): DPMS enabled
[    27.476] (==) intel(0): Display hotplug detection enabled
[    27.530] (II) v4l: /dev/video0 open ok
[    27.530] (EE) v4l: /dev/video0: no overlay support
[    27.532] (II) v4l: init done, 0 device(s) found
[    27.532] (II) intel(0): [DRI2] Setup complete
[    27.532] (II) intel(0): [DRI2]   DRI driver: i965
[    27.532] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    27.532] (II) intel(0): direct rendering: DRI2 enabled
[    27.532] (II) intel(0): hardware support for Present enabled
[    27.532] (--) RandR disabled
[    27.805] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    27.805] (II) AIGLX: enabled GLX_ARB_create_context
[    27.805] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    27.805] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[    27.805] (II) AIGLX: enabled GLX_INTEL_swap_event
[    27.805] (II) AIGLX: enabled GLX_SGI_swap_control
[    27.805] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    27.805] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    27.805] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[    27.805] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    27.805] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[    27.806] (II) AIGLX: Loaded and initialized i965
[    27.806] (II) GLX: Initialized DRI2 GL provider for screen 0
[    27.809] (II) intel(0): switch to mode 1366x768@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
[    27.818] (II) intel(0): switch to mode 1920x1080@60.0 on VGA1 using pipe 1, position (0, 0), rotation normal, reflection none
[    27.823] (II) intel(0): Setting screen physical size to 508 x 285
[    27.872] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    27.872] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    27.872] (**) Power Button: Applying InputClass "system-keyboard"
[    27.872] (II) LoadModule: "libinput"
[    27.873] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[    27.876] (II) Module libinput: vendor="X.Org Foundation"
[    27.876]    compiled for 1.19.3, module version = 0.25.1
[    27.876]    Module class: X.Org XInput Driver
[    27.876]    ABI class: X.Org XInput driver, version 24.1
[    27.876] (II) Using input driver 'libinput' for 'Power Button'
[    27.876] (**) Power Button: always reports core events
[    27.876] (**) Option "Device" "/dev/input/event4"
[    27.876] (**) Option "_source" "server/udev"
[    27.876] (II) event4  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    27.876] (II) event4  - (II) Power Button: (II) device is a keyboard
[    27.876] (II) event4  - (II) Power Button: (II) device removed
[    27.884] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4"
[    27.884] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    27.884] (**) Option "xkb_model" "pc105"
[    27.884] (**) Option "xkb_layout" "us"
[    27.884] (**) Option "xkb_variant" "alt-intl"
[    27.884] (**) Option "xkb_options" "compose:rwin"
[    27.902] (II) event4  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    27.902] (II) event4  - (II) Power Button: (II) device is a keyboard
[    27.903] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    27.903] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    27.903] (**) Video Bus: Applying InputClass "system-keyboard"
[    27.903] (II) Using input driver 'libinput' for 'Video Bus'
[    27.903] (**) Video Bus: always reports core events
[    27.903] (**) Option "Device" "/dev/input/event6"
[    27.903] (**) Option "_source" "server/udev"
[    27.903] (II) event6  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    27.903] (II) event6  - (II) Video Bus: (II) device is a keyboard
[    27.903] (II) event6  - (II) Video Bus: (II) device removed
[    27.909] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input7/event6"
[    27.909] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    27.909] (**) Option "xkb_model" "pc105"
[    27.909] (**) Option "xkb_layout" "us"
[    27.909] (**) Option "xkb_variant" "alt-intl"
[    27.909] (**) Option "xkb_options" "compose:rwin"
[    27.909] (II) event6  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    27.909] (II) event6  - (II) Video Bus: (II) device is a keyboard
[    27.909] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    27.910] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    27.910] (**) Video Bus: Applying InputClass "system-keyboard"
[    27.910] (II) Using input driver 'libinput' for 'Video Bus'
[    27.910] (**) Video Bus: always reports core events
[    27.910] (**) Option "Device" "/dev/input/event5"
[    27.910] (**) Option "_source" "server/udev"
[    27.910] (II) event5  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    27.910] (II) event5  - (II) Video Bus: (II) device is a keyboard
[    27.910] (II) event5  - (II) Video Bus: (II) device removed
[    27.925] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1a/LNXVIDEO:00/input/input6/event5"
[    27.925] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id af
[    27.925] (**) Option "xkb_model" "pc105"
[    27.925] (**) Option "xkb_layout" "us"
[    27.925] (**) Option "xkb_variant" "alt-intl"
[    27.925] (**) Option "xkb_options" "compose:rwin"
[    27.925] (II) event5  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    27.925] (II) event5  - (II) Video Bus: (II) device is a keyboard
[    27.925] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    27.925] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    27.925] (**) Power Button: Applying InputClass "system-keyboard"
[    27.925] (II) Using input driver 'libinput' for 'Power Button'
[    27.925] (**) Power Button: always reports core events
[    27.925] (**) Option "Device" "/dev/input/event2"
[    27.925] (**) Option "_source" "server/udev"
[    27.926] (II) event2  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    27.926] (II) event2  - (II) Power Button: (II) device is a keyboard
[    27.926] (II) event2  - (II) Power Button: (II) device removed
[    27.937] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event2"
[    27.937] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    27.937] (**) Option "xkb_model" "pc105"
[    27.937] (**) Option "xkb_layout" "us"
[    27.937] (**) Option "xkb_variant" "alt-intl"
[    27.937] (**) Option "xkb_options" "compose:rwin"
[    27.937] (II) event2  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    27.937] (II) event2  - (II) Power Button: (II) device is a keyboard
[    27.937] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    27.937] (II) No input driver specified, ignoring this device.
[    27.937] (II) This device may have been added with another device file.
[    27.938] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[    27.938] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    27.938] (**) Sleep Button: Applying InputClass "system-keyboard"
[    27.938] (II) Using input driver 'libinput' for 'Sleep Button'
[    27.938] (**) Sleep Button: always reports core events
[    27.938] (**) Option "Device" "/dev/input/event3"
[    27.938] (**) Option "_source" "server/udev"
[    27.938] (II) event3  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[    27.938] (II) event3  - (II) Sleep Button: (II) device is a keyboard
[    27.938] (II) event3  - (II) Sleep Button: (II) device removed
[    27.949] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4/event3"
[    27.949] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    27.949] (**) Option "xkb_model" "pc105"
[    27.949] (**) Option "xkb_layout" "us"
[    27.949] (**) Option "xkb_variant" "alt-intl"
[    27.949] (**) Option "xkb_options" "compose:rwin"
[    27.949] (II) event3  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[    27.949] (II) event3  - (II) Sleep Button: (II) device is a keyboard
[    27.949] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[    27.949] (II) No input driver specified, ignoring this device.
[    27.949] (II) This device may have been added with another device file.
[    27.950] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[    27.950] (II) No input driver specified, ignoring this device.
[    27.950] (II) This device may have been added with another device file.
[    27.950] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[    27.950] (II) No input driver specified, ignoring this device.
[    27.950] (II) This device may have been added with another device file.
[    27.950] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[    27.950] (II) No input driver specified, ignoring this device.
[    27.950] (II) This device may have been added with another device file.
[    27.951] (II) config/udev: Adding input device Laptop_Integrated_Webcam_HD: In (/dev/input/event15)
[    27.951] (**) Laptop_Integrated_Webcam_HD: In: Applying InputClass "libinput keyboard catchall"
[    27.951] (**) Laptop_Integrated_Webcam_HD: In: Applying InputClass "system-keyboard"
[    27.951] (II) Using input driver 'libinput' for 'Laptop_Integrated_Webcam_HD: In'
[    27.951] (**) Laptop_Integrated_Webcam_HD: In: always reports core events
[    27.951] (**) Option "Device" "/dev/input/event15"
[    27.951] (**) Option "_source" "server/udev"
[    27.951] (II) event15 - (II) Laptop_Integrated_Webcam_HD: In: (II) is tagged by udev as: Keyboard
[    27.951] (II) event15 - (II) Laptop_Integrated_Webcam_HD: In: (II) device is a keyboard
[    27.951] (II) event15 - (II) Laptop_Integrated_Webcam_HD: In: (II) device removed
[    27.969] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input17/event15"
[    27.969] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_HD: In" (type: KEYBOARD, id 11)
[    27.969] (**) Option "xkb_model" "pc105"
[    27.969] (**) Option "xkb_layout" "us"
[    27.969] (**) Option "xkb_variant" "alt-intl"
[    27.969] (**) Option "xkb_options" "compose:rwin"
[    27.969] (II) event15 - (II) Laptop_Integrated_Webcam_HD: In: (II) is tagged by udev as: Keyboard
[    27.969] (II) event15 - (II) Laptop_Integrated_Webcam_HD: In: (II) device is a keyboard
[    27.969] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
[    27.969] (II) No input driver specified, ignoring this device.
[    27.969] (II) This device may have been added with another device file.
[    27.970] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[    27.970] (II) No input driver specified, ignoring this device.
[    27.970] (II) This device may have been added with another device file.
[    27.970] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[    27.970] (II) No input driver specified, ignoring this device.
[    27.970] (II) This device may have been added with another device file.
[    27.970] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event16)
[    27.970] (**) PixArt USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[    27.970] (II) Using input driver 'libinput' for 'PixArt USB Optical Mouse'
[    27.970] (**) PixArt USB Optical Mouse: always reports core events
[    27.970] (**) Option "Device" "/dev/input/event16"
[    27.970] (**) Option "_source" "server/udev"
[    27.971] (II) event16 - (II) PixArt USB Optical Mouse: (II) is tagged by udev as: Mouse
[    27.971] (II) event16 - (II) PixArt USB Optical Mouse: (II) device set to 1000 DPI
[    27.971] (II) event16 - (II) PixArt USB Optical Mouse: (II) device is a pointer
[    27.971] (II) event16 - (II) PixArt USB Optical Mouse: (II) device removed
[    27.989] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2.1/4-1.2.1:1.0/0003:093A:2510.0001/input/input18/event16"
[    27.989] (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type: MOUSE, id 12)
[    27.989] (**) Option "AccelerationScheme" "none"
[    27.989] (**) PixArt USB Optical Mouse: (accel) selected scheme none/0
[    27.989] (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000
[    27.989] (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4
[    27.989] (II) event16 - (II) PixArt USB Optical Mouse: (II) is tagged by udev as: Mouse
[    27.989] (II) event16 - (II) PixArt USB Optical Mouse: (II) device set to 1000 DPI
[    27.989] (II) event16 - (II) PixArt USB Optical Mouse: (II) device is a pointer
[    27.990] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse0)
[    27.990] (II) No input driver specified, ignoring this device.
[    27.990] (II) This device may have been added with another device file.
[    27.990] (II) config/udev: Adding input device SEM USB Keyboard (/dev/input/event17)
[    27.990] (**) SEM USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    27.990] (**) SEM USB Keyboard: Applying InputClass "system-keyboard"
[    27.990] (II) Using input driver 'libinput' for 'SEM USB Keyboard'
[    27.990] (**) SEM USB Keyboard: always reports core events
[    27.990] (**) Option "Device" "/dev/input/event17"
[    27.990] (**) Option "_source" "server/udev"
[    27.991] (II) event17 - (II) SEM USB Keyboard: (II) is tagged by udev as: Keyboard
[    27.991] (II) event17 - (II) SEM USB Keyboard: (II) device is a keyboard
[    27.991] (II) event17 - (II) SEM USB Keyboard: (II) device removed
[    28.001] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2.2/4-1.2.2:1.0/0003:1A2C:0E24.0002/input/input19/event17"
[    28.001] (II) XINPUT: Adding extended input device "SEM USB Keyboard" (type: KEYBOARD, id 13)
[    28.001] (**) Option "xkb_model" "pc105"
[    28.001] (**) Option "xkb_layout" "us"
[    28.001] (**) Option "xkb_variant" "alt-intl"
[    28.001] (**) Option "xkb_options" "compose:rwin"
[    28.001] (II) event17 - (II) SEM USB Keyboard: (II) is tagged by udev as: Keyboard
[    28.001] (II) event17 - (II) SEM USB Keyboard: (II) device is a keyboard
[    28.002] (II) config/udev: Adding input device SEM USB Keyboard (/dev/input/event18)
[    28.002] (**) SEM USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    28.002] (**) SEM USB Keyboard: Applying InputClass "system-keyboard"
[    28.002] (II) Using input driver 'libinput' for 'SEM USB Keyboard'
[    28.002] (**) SEM USB Keyboard: always reports core events
[    28.002] (**) Option "Device" "/dev/input/event18"
[    28.002] (**) Option "_source" "server/udev"
[    28.002] (II) event18 - (II) SEM USB Keyboard: (II) is tagged by udev as: Keyboard
[    28.002] (II) event18 - (II) SEM USB Keyboard: (II) device is a keyboard
[    28.002] (II) event18 - (II) SEM USB Keyboard: (II) device removed
[    28.017] (II) libinput: SEM USB Keyboard: needs a virtual subdevice
[    28.017] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2.2/4-1.2.2:1.1/0003:1A2C:0E24.0003/input/input20/event18"
[    28.017] (II) XINPUT: Adding extended input device "SEM USB Keyboard" (type: MOUSE, id 14)
[    28.017] (**) Option "AccelerationScheme" "none"
[    28.017] (**) SEM USB Keyboard: (accel) selected scheme none/0
[    28.017] (**) SEM USB Keyboard: (accel) acceleration factor: 2.000
[    28.017] (**) SEM USB Keyboard: (accel) acceleration threshold: 4
[    28.017] (II) event18 - (II) SEM USB Keyboard: (II) is tagged by udev as: Keyboard
[    28.017] (II) event18 - (II) SEM USB Keyboard: (II) device is a keyboard
[    28.018] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event7)
[    28.018] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    28.018] (**) Dell WMI hotkeys: Applying InputClass "system-keyboard"
[    28.018] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[    28.018] (**) Dell WMI hotkeys: always reports core events
[    28.018] (**) Option "Device" "/dev/input/event7"
[    28.018] (**) Option "_source" "server/udev"
[    28.018] (II) event7  - (II) Dell WMI hotkeys: (II) is tagged by udev as: Keyboard
[    28.018] (II) event7  - (II) Dell WMI hotkeys: (II) device is a keyboard
[    28.018] (II) event7  - (II) Dell WMI hotkeys: (II) device removed
[    28.029] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input9/event7"
[    28.029] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
[    28.029] (**) Option "xkb_model" "pc105"
[    28.029] (**) Option "xkb_layout" "us"
[    28.029] (**) Option "xkb_variant" "alt-intl"
[    28.029] (**) Option "xkb_options" "compose:rwin"
[    28.029] (II) event7  - (II) Dell WMI hotkeys: (II) is tagged by udev as: Keyboard
[    28.029] (II) event7  - (II) Dell WMI hotkeys: (II) device is a keyboard
[    28.029] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    28.030] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    28.030] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    28.030] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    28.030] (**) AT Translated Set 2 keyboard: always reports core events
[    28.030] (**) Option "Device" "/dev/input/event0"
[    28.030] (**) Option "_source" "server/udev"
[    28.030] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[    28.030] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[    28.030] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device removed
[    28.041] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    28.041] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[    28.041] (**) Option "xkb_model" "pc105"
[    28.041] (**) Option "xkb_layout" "us"
[    28.041] (**) Option "xkb_variant" "alt-intl"
[    28.041] (**) Option "xkb_options" "compose:rwin"
[    28.041] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[    28.041] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[    28.041] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event19)
[    28.041] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "libinput touchpad catchall"
[    28.041] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "libinput touchscreen catchall"
[    28.041] (II) Using input driver 'libinput' for 'AlpsPS/2 ALPS GlidePoint'
[    28.042] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[    28.042] (**) Option "Device" "/dev/input/event19"
[    28.042] (**) Option "_source" "server/udev"
[    28.042] (II) event19 - (II) AlpsPS/2 ALPS GlidePoint: (II) is tagged by udev as: Touchpad Touchscreen
[    28.042] (II) event19 - (II) AlpsPS/2 ALPS GlidePoint: (II) no resolution or size hints, assuming a size of 69x50mm
[    28.042] (II) event19 - (II) AlpsPS/2 ALPS GlidePoint: (II) device is a touchpad
[    28.042] (II) event19 - (II) AlpsPS/2 ALPS GlidePoint: (II) device removed
[    28.061] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input12/event19"
[    28.061] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD, id 17)
[    28.061] (**) Option "AccelerationScheme" "none"
[    28.061] (**) AlpsPS/2 ALPS GlidePoint: (accel) selected scheme none/0
[    28.061] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
[    28.061] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
[    28.061] (II) event19 - (II) AlpsPS/2 ALPS GlidePoint: (II) is tagged by udev as: Touchpad Touchscreen
[    28.061] (II) event19 - (II) AlpsPS/2 ALPS GlidePoint: (II) no resolution or size hints, assuming a size of 69x50mm
[    28.061] (II) event19 - (II) AlpsPS/2 ALPS GlidePoint: (II) device is a touchpad
[    28.061] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
[    28.061] (II) No input driver specified, ignoring this device.
[    28.061] (II) This device may have been added with another device file.
[    28.090] (**) SEM USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    28.090] (**) SEM USB Keyboard: Applying InputClass "system-keyboard"
[    28.090] (II) Using input driver 'libinput' for 'SEM USB Keyboard'
[    28.090] (**) SEM USB Keyboard: always reports core events
[    28.090] (**) Option "Device" "/dev/input/event18"
[    28.090] (**) Option "_source" "_driver/libinput"
[    28.090] (II) libinput: SEM USB Keyboard: is a virtual subdevice
[    28.090] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2.2/4-1.2.2:1.1/0003:1A2C:0E24.0003/input/input20/event18"
[    28.090] (II) XINPUT: Adding extended input device "SEM USB Keyboard" (type: KEYBOARD, id 18)
[    28.090] (**) Option "xkb_model" "pc105"
[    28.090] (**) Option "xkb_layout" "us"
[    28.090] (**) Option "xkb_variant" "alt-intl"
[    28.090] (**) Option "xkb_options" "compose:rwin"
[    29.323] (II) intel(0): EDID vendor "CMO", prod id 5540
[    29.323] (II) intel(0): Printing DDC gathered Modelines:
[    29.323] (II) intel(0): Modeline "1366x768"x0.0   76.80  1366 1392 1448 1580  768 772 785 810 +hsync -vsync (48.6 kHz eP)

Nvidia драйвер nvidia-current-384.111 как-бы установлен. Что не так, или запускаю неправильно?

13

У вас показывает что так же загружается модуль nouveau
Можно попробовать ещё добавить его в /etc/modprobe.d/blacklist.conf

blacklist nouveau


И перезагрузиться.

14 (13.02.2018 22:24:46 отредактировано vlalu)

ormorph,
есть два конфига: blacklist-compat.conf и blacklist-mga.conf, в какой?
и еще, я писал строку в загрузчике в меню при загрузке, т.е. данные не сохраняется, надо ли вписать  в blacklist...conf и другие драйверы?
blacklist-compat.conf :

+ открыть спойлер

#
# Listing a module here prevents the hotplug scripts from loading it.
# Usually that'd be so that some other driver will bind it instead,
# no matter which driver happens to get probed first.  Sometimes user
# mode tools can also control driver binding.
#
# Syntax:  driver name alone (without any spaces) on a line. Other
# lines are ignored.
#

# watchdog drivers
blacklist i8xx_tco

# framebuffer drivers
blacklist aty128fb
blacklist atyfb
blacklist radeonfb
blacklist i810fb
blacklist cirrusfb
blacklist intelfb
blacklist kyrofb
blacklist i2c-matroxfb
blacklist hgafb
blacklist nvidiafb
blacklist rivafb
blacklist savagefb
blacklist sstfb
blacklist neofb
blacklist tridentfb
blacklist tdfxfb
blacklist virgefb
blacklist vga16fb
blacklist viafb
blacklist matroxfb_base

# ISDN - see bugs 154799, 159068
blacklist hisax
blacklist hisax_fcpcipnp

blacklist-mga.conf:

+ открыть спойлер

# blacklisted modules for PCI coldplug
# see also /etc/modprobe.d/blacklist-compat

blacklist rivatv

# For some bridges both intel-agp and i82875p_edac are loaded. If i82875p_edac
# is loaded first it will grab the device. Then intel-agp doesn't work.
# Therefore we disable automatic loading of 82875p_edac. (Bug 213840)
# https://bugzilla.novell.com/show_bug.cgi?id=213840
blacklist i82875p_edac

# do not use "Boot Protocol" drivers, we prefer usbhid
# and they cause problems when loaded together with usbhid (#37726, #40861)
blacklist usbkbd
blacklist usbmouse

# disable PC speaker by default
# pcspkr is the standard driver, while snd-pcsp is the ALSA driver
blacklist pcspkr
blacklist snd-pcsp

и еще bumblebee.conf, где тоже blacklist:

+ открыть спойлер

blacklist nvidia-current
blacklist nouveau

# Map removal of modules to correct command
# This allows modprobe -r nvidia to work
remove nvidia rmmod nvidia

# Needed for bumblebee as it tries to remove nvidia-current, which is the module
# load name. The driver is still "nvidia" once loaded, thus the removal fails.
remove nvidia-current rmmod nvidia

# Switch card off when booting, on when unloading bbswitch (shutdown)
options bbswitch load_state=0 unload_state=1

15 (13.02.2018 22:25:25 отредактировано ormorph)

Можно вписать в любой из этих конфигов тут главное команда blacklist.
Можно и другие драйверы так же вписать.

16

ormorph, посмотрите, пожалуйста, bumblebee.conf (в моем сообщении выше), там есть blacklist nouveau и blacklist nvidia_current, это не влияет?

17

Может и влияет, тогда в системе должен присутствовать скрипт, который запускает драйвер nouveau
Может ещё прописан конфиг видеокарты в каталоге /etc/X11/xorg.conf.d
Тут главное запустить проприетарный драйвер nvidia.

18 (13.02.2018 23:17:12 отредактировано vlalu)

ormorph, конфиг видеокарты в каталоге /etc/X11/xorg.conf.d отсутствует.
В каталоге /etc/X11/xorg.conf есть указание на драйвер nouveau для nvidia карты:

+ открыть спойлер

# File generated by XFdrake (rev 262502)

# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerFlags"
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
    Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
    #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
    Load "v4l" # Video for Linux
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Plug'n Play"
   
    # Apple iMac modes
    ModeLine "1024x768"   78.525 1024 1049 1145 1312   768  769  772  800 +hsync +vsync
    ModeLine "800x600"    62.357  800  821  901 1040   600  601  604  632 +hsync +vsync
    ModeLine "640x480"    49.886  640  661  725  832   480  481  484  514 +hsync +vsync
   
    # Apple monitors tend to do 832x624
    ModeLine "832x624"    57      832  876  940 1152   624  625  628  667 -hsync -vsync
   
    # Apple PowerBook G3
    ModeLine "800x600"    100     800  816  824  840   600  616  624  640 -hsync -vsync
   
    # Apple TI Powerbook
    ModeLine "1152x768"   78.741 1152 1173 1269 1440   768  769  772  800 +vsync +vsync
   
    # Pismo Firewire G3
    ModeLine "1024x768"   65     1024 1032 1176 1344   768  771  777  806 -hsync -vsync
   
    # iBook2
    ModeLine "1024x768"   65     1024 1048 1184 1344   768  771  777  806 -hsync -vsync
   
    # 17" Apple Studio Display
    ModeLine "1024x768"   112.62 1024 1076 1248 1420 768 768 780 808 +hsync +vsync
   
    # HiRes Apple Studio Display
    ModeLine "1280x1024"  135    1280 1288 1392 1664  1024 1027 1030 1064
   
    # Another variation
    ModeLine "1280x1024"  134.989 1280 1317 1429 1688  1024 1025 1028 1066 +hsync +vsync
   
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
   
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Monitor"
    Identifier "monitor2"
    VendorName "Plug'n Play"
   
    # Apple iMac modes
    ModeLine "1024x768"   78.525 1024 1049 1145 1312   768  769  772  800 +hsync +vsync
    ModeLine "800x600"    62.357  800  821  901 1040   600  601  604  632 +hsync +vsync
    ModeLine "640x480"    49.886  640  661  725  832   480  481  484  514 +hsync +vsync
   
    # Apple monitors tend to do 832x624
    ModeLine "832x624"    57      832  876  940 1152   624  625  628  667 -hsync -vsync
   
    # Apple PowerBook G3
    ModeLine "800x600"    100     800  816  824  840   600  616  624  640 -hsync -vsync
   
    # Apple TI Powerbook
    ModeLine "1152x768"   78.741 1152 1173 1269 1440   768  769  772  800 +vsync +vsync
   
    # Pismo Firewire G3
    ModeLine "1024x768"   65     1024 1032 1176 1344   768  771  777  806 -hsync -vsync
   
    # iBook2
    ModeLine "1024x768"   65     1024 1048 1184 1344   768  771  777  806 -hsync -vsync
   
    # 17" Apple Studio Display
    ModeLine "1024x768"   112.62 1024 1076 1248 1420 768 768 780 808 +hsync +vsync
   
    # HiRes Apple Studio Display
    ModeLine "1280x1024"  135    1280 1288 1392 1664  1024 1027 1030 1064
   
    # Another variation
    ModeLine "1280x1024"  134.989 1280 1317 1429 1688  1024 1025 1028 1066 +hsync +vsync
   
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
   
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    VendorName "Intel Corporation"
    BoardName "Intel 810 and later"
    Driver "intel"
    Screen 0
    BusID "PCI:0:2:0"
    Option "DPMS"
EndSection

Section "Device"
    Identifier "device2"
    VendorName "NVIDIA Corporation"
    BoardName "NVIDIA GeForce 420 series and later"
    Driver "nouveau"
    Screen 0
    BusID "PCI:1:0:0"
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
EndSection

Section "Screen"
    Identifier "screen2"
    Device "device2"
    Monitor "monitor2"
EndSection

Section "ServerLayout"
    Identifier "layout1"
    Screen "screen1"
    Screen "screen2" RightOf "screen1"
    #Option "Xinerama"
EndSection

19

Файл /etc/bumblebee/xorg.conf присутствует?
Ну и можно попробовать поменять nouveau на nvidia

20

ormorph, есть два конфига xorg.conf.nouveau и xorg.conf.nvidia:
xorg.conf.nouveau

+ открыть спойлер

Section "ServerLayout"
    Identifier  "Layout0"
    Option      "AutoAddDevices" "false"
    Option      "AutoAddGPU" "false"
EndSection

Section "Device"
    Identifier  "DiscreteNvidia"
    Driver      "nouveau"

#   If the X server does not automatically detect your VGA device,
#   you can manually set it here.
#   To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
#   as you see in the commented example.
#   This Setting is needed on Ubuntu 13.04.
#   BusID "PCI:01:00:0"

EndSection

xorg.conf.nvidia

+ открыть спойлер

Section "ServerLayout"
    Identifier  "Layout0"
#    Option      "AutoAddDevices" "false"
#    Option      "AutoAddGPU" "false"
EndSection

Section "Device"
    Identifier  "DiscreteNvidia"
    Driver      "nvidia"
    VendorName  "NVIDIA Corporation"

#   If the X server does not automatically detect your VGA device,
#   you can manually set it here.
#   To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
#   as you see in the commented example.
#   This Setting may be needed in some platforms with more than one
#   nvidia card, which may confuse the proprietary driver (e.g.,
#   trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
#   BusID "PCI:01:00:0"

#   Setting ProbeAllGpus to false prevents the new proprietary driver
#   instance spawned to try to control the integrated graphics card,
#   which is already being managed outside bumblebee.
#   This option doesn't hurt and it is required on platforms running
#   more than one nvidia graphics card with the proprietary driver.
#   (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
#   If this option is not set, the new Xorg may blacken the screen and
#   render it unusable (unless you have some way to run killall Xorg).
    Option "ProbeAllGpus" "false"

    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "UseDisplayDevice" "none"

#   If your NVIDIA drivers are version 331.13 or newer, and you have a laptop
#   where some of the video outputs such as HDMI or DisplayPort are connected
#   to the NVIDIA GPU, and you sometimes connect an external monitor to those
#   ports, comment out the above two options and instead uncomment the option
#   below to allow using the external monitor when it is connected while also
#   allowing the X server to start when the monitor is disconnected.

   Option "AllowEmptyInitialConfiguration"
EndSection

21 (14.02.2018 06:37:36 отредактировано ormorph)

Тут говорится что при использовании bumblebee следует переименовать /etc/X11/xorg.conf так как при запуске bumblebee он не используется.
Ну и что у вас прописано в /etc/bumblebee/bumblebee.conf?
*** Добавлено: 14.02.2018 09:15:41 ***

Возможно еще придется сделать следующее:
параметр ядра modprobe.blacklist=nouveau и все.
В /etc/modprobe.d/bumblebee.conf закоментировать строчку:

# blacklist nvidia-current

и добавить строчку перед remove nvidia-current rmmod nvidia:

alias nvidia nvidia-current

22 (16.02.2018 19:23:32 отредактировано vlalu)

ormorph,
/etc/bumblebee/bumblebee.conf:

+ открыть спойлер

# Configuration file for Bumblebee. Values should **not** be put between quotes

## Server options. Any change made in this section will need a server restart
# to take effect.
[bumblebeed]
# The secondary Xorg server DISPLAY number
VirtualDisplay=:8
# Should the unused Xorg server be kept running? Set this to true if waiting
# for X to be ready is too long and don't need power management at all.
KeepUnusedXServer=false
# The name of the Bumbleblee server group name (GID name)
ServerGroup=bumblebee
# Card power state at exit. Set to false if the card shoud be ON when Bumblebee
# server exits.
TurnCardOffAtExit=false
# The default behavior of '-f' option on optirun. If set to "true", '-f' will
# be ignored.
NoEcoModeOverride=false
# The Driver used by Bumblebee server. If this value is not set (or empty),
# auto-detection is performed. The available drivers are nvidia and nouveau
# (See also the driver-specific sections below)
Driver=nvidia
# Directory with a dummy config file to pass as a -configdir to secondary X
XorgConfDir=/etc/bumblebee/xorg.conf.d
# Xorg binary to run
XorgBinary=Xorg

## Client options. Will take effect on the next optirun executed.
[optirun]
# Acceleration/ rendering bridge, possible values are auto, virtualgl and
# primus.
Bridge=primus
# The method used for VirtualGL to transport frames between X servers.
# Possible values are proxy, jpeg, rgb, xv and yuv.
VGLTransport=proxy
# List of paths which are searched for the primus libGL.so.1 when using
# the primus bridge
PrimusLibraryPath=/usr/lib64/primus:/usr/lib/primus
# Should the program run under optirun even if Bumblebee server or nvidia card
# is not available?
AllowFallbackToIGC=false


# Driver-specific settings are grouped under [driver-NAME]. The sections are
# parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
# detection resolves to NAME).
# PMMethod: method to use for saving power by disabling the nvidia card, valid
# values are: auto - automatically detect which PM method to use
#         bbswitch - new in BB 3, recommended if available
#       switcheroo - vga_switcheroo method, use at your own risk
#             none - disable PM completely
# https://github.com/Bumblebee-Project/Bu … PM-methods

## Section with nvidia driver specific options, only parsed if Driver=nvidia
[driver-nvidia]
# Module name to load, defaults to Driver if empty or unset
KernelDriver=nvidia-current
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib64/nvidia-current:/usr/lib/nvidia-current
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib64/nvidia-current/xorg,/usr/lib/nvidia-current/xorg,/usr/lib64/xorg/modules,/usr/lib/xorg/modules
XorgConfFile=/etc/bumblebee/xorg.conf.nvidia

## Section with nouveau driver specific options, only parsed if Driver=nouveau
[driver-nouveau]
KernelDriver=nouveau
PMMethod=auto
XorgConfFile=/etc/bumblebee/xorg.conf.nouveau


Закоментил и добавил  в /etc/modprobe.d/bumblebee.conf # blacklist nvidia-current, alias nvidia nvidia-current. Запустил с modprobe.blacklist=nouveau, никаких изменений, hdmi не видит, - Kernel driver in use: i915
По поводу:

Тут говорится что при использовании bumblebee следует переименовать /etc/X11/xorg.conf так как при запуске bumblebee он не используется.

я не совсем понял, т.к. там

If anything goes wrong, you can boot in text mode and delete/rename the file /etc/X11/xorg.conf. The default (empty) configuration should work fine to boot and start Xorg with the Intel drivers.

, т.е. если не загрузится?

23

vlalu пишет:

, т.е. если не загрузится?

Это означает что иксы по умолчанию сами загрузят драйвер intel без xorg.conf.

Не знаю приоритеты bumblebee, но в конфиге прописаны оба драйвера nvidia, что как бы не айс.
Как вариант можно попробовать без bumblebee загрузить тыц BusID  "PCI:1:0:0".
Там просто добавляется файл /etc/X11/xorg.conf.d/20-nvidia.conf
Возможно придется добавить файл /etc/X11/xorg.conf.d/20opengl.conf:

Section "Files"
    ModulePath "/usr/lib/nvidia-current/extensions"
EndSection

Это каталог в котором должен находится файл libglx.so.
Возможно еще придется добавить строчку в файл /etc/ld.so.conf:

/usr/lib/nvidia-current

И после этого обновить кеш:

 Консоль:
# ldconfig

Без этого скорее всего драйвер nvidia так и не запустится.
Хотя я могу ошибаться, старые версии драйверов такое требовали (прописывание библиотек).

24

Попытался подключить HDMI монитор по инфо https://wiki.mageia.org/en/Mageia_6_Rel … us_laptops запустив mageia-prime пакет.

 Консоль:
[root@localhost ~]# /usr/sbin/mageia-prime-install

, которая прошла успешно, после перезапуска система не грузится и застревает на kernel booting. Запуск в recovery mode уходит в бесконечную проверку. На меньшем ядре тоже самое. Возможно ли восстановить систему? или как выполнить команду:
 Консоль:
[root@localhost ~]# /usr/sbin/mageia-prime-uninstall

, чтобы вернуть систему.

Напомню: Mageia 6_64. К ноутбуку Dell c Intel HD graphic и Nvidia GT525M (optimus) подключен внешний HDMI/VGA монитор. Nvidia драйвера последний, пакет mageia-prime был установлен заранее.
*** Добавлено: 21.10.2018 13:01:02 ***

Удалось убрать mageia-prime, система запустилась. Но проблема - как запустить nvidia карту - осталась. В описании mageia-prime подключает nvidia карту, вероятно в xorg conf что-то не так?

25

vlalu пишет:

Но проблема - как запустить nvidia карту - осталась

Пробовал я как то запустить одну nvidia карту. На свободных драйверах запустилась, а на платных нет.
Часто помогает,если родной драйвер не запускается,  запуск с драйверами vesa или fbdev.
Надо в строке запуска ядра загрузчика задать :

xdriver=vesa
      или
xdriver=fbdev

Может поможет ?

26 (03.12.2018 07:18:03 отредактировано ormorph)

ingvaro пишет:

Может поможет ?

Не это не то, для проприетарных драйверов, нужен был  запущенный фреймбуфер. Обычно для этого использовалась Uvesa.
В данном случае должно хватить фреймбуфера от i915.
В данном случае запускается драйвер nouveau, который не должен запускаться, его зугрузку надо блокировать:
rd.driver.blacklist=nouveau или rd.blacklist=nouveau.