Impossible d'utiliser le driver nvidia.

xuo Membre non connecté
-
- Voir le profil du membre xuo
- Inscrit le : 23/10/2011
- Groupes :
J'essaye d'installer le driver nvidia-current-kernel-4.1.15-desktop-2.mga5.
Pourquoi celui-ci ? Parce que j'ai une carte GeForce GT 540M et que j'ai essayé de suivre ce bugzilla ([url=https://bugs.mageia.org/show_bug.cgi?id=17604][/url])
uname -a
Linux ordi8 4.1.15-desktop-2.mga5 #1 SMP Wed Jan 20 17:05:51 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Je sais que ce n'est pas le dernier noyau mais c'est celui utilisé dans le bugzilla.
J'ai désinstallé le driver nouveau avec le mcc.
lspci -k
Caché:
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)
Subsystem: Dell Device 050e
Kernel modules: nvidiafb, nouveau, nvidia_current
Subsystem: Dell Device 050e
Kernel modules: nvidiafb, nouveau, nvidia_current
Je pense que mon problème vient de mon xorg.conf.
J'ai inséré plusieurs fichiers (je ne sais pas les attacher à ce post) :
Le xorg.conf qui marche (xorg.conf.bon.txt)
Caché:
# File generated by XFdrake (rev 262502)
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerFlags"
Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection
Section "Module"
Load "v4l" # Video for Linux
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
# 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"
# 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"
#Option "Xinerama"
Screen "screen1"
Screen "screen2" RightOf "screen1"
EndSection
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerFlags"
Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection
Section "Module"
Load "v4l" # Video for Linux
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
# 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"
# 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"
#Option "Xinerama"
Screen "screen1"
Screen "screen2" RightOf "screen1"
EndSection
Celui qui ne marche pas (xorg.conf.bad.nvidia.txt)
Caché:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 352.79 (iurt@rabbit.mageia.org) Sun May 22 15:25:02 UTC 2016
# File generated by XFdrake (rev 262502)
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerLayout"
#Option "Xinerama"
Identifier "layout1"
Screen "screen1" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Module"
Load "v4l" # Video for Linux
Load "glx"
EndSection
Section "ServerFlags"
# allows the server to start up even if the mouse does not work
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
Option "allowmouseopenfail"
EndSection
Section "InputDevice"
# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "fr"
Option "XkbModel" "pc105"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
Identifier "monitor1"
VendorName "Plug'n Play"
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Monitor"
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
Identifier "monitor2"
VendorName "Plug'n Play"
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "NVIDIA GeForce 420 series and later"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultDepth 24
Option "DPMS"
Option "DynamicTwinView" "false"
Option "AddARGBGLXVisuals"
SubSection "Display"
Depth 24
Modes "nvidia-auto-select"
EndSubSection
EndSection
La sortie de lspci -k alors que je venais de redémarrer en mode failsafe (le serveur X ne démarrait pas et j'ai du faire marche/arrêt avec le bouton) (lspci.txt)
Caché:
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
Subsystem: Dell Device 050e
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
Subsystem: Dell Device 050e
Kernel modules: i915
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
Subsystem: Dell Device 050e
Kernel driver in use: mei_me
Kernel modules: mei_me
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
Subsystem: Dell Device 050e
Kernel driver in use: ehci-pci
Kernel modules: ehci_pci
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
Subsystem: Dell Device 050e
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b5)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b5)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b5)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 (rev b5)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
Subsystem: Dell Device 050e
Kernel driver in use: ehci-pci
Kernel modules: ehci_pci
00:1f.0 ISA bridge: Intel Corporation HM67 Express Chipset Family LPC Controller (rev 05)
Subsystem: Dell Device 050e
Kernel driver in use: lpc_ich
Kernel modules: lpc_ich
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
Subsystem: Dell Device 050e
Kernel driver in use: ahci
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
Subsystem: Dell Device 050e
Kernel modules: i2c_i801
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)
Subsystem: Dell Device 050e
Kernel driver in use: nvidia
Kernel modules: nvidiafb, nouveau, nvidia_current
03:00.0 Network controller: Intel Corporation Centrino Wireless-N 1000 [Condor Peak]
Subsystem: Intel Corporation Centrino Wireless-N 1000 BGN
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
04:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04)
Subsystem: Dell Device 050e
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
Subsystem: Dell Device 050e
Kernel driver in use: r8169
Kernel modules: r8169
la sortie de dmesg alors que je venais de redémarrer en mode failsafe (dmesg.txt)
Caché:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.1.15-desktop-2.mga5 (iurt@sucuk.mageia.org) (gcc version 4.9.2 (GCC) ) #1 SMP Wed Jan 20 17:05:51 UTC 2016
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-desktop root=UUID=2b2c9437-1d59-4e9f-bd57-9368abefe136 ro failsafe
[ 0.000000] Disabled fast string operations
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bac8efff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bac8f000-0x00000000bacabfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bacac000-0x00000000bacb8fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bacb9000-0x00000000badcefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000badcf000-0x00000000badcffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000badd0000-0x00000000badfafff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000badfb000-0x00000000badfcfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000badfd000-0x00000000badfefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000badff000-0x00000000bae01fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bae02000-0x00000000bae09fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bae0a000-0x00000000bae1afff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bae1b000-0x00000000baf17fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000baf18000-0x00000000baf1bfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000baf1c000-0x00000000baf1efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000baf1f000-0x00000000baf9efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000baf9f000-0x00000000baffefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bafff000-0x00000000baffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bb000000-0x00000000bf9fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001be9fefff] usable
[ 0.000000] BIOS-e820: [mem 0x00000001be9ff000-0x00000001bfdfffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.6 present.
[ 0.000000] DMI: Dell Inc. Dell System XPS L502X/0NJT03, BIOS A10 02/20/2012
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] AGP: No AGP bridge found
[ 0.000000] e820: last_pfn = 0x1be9ff max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0FFC00000 mask FFFC00000 write-protect
[ 0.000000] 1 base 000000000 mask F80000000 write-back
[ 0.000000] 2 base 080000000 mask FC0000000 write-back
[ 0.000000] 3 base 0BC000000 mask FFC000000 uncachable
[ 0.000000] 4 base 0BB000000 mask FFF000000 uncachable
[ 0.000000] 5 base 100000000 mask F80000000 write-back
[ 0.000000] 6 base 180000000 mask FC0000000 write-back
[ 0.000000] 7 base 1BFE00000 mask FFFE00000 uncachable
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
[ 0.000000] e820: last_pfn = 0xbb000 max_arch_pfn = 0x400000000
[ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[ 0.000000] reserving inaccessible SNB gfx pages
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x01f4b000, 0x01f4bfff] PGTABLE
[ 0.000000] BRK [0x01f4c000, 0x01f4cfff] PGTABLE
[ 0.000000] BRK [0x01f4d000, 0x01f4dfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x1be600000-0x1be7fffff]
[ 0.000000] [mem 0x1be600000-0x1be7fffff] page 2M
[ 0.000000] BRK [0x01f4e000, 0x01f4efff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x1a0000000-0x1be5fffff]
[ 0.000000] [mem 0x1a0000000-0x1be5fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x180000000-0x19fffffff]
[ 0.000000] [mem 0x180000000-0x19fffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xbac8efff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0xbabfffff] page 2M
[ 0.000000] [mem 0xbac00000-0xbac8efff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xbafff000-0xbaffffff]
[ 0.000000] [mem 0xbafff000-0xbaffffff] page 4k
[ 0.000000] BRK [0x01f4f000, 0x01f4ffff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x17fffffff]
[ 0.000000] [mem 0x100000000-0x17fffffff] page 2M
[ 0.000000] BRK [0x01f50000, 0x01f50fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x1be800000-0x1be9fefff]
[ 0.000000] [mem 0x1be800000-0x1be9fefff] page 4k
[ 0.000000] RAMDISK: [mem 0x36bae000-0x375cefff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F00E0 000024 (v02 DELL )
[ 0.000000] ACPI: XSDT 0x00000000BAFFE120 000084 (v01 DELL QA09 00000002 LOHR 00000002)
[ 0.000000] ACPI: FACP 0x00000000BAFEF000 0000F4 (v03 DELL QA09 00000002 PTL 00000002)
[ 0.000000] ACPI: DSDT 0x00000000BAFF2000 008C93 (v02 DELL SNB-CPT 00000000 INTL 20061109)
[ 0.000000] ACPI: FACS 0x00000000BAF40000 000040
[ 0.000000] ACPI: FACS 0x00000000BAF40000 000040
[ 0.000000] ACPI: SLIC 0x00000000BAFFD000 000176 (v01 DELL QA09 00000002 LOHR 00000001)
[ 0.000000] ACPI: SSDT 0x00000000BAFFB000 001068 (v01 DELL PtidDevc 00001000 INTL 20061109)
[ 0.000000] ACPI: ASF! 0x00000000BAFF1000 0000A5 (v32 DELL QA09 00000002 PTL 00000002)
[ 0.000000] ACPI: HPET 0x00000000BAFEE000 000038 (v01 DELL QA09 00000002 PTL 00000002)
[ 0.000000] ACPI: APIC 0x00000000BAFED000 000098 (v01 DELL QA09 00000002 PTL 00000002)
[ 0.000000] ACPI: MCFG 0x00000000BAFEC000 00003C (v01 DELL QA09 00000002 PTL 00000002)
[ 0.000000] ACPI: SSDT 0x00000000BAFEA000 00124D (v01 NvORef NvOptTbl 00001000 INTL 20061109)
[ 0.000000] ACPI: SSDT 0x00000000BAFE9000 000996 (v01 PmRef CpuPm 00003000 INTL 20061109)
[ 0.000000] ACPI: UEFI 0x00000000BAFE8000 00003E (v01 DELL QA09 00000002 PTL 00000002)
[ 0.000000] ACPI: UEFI 0x00000000BAFE7000 000042 (v01 PTL COMBUF 00000001 PTL 00000001)
[ 0.000000] ACPI: UEFI 0x00000000BAFE6000 00026A (v01 DELL QA09 00000002 PTL 00000002)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000001be9fefff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x1be9fa000-0x1be9fefff]
[ 0.000000] [ffffea0000000000-ffffea0006ffffff] PMD -> [ffff8801b7e00000-ffff8801bddfffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x00000001be9fefff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009cfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x00000000bac8efff]
[ 0.000000] node 0: [mem 0x00000000bafff000-0x00000000baffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x00000001be9fefff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000001be9fefff]
[ 0.000000] On node 0 totalpages: 1545771
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 156 pages reserved
[ 0.000000] DMA zone: 3996 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 11891 pages used for memmap
[ 0.000000] DMA32 zone: 760976 pages, LIFO batch:31
[ 0.000000] Normal zone: 12200 pages used for memmap
[ 0.000000] Normal zone: 780799 pages, LIFO batch:31
[ 0.000000] Reserving Intel graphics stolen memory at 0xbba00000-0xbf9fffff
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbac8f000-0xbacabfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbacac000-0xbacb8fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbacb9000-0xbadcefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbadcf000-0xbadcffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbadd0000-0xbadfafff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbadfb000-0xbadfcfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbadfd000-0xbadfefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbadff000-0xbae01fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbae02000-0xbae09fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbae0a000-0xbae1afff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbae1b000-0xbaf17fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbaf18000-0xbaf1bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbaf1c000-0xbaf1efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbaf1f000-0xbaf9efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbaf9f000-0xbaffefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb000000-0xbf9fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbfa00000-0xf7ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed07fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed09000-0xfed0ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffd7ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xffd80000-0xffffffff]
[ 0.000000] e820: [mem 0xbfa00000-0xf7ffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff8801be400000 s99224 r8192 d31848 u262144
[ 0.000000] pcpu-alloc: s99224 r8192 d31848 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1521460
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-desktop root=UUID=2b2c9437-1d59-4e9f-bd57-9368abefe136 ro failsafe
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
[ 0.000000] AGP: Checking aperture...
[ 0.000000] AGP: No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 5990644K/6183084K available (7129K kernel code, 1177K rwdata, 3428K rodata, 1340K init, 816K bss, 192440K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.000000] NR_IRQS:4352 nr_irqs:488 16
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] clocksource hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2494.490 MHz processor
[ 0.000033] Calibrating delay loop (skipped), value calculated using timer frequency.. 4988.98 BogoMIPS (lpj=2494490)
[ 0.000150] pid_max: default: 32768 minimum: 301
[ 0.000212] ACPI: Core revision 20150410
[ 0.007061] ACPI: All ACPI Tables successfully acquired
[ 0.007215] Security Framework initialized
[ 0.007287] TOMOYO Linux initialized
[ 0.007820] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.009502] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.010256] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.010344] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.010600] Initializing cgroup subsys blkio
[ 0.010659] Initializing cgroup subsys devices
[ 0.010717] Initializing cgroup subsys freezer
[ 0.010776] Initializing cgroup subsys net_cls
[ 0.010851] Disabled fast string operations
[ 0.010909] CPU: Physical Processor ID: 0
[ 0.010966] CPU: Processor Core ID: 0
[ 0.011025] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.011085] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.011148] mce: CPU supports 7 MCE banks
[ 0.011897] CPU0: Thermal monitoring handled by SMI
[ 0.011903] process: using mwait in idle threads
[ 0.011962] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[ 0.012021] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[ 0.012504] Freeing SMP alternatives memory: 24K (ffffffff81e77000 - ffffffff81e7d000)
[ 0.076143] ftrace: allocating 26396 entries in 104 pages
[ 0.088165] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.088692] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.098770] TSC deadline timer enabled
[ 0.098773] smpboot: CPU0: Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz (fam: 06, model: 2a, stepping: 07)
[ 0.098987] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver.
[ 0.099277] perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
[ 0.099352] ... version: 3
[ 0.099408] ... bit width: 48
[ 0.099465] ... generic registers: 4
[ 0.099522] ... value mask: 0000ffffffffffff
[ 0.099581] ... max period: 0000ffffffffffff
[ 0.099639] ... fixed-purpose events: 3
[ 0.099695] ... event mask: 000000070000000f
[ 0.100281] x86: Booting SMP configuration:
[ 0.100339] .... node #0, CPUs: #1
[ 0.111508] Disabled fast string operations
[ 0.111522] CPU1: Thermal monitoring handled by SMI
[ 0.113679] #2
[ 0.124974] Disabled fast string operations
[ 0.124986] CPU2: Thermal monitoring handled by SMI
[ 0.138342] #3
[ 0.138342] Disabled fast string operations
[ 0.138354] CPU3: Thermal monitoring handled by SMI
[ 0.140447] x86: Booted up 1 node, 4 CPUs
[ 0.140615] smpboot: Total of 4 processors activated (19955.92 BogoMIPS)
[ 0.143870] devtmpfs: initialized
[ 0.146339] PM: Registering ACPI NVS region [mem 0xbacac000-0xbacb8fff] (53248 bytes)
[ 0.146414] PM: Registering ACPI NVS region [mem 0xbadcf000-0xbadcffff] (4096 bytes)
[ 0.146488] PM: Registering ACPI NVS region [mem 0xbadfb000-0xbadfcfff] (8192 bytes)
[ 0.146561] PM: Registering ACPI NVS region [mem 0xbadff000-0xbae01fff] (12288 bytes)
[ 0.146635] PM: Registering ACPI NVS region [mem 0xbae0a000-0xbae1afff] (69632 bytes)
[ 0.146711] PM: Registering ACPI NVS region [mem 0xbaf18000-0xbaf1bfff] (16384 bytes)
[ 0.146785] PM: Registering ACPI NVS region [mem 0xbaf1f000-0xbaf9efff] (524288 bytes)
[ 0.146935] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.147079] xor: automatically using best checksumming function:
[ 0.156731] avx : 23776.000 MB/sec
[ 0.156795] pinctrl core: initialized pinctrl subsystem
[ 0.156943] RTC time: 18:58:01, date: 01/12/17
[ 0.157095] NET: Registered protocol family 16
[ 0.161764] cpuidle: using governor ladder
[ 0.167784] cpuidle: using governor menu
[ 0.167941] ACPI: bus type PCI registered
[ 0.167998] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.168134] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.168212] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.168361] PCI: Using configuration type 1 for base access
[ 0.168596] perf_event_intel: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[ 0.168672] mtrr: your CPUs had inconsistent variable MTRR settings
[ 0.168732] mtrr: probably your BIOS does not setup all CPUs.
[ 0.168794] mtrr: corrected configuration.
[ 0.190855] raid6: sse2x1 gen() 6804 MB/s
[ 0.207891] raid6: sse2x1 xor() 5488 MB/s
[ 0.224924] raid6: sse2x2 gen() 8421 MB/s
[ 0.241955] raid6: sse2x2 xor() 6095 MB/s
[ 0.258994] raid6: sse2x4 gen() 9734 MB/s
[ 0.276025] raid6: sse2x4 xor() 7460 MB/s
[ 0.276082] raid6: using algorithm sse2x4 gen() 9734 MB/s
[ 0.276140] raid6: .... xor() 7460 MB/s, rmw enabled
[ 0.276200] raid6: using ssse3x2 recovery algorithm
[ 0.276347] ACPI: Added _OSI(Module Device)
[ 0.276405] ACPI: Added _OSI(Processor Device)
[ 0.276463] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.276521] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.279047] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.281126] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.281875] ACPI: Dynamic OEM Table Load:
[ 0.282016] ACPI: SSDT 0xFFFF8801B6F93000 00067C (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.282659] ACPI: Dynamic OEM Table Load:
[ 0.282799] ACPI: SSDT 0xFFFF8801B6FBB200 000119 (v01 PmRef ApCst 00003000 INTL 20061109)
[ 0.283674] ACPI : EC: EC started
[ 0.286025] ACPI: Interpreter enabled
[ 0.286089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150410/hwxface-580)
[ 0.286246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150410/hwxface-580)
[ 0.286409] ACPI: (supports S0 S3 S4 S5)
[ 0.286466] ACPI: Using IOAPIC for interrupt routing
[ 0.286547] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.291935] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.292000] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.292106] \_SB_.PCI0:_OSC invalid UUID
[ 0.292108] _OSC request data:1 1f 0
[ 0.292111] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[ 0.292495] PCI host bridge to bus 0000:00
[ 0.292554] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.292614] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.292675] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.292737] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.292811] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfeafffff window]
[ 0.292884] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[ 0.292963] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[ 0.293036] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
[ 0.293065] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.293094] pci 0000:00:01.0: System wakeup disabled by ACPI
[ 0.293193] pci 0000:00:02.0: [8086:0126] type 00 class 0x030000
[ 0.293202] pci 0000:00:02.0: reg 0x10: [mem 0xf1400000-0xf17fffff 64bit]
[ 0.293208] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.293212] pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
[ 0.293330] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[ 0.293352] pci 0000:00:16.0: reg 0x10: [mem 0xf1c05000-0xf1c0500f 64bit]
[ 0.293422] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.293493] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[ 0.293511] pci 0000:00:1a.0: reg 0x10: [mem 0xf1c0a000-0xf1c0a3ff]
[ 0.293590] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.293633] pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 0.293729] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[ 0.293746] pci 0000:00:1b.0: reg 0x10: [mem 0xf1c00000-0xf1c03fff 64bit]
[ 0.293813] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.293844] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 0.293939] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[ 0.294002] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.294034] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.294130] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
[ 0.294202] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.294234] pci 0000:00:1c.1: System wakeup disabled by ACPI
[ 0.294330] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
[ 0.294399] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.294430] pci 0000:00:1c.3: System wakeup disabled by ACPI
[ 0.294524] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
[ 0.294592] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.294624] pci 0000:00:1c.4: System wakeup disabled by ACPI
[ 0.294717] pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400
[ 0.294785] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.294817] pci 0000:00:1c.5: System wakeup disabled by ACPI
[ 0.294914] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[ 0.294933] pci 0000:00:1d.0: reg 0x10: [mem 0xf1c09000-0xf1c093ff]
[ 0.295011] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.295052] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.295153] pci 0000:00:1f.0: [8086:1c4b] type 00 class 0x060100
[ 0.295311] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
[ 0.295326] pci 0000:00:1f.2: reg 0x10: [io 0x4088-0x408f]
[ 0.295334] pci 0000:00:1f.2: reg 0x14: [io 0x4094-0x4097]
[ 0.295342] pci 0000:00:1f.2: reg 0x18: [io 0x4080-0x4087]
[ 0.295350] pci 0000:00:1f.2: reg 0x1c: [io 0x4090-0x4093]
[ 0.295358] pci 0000:00:1f.2: reg 0x20: [io 0x4060-0x407f]
[ 0.295366] pci 0000:00:1f.2: reg 0x24: [mem 0xf1c08000-0xf1c087ff]
[ 0.295402] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.295460] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[ 0.295476] pci 0000:00:1f.3: reg 0x10: [mem 0xf1c04000-0xf1c040ff 64bit]
[ 0.295497] pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
[ 0.295604] pci 0000:01:00.0: [10de:0df4] type 00 class 0x030000
[ 0.295613] pci 0000:01:00.0: reg 0x10: [mem 0xf0000000-0xf0ffffff]
[ 0.295621] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.295629] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[ 0.295635] pci 0000:01:00.0: reg 0x24: [io 0x3000-0x307f]
[ 0.295641] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[ 0.295701] pci 0000:01:00.0: System wakeup disabled by ACPI
[ 0.297199] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.297288] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 0.297294] pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf10fffff]
[ 0.297311] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.297361] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.297505] pci 0000:03:00.0: [8086:0083] type 00 class 0x028000
[ 0.297556] pci 0000:03:00.0: reg 0x10: [mem 0xf1b00000-0xf1b01fff 64bit]
[ 0.297766] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.297803] pci 0000:03:00.0: System wakeup disabled by ACPI
[ 0.299222] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.299323] pci 0000:00:1c.1: bridge window [mem 0xf1b00000-0xf1bfffff]
[ 0.299397] pci 0000:04:00.0: [1033:0194] type 00 class 0x0c0330
[ 0.299426] pci 0000:04:00.0: reg 0x10: [mem 0xf1a00000-0xf1a01fff 64bit]
[ 0.299559] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.299587] pci 0000:04:00.0: System wakeup disabled by ACPI
[ 0.301225] pci 0000:00:1c.3: PCI bridge to [bus 04]
[ 0.301329] pci 0000:00:1c.3: bridge window [mem 0xf1a00000-0xf1afffff]
[ 0.301399] pci 0000:00:1c.4: PCI bridge to [bus 05]
[ 0.301461] pci 0000:00:1c.4: bridge window [mem 0xf1900000-0xf19fffff]
[ 0.301531] pci 0000:06:00.0: [10ec:8168] type 00 class 0x020000
[ 0.301555] pci 0000:06:00.0: reg 0x10: [io 0x2000-0x20ff]
[ 0.301589] pci 0000:06:00.0: reg 0x18: [mem 0xf1804000-0xf1804fff 64bit pref]
[ 0.301611] pci 0000:06:00.0: reg 0x20: [mem 0xf1800000-0xf1803fff 64bit pref]
[ 0.301706] pci 0000:06:00.0: supports D1 D2
[ 0.301707] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.301738] pci 0000:06:00.0: System wakeup disabled by ACPI
[ 0.303234] pci 0000:00:1c.5: PCI bridge to [bus 06]
[ 0.303325] pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
[ 0.303345] pci 0000:00:1c.5: bridge window [mem 0xf1800000-0xf18fffff 64bit pref]
[ 0.303764] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.304342] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.304912] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.305487] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.306058] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.306723] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.307387] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.307958] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.308643] ACPI: Enabled 5 GPEs in block 00 to 3F
[ 0.308880] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.309031] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.309091] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.309168] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[ 0.309242] vgaarb: loaded
[ 0.309297] vgaarb: bridge control possible 0000:01:00.0
[ 0.309359] vgaarb: no bridge control possible 0000:00:02.0
[ 0.309596] SCSI subsystem initialized
[ 0.309685] libata version 3.00 loaded.
[ 0.309797] PCI: Using ACPI for IRQ routing
[ 0.311295] PCI: pci_cache_line_size set to 64 bytes
[ 0.311350] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[ 0.311351] e820: reserve RAM buffer [mem 0xbac8f000-0xbbffffff]
[ 0.311353] e820: reserve RAM buffer [mem 0xbb000000-0xbbffffff]
[ 0.311354] e820: reserve RAM buffer [mem 0x1be9ff000-0x1bfffffff]
[ 0.311462] NetLabel: Initializing
[ 0.311519] NetLabel: domain hash size = 128
[ 0.311576] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.311642] NetLabel: unlabeled traffic allowed by default
[ 0.311732] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.312144] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.314232] Switched to clocksource hpet
[ 0.319632] pnp: PnP ACPI init
[ 0.319810] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.319872] system 00:00: [io 0x1000-0x1003] has been reserved
[ 0.319932] system 00:00: [io 0x1004-0x1013] has been reserved
[ 0.319992] system 00:00: [io 0xffff] has been reserved
[ 0.320051] system 00:00: [io 0x0400-0x0453] could not be reserved
[ 0.320112] system 00:00: [io 0x0458-0x047f] has been reserved
[ 0.320173] system 00:00: [io 0x0500-0x057f] has been reserved
[ 0.320233] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.320303] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.320331] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.320376] system 00:02: [io 0x0454-0x0457] has been reserved
[ 0.320437] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.320486] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.320524] pnp 00:04: Plug and Play ACPI device, IDs DLL050e PNP0f13 (active)
[ 0.320619] pnp 00:05: disabling [mem 0xfffff000-0xffffffff] because it overlaps 0000:01:00.0 BAR 6 [mem 0xfff80000-0xffffffff pref]
[ 0.320718] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.320780] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.320843] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.320904] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.320966] system 00:05: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.321027] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.321088] system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.321150] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.321212] system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
[ 0.321281] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.321344] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.321513] pnp: PnP ACPI: found 6 devices
[ 0.328389] clocksource acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.328472] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[ 0.328593] pci 0000:01:00.0: BAR 6: assigned [mem 0xf1000000-0xf107ffff pref]
[ 0.328667] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.328726] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 0.328788] pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf10fffff]
[ 0.328852] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.328927] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.328995] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.329056] pci 0000:00:1c.1: bridge window [mem 0xf1b00000-0xf1bfffff]
[ 0.329124] pci 0000:00:1c.3: PCI bridge to [bus 04]
[ 0.329185] pci 0000:00:1c.3: bridge window [mem 0xf1a00000-0xf1afffff]
[ 0.329258] pci 0000:00:1c.4: PCI bridge to [bus 05]
[ 0.329319] pci 0000:00:1c.4: bridge window [mem 0xf1900000-0xf19fffff]
[ 0.329387] pci 0000:00:1c.5: PCI bridge to [bus 06]
[ 0.329446] pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
[ 0.329512] pci 0000:00:1c.5: bridge window [mem 0xf1800000-0xf18fffff 64bit pref]
[ 0.329591] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.329592] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.329594] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.329595] pci_bus 0000:00: resource 7 [mem 0xbfa00000-0xfeafffff window]
[ 0.329597] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window]
[ 0.329598] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
[ 0.329600] pci_bus 0000:01: resource 1 [mem 0xf0000000-0xf10fffff]
[ 0.329601] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.329603] pci_bus 0000:03: resource 1 [mem 0xf1b00000-0xf1bfffff]
[ 0.329605] pci_bus 0000:04: resource 1 [mem 0xf1a00000-0xf1afffff]
[ 0.329606] pci_bus 0000:05: resource 1 [mem 0xf1900000-0xf19fffff]
[ 0.329607] pci_bus 0000:06: resource 0 [io 0x2000-0x2fff]
[ 0.329609] pci_bus 0000:06: resource 2 [mem 0xf1800000-0xf18fffff 64bit pref]
[ 0.329638] NET: Registered protocol family 2
[ 0.329863] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.330083] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.330283] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.330375] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.330465] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.330586] NET: Registered protocol family 1
[ 0.330660] pci 0000:00:02.0: Video device with shadowed ROM
[ 0.331087] PCI: CLS 64 bytes, default 64
[ 0.331137] Trying to unpack rootfs image as initramfs...
[ 0.433496] Freeing initrd memory: 10372K (ffff880036bae000 - ffff8800375cf000)
[ 0.433593] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.433655] software IO TLB [mem 0xb6c8f000-0xbac8f000] (64MB) mapped at [ffff8800b6c8f000-ffff8800bac8efff]
[ 0.433783] RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
[ 0.433858] hw unit of domain pp0-core 2^-16 Joules
[ 0.433915] hw unit of domain package 2^-16 Joules
[ 0.433973] hw unit of domain pp1-gpu 2^-16 Joules
[ 0.434379] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.434474] audit: initializing netlink subsys (disabled)
[ 0.434545] audit: type=2000 audit(1484247481.360:1): initialized
[ 0.434899] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.436345] zpool: loaded
[ 0.436414] zbud: loaded
[ 0.436621] VFS: Disk quotas dquot_6.6.0
[ 0.436709] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.437343] bounce: pool size: 64 pages
[ 0.437444] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.437551] io scheduler noop registered
[ 0.437612] io scheduler deadline registered
[ 0.437697] io scheduler cfq registered (default)
[ 0.438362] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.438447] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.438552] intel_idle: MWAIT substates: 0x21120
[ 0.438554] intel_idle: v0.4 model 0x2A
[ 0.438555] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.438725] GHES: HEST is not enabled!
[ 0.438849] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.439260] Linux agpgart interface v0.103
[ 0.441171] brd: module loaded
[ 0.441363] ahci 0000:00:1f.2: version 3.0
[ 0.441485] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[ 0.452412] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x11 impl SATA mode
[ 0.452488] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst
[ 0.454842] scsi host0: ahci
[ 0.455081] scsi host1: ahci
[ 0.455413] scsi host2: ahci
[ 0.455682] scsi host3: ahci
[ 0.455983] scsi host4: ahci
[ 0.456286] scsi host5: ahci
[ 0.456402] ata1: SATA max UDMA/133 abar m2048@0xf1c08000 port 0xf1c08100 irq 25
[ 0.456476] ata2: DUMMY
[ 0.456530] ata3: DUMMY
[ 0.456584] ata4: DUMMY
[ 0.456638] ata5: SATA max UDMA/133 abar m2048@0xf1c08000 port 0xf1c08300 irq 25
[ 0.456711] ata6: DUMMY
[ 0.456837] i8042: PNP: PS/2 Controller [PNP0303


[ 0.461995] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.462057] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.462234] mousedev: PS/2 mouse device common for all mice
[ 0.462388] rtc_cmos 00:01: RTC can wake from S4
[ 0.482621] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 0.482707] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.482795] Intel P-state driver initializing.
[ 0.482954] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.483141] Key type dns_resolver registered
[ 0.483200] mpls_gso: MPLS GSO support
[ 0.483559] registered taskstats version 1
[ 0.484020] Btrfs loaded
[ 0.484490] Magic number: 1:223:999
[ 0.484614] rtc_cmos 00:01: hash matches
[ 0.484695] pnp0: hash matches
[ 0.484920] rtc_cmos 00:01: setting system clock to 2017-01-12 18:58:02 UTC (1484247482)
[ 0.485142] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.485233] EDD information not available.
[ 0.485394] PM: Hibernation image not present or could not be loaded.
[ 0.486566] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 0.761857] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 0.764465] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[ 0.764938] ata1.00: ATA-8: WDC WD2500BEKT-75PVMT0, 01.01A01, max UDMA/133
[ 0.765037] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 0.767754] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[ 0.768272] ata1.00: configured for UDMA/133
[ 0.770072] scsi 0:0:0:0: Direct-Access ATA WDC WD2500BEKT-7 1A01 PQ: 0 ANSI: 5
[ 0.770556] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[ 0.770707] sd 0:0:0:0: [sda] Write Protect is off
[ 0.770781] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 0.770798] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.871633] sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 >
[ 0.872519] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.075170] ata5: SATA link down (SStatus 0 SControl 300)
[ 1.075648] Freeing unused kernel memory: 1340K (ffffffff81d28000 - ffffffff81e77000)
[ 1.075724] Write protecting the kernel read-only data: 12288k
[ 1.076203] Freeing unused kernel memory: 1052K (ffff8800016f9000 - ffff880001800000)
[ 1.076511] Freeing unused kernel memory: 668K (ffff880001b59000 - ffff880001c00000)
[ 1.121130] dracut: dracut-038
[ 1.209505] device-mapper: uevent: version 1.0.3
[ 1.209661] device-mapper: ioctl: 4.31.0-ioctl (2015-3-12) initialised: dm-devel@redhat.com
[ 1.220025] random: systemd-udevd urandom read with 21 bits of entropy available
[ 1.254108] dracut: Starting plymouth daemon
[ 1.259143] psmouse serio1: synaptics: queried max coordinates: x [..5398], y [..4728]
[ 1.294915] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[ 1.295005] ACPI: Power Button [PWRB]
[ 1.295132] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4
[ 1.295215] ACPI: Sleep Button [SLPB]
[ 1.295341] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input5
[ 1.297036] ACPI: Lid Switch [LID0]
[ 1.297186] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
[ 1.297265] ACPI: Power Button [PWRF]
[ 1.306628] wmi: Mapper loaded
[ 1.329101] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.4, id: 0x1e0b1, caps: 0xd04773/0xa40000/0x8a0400, board id: 0, fw id: 662324
[ 1.334464] ACPI: bus type USB registered
[ 1.334561] usbcore: registered new interface driver usbfs
[ 1.334638] usbcore: registered new interface driver hub
[ 1.339092] usbcore: registered new device driver usb
[ 1.339274] AVX version of gcm_enc/dec engaged.
[ 1.339336] AES CTR mode by8 optimization enabled
[ 1.345339] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.346226] ehci-pci: EHCI PCI platform driver
[ 1.346483] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 1.346559] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 1.346658] ehci-pci 0000:00:1a.0: debug port 2
[ 1.351790] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 1.351824] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf1c0a000
[ 1.357442] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 1.357572] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.357642] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.357719] usb usb1: Product: EHCI Host Controller
[ 1.357780] usb usb1: Manufacturer: Linux 4.1.15-desktop-2.mga5 ehci_hcd
[ 1.357845] usb usb1: SerialNumber: 0000:00:1a.0
[ 1.358094] hub 1-0:1.0: USB hub found
[ 1.358164] hub 1-0:1.0: 2 ports detected
[ 1.358517] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 1.358586] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 1.358674] ehci-pci 0000:00:1d.0: debug port 2
[ 1.363335] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 1.363355] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf1c09000
[ 1.368463] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 1.368571] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.368634] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.368707] usb usb2: Product: EHCI Host Controller
[ 1.368766] usb usb2: Manufacturer: Linux 4.1.15-desktop-2.mga5 ehci_hcd
[ 1.368827] usb usb2: SerialNumber: 0000:00:1d.0
[ 1.369044] hub 2-0:1.0: USB hub found
[ 1.369112] hub 2-0:1.0: 2 ports detected
[ 1.371675] xhci_hcd 0000:04:00.0: xHCI Host Controller
[ 1.371754] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
[ 1.372006] xhci_hcd 0000:04:00.0: hcc params 0x014042cb hci version 0x96 quirks 0x00000004
[ 1.373219] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.373289] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.373368] usb usb3: Product: xHCI Host Controller
[ 1.373433] usb usb3: Manufacturer: Linux 4.1.15-desktop-2.mga5 xhci-hcd
[ 1.373513] usb usb3: SerialNumber: 0000:04:00.0
[ 1.373809] hub 3-0:1.0: USB hub found
[ 1.373925] hub 3-0:1.0: 2 ports detected
[ 1.374390] xhci_hcd 0000:04:00.0: xHCI Host Controller
[ 1.374475] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
[ 1.375434] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.375568] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.375630] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.375709] usb usb4: Product: xHCI Host Controller
[ 1.375776] usb usb4: Manufacturer: Linux 4.1.15-desktop-2.mga5 xhci-hcd
[ 1.375838] usb usb4: SerialNumber: 0000:04:00.0
[ 1.376057] hub 4-0:1.0: USB hub found
[ 1.376136] hub 4-0:1.0: 2 ports detected
[ 1.376738] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input2
[ 1.434527] tsc: Refined TSC clocksource calibration: 2494.333 MHz
[ 1.434590] clocksource tsc: mask: 0xffffffffffffffff max_cycles: 0x23f45085418, max_idle_ns: 440795285711 ns
[ 1.659819] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.670796] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 1.675804] usb 3-1: new low-speed USB device number 2 using xhci_hcd
[ 1.774576] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[ 1.774671] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.775034] hub 1-1:1.0: USB hub found
[ 1.775228] hub 1-1:1.0: 6 ports detected
[ 1.785327] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[ 1.785390] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.785704] hub 2-1:1.0: USB hub found
[ 1.785797] hub 2-1:1.0: 8 ports detected
[ 1.827036] usb 3-1: New USB device found, idVendor=046d, idProduct=c016
[ 1.827037] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.827038] usb 3-1: Product: Optical USB Mouse
[ 1.827039] usb 3-1: Manufacturer: Logitech
[ 1.827146] usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 1.835103] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.849245] usbcore: registered new interface driver usbhid
[ 1.849315] usbhid: USB HID core driver
[ 1.850119] input: Logitech Optical USB Mouse as /devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb3/3-1/3-1:1.0/0003:046D:C016.0001/input/input7
[ 1.850289] hid-generic 0003:046D:C016.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:04:00.0-1/input0
[ 1.877318] random: nonblocking pool is initialized
[ 2.050334] usb 1-1.4: new high-speed USB device number 3 using ehci-pci
[ 2.138132] usb 1-1.4: New USB device found, idVendor=0408, idProduct=2fb1
[ 2.138196] usb 1-1.4: New USB device strings: Mfr=3, Product=2, SerialNumber=0
[ 2.138268] usb 1-1.4: Product: Laptop_Integrated_Webcam_2HDM
[ 2.138334] usb 1-1.4: Manufacturer: CN07CN2C786642571DAAA00
[ 2.359072] dracut: luksOpen /dev/sda7 crypt_sda7
[ 2.435880] Switched to clocksource tsc
[ 14.616600] NET: Registered protocol family 38
[ 14.933782] EXT4-fs (dm-0): INFO: recovery required on readonly filesystem
[ 14.933850] EXT4-fs (dm-0): write access will be enabled during recovery
[ 15.294841] EXT4-fs (dm-0): recovery complete
[ 15.309601] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[ 15.412846] dracut: Remounting /dev/disk/by-uuid/2b2c9437-1d59-4e9f-bd57-9368abefe136 with -o noatime,acl,ro
[ 15.413810] EXT4-fs (dm-0): re-mounted. Opts: acl
[ 15.496923] dracut: Mounted root filesystem /dev/mapper/crypt_sda7
[ 15.610514] dracut: Switching root
[ 15.707068] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[ 16.048829] systemd[1]: RTC configured in localtime, applying delta of 60 minutes to system time.
[ 16.090068] systemd[1]: systemd 217 running in system mode. (+PAM +AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD +IDN )
[ 16.090315] systemd[1]: Detected architecture 'x86-64'.
[ 16.350358] systemd[1]: Inserted module 'autofs4'
[ 16.430720] NET: Registered protocol family 10
[ 16.431032] systemd[1]: Inserted module 'ipv6'
[ 16.443482] systemd[1]: Set hostname to <ordi8>.
[ 17.220315] systemd[1]: Expecting device dev-disk-by\x2duuid-c0be3381\x2def65\x2d4f8a\x2db02e\x2ddf8154f0ab31.device...
[ 17.220477] systemd[1]: Expecting device dev-mapper-crypt_sda7.device...
[ 17.220743] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[ 17.220910] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 17.221003] systemd[1]: Expecting device dev-disk-by\x2duuid-d05fefda\x2dc224\x2d478b\x2d88a8\x2d81f357e26bde.device...
[ 17.221158] systemd[1]: Expecting device dev-disk-by\x2duuid-6080E936A6A86AF8.device...
[ 17.221285] systemd[1]: Expecting device dev-disk-by\x2dlabel-ordi8_boot.device...
[ 17.221406] systemd[1]: Expecting device dev-disk-by\x2duuid-B6E3\x2d7387.device...
[ 17.221497] systemd[1]: Starting Root Slice.
[ 17.226418] systemd[1]: Created slice Root Slice.
[ 17.226427] systemd[1]: Starting Journal Socket (/dev/log).
[ 17.226558] systemd[1]: Listening on Journal Socket (/dev/log).
[ 17.226570] systemd[1]: Starting udev Kernel Socket.
[ 17.226686] systemd[1]: Listening on udev Kernel Socket.
[ 17.226696] systemd[1]: Starting udev Control Socket.
[ 17.226820] systemd[1]: Listening on udev Control Socket.
[ 17.226830] systemd[1]: Starting Journal Socket.
[ 17.226953] systemd[1]: Listening on Journal Socket.
[ 17.226969] systemd[1]: Starting System Slice.
[ 17.227167] systemd[1]: Created slice System Slice.
[ 17.227178]

Adrien.D Membre non connecté
-
- Voir le profil du membre Adrien.D
- Inscrit le : 30/05/2011
- Site internet
- Groupes :
Je pense qu'un petit peu de lecture s'impose mais je pense que tu disposes de NVidia Optimus :
http://www.linuxtricks.fr/wiki/mageia-installer-bumblebee-pour-les-cartes-optimus
Config : PC Fixe : X470 GAMING PRO- AMD Ryzen 5 2600X - 16Go RAM - Radeon RX 560 (Pilote libre) - Gentoo Linux - GNOME Desktop - Kernel 5.10 LTS
Ancien Webmaster de MageiaLinuxOnline. Les remplaçants assurent !
Ancien Webmaster de MageiaLinuxOnline. Les remplaçants assurent !


xuo Membre non connecté
-
- Voir le profil du membre xuo
- Inscrit le : 23/10/2011
- Groupes :
Qu'est ce qui vous fais penser que j'ai une carte Optimus. C'est un portable Dell XPS L502X avec une carte nvidia GT 540M d'après le MCC. J'avoue que je n'en sais pas plus.
Et je viens de me rendre compte que la fin de mon post précédent a disparu ... Même ça, je n'arrive pas à le faire correctement !!!
Je vais lire le post. Je continuerai probablement lundi.
Merci.
Xuo.

xuo Membre non connecté
-
- Voir le profil du membre xuo
- Inscrit le : 23/10/2011
- Groupes :
J'ai eu plus de courage que prévu.
C'est pas gagné : j'ai les mêmes résultats avec ou sans la carte nvidia.
/home/xuo 11 # glxspheres64
Polygons in scene: 62464
Visual ID of window: 0xa7
Context is Direct
OpenGL Renderer: Mesa DRI Intel(R) Sandybridge Mobile
60.512616 frames/sec - 50.048774 Mpixels/sec
59.754453 frames/sec - 49.421713 Mpixels/sec
59.753240 frames/sec - 49.420710 Mpixels/sec
59.811040 frames/sec - 49.468515 Mpixels/sec
/home/xuo 10 # optirun glxspheres64
Polygons in scene: 62464
Visual ID of window: 0xa7
Context is Direct
OpenGL Renderer: GeForce GT 540M/PCIe/SSE2
61.485070 frames/sec - 50.853071 Mpixels/sec
59.781068 frames/sec - 49.443726 Mpixels/sec
59.778966 frames/sec - 49.441988 Mpixels/sec
59.785826 frames/sec - 49.447661 Mpixels/sec
59.779811 frames/sec - 49.442686 Mpixels/sec
59.775005 frames/sec - 49.438711 Mpixels/sec
Et bien sûr, quand j'ai voulu modifier la résolution de l'écran (1280x1024), j'ai du à nouveau changer le xorg.conf à la main. En une semaine, j'ai du rebooter 200 fois.
Est-il possible de connaître la résolution courante de l'écran ? Dans le MCC, c'est positionné sur 'automatique'.
Merci.
Xuo.

Adrien.D Membre non connecté
-
- Voir le profil du membre Adrien.D
- Inscrit le : 30/05/2011
- Site internet
- Groupes :
Code TEXT :
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) Subsystem: Dell Device 050e Kernel modules: i915 01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1) Subsystem: Dell Device 050e Kernel driver in use: nvidia Kernel modules: nvidiafb, nouveau, nvidia_current
une carte 540M le M dit Mobile donc Optimus et tu as 2 cartes.
Il faut donc utiliser le pilote intel et lancer avec optirun ou primusrun l'application que tu veux avec la carte NVIDIA.
Même si les FPS sont les mêmes tu auras de meilleures performances, tu vois la carte utilisée OpenGL Renderer:
la carte intel suffit pour afficher, lire des vidéos, mais pour le jeu, ça sera à la traine.
Config : PC Fixe : X470 GAMING PRO- AMD Ryzen 5 2600X - 16Go RAM - Radeon RX 560 (Pilote libre) - Gentoo Linux - GNOME Desktop - Kernel 5.10 LTS
Ancien Webmaster de MageiaLinuxOnline. Les remplaçants assurent !
Ancien Webmaster de MageiaLinuxOnline. Les remplaçants assurent !


xuo Membre non connecté
-
- Voir le profil du membre xuo
- Inscrit le : 23/10/2011
- Groupes :
Merci pour ces infos.
Xuo.

xuo Membre non connecté
-
- Voir le profil du membre xuo
- Inscrit le : 23/10/2011
- Groupes :
Je reviens à la charge sur ce problème.
Je n'arrive pas à installer le driver nvidia de façon à utiliser un xorg.conf qui l'utilise et qui me permettrait d'avoir une résolution plus fine que celle que j'ai actuellement (1366x768 d'après xrandr). Pour le moment, c'est tout ce que je veux. Je n'ai pas de jeux ou d'applications nécessitant la carte graphique nvidia.
Mon xorg.conf (qui ne marche pas) :
Caché:
# File generated by XFdrake (rev 262502)
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerFlags"
Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection
Section "Module"
Load "v4l" # Video for Linux
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
# 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 "NVIDIA Corporation"
BoardName "NVIDIA GeForce 420 series and later"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "DPMS"
Option "AddARGBGLXVisuals"
Option "DynamicTwinView" "false"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1920x1440" "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
Subsection "Display"
Depth 15
Modes "1920x1440" "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
Subsection "Display"
Depth 16
Modes "1920x1440" "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
Subsection "Display"
Depth 24
Modes "1920x1440" "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
Screen "screen1"
#Option "Xinerama"
EndSection
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerFlags"
Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection
Section "Module"
Load "v4l" # Video for Linux
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
# 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 "NVIDIA Corporation"
BoardName "NVIDIA GeForce 420 series and later"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "DPMS"
Option "AddARGBGLXVisuals"
Option "DynamicTwinView" "false"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1920x1440" "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
Subsection "Display"
Depth 15
Modes "1920x1440" "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
Subsection "Display"
Depth 16
Modes "1920x1440" "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
Subsection "Display"
Depth 24
Modes "1920x1440" "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
Screen "screen1"
#Option "Xinerama"
EndSection
# rpm -qa | grep nvidia
Caché:
x11-driver-video-nvidia-current-352.79-3.mga5.nonfree
nvidia-current-kernel-desktop-latest-352.79-10.mga5.nonfree
dkms-nvidia-current-352.79-3.mga5.nonfree
nvidia-current-doc-html-352.79-3.mga5.nonfree
nvidia-current-kernel-4.1.15-desktop-2.mga5-346.96-5.mga5.nonfree
Comment faire pour résoudre le problème indiqué dans le dmesg ci-dessous ?
Caché:
[ 24.660004] nvidia: module license 'NVIDIA' taints kernel.
[ 24.660970] Disabling lock debugging due to kernel taint
[ 25.169745] nouveau 0000:01:00.0: enabling device (0406 -> 0407)
[ 25.170950] NVRM: The NVIDIA probe routine was not called for 1 device(s).
[ 25.171938] NVRM: This can occur when a driver such as:
NVRM: nouveau, rivafb, nvidiafb or rivatv
NVRM: was loaded and obtained ownership of the NVIDIA device(s).
[ 25.174880] NVRM: Try unloading the conflicting kernel module (and/or
NVRM: reconfigure your kernel without the conflicting
NVRM: driver(s)), then try loading the NVIDIA kernel module
NVRM: again.
# lsmod | grep -i video
Caché:
uvcvideo 90112 0
videobuf2_vmalloc 16384 1 uvcvideo
videobuf2_memops 16384 1 videobuf2_vmalloc
videobuf2_v4l2 28672 1 uvcvideo
videobuf2_core 36864 2 uvcvideo,videobuf2_v4l2
v4l2_common 16384 1 videobuf2_v4l2
videodev 172032 4 uvcvideo,v4l2_common,videobuf2_core,videobuf2_v4l2
media 24576 2 uvcvideo,videodev
usbcore 237568 6 uvcvideo,ehci_hcd,ehci_pci,usbhid,xhci_hcd,xhci_pci
video 40960 4 i915,dell_wmi,nouveau,dell_laptop
Merci.
Xuo.

Papoteur Membre non connecté
-
- Voir le profil du membre Papoteur
- Inscrit le : 03/10/2011
- Groupes :
-
Modérateur
-
Équipe Mageia
-
Administrateur
-
Forgeron
Bonsoir,
Je reviens à la charge sur ce problème.
Je n'arrive pas à installer le driver nvidia de façon à utiliser un xorg.conf qui l'utilise et qui me permettrait d'avoir une résolution plus fine que celle que j'ai actuellement (1366x768 d'après xrandr). Pour le moment, c'est tout ce que je veux. Je n'ai pas de jeux ou d'applications nécessitant la carte graphique nvidia.
Je reviens à la charge sur ce problème.
Je n'arrive pas à installer le driver nvidia de façon à utiliser un xorg.conf qui l'utilise et qui me permettrait d'avoir une résolution plus fine que celle que j'ai actuellement (1366x768 d'après xrandr). Pour le moment, c'est tout ce que je veux. Je n'ai pas de jeux ou d'applications nécessitant la carte graphique nvidia.
N'est-ce là la résolution maximale de ton écran ?
Yves

xuo Membre non connecté
-
- Voir le profil du membre xuo
- Inscrit le : 23/10/2011
- Groupes :
Non, je vais vérifier mais sous Windows, je suis en 1600x900 je crois. Je regarde ce soir.
Xuo.

Papoteur Membre non connecté
-
- Voir le profil du membre Papoteur
- Inscrit le : 03/10/2011
- Groupes :
-
Modérateur
-
Équipe Mageia
-
Administrateur
-
Forgeron
Yves

xuo Membre non connecté
-
- Voir le profil du membre xuo
- Inscrit le : 23/10/2011
- Groupes :
Vous aviez raison. Sur ce pc, même sous Windows, je suis en 1366x768. Ca donc être la résolution max de l'écran.
Je laisse tomber le driver nvidia et je reste avec le driver nouveau. Sur ce pc, ça me suffira.
Xuo.
Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie