libretro / Lakka-LibreELEC

Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console.
https://www.lakka.tv
1.73k stars 286 forks source link

Lakka not working with nvidia ion gpu #68

Closed bigboo3000 closed 7 years ago

bigboo3000 commented 7 years ago

Hi

I tested lakka 2.0 build x64 from 28/02/2017 on my Acer Revo R2600 with nvidia ion GPU with hdmi.

The installation boots fine in text mode but after few seconds it doesn't display anything, I see the usb key working (led blicking) so the installation process seems to work.

I think it's a video driver problem.

I tested Libreelec 8.0 stable and the video driver works correctly there. There are using nvidia-legacy 340.102 for old nvidia gpu: https://github.com/LibreELEC/LibreELEC.tv/tree/master/packages/x11/driver/xf86-video-nvidia-legacy

Could you add this driver to lakka and make it the default with old nvidia gpu?

kivutar commented 7 years ago

In Lakka we use nouveau instead of the proprietary drivers, to avoid using X11.

@gouchi Do you know if nouveau can support ION in drm/kms?

gouchi commented 7 years ago

It should be supported. It is possible to get Lakka system and graphic card logs ?

Thank you.

bigboo3000 commented 7 years ago

I can't see anything and SSH access doesn't seems to work, is SSH activated by default in lakka?

gouchi commented 7 years ago

Please try to append to the cmdline ssh.

bigboo3000 commented 7 years ago

Lakka:~ # systemctl stop retroarch.service ; retroarch -v RetroArch [INFO] :: This is RetroArch version 1.4.1 (Git 7358ac5) RetroArch [INFO] :: === Build ======================================= Capabilities: MMX MMXEXT SSE1 SSE2 SSE3 SSSE3 Built: Feb 25 2017 RetroArch [INFO] :: Version: 1.4.1 RetroArch [INFO] :: Git: 7358ac5 RetroArch [INFO] :: ================================================= RetroArch [INFO] :: Loading default config. RetroArch [INFO] :: Looking for config in: "/storage/.config/retroarch/retroarch.cfg". RetroArch [INFO] :: Environ SET_PIXEL_FORMAT: RGB565. RetroArch [INFO] :: Redirecting save file to "/storage/savefiles/.srm". RetroArch [INFO] :: Redirecting savestate to "/storage/savestates/.state". RetroArch [INFO] :: Version of libretro API: 1 RetroArch [INFO] :: Compiled against API: 1 RetroArch [INFO] :: Set audio input rate to: 29970.03 Hz. RetroArch [INFO] :: Found shader "/usr/share/common-shaders/bilinear.glslp" RetroArch [INFO] :: Found shader "/usr/share/common-shaders/nearest.glslp" RetroArch [INFO] :: Found shader "/usr/share/common-shaders/stock.glsl" RetroArch [INFO] :: Video @ fullscreen RetroArch [INFO] :: Starting threaded video driver ... RetroArch [INFO] :: [DRM]: Found 2 connectors. RetroArch [INFO] :: [DRM]: Connector 0 connected: yes RetroArch [INFO] :: [DRM]: Connector 0 has 38 modes. RetroArch [INFO] :: [DRM]: Connector 0 assigned to monitor index: #1. RetroArch [INFO] :: [DRM]: Connector 1 connected: no RetroArch [INFO] :: [DRM]: Connector 1 has 0 modes. RetroArch [WARN] :: [DRM]: Couldn't find DRM encoder. RetroArch [WARN] :: [DRM]: Couldn't get device resources. RetroArch [INFO] :: [DRM]: Found 2 connectors. RetroArch [INFO] :: [DRM]: Connector 0 connected: yes RetroArch [INFO] :: [DRM]: Connector 0 has 38 modes. RetroArch [INFO] :: [DRM]: Connector 0 assigned to monitor index: #1. RetroArch [INFO] :: [DRM]: Connector 1 connected: no RetroArch [INFO] :: [DRM]: Connector 1 has 0 modes. RetroArch [WARN] :: [DRM]: Couldn't find DRM encoder. RetroArch [ERROR] :: [KMS]: Couldn't find a suitable DRM device. RetroArch [INFO] :: Found GL context: null RetroArch [INFO] :: Detecting screen resolution 320x240. RetroArch [INFO] :: [GL]: Vendor: (null), Renderer: (null). RetroArch [INFO] :: [GL]: Version: (null). Segmentation fault (core dumped)

bigboo3000 commented 7 years ago

Lakka:~ # lspci -nnk | grep -A 3 VGA 03:00.0 VGA compatible controller [0300]: NVIDIA Corporation ION VGA [10de:087d] (rev b1) Subsystem: Acer Incorporated [ALI] ION VGA [1025:0222] Kernel driver in use: nouveau 05:00.0 Network controller [0280]: Qualcomm Atheros AR93xx Wireless Network Adapter [168c:0030] (rev 01) Subsystem: Apple Inc. AR93xx Wireless Network Adapter (AirPort Extreme) [106b:009a]

bigboo3000 commented 7 years ago

I used another pc to set ssh on in retroarch ui. And FYI my pc with ion has 2 video output, one hdmi (that I use) and one VGA, maybe that's the problem?

kivutar commented 7 years ago

Note, to enable SSH, go in Setting->Services and switch it on.

bigboo3000 commented 7 years ago

Yep that's what i have done with my usb key on another pc

gouchi commented 7 years ago

Can you try to append to the cmdline drm.debug=0x1e log_buf_len=1M to get more log and get the output of dmesg ?

Thank you.

bigboo3000 commented 7 years ago

When you say "append to the cmdline" it means that I must add this to syslinux.cfg after the line starting with "APPEND" in the "LIVE" section ?

gouchi commented 7 years ago

It depends if you have installed Lakka (edit syslinux.cfg) or if you are using live mode (press tab in the boot menu) as it is written in the documentation.

bigboo3000 commented 7 years ago

Lakka:~ # dmesg [ 0.000000] Linux version 4.9.8 (kivutar@Server01) (gcc version 6.2.0 (GCC) ) #1 SMP Sat Feb 25 11:11:28 CST 2017 [ 0.000000] Command line: BOOT_IMAGE=/KERNEL boot=UUID=2602-2725 disk=UUID=f2 1c9cab-d5bc-4da9-bdc5-1bc955113fdd portable quiet drm.debug=0x1e log_buf_len=1M [ 0.000000] Disabled fast string operations [ 0.000000] x86/fpu: Legacy x87 FPU detected. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000006ff8ffff] usable [ 0.000000] BIOS-e820: [mem 0x000000006ff90000-0x000000006ff9dfff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000006ff9e000-0x000000006ffdffff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000006ffe0000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff700000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.6 present. [ 0.000000] DMI: Acer Aspire R3610/FMCP7A-ION-LE, BIOS P01-A4 11/03/2009 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] e820: last_pfn = 0x6ff90 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-CFFFF write-protect [ 0.000000] D0000-DFFFF uncachable [ 0.000000] E0000-EFFFF write-through [ 0.000000] F0000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000 mask 080000000 write-back [ 0.000000] 1 disabled [ 0.000000] 2 disabled [ 0.000000] 3 disabled [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff 8800000ff780] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576 [ 0.000000] BRK [0x03767000, 0x03767fff] PGTABLE [ 0.000000] BRK [0x03768000, 0x03768fff] PGTABLE [ 0.000000] BRK [0x03769000, 0x03769fff] PGTABLE [ 0.000000] BRK [0x0376a000, 0x0376afff] PGTABLE [ 0.000000] BRK [0x0376b000, 0x0376bfff] PGTABLE [ 0.000000] log_buf_len: 1048576 bytes [ 0.000000] early log buf free: 62640(95%) [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000FB770 000024 (v02 ACPIAM) [ 0.000000] ACPI: XSDT 0x000000006FF90100 00006C (v01 ACRSYS ACRPRDCT 2009110 3 MSFT 00000097) [ 0.000000] ACPI: FACP 0x000000006FF90290 0000F4 (v03 ACRSYS FACP0757 2009110 3 MSFT 00000097) [ 0.000000] ACPI: DSDT 0x000000006FF90620 006CAA (v01 963A1 963A1P06 0000000 4 INTL 20051117) [ 0.000000] ACPI: FACS 0x000000006FF9E000 000040 [ 0.000000] ACPI: FACS 0x000000006FF9E000 000040 [ 0.000000] ACPI: APIC 0x000000006FF90390 000080 (v01 ACRSYS APIC0757 2009110 3 MSFT 00000097) [ 0.000000] ACPI: MCFG 0x000000006FF90410 00003C (v01 ACRSYS OEMMCFG 2009110 3 MSFT 00000097) [ 0.000000] ACPI: SLIC 0x000000006FF90450 000176 (v01 ACRSYS ACRPRDCT 2009110 3 MSFT 00000097) [ 0.000000] ACPI: WDRT 0x000000006FF905D0 000047 (v01 ACRSYS NV-WDRT 2009110 3 MSFT 00000097) [ 0.000000] ACPI: OEMB 0x000000006FF9E040 000079 (v01 ACRSYS OEMB0757 2009110 3 MSFT 00000097) [ 0.000000] ACPI: HPET 0x000000006FF9A620 000038 (v01 ACRSYS OEMHPET0 2009110 3 MSFT 00000097) [ 0.000000] ACPI: NVHD 0x000000006FF9E0C0 000284 (v01 ACRSYS NVHDCP 2009110 3 MSFT 00000097) [ 0.000000] ACPI: AWMI 0x000000006FF9E350 00004E (v01 ACRSYS OEMB0757 2009110 3 MSFT 00000097) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000006ff8ffff] [ 0.000000] NODE_DATA(0) allocated [mem 0x6fe8c000-0x6fe8ffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000006ff8ffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009dfff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000006ff8ffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000006ff8ffff] [ 0.000000] On node 0 totalpages: 458541 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 21 pages reserved [ 0.000000] DMA zone: 3997 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 7103 pages used for memmap [ 0.000000] DMA32 zone: 454544 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x4008 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] IOAPIC[0]: apic_id 2, version 17, 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: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] ACPI: IRQ14 used by override. [ 0.000000] ACPI: IRQ15 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x10de8201 base: 0xfed00000 [ 0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs [ 0.000000] e820: [mem 0x80000000-0xfebfffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffff ffff, max_idle_ns: 6370452778343963 ns [ 0.000000] setup_percpu: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:4 nrnode ids:1 [ 0.000000] percpu: Embedded 33 pages/cpu @ffff88006fc00000 s95256 r8192 d317 20 u524288 [ 0.000000] pcpu-alloc: s95256 r8192 d31720 u524288 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pag es: 451353 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: root=/dev/ram0 rdinit=/init usbcore.autosusp end=-1 BOOT_IMAGE=/KERNEL boot=UUID=2602-2725 disk=UUID=f21c9cab-d5bc-4da9-bdc5- 1bc955113fdd portable quiet drm.debug=0x1e log_buf_len=1M [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1763408K/1834164K available (12136K kernel code, 954K rwd ata, 21176K rodata, 4120K init, 404K bss, 70756K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=4. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4 [ 0.000000] NR_IRQS:4352 nr_irqs:456 16 [ 0.000000] spurious 8259A interrupt: IRQ7. [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_i dle_ns: 76450417870 ns [ 0.000000] hpet clockevent registered [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.000000] tsc: Detected 1600.082 MHz processor [ 0.003356] Calibrating delay loop (skipped), value calculated using timer fr equency.. 3201.50 BogoMIPS (lpj=5333606) [ 0.003362] pid_max: default: 32768 minimum: 301 [ 0.003386] ACPI: Core revision 20160831 [ 0.018600] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.018951] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.020799] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.021665] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.021674] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022304] Disabled fast string operations [ 0.022315] CPU: Physical Processor ID: 0 [ 0.022317] CPU: Processor Core ID: 0 [ 0.022320] process: using mwait in idle threads [ 0.022329] Last level iTLB entries: 4KB 32, 2MB 0, 4MB 0 [ 0.022331] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 8, 1GB 0 [ 0.022601] Freeing SMP alternatives memory: 44K (ffffffff836f6000 - ffffffff 83701000) [ 0.026550] smpboot: Max logical packages: 4 [ 0.027096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.063333] smpboot: CPU0: Intel(R) Atom(TM) CPU 230 @ 1.60GHz (family: 0x 6, model: 0x1c, stepping: 0x2) [ 0.063333] Performance Events: PEBS fmt0+, LBR disabled due to erratumAtom e vents, Intel PMU driver. [ 0.063333] ... version: 3 [ 0.063333] ... bit width: 40 [ 0.063333] ... generic registers: 2 [ 0.063333] ... value mask: 000000ffffffffff [ 0.063333] ... max period: 000000007fffffff [ 0.063333] ... fixed-purpose events: 3 [ 0.063333] ... event mask: 0000000700000003 [ 0.063333] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PM U counter. [ 0.063333] x86: Booting SMP configuration: [ 0.063333] .... node #0, CPUs: #1 [ 0.006666] Disabled fast string operations [ 0.145384] x86: Booted up 1 node, 2 CPUs [ 0.145384] smpboot: Total of 2 processors activated (6402.70 BogoMIPS) [ 0.145384] devtmpfs: initialized [ 0.147000] PM: Registering ACPI NVS region [mem 0x6ff9e000-0x6ffdffff] (2703 36 bytes) [ 0.147149] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma x_idle_ns: 6370867519511994 ns [ 0.147219] xor: measuring software checksum speed [ 0.177954] prefetch64-sse: 6195.600 MB/sec [ 0.211287] generic_sse: 5497.200 MB/sec [ 0.211291] xor: using function: prefetch64-sse (6195.600 MB/sec) [ 0.211300] pinctrl core: initialized pinctrl subsystem [ 0.211623] NET: Registered protocol family 16 [ 0.223347] cpuidle: using governor ladder [ 0.236678] cpuidle: using governor menu [ 0.237018] ACPI: bus type PCI registered [ 0.237191] PCI: MMCONFIG for domain 0000 [bus 00-1f] at [mem 0xfc000000-0xfd ffffff] (base 0xfc000000) [ 0.237195] PCI: not using MMCONFIG [ 0.237197] PCI: Using configuration type 1 for base access [ 0.313348] raid6: sse2x1 gen() 112 MB/s [ 0.370051] raid6: sse2x1 xor() 682 MB/s [ 0.426727] raid6: sse2x2 gen() 364 MB/s [ 0.483360] raid6: sse2x2 xor() 1146 MB/s [ 0.540038] raid6: sse2x4 gen() 720 MB/s [ 0.596672] raid6: sse2x4 xor() 1358 MB/s [ 0.596676] raid6: using algorithm sse2x4 gen() 720 MB/s [ 0.596678] raid6: .... xor() 1358 MB/s, rmw enabled [ 0.596680] raid6: using ssse3x2 recovery algorithm [ 0.596835] ACPI: Added _OSI(Module Device) [ 0.596838] ACPI: Added _OSI(Processor Device) [ 0.596840] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.596842] ACPI: Added _OSI(Processor Aggregator Device) [ 0.597381] ACPI: Executed 1 blocks of module-level executable AML code [ 0.606436] ACPI: Interpreter enabled [ 0.606475] ACPI: (supports S0 S3 S5) [ 0.606478] ACPI: Using IOAPIC for interrupt routing [ 0.606585] PCI: MMCONFIG for domain 0000 [bus 00-1f] at [mem 0xfc000000-0xfd ffffff] (base 0xfc000000) [ 0.608994] PCI: MMCONFIG at [mem 0xfc000000-0xfdffffff] reserved in ACPI mot herboard resources [ 0.609014] PCI: Using host bridge windows from ACPI; if necessary, use "pci= nocrs" and report a bug [ 0.630410] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.630424] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM S egments MSI] [ 0.630976] acpi PNP0A03:00: _OSC: platform does not support [PCIeHotplug PCI eCapability] [ 0.631235] acpi PNP0A03:00: _OSC: not requesting control; platform does not support [PCIeCapability] [ 0.631241] acpi PNP0A03:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapa bility] [ 0.631245] acpi PNP0A03:00: _OSC: platform willing to grant [PME AER] [ 0.631248] acpi PNP0A03:00: _OSC failed (AE_SUPPORT); disabling ASPM [ 0.631280] acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 0 0-1f] only partially covers this bridge [ 0.631654] PCI host bridge to bus 0000:00 [ 0.631661] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.631665] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.631670] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff win dow] [ 0.631674] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff win dow] [ 0.631678] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfbffffff win dow] [ 0.631682] pci_bus 0000:00: root bus resource [mem 0xfe000000-0xfebfffff win dow] [ 0.631687] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.631711] pci 0000:00:00.0: [10de:0a82] type 00 class 0x060000 [ 0.632018] pci 0000:00:00.1: [10de:0a88] type 00 class 0x050000 [ 0.632329] pci 0000:00:03.0: [10de:0aad] type 00 class 0x060100 [ 0.632345] pci 0000:00:03.0: reg 0x10: [io 0x4f00-0x4fff] [ 0.632605] pci 0000:00:03.1: [10de:0aa4] type 00 class 0x050000 [ 0.632876] pci 0000:00:03.2: [10de:0aa2] type 00 class 0x0c0500 [ 0.632895] pci 0000:00:03.2: reg 0x10: [io 0x4900-0x493f] [ 0.632924] pci 0000:00:03.2: reg 0x20: [io 0x4d00-0x4d3f] [ 0.632934] pci 0000:00:03.2: reg 0x24: [io 0x4e00-0x4e3f] [ 0.632986] pci 0000:00:03.2: PME# supported from D3hot D3cold [ 0.633111] pci 0000:00:03.2: System wakeup disabled by ACPI [ 0.633221] pci 0000:00:03.3: [10de:0a89] type 00 class 0x050000 [ 0.633550] pci 0000:00:03.5: [10de:0aa3] type 00 class 0x0b4000 [ 0.633576] pci 0000:00:03.5: reg 0x10: [mem 0xfae80000-0xfaefffff] [ 0.633893] pci 0000:00:04.0: [10de:0aa5] type 00 class 0x0c0310 [ 0.633911] pci 0000:00:04.0: reg 0x10: [mem 0xfae7f000-0xfae7ffff] [ 0.633984] pci 0000:00:04.0: supports D1 D2 [ 0.633988] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.634114] pci 0000:00:04.0: System wakeup disabled by ACPI [ 0.634220] pci 0000:00:04.1: [10de:0aa6] type 00 class 0x0c0320 [ 0.634239] pci 0000:00:04.1: reg 0x10: [mem 0xfae7ec00-0xfae7ecff] [ 0.634319] pci 0000:00:04.1: supports D1 D2 [ 0.634323] pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold [ 0.634449] pci 0000:00:04.1: System wakeup disabled by ACPI [ 0.634567] pci 0000:00:08.0: [10de:0ac0] type 00 class 0x040300 [ 0.634585] pci 0000:00:08.0: reg 0x10: [mem 0xfae78000-0xfae7bfff] [ 0.634659] pci 0000:00:08.0: PME# supported from D3hot D3cold [ 0.634779] pci 0000:00:08.0: System wakeup disabled by ACPI [ 0.634884] pci 0000:00:09.0: [10de:0aab] type 01 class 0x060401 [ 0.635051] pci 0000:00:09.0: System wakeup disabled by ACPI [ 0.635157] pci 0000:00:0a.0: [10de:0ab0] type 00 class 0x020000 [ 0.635174] pci 0000:00:0a.0: reg 0x10: [mem 0xfae7d000-0xfae7dfff] [ 0.635184] pci 0000:00:0a.0: reg 0x14: [io 0xd080-0xd087] [ 0.635194] pci 0000:00:0a.0: reg 0x18: [mem 0xfae7e800-0xfae7e8ff] [ 0.635203] pci 0000:00:0a.0: reg 0x1c: [mem 0xfae7e400-0xfae7e40f] [ 0.635258] pci 0000:00:0a.0: supports D1 D2 [ 0.635262] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.635386] pci 0000:00:0a.0: System wakeup disabled by ACPI [ 0.635498] pci 0000:00:0b.0: [10de:0ab9] type 00 class 0x010601 [ 0.635515] pci 0000:00:0b.0: reg 0x10: [io 0xd000-0xd007] [ 0.635525] pci 0000:00:0b.0: reg 0x14: [io 0xcc00-0xcc03] [ 0.635534] pci 0000:00:0b.0: reg 0x18: [io 0xc880-0xc887] [ 0.635543] pci 0000:00:0b.0: reg 0x1c: [io 0xc800-0xc803] [ 0.635552] pci 0000:00:0b.0: reg 0x20: [io 0xc480-0xc48f] [ 0.635562] pci 0000:00:0b.0: reg 0x24: [mem 0xfae76000-0xfae77fff] [ 0.635832] pci 0000:00:0c.0: [10de:0ac4] type 01 class 0x060400 [ 0.636059] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.636202] pci 0000:00:0c.0: System wakeup disabled by ACPI [ 0.636313] pci 0000:00:10.0: [10de:0aa0] type 01 class 0x060400 [ 0.636377] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.636637] pci 0000:00:15.0: [10de:0ac6] type 01 class 0x060400 [ 0.636877] pci 0000:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.637022] pci 0000:00:15.0: System wakeup disabled by ACPI [ 0.637157] pci 0000:00:16.0: [10de:0ac7] type 01 class 0x060400 [ 0.637399] pci 0000:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.637541] pci 0000:00:16.0: System wakeup disabled by ACPI [ 0.637677] pci 0000:00:17.0: [10de:0ac7] type 01 class 0x060400 [ 0.637901] pci 0000:00:17.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.638049] pci 0000:00:17.0: System wakeup disabled by ACPI [ 0.638184] pci 0000:00:18.0: [10de:0ac7] type 01 class 0x060400 [ 0.638408] pci 0000:00:18.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.638556] pci 0000:00:18.0: System wakeup disabled by ACPI [ 0.638776] pci 0000:00:09.0: PCI bridge to [bus 01] (subtractive decode) [ 0.638788] pci 0000:00:09.0: bridge window [io 0x0000-0x0cf7 window] (sub tractive decode) [ 0.638792] pci 0000:00:09.0: bridge window [io 0x0d00-0xffff window] (sub tractive decode) [ 0.638797] pci 0000:00:09.0: bridge window [mem 0x000a0000-0x000bffff wind ow] (subtractive decode) [ 0.638801] pci 0000:00:09.0: bridge window [mem 0x000d0000-0x000dffff wind ow] (subtractive decode) [ 0.638805] pci 0000:00:09.0: bridge window [mem 0x80000000-0xfbffffff wind ow] (subtractive decode) [ 0.638809] pci 0000:00:09.0: bridge window [mem 0xfe000000-0xfebfffff wind ow] (subtractive decode) [ 0.638942] pci 0000:00:0c.0: PCI bridge to [bus 02] [ 0.639062] pci 0000:03:00.0: [10de:087d] type 00 class 0x030000 [ 0.639083] pci 0000:03:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff] [ 0.639100] pci 0000:03:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref ] [ 0.639115] pci 0000:03:00.0: reg 0x1c: [mem 0xf8000000-0xf9ffffff 64bit pref ] [ 0.639127] pci 0000:03:00.0: reg 0x24: [io 0xec00-0xec7f] [ 0.639138] pci 0000:03:00.0: reg 0x30: [mem 0xfafe0000-0xfaffffff pref] [ 0.639338] pci 0000:00:10.0: PCI bridge to [bus 03] [ 0.639346] pci 0000:00:10.0: bridge window [io 0xe000-0xefff] [ 0.639352] pci 0000:00:10.0: bridge window [mem 0xfaf00000-0xfbffffff] [ 0.639359] pci 0000:00:10.0: bridge window [mem 0xe0000000-0xf9ffffff 64bi t pref] [ 0.639489] pci 0000:00:15.0: PCI bridge to [bus 04] [ 0.639674] pci 0000:05:00.0: [168c:0030] type 00 class 0x028000 [ 0.639703] pci 0000:05:00.0: reg 0x10: [mem 0xfebe0000-0xfebfffff 64bit] [ 0.639755] pci 0000:05:00.0: reg 0x30: [mem 0xfebd0000-0xfebdffff pref] [ 0.639840] pci 0000:05:00.0: supports D1 D2 [ 0.639844] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.646712] pci 0000:00:16.0: PCI bridge to [bus 05] [ 0.646736] pci 0000:00:16.0: bridge window [mem 0xfeb00000-0xfebfffff] [ 0.646887] pci 0000:00:17.0: PCI bridge to [bus 06] [ 0.647056] pci 0000:00:18.0: PCI bridge to [bus 07] [ 0.648778] ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) 0, disabled. [ 0.649097] ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) 0, disabled. [ 0.649410] ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) 0, disabled. [ 0.649723] ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) 0, disabled. [ 0.650052] ACPI: PCI Interrupt Link [LN0A] (IRQs 16 17 18 19) 0, disabled. [ 0.650366] ACPI: PCI Interrupt Link [LN0B] (IRQs 16 17 18 19) 0, disabled. [ 0.650679] ACPI: PCI Interrupt Link [LN0C] (IRQs 16 17 18 19) 0, disabled. [ 0.650992] ACPI: PCI Interrupt Link [LN0D] (IRQs 16 17 18 19) 0, disabled. [ 0.651305] ACPI: PCI Interrupt Link [LN1A] (IRQs 16 17 18 19) 0, disabled. [ 0.651618] ACPI: PCI Interrupt Link [LN1B] (IRQs 16 17 18 19) 0, disabled. [ 0.651930] ACPI: PCI Interrupt Link [LN1C] (IRQs 16 17 18 19) 0, disabled. [ 0.652250] ACPI: PCI Interrupt Link [LN1D] (IRQs 16 17 18 19) 0, disabled. [ 0.652564] ACPI: PCI Interrupt Link [LN2A] (IRQs 16 17 18 19) 0, disabled. [ 0.652877] ACPI: PCI Interrupt Link [LN2B] (IRQs 16 17 18 19) 0, disabled. [ 0.653191] ACPI: PCI Interrupt Link [LN2C] (IRQs 16 17 18 19) 0, disabled. [ 0.653523] ACPI: PCI Interrupt Link [LN2D] (IRQs 16 17 18 19) 0, disabled. [ 0.653838] ACPI: PCI Interrupt Link [LN3A] (IRQs 16 17 18 19) 0, disabled. [ 0.654152] ACPI: PCI Interrupt Link [LN3B] (IRQs 16 17 18 19) 0, disabled. [ 0.654466] ACPI: PCI Interrupt Link [LN3C] (IRQs 16 17 18 19) 0, disabled. [ 0.654779] ACPI: PCI Interrupt Link [LN3D] (IRQs 16 17 18 19) 0, disabled. [ 0.655099] ACPI: PCI Interrupt Link [LN4A] (IRQs 16 17 18 19) 9 [ 0.655421] ACPI: PCI Interrupt Link [LN4B] (IRQs 16 17 18 19) 0, disabled. [ 0.655736] ACPI: PCI Interrupt Link [LN4C] (IRQs 16 17 18 19) 0, disabled. [ 0.656058] ACPI: PCI Interrupt Link [LN4D] (IRQs 16 17 18 19) 0, disabled. [ 0.656372] ACPI: PCI Interrupt Link [LN5A] (IRQs 16 17 18 19) 0, disabled. [ 0.656699] ACPI: PCI Interrupt Link [LN5B] (IRQs 16 17 18 19) 0, disabled. [ 0.657014] ACPI: PCI Interrupt Link [LN5C] (IRQs 16 17 18 19) 0, disabled. [ 0.657328] ACPI: PCI Interrupt Link [LN5D] (IRQs 16 17 18 19) 0, disabled. [ 0.657642] ACPI: PCI Interrupt Link [LN6A] (IRQs 16 17 18 19) 0, disabled. [ 0.657956] ACPI: PCI Interrupt Link [LN6B] (IRQs 16 17 18 19) 0, disabled. [ 0.658270] ACPI: PCI Interrupt Link [LN6C] (IRQs 16 17 18 19) 0, disabled. [ 0.658584] ACPI: PCI Interrupt Link [LN6D] (IRQs 16 17 18 19) 0, disabled. [ 0.658910] ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) 9 [ 0.659229] ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) 15 [ 0.659547] ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) 11 [ 0.659866] ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) 10 [ 0.660197] ACPI: PCI Interrupt Link [SGRU] (IRQs 20 21 22 23) 7 [ 0.660524] ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) 10 [ 0.660842] ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) 11 [ 0.661161] ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) 5 [ 0.661516] ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) 0, disabled. [ 0.661830] ACPI: PCI Interrupt Link [UB11] (IRQs 20 21 22 23) 0, disabled. [ 0.662148] ACPI: PCI Interrupt Link [UB12] (IRQs 20 21 22 23) 0, disabled. [ 0.662470] ACPI: PCI Interrupt Link [LRP0] (IRQs 20 21 22 23) 10 [ 0.662791] ACPI: PCI Interrupt Link [LRP1] (IRQs 20 21 22 23) 0, disabled. [ 0.663105] ACPI: PCI Interrupt Link [LRP2] (IRQs 20 21 22 23) 0, disabled. [ 0.663441] ACPI: PCI Interrupt Link [LRP3] (IRQs 20 21 22 23) 11 [ 0.663767] ACPI: PCI Interrupt Link [LRP4] (IRQs 20 21 22 23) 9 [ 0.664088] ACPI: PCI Interrupt Link [LRP5] (IRQs 20 21 22 23) 15 [ 0.664415] ACPI: PCI Interrupt Link [LRP6] (IRQs 20 21 22 23) 14 [ 0.664661] ACPI: Enabled 1 GPEs in block 00 to 1F [ 0.665000] vgaarb: setting as boot device: PCI:0000:03:00.0 [ 0.665000] vgaarb: device added: PCI:0000:03:00.0,decodes=io+mem,owns=io+mem ,locks=none [ 0.665000] vgaarb: loaded [ 0.665000] vgaarb: bridge control possible 0000:03:00.0 [ 0.665000] SCSI subsystem initialized [ 0.665000] libata version 3.00 loaded. [ 0.665000] ACPI: bus type USB registered [ 0.665000] usbcore: registered new interface driver usbfs [ 0.665000] usbcore: registered new interface driver hub [ 0.665000] usbcore: registered new device driver usb [ 0.665000] pps_core: LinuxPPS API ver. 1 registered [ 0.665000] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome tti giometti@linux.it [ 0.665000] PTP clock support registered [ 0.665000] wmi: Mapper loaded [ 0.665000] Advanced Linux Sound Architecture Driver Initialized. [ 0.665000] PCI: Using ACPI for IRQ routing [ 0.667338] PCI: pci_cache_line_size set to 64 bytes [ 0.667443] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff] [ 0.667449] e820: reserve RAM buffer [mem 0x6ff90000-0x6fffffff] [ 0.668070] HPET: 4 timers in total, 0 timers will be used for per-cpu timer [ 0.668144] clocksource: Switched to clocksource hpet [ 0.668144] pnp: PnP ACPI init [ 0.668144] system 00:00: [io 0x04d0-0x04d1] has been reserved [ 0.668144] system 00:00: [io 0x0800-0x080f] has been reserved [ 0.668144] system 00:00: [io 0x4000-0x407f] has been reserved [ 0.668144] system 00:00: [io 0x4080-0x40ff] has been reserved [ 0.668144] system 00:00: [io 0x4400-0x447f] has been reserved [ 0.668144] system 00:00: [io 0x4480-0x44ff] has been reserved [ 0.668144] system 00:00: [io 0x4800-0x487f] has been reserved [ 0.668144] system 00:00: [io 0x4880-0x48ff] has been reserved [ 0.668149] system 00:00: [mem 0x000d0000-0x000d3fff window] has been reserve d [ 0.668154] system 00:00: [mem 0x000d4000-0x000d7fff window] has been reserve d [ 0.668159] system 00:00: [mem 0x000de000-0x000dffff window] has been reserve d [ 0.668164] system 00:00: [mem 0xfefe2000-0xfefe3fff] has been reserved [ 0.668169] system 00:00: [mem 0xfefe1000-0xfefe1fff] has been reserved [ 0.668173] system 00:00: [mem 0xfee01000-0xfeefffff] has been reserved [ 0.668183] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.668390] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.668733] system 00:02: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.668738] system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.668746] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.668969] system 00:03: [mem 0xfc000000-0xfdffffff] has been reserved [ 0.668977] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.669489] system 00:04: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.669494] system 00:04: [mem 0x000c0000-0x000cffff] could not be reserved [ 0.669499] system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved [ 0.669504] system 00:04: [mem 0x00100000-0x7fffffff] could not be reserved [ 0.669509] system 00:04: [mem 0xfec00000-0xffffffff] could not be reserved [ 0.669516] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.671767] pnp: PnP ACPI: found 5 devices [ 0.682541] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_id le_ns: 2085701024 ns [ 0.682718] pci 0000:00:09.0: PCI bridge to [bus 01] [ 0.682733] pci 0000:00:0c.0: PCI bridge to [bus 02] [ 0.682765] pci 0000:00:10.0: PCI bridge to [bus 03] [ 0.682770] pci 0000:00:10.0: bridge window [io 0xe000-0xefff] [ 0.682777] pci 0000:00:10.0: bridge window [mem 0xfaf00000-0xfbffffff] [ 0.682783] pci 0000:00:10.0: bridge window [mem 0xe0000000-0xf9ffffff 64bi t pref] [ 0.682790] pci 0000:00:15.0: PCI bridge to [bus 04] [ 0.682821] pci 0000:00:16.0: PCI bridge to [bus 05] [ 0.682834] pci 0000:00:16.0: bridge window [mem 0xfeb00000-0xfebfffff] [ 0.682856] pci 0000:00:17.0: PCI bridge to [bus 06] [ 0.682887] pci 0000:00:18.0: PCI bridge to [bus 07] [ 0.682919] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.682923] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.682927] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.682931] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window] [ 0.682935] pci_bus 0000:00: resource 8 [mem 0x80000000-0xfbffffff window] [ 0.682939] pci_bus 0000:00: resource 9 [mem 0xfe000000-0xfebfffff window] [ 0.682944] pci_bus 0000:01: resource 4 [io 0x0000-0x0cf7 window] [ 0.682948] pci_bus 0000:01: resource 5 [io 0x0d00-0xffff window] [ 0.682952] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.682956] pci_bus 0000:01: resource 7 [mem 0x000d0000-0x000dffff window] [ 0.682960] pci_bus 0000:01: resource 8 [mem 0x80000000-0xfbffffff window] [ 0.682964] pci_bus 0000:01: resource 9 [mem 0xfe000000-0xfebfffff window] [ 0.682968] pci_bus 0000:03: resource 0 [io 0xe000-0xefff] [ 0.682972] pci_bus 0000:03: resource 1 [mem 0xfaf00000-0xfbffffff] [ 0.682976] pci_bus 0000:03: resource 2 [mem 0xe0000000-0xf9ffffff 64bit pref ] [ 0.682981] pci_bus 0000:05: resource 1 [mem 0xfeb00000-0xfebfffff] [ 0.683163] NET: Registered protocol family 2 [ 0.683536] TCP established hash table entries: 16384 (order: 5, 131072 bytes ) [ 0.683669] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.683815] TCP: Hash tables configured (established 16384 bind 16384) [ 0.683935] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.683970] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.684164] NET: Registered protocol family 1 [ 0.684518] RPC: Registered named UNIX socket transport module. [ 0.684521] RPC: Registered udp transport module. [ 0.684523] RPC: Registered tcp transport module. [ 0.684525] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.685244] ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 23 [ 0.757452] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 22 [ 0.757827] pci 0000:03:00.0: Video device with shadowed ROM at [mem 0x000c00 00-0x000dffff] [ 0.757836] PCI: CLS 64 bytes, default 64 [ 0.859129] Scanning for low memory corruption every 60 seconds [ 0.859772] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.860390] workingset: timestamp_bits=40 max_order=19 bucket_order=0 [ 0.867020] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.867553] NFS: Registering the id_resolver key type [ 0.867566] Key type id_resolver registered [ 0.867568] Key type id_legacy registered [ 0.867575] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.870837] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2 50) [ 0.870843] io scheduler noop registered [ 0.871015] io scheduler cfq registered (default) [ 0.871837] ACPI: PCI Interrupt Link [LRP0] enabled at IRQ 21 [ 0.872666] ACPI: PCI Interrupt Link [LRP3] enabled at IRQ 20 [ 0.873473] ACPI: PCI Interrupt Link [LRP4] enabled at IRQ 23 [ 0.874218] ACPI: PCI Interrupt Link [LRP5] enabled at IRQ 22 [ 0.874983] ACPI: PCI Interrupt Link [LRP6] enabled at IRQ 21 [ 0.875230] intel_idle: MWAIT substates: 0x10 [ 0.875233] intel_idle: v0.4.1 model 0x1C [ 0.875345] intel_idle: lapic_timer_reliable_states 0x2 [ 0.875511] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:0 0/input/input0 [ 0.875519] ACPI: Power Button [PWRB] [ 0.875669] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/inp ut1 [ 0.875674] ACPI: Power Button [PWRF] [ 0.879186] thermal LNXTHERM:00: registered as thermal_zone0 [ 0.879190] ACPI: Thermal Zone [THRM] (44 C) [ 0.879543] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 0.880478] Linux agpgart interface v0.103 [ 0.880566] [drm] Initialized [ 0.880604] [drm] radeon kernel modesetting enabled. [ 0.880772] [drm] amdgpu kernel modesetting enabled. [ 0.880907] [drm:nouveau_drm_init] Loading Nouveau with parameters: [ 0.880912] [drm:nouveau_drm_init] ... tv_disable : 0 [ 0.880915] [drm:nouveau_drm_init] ... ignorelid : 0 [ 0.880919] [drm:nouveau_drm_init] ... duallink : 1 [ 0.880922] [drm:nouveau_drm_init] ... nofbaccel : 0 [ 0.880926] [drm:nouveau_drm_init] ... config : (null) [ 0.880929] [drm:nouveau_drm_init] ... debug : (null) [ 0.880932] [drm:nouveau_drm_init] ... noaccel : 0 [ 0.880936] [drm:nouveau_drm_init] ... modeset : -1 [ 0.880939] [drm:nouveau_drm_init] ... runpm : -1 [ 0.880942] [drm:nouveau_drm_init] ... vram_pushbuf : 0 [ 0.881559] ACPI: PCI Interrupt Link [SGRU] enabled at IRQ 20 [ 0.881792] nouveau 0000:03:00.0: NVIDIA MCP79/MCP7A (0ace80b1) [ 0.899807] nouveau 0000:03:00.0: bios: version 62.79.6c.00.01 [ 0.900901] nouveau 0000:03:00.0: DRM: hdmi device not found 3 0 1 [ 0.921228] nouveau 0000:03:00.0: fb: 256 MiB stolen system memory [ 0.970794] [TTM] Zone kernel: Available graphics memory: 881726 kiB [ 0.970797] [TTM] Initializing pool allocator [ 0.970810] [TTM] Initializing DMA pool allocator [ 0.970847] nouveau 0000:03:00.0: DRM: VRAM: 256 MiB [ 0.970851] nouveau 0000:03:00.0: DRM: GART: 1048576 MiB [ 0.970859] nouveau 0000:03:00.0: DRM: TMDS table version 2.0 [ 0.970863] nouveau 0000:03:00.0: DRM: DCB version 4.0 [ 0.970869] nouveau 0000:03:00.0: DRM: DCB outp 00: 02021332 00020010 [ 0.970874] nouveau 0000:03:00.0: DRM: DCB outp 01: 02000300 0000001e [ 0.970878] nouveau 0000:03:00.0: DRM: DCB conn 00: 00000000 [ 0.970882] nouveau 0000:03:00.0: DRM: DCB conn 01: 00002161 [ 0.977041] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 0.977044] [drm] Driver supports precise vblank timestamp query. [ 0.990865] nouveau 0000:03:00.0: DRM: MM: using M2MF for buffer copies [ 1.030895] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:HDMI- A-1] [ 1.087808] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:HDMI- A-1] status updated from unknown to connected [ 1.088349] [drm:drm_add_edid_modes] HDMI: DVI dual 0, max TMDS clock 225000 kHz [ 1.088356] nouveau 0000:03:00.0: DRM: native mode from preferred [ 1.089258] [drm:drm_mode_debug_printmodeline] Modeline 74:"720x576i" 0 13500 720 732 795 864 576 580 586 625 0x40 0x101a [ 1.089263] [drm:drm_mode_prune_invalid] Not using 720x576i mode: CLOCK_LOW [ 1.089272] [drm:drm_mode_debug_printmodeline] Modeline 76:"720x480i" 0 13500 720 739 801 858 480 488 494 525 0x40 0x101a [ 1.089276] [drm:drm_mode_prune_invalid] Not using 720x480i mode: CLOCK_LOW [ 1.089284] [drm:drm_mode_debug_printmodeline] Modeline 79:"1920x1080" 0 7425 0 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x1c005 [ 1.089289] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 1.089297] [drm:drm_mode_debug_printmodeline] Modeline 80:"1920x1080" 0 7425 0 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x4005 [ 1.089301] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 1.089309] [drm:drm_mode_debug_printmodeline] Modeline 81:"1280x720" 0 74250 1280 1720 1760 1980 720 725 730 750 0x40 0x1c005 [ 1.089313] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 1.089321] [drm:drm_mode_debug_printmodeline] Modeline 82:"1280x720" 0 74250 1280 1720 1760 1980 720 725 730 750 0x40 0x4005 [ 1.089325] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 1.089333] [drm:drm_mode_debug_printmodeline] Modeline 83:"1280x720" 0 74250 1280 1390 1430 1650 720 725 730 750 0x40 0x1c005 [ 1.089337] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 1.089344] [drm:drm_mode_debug_printmodeline] Modeline 84:"1280x720" 0 74250 1280 1390 1430 1650 720 725 730 750 0x40 0x4005 [ 1.089349] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 1.089356] [drm:drm_mode_debug_printmodeline] Modeline 85:"1920x1080i" 0 742 50 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x20015 [ 1.089361] [drm:drm_mode_prune_invalid] Not using 1920x1080i mode: NO_STEREO [ 1.089369] [drm:drm_mode_debug_printmodeline] Modeline 86:"1920x1080i" 0 742 50 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x20015 [ 1.089373] [drm:drm_mode_prune_invalid] Not using 1920x1080i mode: NO_STEREO [ 1.089381] [drm:drm_mode_debug_printmodeline] Modeline 87:"1920x1080" 0 1485 00 1920 2448 2492 2640 1080 1084 1089 1125 0x40 0x1c005 [ 1.089385] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 1.089393] [drm:drm_mode_debug_printmodeline] Modeline 88:"1920x1080" 0 1485 00 1920 2448 2492 2640 1080 1084 1089 1125 0x40 0x20005 [ 1.089397] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 1.089405] [drm:drm_mode_debug_printmodeline] Modeline 89:"1920x1080" 0 1485 00 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x1c005 [ 1.089409] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 1.089417] [drm:drm_mode_debug_printmodeline] Modeline 90:"1920x1080" 0 1485 00 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x20005 [ 1.089421] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 1.089428] [drm:drm_mode_debug_printmodeline] Modeline 92:"1920x1080" 0 7425 0 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x20005 [ 1.089433] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 1.089440] [drm:drm_mode_debug_printmodeline] Modeline 93:"1920x1080" 0 7425 0 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x1c005 [ 1.089445] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 1.089452] [drm:drm_mode_debug_printmodeline] Modeline 94:"1920x1080" 0 7425 0 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x20005 [ 1.089457] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 1.089464] [drm:drm_mode_debug_printmodeline] Modeline 96:"1280x720" 0 74250 1280 1720 1760 1980 720 725 730 750 0x40 0x20005 [ 1.089469] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 1.089476] [drm:drm_mode_debug_printmodeline] Modeline 98:"1280x720" 0 74250 1280 1390 1430 1650 720 725 730 750 0x40 0x20005 [ 1.089481] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 1.089488] [drm:drm_mode_debug_printmodeline] Modeline 99:"1280x720" 0 59400 1280 3040 3080 3300 720 725 730 750 0x40 0x1c005 [ 1.089492] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 1.089500] [drm:drm_mode_debug_printmodeline] Modeline 100:"1280x720" 0 5940 0 1280 3040 3080 3300 720 725 730 750 0x40 0x20005 [ 1.089504] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 1.089512] [drm:drm_mode_debug_printmodeline] Modeline 101:"1280x720" 0 7425 0 1280 3040 3080 3300 720 725 730 750 0x40 0x1c005 [ 1.089516] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 1.089524] [drm:drm_mode_debug_printmodeline] Modeline 102:"1280x720" 0 7425 0 1280 3040 3080 3300 720 725 730 750 0x40 0x20005 [ 1.089528] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 1.089536] [drm:drm_mode_debug_printmodeline] Modeline 103:"1920x1080i" 0 74 250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x1c015 [ 1.089540] [drm:drm_mode_prune_invalid] Not using 1920x1080i mode: NO_STEREO [ 1.089548] [drm:drm_mode_debug_printmodeline] Modeline 105:"1920x1080i" 0 74 250 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x1c015 [ 1.089552] [drm:drm_mode_prune_invalid] Not using 1920x1080i mode: NO_STEREO [ 1.089560] [drm:drm_mode_debug_printmodeline] Modeline 107:"720x576" 0 27000 720 732 796 864 576 581 586 625 0x40 0x1c00a [ 1.089564] [drm:drm_mode_prune_invalid] Not using 720x576 mode: NO_STEREO [ 1.089572] [drm:drm_mode_debug_printmodeline] Modeline 108:"720x576" 0 27000 720 732 796 864 576 581 586 625 0x40 0x2000a [ 1.089576] [drm:drm_mode_prune_invalid] Not using 720x576 mode: NO_STEREO [ 1.089584] [drm:drm_mode_debug_printmodeline] Modeline 109:"720x480" 0 27000 720 736 798 858 480 489 495 525 0x40 0x1c00a [ 1.089588] [drm:drm_mode_prune_invalid] Not using 720x480 mode: NO_STEREO [ 1.089595] [drm:drm_mode_debug_printmodeline] Modeline 110:"720x480" 0 27000 720 736 798 858 480 489 495 525 0x40 0x2000a [ 1.089599] [drm:drm_mode_prune_invalid] Not using 720x480 mode: NO_STEREO [ 1.089607] [drm:drm_mode_debug_printmodeline] Modeline 111:"1920x1080" 0 742 50 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x4005 [ 1.089611] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 1.089619] [drm:drm_mode_debug_printmodeline] Modeline 112:"1280x720" 0 5940 0 1280 3040 3080 3300 720 725 730 750 0x40 0x4005 [ 1.089623] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 1.089631] [drm:drm_mode_debug_printmodeline] Modeline 113:"1280x720" 0 7425 0 1280 3040 3080 3300 720 725 730 750 0x40 0x4005 [ 1.089635] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 1.089643] [drm:drm_mode_debug_printmodeline] Modeline 124:"720x480i" 60 135 14 720 739 801 858 480 488 494 525 0x40 0x101a [ 1.089647] [drm:drm_mode_prune_invalid] Not using 720x480i mode: CLOCK_LOW [ 1.089655] [drm:drm_mode_debug_printmodeline] Modeline 127:"1920x1080" 24 74 176 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x1c005 [ 1.089659] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 1.089667] [drm:drm_mode_debug_printmodeline] Modeline 128:"1920x1080" 24 74 176 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x4005 [ 1.089672] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 1.089679] [drm:drm_mode_debug_printmodeline] Modeline 129:"1280x720" 60 741 76 1280 1390 1430 1650 720 725 730 750 0x40 0x1c005 [ 1.089684] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 1.089691] [drm:drm_mode_debug_printmodeline] Modeline 130:"1280x720" 60 741 76 1280 1390 1430 1650 720 725 730 750 0x40 0x4005 [ 1.089696] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 1.089704] [drm:drm_mode_debug_printmodeline] Modeline 131:"1920x1080i" 60 7 4176 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x20015 [ 1.089708] [drm:drm_mode_prune_invalid] Not using 1920x1080i mode: NO_STEREO [ 1.089716] [drm:drm_mode_debug_printmodeline] Modeline 132:"1920x1080" 60 14 8352 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x1c005 [ 1.089720] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 1.089728] [drm:drm_mode_debug_printmodeline] Modeline 133:"1920x1080" 60 14 8352 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x20005 [ 1.089732] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 1.089740] [drm:drm_mode_debug_printmodeline] Modeline 135:"1920x1080" 24 74 176 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x20005 [ 1.089744] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 1.089752] [drm:drm_mode_debug_printmodeline] Modeline 136:"1920x1080" 30 74 176 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x1c005 [ 1.089756] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 1.089764] [drm:drm_mode_debug_printmodeline] Modeline 137:"1920x1080" 30 74 176 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x20005 [ 1.089769] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 1.089776] [drm:drm_mode_debug_printmodeline] Modeline 139:"1280x720" 60 741 76 1280 1390 1430 1650 720 725 730 750 0x40 0x20005 [ 1.089781] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 1.089788] [drm:drm_mode_debug_printmodeline] Modeline 140:"1280x720" 24 593 41 1280 3040 3080 3300 720 725 730 750 0x40 0x1c005 [ 1.089793] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 1.089800] [drm:drm_mode_debug_printmodeline] Modeline 141:"1280x720" 24 593 41 1280 3040 3080 3300 720 725 730 750 0x40 0x20005 [ 1.089805] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 1.089812] [drm:drm_mode_debug_printmodeline] Modeline 142:"1280x720" 30 741 76 1280 3040 3080 3300 720 725 730 750 0x40 0x1c005 [ 1.089816] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 1.089824] [drm:drm_mode_debug_printmodeline] Modeline 143:"1280x720" 30 741 76 1280 3040 3080 3300 720 725 730 750 0x40 0x20005 [ 1.089828] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 1.089836] [drm:drm_mode_debug_printmodeline] Modeline 144:"1920x1080i" 60 7 4176 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x1c015 [ 1.089840] [drm:drm_mode_prune_invalid] Not using 1920x1080i mode: NO_STEREO [ 1.089848] [drm:drm_mode_debug_printmodeline] Modeline 146:"720x480" 60 2702 7 720 736 798 858 480 489 495 525 0x40 0x1c00a [ 1.089852] [drm:drm_mode_prune_invalid] Not using 720x480 mode: NO_STEREO [ 1.089860] [drm:drm_mode_debug_printmodeline] Modeline 147:"720x480" 60 2702 7 720 736 798 858 480 489 495 525 0x40 0x2000a [ 1.089864] [drm:drm_mode_prune_invalid] Not using 720x480 mode: NO_STEREO [ 1.089872] [drm:drm_mode_debug_printmodeline] Modeline 148:"1920x1080" 30 74 176 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x4005 [ 1.089876] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 1.089884] [drm:drm_mode_debug_printmodeline] Modeline 149:"1280x720" 24 593 41 1280 3040 3080 3300 720 725 730 750 0x40 0x4005 [ 1.089888] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 1.089896] [drm:drm_mode_debug_printmodeline] Modeline 150:"1280x720" 30 741 76 1280 3040 3080 3300 720 725 730 750 0x40 0x4005 [ 1.089900] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 1.089917] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:HDMI- A-1] probed modes : [ 1.089926] [drm:drm_mode_debug_printmodeline] Modeline 42:"1920x1080" 50 148 500 1920 2448 2492 2640 1080 1084 1089 1125 0x48 0x5 [ 1.089933] [drm:drm_mode_debug_printmodeline] Modeline 60:"1920x1080" 60 148 500 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x5 [ 1.089941] [drm:drm_mode_debug_printmodeline] Modeline 115:"1920x1080" 60 14 8352 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x5 [ 1.089949] [drm:drm_mode_debug_printmodeline] Modeline 69:"1920x1080i" 60 74 250 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x15 [ 1.089956] [drm:drm_mode_debug_printmodeline] Modeline 121:"1920x1080i" 60 7 4176 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x15 [ 1.089964] [drm:drm_mode_debug_printmodeline] Modeline 68:"1920x1080i" 50 74 250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15 [ 1.089971] [drm:drm_mode_debug_printmodeline] Modeline 63:"1920x1080" 30 742 50 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x5 [ 1.089979] [drm:drm_mode_debug_printmodeline] Modeline 117:"1920x1080" 30 74 176 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x5 [ 1.089986] [drm:drm_mode_debug_printmodeline] Modeline 62:"1920x1080" 25 742 50 1920 2448 2492 2640 1080 1084 1089 1125 0x40 0x5 [ 1.089993] [drm:drm_mode_debug_printmodeline] Modeline 61:"1920x1080" 24 742 50 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x5 [ 1.090001] [drm:drm_mode_debug_printmodeline] Modeline 116:"1920x1080" 24 74 176 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x5 [ 1.090027] [drm:drm_mode_debug_printmodeline] Modeline 53:"1280x1024" 75 135 000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5 [ 1.090035] [drm:drm_mode_debug_printmodeline] Modeline 47:"1280x1024" 60 108 000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5 [ 1.090042] [drm:drm_mode_debug_printmodeline] Modeline 43:"1360x768" 60 8550 0 1360 1424 1536 1792 768 771 777 795 0x40 0x5 [ 1.090050] [drm:drm_mode_debug_printmodeline] Modeline 45:"1280x768" 75 1022 50 1280 1360 1488 1696 768 771 778 805 0x40 0x6 [ 1.090057] [drm:drm_mode_debug_printmodeline] Modeline 44:"1280x768" 60 7950 0 1280 1344 1472 1664 768 771 778 798 0x40 0x6 [ 1.090065] [drm:drm_mode_debug_printmodeline] Modeline 46:"1280x768" 60 6825 0 1280 1328 1360 1440 768 771 778 790 0x40 0x9 [ 1.090072] [drm:drm_mode_debug_printmodeline] Modeline 65:"1280x720" 60 7425 0 1280 1390 1430 1650 720 725 730 750 0x40 0x5 [ 1.090080] [drm:drm_mode_debug_printmodeline] Modeline 118:"1280x720" 60 741 76 1280 1390 1430 1650 720 725 730 750 0x40 0x5 [ 1.090087] [drm:drm_mode_debug_printmodeline] Modeline 64:"1280x720" 50 7425 0 1280 1720 1760 1980 720 725 730 750 0x40 0x5 [ 1.090094] [drm:drm_mode_debug_printmodeline] Modeline 67:"1280x720" 30 7425 0 1280 3040 3080 3300 720 725 730 750 0x40 0x5 [ 1.090102] [drm:drm_mode_debug_printmodeline] Modeline 120:"1280x720" 30 741 76 1280 3040 3080 3300 720 725 730 750 0x40 0x5 [ 1.090109] [drm:drm_mode_debug_printmodeline] Modeline 66:"1280x720" 24 5940 0 1280 3040 3080 3300 720 725 730 750 0x40 0x5 [ 1.090117] [drm:drm_mode_debug_printmodeline] Modeline 119:"1280x720" 24 593 41 1280 3040 3080 3300 720 725 730 750 0x40 0x5 [ 1.090124] [drm:drm_mode_debug_printmodeline] Modeline 54:"1024x768" 75 7875 0 1024 1040 1136 1312 768 769 772 800 0x40 0x5 [ 1.090132] [drm:drm_mode_debug_printmodeline] Modeline 55:"1024x768" 70 7500 0 1024 1048 1184 1328 768 771 777 806 0x40 0xa [ 1.090139] [drm:drm_mode_debug_printmodeline] Modeline 56:"1024x768" 60 6500 0 1024 1048 1184 1344 768 771 777 806 0x40 0xa [ 1.090147] [drm:drm_mode_debug_printmodeline] Modeline 57:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5 [ 1.090154] [drm:drm_mode_debug_printmodeline] Modeline 58:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5 [ 1.090161] [drm:drm_mode_debug_printmodeline] Modeline 48:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5 [ 1.090169] [drm:drm_mode_debug_printmodeline] Modeline 49:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5 [ 1.090176] [drm:drm_mode_debug_printmodeline] Modeline 70:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa [ 1.090184] [drm:drm_mode_debug_printmodeline] Modeline 122:"720x480" 60 2702 7 720 736 798 858 480 489 495 525 0x40 0xa [ 1.090191] [drm:drm_mode_debug_printmodeline] Modeline 72:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x40 0xa [ 1.090198] [drm:drm_mode_debug_printmodeline] Modeline 50:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa [ 1.090206] [drm:drm_mode_debug_printmodeline] Modeline 51:"640x480" 73 31500 640 664 704 832 480 489 492 520 0x40 0xa [ 1.090213] [drm:drm_mode_debug_printmodeline] Modeline 114:"640x480" 60 2520 0 640 656 752 800 480 490 492 525 0x40 0xa [ 1.090220] [drm:drm_mode_debug_printmodeline] Modeline 52:"640x480" 60 25175 640 656 752 800 480 490 492 525 0x40 0xa [ 1.090226] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:39:VGA-1 ] [ 1.100746] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:39:VGA-1 ] status updated from unknown to disconnected [ 1.100751] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:39:VGA-1 ] disconnected [ 1.100757] [drm:drm_setup_crtcs] [ 1.100762] [drm:drm_setup_crtcs] connector 37 enabled? yes [ 1.100766] [drm:drm_setup_crtcs] connector 39 enabled? no [ 1.100771] [drm:drm_setup_crtcs] looking for cmdline mode on connector 37 [ 1.100776] [drm:drm_setup_crtcs] looking for preferred mode on connector 37 0 [ 1.100779] [drm:drm_setup_crtcs] found mode 1920x1080 [ 1.100784] [drm:drm_setup_crtcs] picking CRTCs for 8192x8192 config [ 1.100791] [drm:drm_setup_crtcs] desired mode 1920x1080 set on crtc 34 (0,0) [ 1.101642] nouveau 0000:03:00.0: DRM: allocated 1920x1080 fb: 0x50000, bo ff ff88006c702400 [ 1.101912] fbcon: nouveaufb (fb0) is primary device [ 1.103781] [drm:drm_crtc_helper_set_config] [ 1.103788] [drm:drm_crtc_helper_set_config] [CRTC:34:crtc-0] [FB:71] #connec tors=1 (x y) (0 0) [ 1.103793] [drm:drm_crtc_helper_set_config] crtc has no fb, full mode set [ 1.103798] [drm:drm_crtc_helper_set_config] modes are different, full mode s et [ 1.103806] [drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0 [ 1.103813] [drm:drm_mode_debug_printmodeline] Modeline 59:"1920x1080" 50 148 500 1920 2448 2492 2640 1080 1084 1089 1125 0x48 0x5 [ 1.103819] [drm:drm_crtc_helper_set_config] encoder changed, full mode switc h [ 1.103823] [drm:drm_crtc_helper_set_config] crtc changed, full mode switch [ 1.103827] [drm:drm_crtc_helper_set_config] [CONNECTOR:37:HDMI-A-1] to [CRTC :34:crtc-0] [ 1.103832] [drm:drm_crtc_helper_set_config] attempting to set mode from user space [ 1.103839] [drm:drm_mode_debug_printmodeline] Modeline 59:"1920x1080" 50 148 500 1920 2448 2492 2640 1080 1084 1089 1125 0x48 0x5 [ 1.103849] [drm:drm_crtc_helper_set_mode] [CRTC:34:crtc-0] [ 1.103877] [drm:drm_crtc_helper_set_mode] [ENCODER:38:TMDS-38] set [MODE:59: 1920x1080] [ 1.103904] [drm:drm_detect_monitor_audio] Monitor has basic audio support [ 1.103909] [drm:drm_edid_to_eld] ELD monitor TOSHIBA-TV [ 1.103916] [drm:drm_edid_to_eld] HDMI: latency present 1 1, video latency 11 1 121, audio latency 111 121 [ 1.103921] [drm:nv50_audio_mode_set.isra.12] ELD size 36, SAD count 2 [ 1.863374] tsc: Refined TSC clocksource calibration: 1599.992 MHz [ 1.863385] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x17101d72 6e6, max_idle_ns: 440795229359 ns [ 2.876853] clocksource: Switched to clocksource tsc [ 3.353965] [drm:drm_crtc_helper_set_config] Setting connector DPMS state to on [ 3.353970] [drm:drm_crtc_helper_set_config] [CONNECTOR:37:HDMI-A-1] set DPMS on [ 5.603998] [drm:drm_crtc_helper_set_config] [ 5.604004] [drm:drm_crtc_helper_set_config] [CRTC:36:crtc-1] [NOFB] [ 7.854113] [drm:drm_crtc_helper_set_config] [ 7.854121] [drm:drm_crtc_helper_set_config] [CRTC:34:crtc-0] [FB:71] #connec tors=1 (x y) (0 0) [ 7.854128] [drm:drm_crtc_helper_set_config] [CONNECTOR:37:HDMI-A-1] to [CRTC :34:crtc-0] [ 7.856306] [drm:drm_crtc_helper_set_config] [ 7.856312] [drm:drm_crtc_helper_set_config] [CRTC:34:crtc-0] [FB:71] #connec tors=1 (x y) (0 0) [ 7.856319] [drm:drm_crtc_helper_set_config] [CONNECTOR:37:HDMI-A-1] to [CRTC :34:crtc-0] [ 7.859153] Console: switching to colour frame buffer device 240x67 [ 7.859166] [drm:drm_crtc_helper_set_config] [ 7.859172] [drm:drm_crtc_helper_set_config] [CRTC:34:crtc-0] [FB:71] #connec tors=1 (x y) (0 0) [ 7.859179] [drm:drm_crtc_helper_set_config] [CONNECTOR:37:HDMI-A-1] to [CRTC :34:crtc-0] [ 7.862051] nouveau 0000:03:00.0: fb0: nouveaufb frame buffer device [ 7.876696] [drm] Initialized nouveau 1.3.1 20120801 for 0000:03:00.0 on mino r 0 [ 7.883886] brd: module loaded [ 7.883979] loop: module loaded [ 7.886852] nbd: registered device at major 43 [ 7.891251] usbcore: registered new interface driver rtsx_usb [ 7.891284] Loading iSCSI transport class v2.0-870. [ 7.891574] iscsi: registered transport (tcp) [ 7.891576] megasas: 06.811.02.00-rc1 [ 7.891936] ahci 0000:00:0b.0: version 3.0 [ 7.892589] ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 23 [ 7.892642] ahci 0000:00:0b.0: controller can't do PMP, turning off CAP_PMP [ 7.892834] ahci 0000:00:0b.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f im pl SATA mode [ 7.892840] ahci 0000:00:0b.0: flags: 64bit ncq sntf led pio slum part sxs [ 7.895020] scsi host0: ahci [ 7.895347] scsi host1: ahci [ 7.895609] scsi host2: ahci [ 7.895875] scsi host3: ahci [ 7.896134] scsi host4: ahci [ 7.896387] scsi host5: ahci [ 7.896534] ata1: SATA max UDMA/133 abar m8192@0xfae76000 port 0xfae76100 irq 25 [ 7.896539] ata2: SATA max UDMA/133 abar m8192@0xfae76000 port 0xfae76180 irq 25 [ 7.896542] ata3: SATA max UDMA/133 abar m8192@0xfae76000 port 0xfae76200 irq 25 [ 7.896545] ata4: SATA max UDMA/133 abar m8192@0xfae76000 port 0xfae76280 irq 25 [ 7.896549] ata5: SATA max UDMA/133 abar m8192@0xfae76000 port 0xfae76300 irq 25 [ 7.896552] ata6: SATA max UDMA/133 abar m8192@0xfae76000 port 0xfae76380 irq 25 [ 7.897912] tun: Universal TUN/TAP device driver, 1.6 [ 7.897915] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com [ 7.898175] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de [ 7.898242] Atheros(R) L2 Ethernet Driver - version 2.2.3 [ 7.898244] Copyright (c) 2007 Atheros Corporation. [ 7.898444] cnic: QLogic cnicDriver v2.5.22 (July 20, 2015) [ 7.898590] uli526x: ULi M5261/M5263 net driver, version 0.9.3 (2005-7-29) [ 7.898639] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI [ 7.898641] e100: Copyright(c) 1999-2006 Intel Corporation [ 7.898680] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI [ 7.898682] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 7.898720] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k [ 7.898721] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 7.898765] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k [ 7.898767] igb: Copyright (c) 2007-2014 Intel Corporation. [ 7.898809] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 4 .4.0-k [ 7.898811] ixgbe: Copyright (c) 1999-2016 Intel Corporation. [ 7.898940] ixgb: Intel(R) PRO/10GbE Network Driver - version 1.0.135-k2-NAPI [ 7.898942] ixgb: Copyright (c) 1999-2008 Intel Corporation. [ 7.898977] jme: JMicron JMC2XX ethernet driver version 1.0.8 [ 7.899091] sky2: driver version 1.30 [ 7.899168] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.6 4. [ 7.899834] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 22 [ 7.967914] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:0 1:6c:6a:af:5d [ 7.967920] forcedeth 0000:00:0a.0: highdma csum pwrctl gbit lnktim msi desc- v3 [ 7.968310] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 7.968312] ehci-pci: EHCI PCI platform driver [ 7.968582] ehci-pci 0000:00:04.1: EHCI Host Controller [ 7.968600] ehci-pci 0000:00:04.1: new USB bus registered, assigned bus numbe r 1 [ 7.968619] ehci-pci 0000:00:04.1: debug port 1 [ 7.968650] ehci-pci 0000:00:04.1: cache line size of 64 is not supported [ 7.968690] ehci-pci 0000:00:04.1: irq 22, io mem 0xfae7ec00 [ 7.980043] ehci-pci 0000:00:04.1: USB 2.0 started, EHCI 1.00 [ 7.980542] hub 1-0:1.0: USB hub found [ 7.980563] hub 1-0:1.0: 12 ports detected [ 7.981726] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 7.981746] ohci-pci: OHCI PCI platform driver [ 7.981995] ohci-pci 0000:00:04.0: OHCI PCI host controller [ 7.982011] ohci-pci 0000:00:04.0: new USB bus registered, assigned bus numbe r 2 [ 7.982071] ohci-pci 0000:00:04.0: irq 23, io mem 0xfae7f000 [ 8.039165] hub 2-0:1.0: USB hub found [ 8.039186] hub 2-0:1.0: 12 ports detected [ 8.039824] uhci_hcd: USB Universal Host Controller Interface driver [ 8.039949] usbcore: registered new interface driver uas [ 8.039999] usbcore: registered new interface driver usb-storage [ 8.040106] i8042: PNP: No PS/2 controller found. Probing ports directly. [ 8.041714] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 8.041729] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 8.042054] mousedev: PS/2 mouse device common for all mice [ 8.042630] rtc_cmos 00:01: RTC can wake from S4 [ 8.042989] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 [ 8.043054] rtc_cmos 00:01: alarms up to one year, y3k, 114 bytes nvram, hpet irqs [ 8.043097] i2c /dev entries driver [ 8.043852] ACPI Warning: SystemIO range 0x0000000000004D00-0x0000000000004D3 F conflicts with OpRegion 0x0000000000004D00-0x0000000000004D04 (\IP2) (20160831 /utaddress-247) [ 8.043868] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 8.043872] ACPI Warning: SystemIO range 0x0000000000004E00-0x0000000000004E3 F conflicts with OpRegion 0x0000000000004E00-0x0000000000004E3F (_SB.PCI0.SM00) (20160831/utaddress-247) [ 8.043882] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 8.044234] sdhci: Secure Digital Host Controller Interface driver [ 8.044237] sdhci: Copyright(c) Pierre Ossman [ 8.044303] No iBFT detected. [ 8.044344] hidraw: raw HID events driver (C) Jiri Kosina [ 8.045170] usbcore: registered new interface driver usbhid [ 8.045171] usbhid: USB HID core driver [ 8.046014] NET: Registered protocol family 10 [ 8.046717] NET: Registered protocol family 17 [ 8.046763] Key type dns_resolver registered [ 8.047179] microcode: sig=0x106c2, pf=0x4, revision=0x212 [ 8.047329] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet. co.uk>, Peter Oruba [ 8.048853] Btrfs loaded, crc32c=crc32c-generic [ 8.049497] console [netcon0] enabled [ 8.049499] netconsole: network logging started [ 8.049602] rtc_cmos 00:01: setting system clock to 2017-03-03 16:12:42 UTC ( 1488557562) [ 8.049770] cpufreq: ondemand governor failed, too long transition latency of HW, fallback to performance governor [ 8.049784] p4_clockmod: P4/Xeon(TM) CPU On-Demand Clock Modulation available [ 8.049887] ALSA device list: [ 8.049889] No soundcards found. [ 8.209918] ata5: SATA link down (SStatus 0 SControl 300) [ 8.209947] ata4: SATA link down (SStatus 0 SControl 300) [ 8.209970] ata1: SATA link down (SStatus 0 SControl 300) [ 8.209992] ata3: SATA link down (SStatus 0 SControl 300) [ 8.210043] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 8.210065] ata6: SATA link down (SStatus 0 SControl 300) [ 8.256418] ata2.00: ATA-8: WDC WD1600BEVT-22ZCT0, 11.01A11, max UDMA/133 [ 8.256423] ata2.00: 312581808 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 8.257735] ata2.00: configured for UDMA/133 [ 8.258083] scsi 1:0:0:0: Direct-Access ATA WDC WD1600BEVT-2 1A11 PQ : 0 ANSI: 5 [ 8.290411] sd 1:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB) [ 8.290523] sd 1:0:0:0: Attached scsi generic sg0 type 0 [ 8.290728] sd 1:0:0:0: [sda] Write Protect is off [ 8.290737] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 8.290826] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, does n't support DPO or FUA [ 8.301738] sda: sda1 sda2 [ 8.302721] sd 1:0:0:0: [sda] Attached SCSI disk [ 8.311587] Freeing unused kernel memory: 4120K (ffffffff832f0000 - ffffffff8 36f6000) [ 8.311593] Write protecting the kernel read-only data: 34816k [ 8.312615] Freeing unused kernel memory: 136K (ffff880001bde000 - ffff880001 c00000) [ 8.324151] Freeing unused kernel memory: 1352K (ffff8800030ae000 - ffff88000 3200000) [ 8.433373] usb 1-5: new high-speed USB device number 2 using ehci-pci [ 8.574962] usb-storage 1-5:1.0: USB Mass Storage device detected [ 8.575172] scsi host6: usb-storage 1-5:1.0 [ 8.926697] usb 2-6: new full-speed USB device number 2 using ohci-pci [ 9.463361] usb 2-3: new low-speed USB device number 3 using ohci-pci [ 9.599016] scsi 6:0:0:0: Direct-Access USB DISK 2.0 PMAP PQ : 0 ANSI: 4 [ 9.599788] sd 6:0:0:0: Attached scsi generic sg1 type 0 [ 9.600625] sd 6:0:0:0: [sdb] 126943232 512-byte logical blocks: (65.0 GB/60. 5 GiB) [ 9.602864] sd 6:0:0:0: [sdb] Write Protect is off [ 9.602870] sd 6:0:0:0: [sdb] Mode Sense: 23 00 00 00 [ 9.604865] sd 6:0:0:0: [sdb] No Caching mode page found [ 9.604870] sd 6:0:0:0: [sdb] Assuming drive cache: write through [ 9.680706] random: fast init done [ 9.699356] input: CHESEN USB Keyboard as /devices/pci0000:00/0000:00:04.0/us b2/2-3/2-3:1.0/0003:0A81:0101.0001/input/input5 [ 9.753874] hid-generic 0003:0A81:0101.0001: input,hidraw0: USB HID v1.10 Key board [CHESEN USB Keyboard] on usb-0000:00:04.0-3/input0 [ 9.766861] input: CHESEN USB Keyboard as /devices/pci0000:00/0000:00:04.0/us b2/2-3/2-3:1.1/0003:0A81:0101.0002/input/input6 [ 9.823564] hid-generic 0003:0A81:0101.0002: input,hidraw1: USB HID v1.10 Dev ice [CHESEN USB Keyboard] on usb-0000:00:04.0-3/input1 [ 11.144380] [drm:drm_fb_helper_hotplug_event] [ 11.144388] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:HDMI- A-1] [ 11.201765] [drm:drm_add_edid_modes] HDMI: DVI dual 0, max TMDS clock 225000 kHz [ 11.201773] nouveau 0000:03:00.0: DRM: native mode from preferred [ 11.202707] [drm:drm_mode_debug_printmodeline] Modeline 105:"720x576i" 0 1350 0 720 732 795 864 576 580 586 625 0x40 0x101a [ 11.202712] [drm:drm_mode_prune_invalid] Not using 720x576i mode: CLOCK_LOW [ 11.202720] [drm:drm_mode_debug_printmodeline] Modeline 107:"720x480i" 0 1350 0 720 739 801 858 480 488 494 525 0x40 0x101a [ 11.202724] [drm:drm_mode_prune_invalid] Not using 720x480i mode: CLOCK_LOW [ 11.202732] [drm:drm_mode_debug_printmodeline] Modeline 110:"1920x1080" 0 742 50 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x1c005 [ 11.202737] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 11.202745] [drm:drm_mode_debug_printmodeline] Modeline 111:"1920x1080" 0 742 50 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x4005 [ 11.202749] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 11.202757] [drm:drm_mode_debug_printmodeline] Modeline 112:"1280x720" 0 7425 0 1280 1720 1760 1980 720 725 730 750 0x40 0x1c005 [ 11.202761] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 11.202768] [drm:drm_mode_debug_printmodeline] Modeline 113:"1280x720" 0 7425 0 1280 1720 1760 1980 720 725 730 750 0x40 0x4005 [ 11.202773] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 11.202780] [drm:drm_mode_debug_printmodeline] Modeline 123:"1280x720" 0 7425 0 1280 1390 1430 1650 720 725 730 750 0x40 0x1c005 [ 11.202785] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 11.202792] [drm:drm_mode_debug_printmodeline] Modeline 124:"1280x720" 0 7425 0 1280 1390 1430 1650 720 725 730 750 0x40 0x4005 [ 11.202796] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 11.202804] [drm:drm_mode_debug_printmodeline] Modeline 125:"1920x1080i" 0 74 250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x20015 [ 11.202809] [drm:drm_mode_prune_invalid] Not using 1920x1080i mode: NO_STEREO [ 11.202817] [drm:drm_mode_debug_printmodeline] Modeline 126:"1920x1080i" 0 74 250 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x20015 [ 11.202821] [drm:drm_mode_prune_invalid] Not using 1920x1080i mode: NO_STEREO [ 11.202829] [drm:drm_mode_debug_printmodeline] Modeline 127:"1920x1080" 0 148 500 1920 2448 2492 2640 1080 1084 1089 1125 0x40 0x1c005 [ 11.202833] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 11.202841] [drm:drm_mode_debug_printmodeline] Modeline 128:"1920x1080" 0 148 500 1920 2448 2492 2640 1080 1084 1089 1125 0x40 0x20005 [ 11.202845] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 11.202853] [drm:drm_mode_debug_printmodeline] Modeline 129:"1920x1080" 0 148 500 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x1c005 [ 11.202857] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 11.202865] [drm:drm_mode_debug_printmodeline] Modeline 130:"1920x1080" 0 148 500 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x20005 [ 11.202869] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 11.202876] [drm:drm_mode_debug_printmodeline] Modeline 132:"1920x1080" 0 742 50 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x20005 [ 11.202881] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 11.202888] [drm:drm_mode_debug_printmodeline] Modeline 133:"1920x1080" 0 742 50 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x1c005 [ 11.202893] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 11.202900] [drm:drm_mode_debug_printmodeline] Modeline 134:"1920x1080" 0 742 50 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x20005 [ 11.202904] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 11.202912] [drm:drm_mode_debug_printmodeline] Modeline 136:"1280x720" 0 7425 0 1280 1720 1760 1980 720 725 730 750 0x40 0x20005 [ 11.202916] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 11.202924] [drm:drm_mode_debug_printmodeline] Modeline 138:"1280x720" 0 7425 0 1280 1390 1430 1650 720 725 730 750 0x40 0x20005 [ 11.202928] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 11.202936] [drm:drm_mode_debug_printmodeline] Modeline 139:"1280x720" 0 5940 0 1280 3040 3080 3300 720 725 730 750 0x40 0x1c005 [ 11.202940] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 11.202948] [drm:drm_mode_debug_printmodeline] Modeline 140:"1280x720" 0 5940 0 1280 3040 3080 3300 720 725 730 750 0x40 0x20005 [ 11.202952] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 11.202960] [drm:drm_mode_debug_printmodeline] Modeline 141:"1280x720" 0 7425 0 1280 3040 3080 3300 720 725 730 750 0x40 0x1c005 [ 11.202964] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 11.202972] [drm:drm_mode_debug_printmodeline] Modeline 142:"1280x720" 0 7425 0 1280 3040 3080 3300 720 725 730 750 0x40 0x20005 [ 11.202976] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 11.202984] [drm:drm_mode_debug_printmodeline] Modeline 143:"1920x1080i" 0 74 250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x1c015 [ 11.202988] [drm:drm_mode_prune_invalid] Not using 1920x1080i mode: NO_STEREO [ 11.202996] [drm:drm_mode_debug_printmodeline] Modeline 145:"1920x1080i" 0 74 250 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x1c015 [ 11.203000] [drm:drm_mode_prune_invalid] Not using 1920x1080i mode: NO_STEREO [ 11.203008] [drm:drm_mode_debug_printmodeline] Modeline 147:"720x576" 0 27000 720 732 796 864 576 581 586 625 0x40 0x1c00a [ 11.203012] [drm:drm_mode_prune_invalid] Not using 720x576 mode: NO_STEREO [ 11.203019] [drm:drm_mode_debug_printmodeline] Modeline 148:"720x576" 0 27000 720 732 796 864 576 581 586 625 0x40 0x2000a [ 11.203024] [drm:drm_mode_prune_invalid] Not using 720x576 mode: NO_STEREO [ 11.203031] [drm:drm_mode_debug_printmodeline] Modeline 149:"720x480" 0 27000 720 736 798 858 480 489 495 525 0x40 0x1c00a [ 11.203035] [drm:drm_mode_prune_invalid] Not using 720x480 mode: NO_STEREO [ 11.203043] [drm:drm_mode_debug_printmodeline] Modeline 150:"720x480" 0 27000 720 736 798 858 480 489 495 525 0x40 0x2000a [ 11.203047] [drm:drm_mode_prune_invalid] Not using 720x480 mode: NO_STEREO [ 11.203055] [drm:drm_mode_debug_printmodeline] Modeline 151:"1920x1080" 0 742 50 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x4005 [ 11.203059] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 11.203067] [drm:drm_mode_debug_printmodeline] Modeline 152:"1280x720" 0 5940 0 1280 3040 3080 3300 720 725 730 750 0x40 0x4005 [ 11.203071] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 11.203079] [drm:drm_mode_debug_printmodeline] Modeline 153:"1280x720" 0 7425 0 1280 3040 3080 3300 720 725 730 750 0x40 0x4005 [ 11.203083] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 11.203091] [drm:drm_mode_debug_printmodeline] Modeline 164:"720x480i" 60 135 14 720 739 801 858 480 488 494 525 0x40 0x101a [ 11.203095] [drm:drm_mode_prune_invalid] Not using 720x480i mode: CLOCK_LOW [ 11.203103] [drm:drm_mode_debug_printmodeline] Modeline 167:"1920x1080" 24 74 176 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x1c005 [ 11.203107] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 11.203115] [drm:drm_mode_debug_printmodeline] Modeline 168:"1920x1080" 24 74 176 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x4005 [ 11.203119] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 11.203127] [drm:drm_mode_debug_printmodeline] Modeline 169:"1280x720" 60 741 76 1280 1390 1430 1650 720 725 730 750 0x40 0x1c005 [ 11.203131] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 11.203139] [drm:drm_mode_debug_printmodeline] Modeline 170:"1280x720" 60 741 76 1280 1390 1430 1650 720 725 730 750 0x40 0x4005 [ 11.203143] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 11.203151] [drm:drm_mode_debug_printmodeline] Modeline 171:"1920x1080i" 60 7 4176 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x20015 [ 11.203155] [drm:drm_mode_prune_invalid] Not using 1920x1080i mode: NO_STEREO [ 11.203163] [drm:drm_mode_debug_printmodeline] Modeline 172:"1920x1080" 60 14 8352 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x1c005 [ 11.203167] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 11.203175] [drm:drm_mode_debug_printmodeline] Modeline 173:"1920x1080" 60 14 8352 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x20005 [ 11.203179] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 11.203187] [drm:drm_mode_debug_printmodeline] Modeline 175:"1920x1080" 24 74 176 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x20005 [ 11.203191] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 11.203199] [drm:drm_mode_debug_printmodeline] Modeline 176:"1920x1080" 30 74 176 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x1c005 [ 11.203203] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 11.203211] [drm:drm_mode_debug_printmodeline] Modeline 177:"1920x1080" 30 74 176 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x20005 [ 11.203215] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 11.203223] [drm:drm_mode_debug_printmodeline] Modeline 179:"1280x720" 60 741 76 1280 1390 1430 1650 720 725 730 750 0x40 0x20005 [ 11.203227] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 11.203235] [drm:drm_mode_debug_printmodeline] Modeline 180:"1280x720" 24 593 41 1280 3040 3080 3300 720 725 730 750 0x40 0x1c005 [ 11.203239] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 11.203247] [drm:drm_mode_debug_printmodeline] Modeline 181:"1280x720" 24 593 41 1280 3040 3080 3300 720 725 730 750 0x40 0x20005 [ 11.203251] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 11.203259] [drm:drm_mode_debug_printmodeline] Modeline 182:"1280x720" 30 741 76 1280 3040 3080 3300 720 725 730 750 0x40 0x1c005 [ 11.203263] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 11.203271] [drm:drm_mode_debug_printmodeline] Modeline 183:"1280x720" 30 741 76 1280 3040 3080 3300 720 725 730 750 0x40 0x20005 [ 11.203275] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 11.203283] [drm:drm_mode_debug_printmodeline] Modeline 184:"1920x1080i" 60 7 4176 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x1c015 [ 11.203287] [drm:drm_mode_prune_invalid] Not using 1920x1080i mode: NO_STEREO [ 11.203295] [drm:drm_mode_debug_printmodeline] Modeline 186:"720x480" 60 2702 7 720 736 798 858 480 489 495 525 0x40 0x1c00a [ 11.203299] [drm:drm_mode_prune_invalid] Not using 720x480 mode: NO_STEREO [ 11.203307] [drm:drm_mode_debug_printmodeline] Modeline 187:"720x480" 60 2702 7 720 736 798 858 480 489 495 525 0x40 0x2000a [ 11.203311] [drm:drm_mode_prune_invalid] Not using 720x480 mode: NO_STEREO [ 11.203319] [drm:drm_mode_debug_printmodeline] Modeline 188:"1920x1080" 30 74 176 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x4005 [ 11.203323] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 11.203331] [drm:drm_mode_debug_printmodeline] Modeline 189:"1280x720" 24 593 41 1280 3040 3080 3300 720 725 730 750 0x40 0x4005 [ 11.203346] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 11.203355] [drm:drm_mode_debug_printmodeline] Modeline 190:"1280x720" 30 741 76 1280 3040 3080 3300 720 725 730 750 0x40 0x4005 [ 11.203359] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 11.203375] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:HDMI- A-1] probed modes : [ 11.203383] [drm:drm_mode_debug_printmodeline] Modeline 42:"1920x1080" 50 148 500 1920 2448 2492 2640 1080 1084 1089 1125 0x48 0x5 [ 11.203391] [drm:drm_mode_debug_printmodeline] Modeline 60:"1920x1080" 60 148 500 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x5 [ 11.203398] [drm:drm_mode_debug_printmodeline] Modeline 115:"1920x1080" 60 14 8352 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x5 [ 11.203406] [drm:drm_mode_debug_printmodeline] Modeline 69:"1920x1080i" 60 74 250 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x15 [ 11.203413] [drm:drm_mode_debug_printmodeline] Modeline 121:"1920x1080i" 60 7 4176 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x15 [ 11.203421] [drm:drm_mode_debug_printmodeline] Modeline 68:"1920x1080i" 50 74 250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15 [ 11.203428] [drm:drm_mode_debug_printmodeline] Modeline 63:"1920x1080" 30 742 50 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x5 [ 11.203436] [drm:drm_mode_debug_printmodeline] Modeline 117:"1920x1080" 30 74 176 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x5 [ 11.203443] [drm:drm_mode_debug_printmodeline] Modeline 62:"1920x1080" 25 742 50 1920 2448 2492 2640 1080 1084 1089 1125 0x40 0x5 [ 11.203451] [drm:drm_mode_debug_printmodeline] Modeline 61:"1920x1080" 24 742 50 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x5 [ 11.203458] [drm:drm_mode_debug_printmodeline] Modeline 116:"1920x1080" 24 74 176 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x5 [ 11.203466] [drm:drm_mode_debug_printmodeline] Modeline 53:"1280x1024" 75 135 000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5 [ 11.203473] [drm:drm_mode_debug_printmodeline] Modeline 47:"1280x1024" 60 108 000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5 [ 11.203480] [drm:drm_mode_debug_printmodeline] Modeline 43:"1360x768" 60 8550 0 1360 1424 1536 1792 768 771 777 795 0x40 0x5 [ 11.203488] [drm:drm_mode_debug_printmodeline] Modeline 45:"1280x768" 75 1022 50 1280 1360 1488 1696 768 771 778 805 0x40 0x6 [ 11.203495] [drm:drm_mode_debug_printmodeline] Modeline 44:"1280x768" 60 7950 0 1280 1344 1472 1664 768 771 778 798 0x40 0x6 [ 11.203503] [drm:drm_mode_debug_printmodeline] Modeline 46:"1280x768" 60 6825 0 1280 1328 1360 1440 768 771 778 790 0x40 0x9 [ 11.203510] [drm:drm_mode_debug_printmodeline] Modeline 65:"1280x720" 60 7425 0 1280 1390 1430 1650 720 725 730 750 0x40 0x5 [ 11.203518] [drm:drm_mode_debug_printmodeline] Modeline 118:"1280x720" 60 741 76 1280 1390 1430 1650 720 725 730 750 0x40 0x5 [ 11.203525] [drm:drm_mode_debug_printmodeline] Modeline 64:"1280x720" 50 7425 0 1280 1720 1760 1980 720 725 730 750 0x40 0x5 [ 11.203532] [drm:drm_mode_debug_printmodeline] Modeline 67:"1280x720" 30 7425 0 1280 3040 3080 3300 720 725 730 750 0x40 0x5 [ 11.203540] [drm:drm_mode_debug_printmodeline] Modeline 120:"1280x720" 30 741 76 1280 3040 3080 3300 720 725 730 750 0x40 0x5 [ 11.203547] [drm:drm_mode_debug_printmodeline] Modeline 66:"1280x720" 24 5940 0 1280 3040 3080 3300 720 725 730 750 0x40 0x5 [ 11.203555] [drm:drm_mode_debug_printmodeline] Modeline 119:"1280x720" 24 593 41 1280 3040 3080 3300 720 725 730 750 0x40 0x5 [ 11.203562] [drm:drm_mode_debug_printmodeline] Modeline 54:"1024x768" 75 7875 0 1024 1040 1136 1312 768 769 772 800 0x40 0x5 [ 11.203570] [drm:drm_mode_debug_printmodeline] Modeline 55:"1024x768" 70 7500 0 1024 1048 1184 1328 768 771 777 806 0x40 0xa [ 11.203577] [drm:drm_mode_debug_printmodeline] Modeline 56:"1024x768" 60 6500 0 1024 1048 1184 1344 768 771 777 806 0x40 0xa [ 11.203584] [drm:drm_mode_debug_printmodeline] Modeline 57:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5 [ 11.203592] [drm:drm_mode_debug_printmodeline] Modeline 58:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5 [ 11.203599] [drm:drm_mode_debug_printmodeline] Modeline 48:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5 [ 11.203606] [drm:drm_mode_debug_printmodeline] Modeline 49:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5 [ 11.203614] [drm:drm_mode_debug_printmodeline] Modeline 70:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa [ 11.203621] [drm:drm_mode_debug_printmodeline] Modeline 122:"720x480" 60 2702 7 720 736 798 858 480 489 495 525 0x40 0xa [ 11.203628] [drm:drm_mode_debug_printmodeline] Modeline 72:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x40 0xa [ 11.203636] [drm:drm_mode_debug_printmodeline] Modeline 50:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa [ 11.203643] [drm:drm_mode_debug_printmodeline] Modeline 51:"640x480" 73 31500 640 664 704 832 480 489 492 520 0x40 0xa [ 11.203650] [drm:drm_mode_debug_printmodeline] Modeline 114:"640x480" 60 2520 0 640 656 752 800 480 490 492 525 0x40 0xa [ 11.203658] [drm:drm_mode_debug_printmodeline] Modeline 52:"640x480" 60 25175 640 656 752 800 480 490 492 525 0x40 0xa [ 11.203663] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:39:VGA-1 ] [ 11.214779] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:39:VGA-1 ] disconnected [ 11.214789] [drm:drm_setup_crtcs] [ 11.214795] [drm:drm_setup_crtcs] connector 37 enabled? yes [ 11.214798] [drm:drm_setup_crtcs] connector 39 enabled? no [ 11.214803] [drm:drm_setup_crtcs] looking for cmdline mode on connector 37 [ 11.214808] [drm:drm_setup_crtcs] looking for preferred mode on connector 37 0 [ 11.214811] [drm:drm_setup_crtcs] found mode 1920x1080 [ 11.214816] [drm:drm_setup_crtcs] picking CRTCs for 8192x8192 config [ 11.214823] [drm:drm_setup_crtcs] desired mode 1920x1080 set on crtc 34 (0,0) [ 11.214837] [drm:drm_crtc_helper_set_config] [ 11.214844] [drm:drm_crtc_helper_set_config] [CRTC:34:crtc-0] [FB:71] #connec tors=1 (x y) (0 0) [ 11.214851] [drm:drm_crtc_helper_set_config] [CONNECTOR:37:HDMI-A-1] to [CRTC :34:crtc-0] [ 11.214858] [drm:drm_crtc_helper_set_config] [ 11.214863] [drm:drm_crtc_helper_set_config] [CRTC:36:crtc-1] [NOFB] [ 12.638738] sdb: sdb1 sdb2 [ 12.664912] sd 6:0:0:0: [sdb] Attached SCSI removable disk [ 14.059243] EXT4-fs (sdb2): couldn't mount as ext3 due to feature incompatibi lities [ 14.060365] EXT4-fs (sdb2): couldn't mount as ext2 due to feature incompatibi lities [ 21.405950] EXT4-fs (sdb2): recovery complete [ 21.411507] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null) [ 21.642011] random: crng init done [ 38.423922] ### BIG FAT WARNING [ 38.423966] ### sdb2 is removable. suspend/resume may not work [ 38.426486] ### BIG FAT WARNING [ 38.426528] ### sdb1 is removable. suspend/resume may not work [ 38.614842] systemd[1]: systemd 232 running in system mode. (-PAM -AUDIT -SEL INUX -IMA -APPARMOR -SMACK -SYSVINIT -UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS -ACL - XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN) [ 38.615258] systemd[1]: Detected architecture x86-64. [ 38.615794] systemd[1]: Set hostname to . [ 38.680338] systemd[1]: Created slice User and Session Slice. [ 38.680513] systemd[1]: Reached target Swap. [ 38.680642] systemd[1]: Listening on udev Kernel Socket. [ 38.680813] systemd[1]: Listening on Journal Socket. [ 38.680977] systemd[1]: Listening on udev Control Socket. [ 38.681092] systemd[1]: Listening on Journal Socket (/dev/log). [ 38.705799] systemd[1]: Listening on RPCbind Server Activation Socket. [ 39.107738] systemd-journald[222]: Received request to flush runtime journal from PID 1 [ 44.883252] Bluetooth: Core ver 2.22 [ 44.883302] NET: Registered protocol family 31 [ 44.883306] Bluetooth: HCI device and connection manager initialized [ 44.883317] Bluetooth: HCI socket layer initialized [ 44.883326] Bluetooth: L2CAP socket layer initialized [ 44.890442] Bluetooth: SCO socket layer initialized [ 44.929328] ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 21 [ 44.929355] snd_hda_intel 0000:00:08.0: Disabling MSI [ 44.941258] usbcore: registered new interface driver btusb [ 44.986061] intel_powerclamp: No package C-state available [ 45.327171] wl: loading out-of-tree module taints kernel. [ 45.327180] wl: module license 'MIXED/Proprietary' taints kernel. [ 45.327182] Disabling lock debugging due to kernel taint [ 45.389380] ACPI: PCI Interrupt Link [LN4A] enabled at IRQ 19 [ 45.480720] ath: EEPROM regdomain: 0x37 [ 45.480724] ath: EEPROM indicates we should expect a direct regpair map [ 45.480728] ath: Country alpha2 being used: AW [ 45.480730] ath: Regpair used: 0x37 [ 45.483690] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 45.485294] ieee80211 phy0: Atheros AR9300 Rev:3 mem=0xffffc90000ba0000, irq= 19 [ 46.007648] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 46.007653] Bluetooth: BNEP filters: protocol multicast [ 46.007669] Bluetooth: BNEP socket layer initialized [ 46.051767] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) [ 46.125315] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC662 rev1: li ne_outs=1 (0x14/0x0/0x0/0x0/0x0) type:hp [ 46.125325] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0 /0x0/0x0) [ 46.125331] snd_hda_codec_realtek hdaudioC0D0: hp_outs=0 (0x0/0x0/0x0/0x0/ 0x0) [ 46.125335] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [ 46.125340] snd_hda_codec_realtek hdaudioC0D0: inputs: [ 46.125346] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18 [ 46.162100] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) [ 46.212578] 8021q: 802.1Q VLAN Support v1.8 [ 46.390791] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 47.201999] input: HDA NVidia Mic as /devices/pci0000:00/0000:00:08.0/sound/c ard0/input7 [ 47.202310] input: HDA NVidia Headphone as /devices/pci0000:00/0000:00:08.0/s ound/card0/input8 [ 48.220557] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:HDMI- A-1] [ 48.278320] [drm:drm_add_edid_modes] HDMI: DVI dual 0, max TMDS clock 225000 kHz [ 48.278331] nouveau 0000:03:00.0: DRM: native mode from preferred [ 48.279298] [drm:drm_mode_debug_printmodeline] Modeline 105:"720x576i" 0 1350 0 720 732 795 864 576 580 586 625 0x40 0x101a [ 48.279304] [drm:drm_mode_prune_invalid] Not using 720x576i mode: CLOCK_LOW [ 48.279313] [drm:drm_mode_debug_printmodeline] Modeline 107:"720x480i" 0 1350 0 720 739 801 858 480 488 494 525 0x40 0x101a [ 48.279317] [drm:drm_mode_prune_invalid] Not using 720x480i mode: CLOCK_LOW [ 48.279325] [drm:drm_mode_debug_printmodeline] Modeline 110:"1920x1080" 0 742 50 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x1c005 [ 48.279329] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.279337] [drm:drm_mode_debug_printmodeline] Modeline 111:"1920x1080" 0 742 50 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x4005 [ 48.279341] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.279349] [drm:drm_mode_debug_printmodeline] Modeline 112:"1280x720" 0 7425 0 1280 1720 1760 1980 720 725 730 750 0x40 0x1c005 [ 48.279353] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.279361] [drm:drm_mode_debug_printmodeline] Modeline 113:"1280x720" 0 7425 0 1280 1720 1760 1980 720 725 730 750 0x40 0x4005 [ 48.279366] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.279373] [drm:drm_mode_debug_printmodeline] Modeline 123:"1280x720" 0 7425 0 1280 1390 1430 1650 720 725 730 750 0x40 0x1c005 [ 48.279377] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.279385] [drm:drm_mode_debug_printmodeline] Modeline 124:"1280x720" 0 7425 0 1280 1390 1430 1650 720 725 730 750 0x40 0x4005 [ 48.279390] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.279398] [drm:drm_mode_debug_printmodeline] Modeline 125:"1920x1080i" 0 74 250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x20015 [ 48.279402] [drm:drm_mode_prune_invalid] Not using 1920x1080i mode: NO_STEREO [ 48.279410] [drm:drm_mode_debug_printmodeline] Modeline 126:"1920x1080i" 0 74 250 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x20015 [ 48.279414] [drm:drm_mode_prune_invalid] Not using 1920x1080i mode: NO_STEREO [ 48.279422] [drm:drm_mode_debug_printmodeline] Modeline 127:"1920x1080" 0 148 500 1920 2448 2492 2640 1080 1084 1089 1125 0x40 0x1c005 [ 48.279427] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.279435] [drm:drm_mode_debug_printmodeline] Modeline 128:"1920x1080" 0 148 500 1920 2448 2492 2640 1080 1084 1089 1125 0x40 0x20005 [ 48.279439] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.279447] [drm:drm_mode_debug_printmodeline] Modeline 129:"1920x1080" 0 148 500 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x1c005 [ 48.279451] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.279459] [drm:drm_mode_debug_printmodeline] Modeline 130:"1920x1080" 0 148 500 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x20005 [ 48.279463] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.279471] [drm:drm_mode_debug_printmodeline] Modeline 132:"1920x1080" 0 742 50 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x20005 [ 48.279475] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.279483] [drm:drm_mode_debug_printmodeline] Modeline 133:"1920x1080" 0 742 50 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x1c005 [ 48.279487] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.279495] [drm:drm_mode_debug_printmodeline] Modeline 134:"1920x1080" 0 742 50 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x20005 [ 48.279499] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.279507] [drm:drm_mode_debug_printmodeline] Modeline 136:"1280x720" 0 7425 0 1280 1720 1760 1980 720 725 730 750 0x40 0x20005 [ 48.279511] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.279519] [drm:drm_mode_debug_printmodeline] Modeline 138:"1280x720" 0 7425 0 1280 1390 1430 1650 720 725 730 750 0x40 0x20005 [ 48.279523] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.279531] [drm:drm_mode_debug_printmodeline] Modeline 139:"1280x720" 0 5940 0 1280 3040 3080 3300 720 725 730 750 0x40 0x1c005 [ 48.279535] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.279543] [drm:drm_mode_debug_printmodeline] Modeline 140:"1280x720" 0 5940 0 1280 3040 3080 3300 720 725 730 750 0x40 0x20005 [ 48.279547] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.279555] [drm:drm_mode_debug_printmodeline] Modeline 141:"1280x720" 0 7425 0 1280 3040 3080 3300 720 725 730 750 0x40 0x1c005 [ 48.279559] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.279567] [drm:drm_mode_debug_printmodeline] Modeline 142:"1280x720" 0 7425 0 1280 3040 3080 3300 720 725 730 750 0x40 0x20005 [ 48.279571] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.279579] [drm:drm_mode_debug_printmodeline] Modeline 143:"1920x1080i" 0 74 250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x1c015 [ 48.279583] [drm:drm_mode_prune_invalid] Not using 1920x1080i mode: NO_STEREO [ 48.279591] [drm:drm_mode_debug_printmodeline] Modeline 145:"1920x1080i" 0 74 250 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x1c015 [ 48.279596] [drm:drm_mode_prune_invalid] Not using 1920x1080i mode: NO_STEREO [ 48.279603] [drm:drm_mode_debug_printmodeline] Modeline 147:"720x576" 0 27000 720 732 796 864 576 581 586 625 0x40 0x1c00a [ 48.279608] [drm:drm_mode_prune_invalid] Not using 720x576 mode: NO_STEREO [ 48.279615] [drm:drm_mode_debug_printmodeline] Modeline 148:"720x576" 0 27000 720 732 796 864 576 581 586 625 0x40 0x2000a [ 48.279620] [drm:drm_mode_prune_invalid] Not using 720x576 mode: NO_STEREO [ 48.279627] [drm:drm_mode_debug_printmodeline] Modeline 149:"720x480" 0 27000 720 736 798 858 480 489 495 525 0x40 0x1c00a [ 48.279631] [drm:drm_mode_prune_invalid] Not using 720x480 mode: NO_STEREO [ 48.279639] [drm:drm_mode_debug_printmodeline] Modeline 150:"720x480" 0 27000 720 736 798 858 480 489 495 525 0x40 0x2000a [ 48.279643] [drm:drm_mode_prune_invalid] Not using 720x480 mode: NO_STEREO [ 48.279651] [drm:drm_mode_debug_printmodeline] Modeline 151:"1920x1080" 0 742 50 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x4005 [ 48.279655] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.279663] [drm:drm_mode_debug_printmodeline] Modeline 152:"1280x720" 0 5940 0 1280 3040 3080 3300 720 725 730 750 0x40 0x4005 [ 48.279667] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.279675] [drm:drm_mode_debug_printmodeline] Modeline 153:"1280x720" 0 7425 0 1280 3040 3080 3300 720 725 730 750 0x40 0x4005 [ 48.279679] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.279687] [drm:drm_mode_debug_printmodeline] Modeline 164:"720x480i" 60 135 14 720 739 801 858 480 488 494 525 0x40 0x101a [ 48.279691] [drm:drm_mode_prune_invalid] Not using 720x480i mode: CLOCK_LOW [ 48.279699] [drm:drm_mode_debug_printmodeline] Modeline 167:"1920x1080" 24 74 176 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x1c005 [ 48.279703] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.279711] [drm:drm_mode_debug_printmodeline] Modeline 168:"1920x1080" 24 74 176 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x4005 [ 48.279716] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.279723] [drm:drm_mode_debug_printmodeline] Modeline 169:"1280x720" 60 741 76 1280 1390 1430 1650 720 725 730 750 0x40 0x1c005 [ 48.279728] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.279735] [drm:drm_mode_debug_printmodeline] Modeline 170:"1280x720" 60 741 76 1280 1390 1430 1650 720 725 730 750 0x40 0x4005 [ 48.279740] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.279748] [drm:drm_mode_debug_printmodeline] Modeline 171:"1920x1080i" 60 7 4176 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x20015 [ 48.279752] [drm:drm_mode_prune_invalid] Not using 1920x1080i mode: NO_STEREO [ 48.279760] [drm:drm_mode_debug_printmodeline] Modeline 172:"1920x1080" 60 14 8352 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x1c005 [ 48.279764] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.279772] [drm:drm_mode_debug_printmodeline] Modeline 173:"1920x1080" 60 14 8352 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x20005 [ 48.279776] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.279784] [drm:drm_mode_debug_printmodeline] Modeline 175:"1920x1080" 24 74 176 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x20005 [ 48.279788] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.279796] [drm:drm_mode_debug_printmodeline] Modeline 176:"1920x1080" 30 74 176 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x1c005 [ 48.279800] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.279808] [drm:drm_mode_debug_printmodeline] Modeline 177:"1920x1080" 30 74 176 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x20005 [ 48.279812] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.279820] [drm:drm_mode_debug_printmodeline] Modeline 179:"1280x720" 60 741 76 1280 1390 1430 1650 720 725 730 750 0x40 0x20005 [ 48.279825] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.279833] [drm:drm_mode_debug_printmodeline] Modeline 180:"1280x720" 24 593 41 1280 3040 3080 3300 720 725 730 750 0x40 0x1c005 [ 48.279837] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.279845] [drm:drm_mode_debug_printmodeline] Modeline 181:"1280x720" 24 593 41 1280 3040 3080 3300 720 725 730 750 0x40 0x20005 [ 48.279849] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.279857] [drm:drm_mode_debug_printmodeline] Modeline 182:"1280x720" 30 741 76 1280 3040 3080 3300 720 725 730 750 0x40 0x1c005 [ 48.279861] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.279869] [drm:drm_mode_debug_printmodeline] Modeline 183:"1280x720" 30 741 76 1280 3040 3080 3300 720 725 730 750 0x40 0x20005 [ 48.279873] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.279881] [drm:drm_mode_debug_printmodeline] Modeline 184:"1920x1080i" 60 7 4176 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x1c015 [ 48.279885] [drm:drm_mode_prune_invalid] Not using 1920x1080i mode: NO_STEREO [ 48.279893] [drm:drm_mode_debug_printmodeline] Modeline 186:"720x480" 60 2702 7 720 736 798 858 480 489 495 525 0x40 0x1c00a [ 48.279897] [drm:drm_mode_prune_invalid] Not using 720x480 mode: NO_STEREO [ 48.279905] [drm:drm_mode_debug_printmodeline] Modeline 187:"720x480" 60 2702 7 720 736 798 858 480 489 495 525 0x40 0x2000a [ 48.279910] [drm:drm_mode_prune_invalid] Not using 720x480 mode: NO_STEREO [ 48.279917] [drm:drm_mode_debug_printmodeline] Modeline 188:"1920x1080" 30 74 176 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x4005 [ 48.279922] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.279931] [drm:drm_mode_debug_printmodeline] Modeline 189:"1280x720" 24 593 41 1280 3040 3080 3300 720 725 730 750 0x40 0x4005 [ 48.279935] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.279943] [drm:drm_mode_debug_printmodeline] Modeline 190:"1280x720" 30 741 76 1280 3040 3080 3300 720 725 730 750 0x40 0x4005 [ 48.279947] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.279963] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:HDMI- A-1] probed modes : [ 48.279971] [drm:drm_mode_debug_printmodeline] Modeline 42:"1920x1080" 50 148 500 1920 2448 2492 2640 1080 1084 1089 1125 0x48 0x5 [ 48.279979] [drm:drm_mode_debug_printmodeline] Modeline 60:"1920x1080" 60 148 500 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x5 [ 48.279987] [drm:drm_mode_debug_printmodeline] Modeline 115:"1920x1080" 60 14 8352 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x5 [ 48.279994] [drm:drm_mode_debug_printmodeline] Modeline 69:"1920x1080i" 60 74 250 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x15 [ 48.280046] [drm:drm_mode_debug_printmodeline] Modeline 121:"1920x1080i" 60 7 4176 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x15 [ 48.280056] [drm:drm_mode_debug_printmodeline] Modeline 68:"1920x1080i" 50 74 250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15 [ 48.280066] [drm:drm_mode_debug_printmodeline] Modeline 63:"1920x1080" 30 742 50 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x5 [ 48.280080] [drm:drm_mode_debug_printmodeline] Modeline 117:"1920x1080" 30 74 176 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x5 [ 48.280090] [drm:drm_mode_debug_printmodeline] Modeline 62:"1920x1080" 25 742 50 1920 2448 2492 2640 1080 1084 1089 1125 0x40 0x5 [ 48.280100] [drm:drm_mode_debug_printmodeline] Modeline 61:"1920x1080" 24 742 50 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x5 [ 48.280111] [drm:drm_mode_debug_printmodeline] Modeline 116:"1920x1080" 24 74 176 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x5 [ 48.280121] [drm:drm_mode_debug_printmodeline] Modeline 53:"1280x1024" 75 135 000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5 [ 48.280131] [drm:drm_mode_debug_printmodeline] Modeline 47:"1280x1024" 60 108 000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5 [ 48.280142] [drm:drm_mode_debug_printmodeline] Modeline 43:"1360x768" 60 8550 0 1360 1424 1536 1792 768 771 777 795 0x40 0x5 [ 48.280152] [drm:drm_mode_debug_printmodeline] Modeline 45:"1280x768" 75 1022 50 1280 1360 1488 1696 768 771 778 805 0x40 0x6 [ 48.280163] [drm:drm_mode_debug_printmodeline] Modeline 44:"1280x768" 60 7950 0 1280 1344 1472 1664 768 771 778 798 0x40 0x6 [ 48.280173] [drm:drm_mode_debug_printmodeline] Modeline 46:"1280x768" 60 6825 0 1280 1328 1360 1440 768 771 778 790 0x40 0x9 [ 48.280184] [drm:drm_mode_debug_printmodeline] Modeline 65:"1280x720" 60 7425 0 1280 1390 1430 1650 720 725 730 750 0x40 0x5 [ 48.280196] [drm:drm_mode_debug_printmodeline] Modeline 118:"1280x720" 60 741 76 1280 1390 1430 1650 720 725 730 750 0x40 0x5 [ 48.280209] [drm:drm_mode_debug_printmodeline] Modeline 64:"1280x720" 50 7425 0 1280 1720 1760 1980 720 725 730 750 0x40 0x5 [ 48.280221] [drm:drm_mode_debug_printmodeline] Modeline 67:"1280x720" 30 7425 0 1280 3040 3080 3300 720 725 730 750 0x40 0x5 [ 48.280232] [drm:drm_mode_debug_printmodeline] Modeline 120:"1280x720" 30 741 76 1280 3040 3080 3300 720 725 730 750 0x40 0x5 [ 48.280243] [drm:drm_mode_debug_printmodeline] Modeline 66:"1280x720" 24 5940 0 1280 3040 3080 3300 720 725 730 750 0x40 0x5 [ 48.280254] [drm:drm_mode_debug_printmodeline] Modeline 119:"1280x720" 24 593 41 1280 3040 3080 3300 720 725 730 750 0x40 0x5 [ 48.280265] [drm:drm_mode_debug_printmodeline] Modeline 54:"1024x768" 75 7875 0 1024 1040 1136 1312 768 769 772 800 0x40 0x5 [ 48.280277] [drm:drm_mode_debug_printmodeline] Modeline 55:"1024x768" 70 7500 0 1024 1048 1184 1328 768 771 777 806 0x40 0xa [ 48.280287] [drm:drm_mode_debug_printmodeline] Modeline 56:"1024x768" 60 6500 0 1024 1048 1184 1344 768 771 777 806 0x40 0xa [ 48.280298] [drm:drm_mode_debug_printmodeline] Modeline 57:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5 [ 48.280308] [drm:drm_mode_debug_printmodeline] Modeline 58:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5 [ 48.280318] [drm:drm_mode_debug_printmodeline] Modeline 48:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5 [ 48.280333] [drm:drm_mode_debug_printmodeline] Modeline 49:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5 [ 48.280344] [drm:drm_mode_debug_printmodeline] Modeline 70:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa [ 48.280355] [drm:drm_mode_debug_printmodeline] Modeline 122:"720x480" 60 2702 7 720 736 798 858 480 489 495 525 0x40 0xa [ 48.280367] [drm:drm_mode_debug_printmodeline] Modeline 72:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x40 0xa [ 48.280377] [drm:drm_mode_debug_printmodeline] Modeline 50:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa [ 48.280388] [drm:drm_mode_debug_printmodeline] Modeline 51:"640x480" 73 31500 640 664 704 832 480 489 492 520 0x40 0xa [ 48.280399] [drm:drm_mode_debug_printmodeline] Modeline 114:"640x480" 60 2520 0 640 656 752 800 480 490 492 525 0x40 0xa [ 48.280411] [drm:drm_mode_debug_printmodeline] Modeline 52:"640x480" 60 25175 640 656 752 800 480 490 492 525 0x40 0xa [ 48.280552] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:39:VGA-1 ] [ 48.291709] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:39:VGA-1 ] disconnected [ 48.291756] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:HDMI- A-1] [ 48.349563] [drm:drm_add_edid_modes] HDMI: DVI dual 0, max TMDS clock 225000 kHz [ 48.349573] nouveau 0000:03:00.0: DRM: native mode from preferred [ 48.351888] [drm:drm_mode_debug_printmodeline] Modeline 105:"720x576i" 0 1350 0 720 732 795 864 576 580 586 625 0x40 0x101a [ 48.351896] [drm:drm_mode_prune_invalid] Not using 720x576i mode: CLOCK_LOW [ 48.351904] [drm:drm_mode_debug_printmodeline] Modeline 107:"720x480i" 0 1350 0 720 739 801 858 480 488 494 525 0x40 0x101a [ 48.351909] [drm:drm_mode_prune_invalid] Not using 720x480i mode: CLOCK_LOW [ 48.351917] [drm:drm_mode_debug_printmodeline] Modeline 110:"1920x1080" 0 742 50 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x1c005 [ 48.351921] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.351930] [drm:drm_mode_debug_printmodeline] Modeline 111:"1920x1080" 0 742 50 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x4005 [ 48.351934] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.351942] [drm:drm_mode_debug_printmodeline] Modeline 112:"1280x720" 0 7425 0 1280 1720 1760 1980 720 725 730 750 0x40 0x1c005 [ 48.351946] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.351954] [drm:drm_mode_debug_printmodeline] Modeline 113:"1280x720" 0 7425 0 1280 1720 1760 1980 720 725 730 750 0x40 0x4005 [ 48.351958] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.351966] [drm:drm_mode_debug_printmodeline] Modeline 123:"1280x720" 0 7425 0 1280 1390 1430 1650 720 725 730 750 0x40 0x1c005 [ 48.351970] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.351978] [drm:drm_mode_debug_printmodeline] Modeline 124:"1280x720" 0 7425 0 1280 1390 1430 1650 720 725 730 750 0x40 0x4005 [ 48.351982] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.351990] [drm:drm_mode_debug_printmodeline] Modeline 125:"1920x1080i" 0 74 250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x20015 [ 48.351994] [drm:drm_mode_prune_invalid] Not using 1920x1080i mode: NO_STEREO [ 48.352002] [drm:drm_mode_debug_printmodeline] Modeline 126:"1920x1080i" 0 74 250 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x20015 [ 48.352006] [drm:drm_mode_prune_invalid] Not using 1920x1080i mode: NO_STEREO [ 48.352014] [drm:drm_mode_debug_printmodeline] Modeline 127:"1920x1080" 0 148 500 1920 2448 2492 2640 1080 1084 1089 1125 0x40 0x1c005 [ 48.352018] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.352026] [drm:drm_mode_debug_printmodeline] Modeline 128:"1920x1080" 0 148 500 1920 2448 2492 2640 1080 1084 1089 1125 0x40 0x20005 [ 48.352030] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.352038] [drm:drm_mode_debug_printmodeline] Modeline 129:"1920x1080" 0 148 500 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x1c005 [ 48.352042] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.352050] [drm:drm_mode_debug_printmodeline] Modeline 130:"1920x1080" 0 148 500 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x20005 [ 48.352054] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.352062] [drm:drm_mode_debug_printmodeline] Modeline 132:"1920x1080" 0 742 50 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x20005 [ 48.352066] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.352074] [drm:drm_mode_debug_printmodeline] Modeline 133:"1920x1080" 0 742 50 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x1c005 [ 48.352078] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.352086] [drm:drm_mode_debug_printmodeline] Modeline 134:"1920x1080" 0 742 50 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x20005 [ 48.352090] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.352098] [drm:drm_mode_debug_printmodeline] Modeline 136:"1280x720" 0 7425 0 1280 1720 1760 1980 720 725 730 750 0x40 0x20005 [ 48.352103] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.352110] [drm:drm_mode_debug_printmodeline] Modeline 138:"1280x720" 0 7425 0 1280 1390 1430 1650 720 725 730 750 0x40 0x20005 [ 48.352114] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.352122] [drm:drm_mode_debug_printmodeline] Modeline 139:"1280x720" 0 5940 0 1280 3040 3080 3300 720 725 730 750 0x40 0x1c005 [ 48.352126] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.352134] [drm:drm_mode_debug_printmodeline] Modeline 140:"1280x720" 0 5940 0 1280 3040 3080 3300 720 725 730 750 0x40 0x20005 [ 48.352138] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.352146] [drm:drm_mode_debug_printmodeline] Modeline 141:"1280x720" 0 7425 0 1280 3040 3080 3300 720 725 730 750 0x40 0x1c005 [ 48.352150] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.352158] [drm:drm_mode_debug_printmodeline] Modeline 142:"1280x720" 0 7425 0 1280 3040 3080 3300 720 725 730 750 0x40 0x20005 [ 48.352162] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.352170] [drm:drm_mode_debug_printmodeline] Modeline 143:"1920x1080i" 0 74 250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x1c015 [ 48.352174] [drm:drm_mode_prune_invalid] Not using 1920x1080i mode: NO_STEREO [ 48.352182] [drm:drm_mode_debug_printmodeline] Modeline 145:"1920x1080i" 0 74 250 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x1c015 [ 48.352187] [drm:drm_mode_prune_invalid] Not using 1920x1080i mode: NO_STEREO [ 48.352194] [drm:drm_mode_debug_printmodeline] Modeline 147:"720x576" 0 27000 720 732 796 864 576 581 586 625 0x40 0x1c00a [ 48.352198] [drm:drm_mode_prune_invalid] Not using 720x576 mode: NO_STEREO [ 48.352206] [drm:drm_mode_debug_printmodeline] Modeline 148:"720x576" 0 27000 720 732 796 864 576 581 586 625 0x40 0x2000a [ 48.352211] [drm:drm_mode_prune_invalid] Not using 720x576 mode: NO_STEREO [ 48.352218] [drm:drm_mode_debug_printmodeline] Modeline 149:"720x480" 0 27000 720 736 798 858 480 489 495 525 0x40 0x1c00a [ 48.352222] [drm:drm_mode_prune_invalid] Not using 720x480 mode: NO_STEREO [ 48.352230] [drm:drm_mode_debug_printmodeline] Modeline 150:"720x480" 0 27000 720 736 798 858 480 489 495 525 0x40 0x2000a [ 48.352234] [drm:drm_mode_prune_invalid] Not using 720x480 mode: NO_STEREO [ 48.352242] [drm:drm_mode_debug_printmodeline] Modeline 151:"1920x1080" 0 742 50 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x4005 [ 48.352246] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.352254] [drm:drm_mode_debug_printmodeline] Modeline 152:"1280x720" 0 5940 0 1280 3040 3080 3300 720 725 730 750 0x40 0x4005 [ 48.352258] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.352266] [drm:drm_mode_debug_printmodeline] Modeline 153:"1280x720" 0 7425 0 1280 3040 3080 3300 720 725 730 750 0x40 0x4005 [ 48.352270] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.352278] [drm:drm_mode_debug_printmodeline] Modeline 164:"720x480i" 60 135 14 720 739 801 858 480 488 494 525 0x40 0x101a [ 48.352282] [drm:drm_mode_prune_invalid] Not using 720x480i mode: CLOCK_LOW [ 48.352290] [drm:drm_mode_debug_printmodeline] Modeline 167:"1920x1080" 24 74 176 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x1c005 [ 48.352294] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.352302] [drm:drm_mode_debug_printmodeline] Modeline 168:"1920x1080" 24 74 176 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x4005 [ 48.352306] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.352314] [drm:drm_mode_debug_printmodeline] Modeline 169:"1280x720" 60 741 76 1280 1390 1430 1650 720 725 730 750 0x40 0x1c005 [ 48.352318] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.352326] [drm:drm_mode_debug_printmodeline] Modeline 170:"1280x720" 60 741 76 1280 1390 1430 1650 720 725 730 750 0x40 0x4005 [ 48.352330] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.352338] [drm:drm_mode_debug_printmodeline] Modeline 171:"1920x1080i" 60 7 4176 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x20015 [ 48.352342] [drm:drm_mode_prune_invalid] Not using 1920x1080i mode: NO_STEREO [ 48.352350] [drm:drm_mode_debug_printmodeline] Modeline 172:"1920x1080" 60 14 8352 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x1c005 [ 48.352355] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.352362] [drm:drm_mode_debug_printmodeline] Modeline 173:"1920x1080" 60 14 8352 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x20005 [ 48.352367] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.352374] [drm:drm_mode_debug_printmodeline] Modeline 175:"1920x1080" 24 74 176 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x20005 [ 48.352379] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.352387] [drm:drm_mode_debug_printmodeline] Modeline 176:"1920x1080" 30 74 176 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x1c005 [ 48.352391] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.352399] [drm:drm_mode_debug_printmodeline] Modeline 177:"1920x1080" 30 74 176 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x20005 [ 48.352403] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.352411] [drm:drm_mode_debug_printmodeline] Modeline 179:"1280x720" 60 741 76 1280 1390 1430 1650 720 725 730 750 0x40 0x20005 [ 48.352415] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.352423] [drm:drm_mode_debug_printmodeline] Modeline 180:"1280x720" 24 593 41 1280 3040 3080 3300 720 725 730 750 0x40 0x1c005 [ 48.352427] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.352435] [drm:drm_mode_debug_printmodeline] Modeline 181:"1280x720" 24 593 41 1280 3040 3080 3300 720 725 730 750 0x40 0x20005 [ 48.352439] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.352447] [drm:drm_mode_debug_printmodeline] Modeline 182:"1280x720" 30 741 76 1280 3040 3080 3300 720 725 730 750 0x40 0x1c005 [ 48.352451] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.352459] [drm:drm_mode_debug_printmodeline] Modeline 183:"1280x720" 30 741 76 1280 3040 3080 3300 720 725 730 750 0x40 0x20005 [ 48.352463] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.352471] [drm:drm_mode_debug_printmodeline] Modeline 184:"1920x1080i" 60 7 4176 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x1c015 [ 48.352475] [drm:drm_mode_prune_invalid] Not using 1920x1080i mode: NO_STEREO [ 48.352483] [drm:drm_mode_debug_printmodeline] Modeline 186:"720x480" 60 2702 7 720 736 798 858 480 489 495 525 0x40 0x1c00a [ 48.352487] [drm:drm_mode_prune_invalid] Not using 720x480 mode: NO_STEREO [ 48.352495] [drm:drm_mode_debug_printmodeline] Modeline 187:"720x480" 60 2702 7 720 736 798 858 480 489 495 525 0x40 0x2000a [ 48.352499] [drm:drm_mode_prune_invalid] Not using 720x480 mode: NO_STEREO [ 48.352507] [drm:drm_mode_debug_printmodeline] Modeline 188:"1920x1080" 30 74 176 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x4005 [ 48.352511] [drm:drm_mode_prune_invalid] Not using 1920x1080 mode: NO_STEREO [ 48.352519] [drm:drm_mode_debug_printmodeline] Modeline 189:"1280x720" 24 593 41 1280 3040 3080 3300 720 725 730 750 0x40 0x4005 [ 48.352523] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.352530] [drm:drm_mode_debug_printmodeline] Modeline 190:"1280x720" 30 741 76 1280 3040 3080 3300 720 725 730 750 0x40 0x4005 [ 48.352535] [drm:drm_mode_prune_invalid] Not using 1280x720 mode: NO_STEREO [ 48.352552] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:HDMI- A-1] probed modes : [ 48.352560] [drm:drm_mode_debug_printmodeline] Modeline 42:"1920x1080" 50 148 500 1920 2448 2492 2640 1080 1084 1089 1125 0x48 0x5 [ 48.352568] [drm:drm_mode_debug_printmodeline] Modeline 60:"1920x1080" 60 148 500 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x5 [ 48.352575] [drm:drm_mode_debug_printmodeline] Modeline 115:"1920x1080" 60 14 8352 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x5 [ 48.352583] [drm:drm_mode_debug_printmodeline] Modeline 69:"1920x1080i" 60 74 250 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x15 [ 48.352590] [drm:drm_mode_debug_printmodeline] Modeline 121:"1920x1080i" 60 7 4176 1920 2008 2052 2200 1080 1084 1094 1125 0x40 0x15 [ 48.352598] [drm:drm_mode_debug_printmodeline] Modeline 68:"1920x1080i" 50 74 250 1920 2448 2492 2640 1080 1084 1094 1125 0x40 0x15 [ 48.352605] [drm:drm_mode_debug_printmodeline] Modeline 63:"1920x1080" 30 742 50 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x5 [ 48.352613] [drm:drm_mode_debug_printmodeline] Modeline 117:"1920x1080" 30 74 176 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x5 [ 48.352621] [drm:drm_mode_debug_printmodeline] Modeline 62:"1920x1080" 25 742 50 1920 2448 2492 2640 1080 1084 1089 1125 0x40 0x5 [ 48.352628] [drm:drm_mode_debug_printmodeline] Modeline 61:"1920x1080" 24 742 50 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x5 [ 48.352635] [drm:drm_mode_debug_printmodeline] Modeline 116:"1920x1080" 24 74 176 1920 2558 2602 2750 1080 1084 1089 1125 0x40 0x5 [ 48.352643] [drm:drm_mode_debug_printmodeline] Modeline 53:"1280x1024" 75 135 000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5 [ 48.352650] [drm:drm_mode_debug_printmodeline] Modeline 47:"1280x1024" 60 108 000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5 [ 48.352658] [drm:drm_mode_debug_printmodeline] Modeline 43:"1360x768" 60 8550 0 1360 1424 1536 1792 768 771 777 795 0x40 0x5 [ 48.352665] [drm:drm_mode_debug_printmodeline] Modeline 45:"1280x768" 75 1022 50 1280 1360 1488 1696 768 771 778 805 0x40 0x6 [ 48.352673] [drm:drm_mode_debug_printmodeline] Modeline 44:"1280x768" 60 7950 0 1280 1344 1472 1664 768 771 778 798 0x40 0x6 [ 48.352680] [drm:drm_mode_debug_printmodeline] Modeline 46:"1280x768" 60 6825 0 1280 1328 1360 1440 768 771 778 790 0x40 0x9 [ 48.352687] [drm:drm_mode_debug_printmodeline] Modeline 65:"1280x720" 60 7425 0 1280 1390 1430 1650 720 725 730 750 0x40 0x5 [ 48.352695] [drm:drm_mode_debug_printmodeline] Modeline 118:"1280x720" 60 741 76 1280 1390 1430 1650 720 725 730 750 0x40 0x5 [ 48.352702] [drm:drm_mode_debug_printmodeline] Modeline 64:"1280x720" 50 7425 0 1280 1720 1760 1980 720 725 730 750 0x40 0x5 [ 48.352710] [drm:drm_mode_debug_printmodeline] Modeline 67:"1280x720" 30 7425 0 1280 3040 3080 3300 720 725 730 750 0x40 0x5 [ 48.352717] [drm:drm_mode_debug_printmodeline] Modeline 120:"1280x720" 30 741 76 1280 3040 3080 3300 720 725 730 750 0x40 0x5 [ 48.352725] [drm:drm_mode_debug_printmodeline] Modeline 66:"1280x720" 24 5940 0 1280 3040 3080 3300 720 725 730 750 0x40 0x5 [ 48.352732] [drm:drm_mode_debug_printmodeline] Modeline 119:"1280x720" 24 593 41 1280 3040 3080 3300 720 725 730 750 0x40 0x5 [ 48.352740] [drm:drm_mode_debug_printmodeline] Modeline 54:"1024x768" 75 7875 0 1024 1040 1136 1312 768 769 772 800 0x40 0x5 [ 48.352747] [drm:drm_mode_debug_printmodeline] Modeline 55:"1024x768" 70 7500 0 1024 1048 1184 1328 768 771 777 806 0x40 0xa [ 48.352754] [drm:drm_mode_debug_printmodeline] Modeline 56:"1024x768" 60 6500 0 1024 1048 1184 1344 768 771 777 806 0x40 0xa [ 48.352762] [drm:drm_mode_debug_printmodeline] Modeline 57:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5 [ 48.352769] [drm:drm_mode_debug_printmodeline] Modeline 58:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5 [ 48.352776] [drm:drm_mode_debug_printmodeline] Modeline 48:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5 [ 48.352784] [drm:drm_mode_debug_printmodeline] Modeline 49:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5 [ 48.352791] [drm:drm_mode_debug_printmodeline] Modeline 70:"720x576" 50 27000 720 732 796 864 576 581 586 625 0x40 0xa [ 48.352799] [drm:drm_mode_debug_printmodeline] Modeline 122:"720x480" 60 2702 7 720 736 798 858 480 489 495 525 0x40 0xa [ 48.352806] [drm:drm_mode_debug_printmodeline] Modeline 72:"720x480" 60 27000 720 736 798 858 480 489 495 525 0x40 0xa [ 48.352813] [drm:drm_mode_debug_printmodeline] Modeline 50:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa [ 48.352820] [drm:drm_mode_debug_printmodeline] Modeline 51:"640x480" 73 31500 640 664 704 832 480 489 492 520 0x40 0xa [ 48.352828] [drm:drm_mode_debug_printmodeline] Modeline 114:"640x480" 60 2520 0 640 656 752 800 480 490 492 525 0x40 0xa [ 48.352835] [drm:drm_mode_debug_printmodeline] Modeline 52:"640x480" 60 25175 640 656 752 800 480 490 492 525 0x40 0xa [ 49.317826] [drm:drm_mode_addfb2] [FB:73] [ 49.317865] [drm:drm_mode_setcrtc] [CRTC:34:crtc-0] [ 49.317876] [drm:drm_mode_setcrtc] [CONNECTOR:37:HDMI-A-1] [ 49.317884] [drm:drm_crtc_helper_set_config] [ 49.317890] [drm:drm_crtc_helper_set_config] [CRTC:34:crtc-0] [FB:73] #connec tors=1 (x y) (0 0) [ 49.317898] [drm:drm_crtc_helper_set_config] modes are different, full mode s et [ 49.317907] [drm:drm_mode_debug_printmodeline] Modeline 59:"1920x1080" 50 148 500 1920 2448 2492 2640 1080 1084 1089 1125 0x48 0x5 [ 49.317915] [drm:drm_mode_debug_printmodeline] Modeline 74:"1920x1080" 60 148 500 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x5 [ 49.317921] [drm:drm_crtc_helper_set_config] [CONNECTOR:37:HDMI-A-1] to [CRTC :34:crtc-0] [ 49.317926] [drm:drm_crtc_helper_set_config] attempting to set mode from user space [ 49.317934] [drm:drm_mode_debug_printmodeline] Modeline 74:"1920x1080" 60 148 500 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x5 [ 49.317942] [drm:drm_crtc_helper_set_mode] [CRTC:34:crtc-0] [ 53.817031] [drm:drm_crtc_helper_set_mode] [ENCODER:38:TMDS-38] set [MODE:74: 1920x1080] [ 53.817561] [drm:drm_detect_monitor_audio] Monitor has basic audio support [ 53.817567] [drm:drm_edid_to_eld] ELD monitor TOSHIBA-TV [ 53.817575] [drm:drm_edid_to_eld] HDMI: latency present 1 1, video latency 11 1 121, audio latency 111 121 [ 53.817581] [drm:nv50_audio_mode_set.isra.12] ELD size 36, SAD count 2 [ 56.068412] [drm:drm_crtc_helper_set_config] Setting connector DPMS state to on [ 56.068421] [drm:drm_crtc_helper_set_config] [CONNECTOR:37:HDMI-A-1] set DPMS on [ 59.541870] [drm:drm_mode_addfb2] [FB:74]

gouchi commented 7 years ago

Thank you for the log.

Did you try to make a test also with HDMI monitor ? As it is plugged now on TV.

bigboo3000 commented 7 years ago

this is with hdmi > dvi cable to a monitor:

Lakka:~ # dmesg [ 0.000000] Linux version 4.9.8 (kivutar@Server01) (gcc version 6.2.0 (GCC) ) #1 SMP Sat Feb 25 11:11:28 CST 2017 [ 0.000000] Command line: BOOT_IMAGE=/KERNEL boot=UUID=2602-2725 disk=UUID=f21c9cab-d5bc-4da9-bdc5-1bc955113fdd portable quiet drm.debug=0x1e log_buf_len=1M [ 0.000000] Disabled fast string operations [ 0.000000] x86/fpu: Legacy x87 FPU detected. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000006ff8ffff] usable [ 0.000000] BIOS-e820: [mem 0x000000006ff90000-0x000000006ff9dfff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000006ff9e000-0x000000006ffdffff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000006ffe0000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff700000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.6 present. [ 0.000000] DMI: Acer Aspire R3610/FMCP7A-ION-LE, BIOS P01-A4 11/03/2009 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] e820: last_pfn = 0x6ff90 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-CFFFF write-protect [ 0.000000] D0000-DFFFF uncachable [ 0.000000] E0000-EFFFF write-through [ 0.000000] F0000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000 mask 080000000 write-back [ 0.000000] 1 disabled [ 0.000000] 2 disabled [ 0.000000] 3 disabled [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576 [ 0.000000] BRK [0x03767000, 0x03767fff] PGTABLE [ 0.000000] BRK [0x03768000, 0x03768fff] PGTABLE [ 0.000000] BRK [0x03769000, 0x03769fff] PGTABLE [ 0.000000] BRK [0x0376a000, 0x0376afff] PGTABLE [ 0.000000] BRK [0x0376b000, 0x0376bfff] PGTABLE [ 0.000000] log_buf_len: 1048576 bytes [ 0.000000] early log buf free: 62640(95%) [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000FB770 000024 (v02 ACPIAM) [ 0.000000] ACPI: XSDT 0x000000006FF90100 00006C (v01 ACRSYS ACRPRDCT 20091103 MSFT 00000097) [ 0.000000] ACPI: FACP 0x000000006FF90290 0000F4 (v03 ACRSYS FACP0757 20091103 MSFT 00000097) [ 0.000000] ACPI: DSDT 0x000000006FF90620 006CAA (v01 963A1 963A1P06 00000004 INTL 20051117) [ 0.000000] ACPI: FACS 0x000000006FF9E000 000040 [ 0.000000] ACPI: FACS 0x000000006FF9E000 000040 [ 0.000000] ACPI: APIC 0x000000006FF90390 000080 (v01 ACRSYS APIC0757 20091103 MSFT 00000097) [ 0.000000] ACPI: MCFG 0x000000006FF90410 00003C (v01 ACRSYS OEMMCFG 20091103 MSFT 00000097) [ 0.000000] ACPI: SLIC 0x000000006FF90450 000176 (v01 ACRSYS ACRPRDCT 20091103 MSFT 00000097) [ 0.000000] ACPI: WDRT 0x000000006FF905D0 000047 (v01 ACRSYS NV-WDRT 20091103 MSFT 00000097) [ 0.000000] ACPI: OEMB 0x000000006FF9E040 000079 (v01 ACRSYS OEMB0757 20091103 MSFT 00000097) [ 0.000000] ACPI: HPET 0x000000006FF9A620 000038 (v01 ACRSYS OEMHPET0 20091103 MSFT 00000097) [ 0.000000] ACPI: NVHD 0x000000006FF9E0C0 000284 (v01 ACRSYS NVHDCP 20091103 MSFT 00000097) [ 0.000000] ACPI: AWMI 0x000000006FF9E350 00004E (v01 ACRSYS OEMB0757 20091103 MSFT 00000097) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000006ff8ffff] [ 0.000000] NODE_DATA(0) allocated [mem 0x6fe8c000-0x6fe8ffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000006ff8ffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009dfff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000006ff8ffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000006ff8ffff] [ 0.000000] On node 0 totalpages: 458541 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 21 pages reserved [ 0.000000] DMA zone: 3997 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 7103 pages used for memmap [ 0.000000] DMA32 zone: 454544 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x4008 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] IOAPIC[0]: apic_id 2, version 17, 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: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] ACPI: IRQ14 used by override. [ 0.000000] ACPI: IRQ15 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x10de8201 base: 0xfed00000 [ 0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs [ 0.000000] e820: [mem 0x80000000-0xfebfffff] 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: 6370452778343963 ns [ 0.000000] setup_percpu: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:4 nr_node_ids:1 [ 0.000000] percpu: Embedded 33 pages/cpu @ffff88006fc00000 s95256 r8192 d31720 u524288 [ 0.000000] pcpu-alloc: s95256 r8192 d31720 u524288 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 451353 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: root=/dev/ram0 rdinit=/init usbcore.autosuspend=-1 BOOT_IMAGE=/KERNEL boot=UUID=2602-2725 disk=UUID=f21c9cab-d5bc-4da9-bdc5-1bc955113fdd portable quiet drm.debug=0x1e log_buf_len=1M [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1763408K/1834164K available (12136K kernel code, 954K rwdata, 21176K rodata, 4120K init, 404K bss, 70756K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=4. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4 [ 0.000000] NR_IRQS:4352 nr_irqs:456 16 [ 0.000000] spurious 8259A interrupt: IRQ7. [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns [ 0.000000] hpet clockevent registered [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.000000] tsc: Detected 1600.062 MHz processor [ 0.003356] Calibrating delay loop (skipped), value calculated using timer frequency.. 3201.46 BogoMIPS (lpj=5333540) [ 0.003363] pid_max: default: 32768 minimum: 301 [ 0.003386] ACPI: Core revision 20160831 [ 0.018814] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.019157] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.021002] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.021869] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.021878] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022506] Disabled fast string operations [ 0.022517] CPU: Physical Processor ID: 0 [ 0.022519] CPU: Processor Core ID: 0 [ 0.022522] process: using mwait in idle threads [ 0.022531] Last level iTLB entries: 4KB 32, 2MB 0, 4MB 0 [ 0.022533] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 8, 1GB 0 [ 0.022803] Freeing SMP alternatives memory: 44K (ffffffff836f6000 - ffffffff83701000) [ 0.026789] smpboot: Max logical packages: 4 [ 0.027299] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.063333] smpboot: CPU0: Intel(R) Atom(TM) CPU 230 @ 1.60GHz (family: 0x6, model: 0x1c, stepping: 0x2) [ 0.063333] Performance Events: PEBS fmt0+, LBR disabled due to erratumAtom events, Intel PMU driver. [ 0.063333] ... version: 3 [ 0.063333] ... bit width: 40 [ 0.063333] ... generic registers: 2 [ 0.063333] ... value mask: 000000ffffffffff [ 0.063333] ... max period: 000000007fffffff [ 0.063333] ... fixed-purpose events: 3 [ 0.063333] ... event mask: 0000000700000003 [ 0.063333] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. [ 0.063333] x86: Booting SMP configuration: [ 0.063333] .... node #0, CPUs: #1 [ 0.006666] Disabled fast string operations [ 0.145384] x86: Booted up 1 node, 2 CPUs [ 0.145384] smpboot: Total of 2 processors activated (6402.71 BogoMIPS) [ 0.145384] devtmpfs: initialized [ 0.146999] PM: Registering ACPI NVS region [mem 0x6ff9e000-0x6ffdffff] (270336 bytes) [ 0.147146] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns [ 0.147216] xor: measuring software checksum speed [ 0.177953] prefetch64-sse: 6194.400 MB/sec [ 0.211287] generic_sse: 5497.200 MB/sec [ 0.211291] xor: using function: prefetch64-sse (6194.400 MB/sec) [ 0.211299] pinctrl core: initialized pinctrl subsystem [ 0.211621] NET: Registered protocol family 16 [ 0.223347] cpuidle: using governor ladder [ 0.236678] cpuidle: using governor menu [ 0.237016] ACPI: bus type PCI registered [ 0.237187] PCI: MMCONFIG for domain 0000 [bus 00-1f] at [mem 0xfc000000-0xfdffffff] (base 0xfc000000) [ 0.237191] PCI: not using MMCONFIG [ 0.237193] PCI: Using configuration type 1 for base access [ 0.316977] raid6: sse2x1 gen() 112 MB/s [ 0.373350] raid6: sse2x1 xor() 681 MB/s [ 0.430136] raid6: sse2x2 gen() 364 MB/s [ 0.486672] raid6: sse2x2 xor() 1147 MB/s [ 0.543376] raid6: sse2x4 gen() 708 MB/s [ 0.600028] raid6: sse2x4 xor() 1366 MB/s [ 0.600031] raid6: using algorithm sse2x4 gen() 708 MB/s [ 0.600033] raid6: .... xor() 1366 MB/s, rmw enabled [ 0.600035] raid6: using ssse3x2 recovery algorithm [ 0.600187] ACPI: Added _OSI(Module Device) [ 0.600190] ACPI: Added _OSI(Processor Device) [ 0.600192] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.600194] ACPI: Added _OSI(Processor Aggregator Device) [ 0.600732] ACPI: Executed 1 blocks of module-level executable AML code [ 0.609771] ACPI: Interpreter enabled [ 0.609809] ACPI: (supports S0 S3 S5) [ 0.609812] ACPI: Using IOAPIC for interrupt routing [ 0.609918] PCI: MMCONFIG for domain 0000 [bus 00-1f] at [mem 0xfc000000-0xfdffffff] (base 0xfc000000) [ 0.612326] PCI: MMCONFIG at [mem 0xfc000000-0xfdffffff] reserved in ACPI motherboard resources [ 0.612346] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.633744] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.633760] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.634313] acpi PNP0A03:00: _OSC: platform does not support [PCIeHotplug PCIeCapability] [ 0.634572] acpi PNP0A03:00: _OSC: not requesting control; platform does not support [PCIeCapability] [ 0.634578] acpi PNP0A03:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability] [ 0.634582] acpi PNP0A03:00: _OSC: platform willing to grant [PME AER] [ 0.634586] acpi PNP0A03:00: _OSC failed (AE_SUPPORT); disabling ASPM [ 0.634618] acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-1f] only partially covers this bridge [ 0.634991] PCI host bridge to bus 0000:00 [ 0.634998] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.635002] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.635006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.635010] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window] [ 0.635015] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfbffffff window] [ 0.635019] pci_bus 0000:00: root bus resource [mem 0xfe000000-0xfebfffff window] [ 0.635024] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.635048] pci 0000:00:00.0: [10de:0a82] type 00 class 0x060000 [ 0.635355] pci 0000:00:00.1: [10de:0a88] type 00 class 0x050000 [ 0.635668] pci 0000:00:03.0: [10de:0aad] type 00 class 0x060100 [ 0.635684] pci 0000:00:03.0: reg 0x10: [io 0x4f00-0x4fff] [ 0.635944] pci 0000:00:03.1: [10de:0aa4] type 00 class 0x050000 [ 0.636216] pci 0000:00:03.2: [10de:0aa2] type 00 class 0x0c0500 [ 0.636234] pci 0000:00:03.2: reg 0x10: [io 0x4900-0x493f] [ 0.636263] pci 0000:00:03.2: reg 0x20: [io 0x4d00-0x4d3f] [ 0.636274] pci 0000:00:03.2: reg 0x24: [io 0x4e00-0x4e3f] [ 0.636326] pci 0000:00:03.2: PME# supported from D3hot D3cold [ 0.636452] pci 0000:00:03.2: System wakeup disabled by ACPI [ 0.636562] pci 0000:00:03.3: [10de:0a89] type 00 class 0x050000 [ 0.636887] pci 0000:00:03.5: [10de:0aa3] type 00 class 0x0b4000 [ 0.636913] pci 0000:00:03.5: reg 0x10: [mem 0xfae80000-0xfaefffff] [ 0.637230] pci 0000:00:04.0: [10de:0aa5] type 00 class 0x0c0310 [ 0.637248] pci 0000:00:04.0: reg 0x10: [mem 0xfae7f000-0xfae7ffff] [ 0.637321] pci 0000:00:04.0: supports D1 D2 [ 0.637325] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.637450] pci 0000:00:04.0: System wakeup disabled by ACPI [ 0.637556] pci 0000:00:04.1: [10de:0aa6] type 00 class 0x0c0320 [ 0.637575] pci 0000:00:04.1: reg 0x10: [mem 0xfae7ec00-0xfae7ecff] [ 0.637656] pci 0000:00:04.1: supports D1 D2 [ 0.637660] pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold [ 0.637786] pci 0000:00:04.1: System wakeup disabled by ACPI [ 0.637904] pci 0000:00:08.0: [10de:0ac0] type 00 class 0x040300 [ 0.637922] pci 0000:00:08.0: reg 0x10: [mem 0xfae78000-0xfae7bfff] [ 0.637996] pci 0000:00:08.0: PME# supported from D3hot D3cold [ 0.638116] pci 0000:00:08.0: System wakeup disabled by ACPI [ 0.638221] pci 0000:00:09.0: [10de:0aab] type 01 class 0x060401 [ 0.638387] pci 0000:00:09.0: System wakeup disabled by ACPI [ 0.638493] pci 0000:00:0a.0: [10de:0ab0] type 00 class 0x020000 [ 0.638511] pci 0000:00:0a.0: reg 0x10: [mem 0xfae7d000-0xfae7dfff] [ 0.638520] pci 0000:00:0a.0: reg 0x14: [io 0xd080-0xd087] [ 0.638530] pci 0000:00:0a.0: reg 0x18: [mem 0xfae7e800-0xfae7e8ff] [ 0.638540] pci 0000:00:0a.0: reg 0x1c: [mem 0xfae7e400-0xfae7e40f] [ 0.638595] pci 0000:00:0a.0: supports D1 D2 [ 0.638598] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.638724] pci 0000:00:0a.0: System wakeup disabled by ACPI [ 0.638832] pci 0000:00:0b.0: [10de:0ab9] type 00 class 0x010601 [ 0.638850] pci 0000:00:0b.0: reg 0x10: [io 0xd000-0xd007] [ 0.638859] pci 0000:00:0b.0: reg 0x14: [io 0xcc00-0xcc03] [ 0.638868] pci 0000:00:0b.0: reg 0x18: [io 0xc880-0xc887] [ 0.638878] pci 0000:00:0b.0: reg 0x1c: [io 0xc800-0xc803] [ 0.638887] pci 0000:00:0b.0: reg 0x20: [io 0xc480-0xc48f] [ 0.638897] pci 0000:00:0b.0: reg 0x24: [mem 0xfae76000-0xfae77fff] [ 0.639166] pci 0000:00:0c.0: [10de:0ac4] type 01 class 0x060400 [ 0.639393] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.639536] pci 0000:00:0c.0: System wakeup disabled by ACPI [ 0.639647] pci 0000:00:10.0: [10de:0aa0] type 01 class 0x060400 [ 0.639711] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.639971] pci 0000:00:15.0: [10de:0ac6] type 01 class 0x060400 [ 0.640213] pci 0000:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.640357] pci 0000:00:15.0: System wakeup disabled by ACPI [ 0.640494] pci 0000:00:16.0: [10de:0ac7] type 01 class 0x060400 [ 0.640735] pci 0000:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.640878] pci 0000:00:16.0: System wakeup disabled by ACPI [ 0.641014] pci 0000:00:17.0: [10de:0ac7] type 01 class 0x060400 [ 0.641238] pci 0000:00:17.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.641385] pci 0000:00:17.0: System wakeup disabled by ACPI [ 0.641521] pci 0000:00:18.0: [10de:0ac7] type 01 class 0x060400 [ 0.641745] pci 0000:00:18.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.641893] pci 0000:00:18.0: System wakeup disabled by ACPI [ 0.642114] pci 0000:00:09.0: PCI bridge to [bus 01] (subtractive decode) [ 0.642125] pci 0000:00:09.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode) [ 0.642130] pci 0000:00:09.0: bridge window [io 0x0d00-0xffff window] (subtractive decode) [ 0.642134] pci 0000:00:09.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode) [ 0.642138] pci 0000:00:09.0: bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode) [ 0.642143] pci 0000:00:09.0: bridge window [mem 0x80000000-0xfbffffff window] (subtractive decode) [ 0.642147] pci 0000:00:09.0: bridge window [mem 0xfe000000-0xfebfffff window] (subtractive decode) [ 0.642280] pci 0000:00:0c.0: PCI bridge to [bus 02] [ 0.642400] pci 0000:03:00.0: [10de:087d] type 00 class 0x030000 [ 0.642422] pci 0000:03:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff] [ 0.642438] pci 0000:03:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref] [ 0.642454] pci 0000:03:00.0: reg 0x1c: [mem 0xf8000000-0xf9ffffff 64bit pref] [ 0.642465] pci 0000:03:00.0: reg 0x24: [io 0xec00-0xec7f] [ 0.642477] pci 0000:03:00.0: reg 0x30: [mem 0xfafe0000-0xfaffffff pref] [ 0.642677] pci 0000:00:10.0: PCI bridge to [bus 03] [ 0.642684] pci 0000:00:10.0: bridge window [io 0xe000-0xefff] [ 0.642690] pci 0000:00:10.0: bridge window [mem 0xfaf00000-0xfbffffff] [ 0.642697] pci 0000:00:10.0: bridge window [mem 0xe0000000-0xf9ffffff 64bit pref] [ 0.642828] pci 0000:00:15.0: PCI bridge to [bus 04] [ 0.643012] pci 0000:05:00.0: [168c:0030] type 00 class 0x028000 [ 0.643041] pci 0000:05:00.0: reg 0x10: [mem 0xfebe0000-0xfebfffff 64bit] [ 0.643093] pci 0000:05:00.0: reg 0x30: [mem 0xfebd0000-0xfebdffff pref] [ 0.643176] pci 0000:05:00.0: supports D1 D2 [ 0.643180] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.650044] pci 0000:00:16.0: PCI bridge to [bus 05] [ 0.650069] pci 0000:00:16.0: bridge window [mem 0xfeb00000-0xfebfffff] [ 0.650219] pci 0000:00:17.0: PCI bridge to [bus 06] [ 0.650389] pci 0000:00:18.0: PCI bridge to [bus 07] [ 0.652108] ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) 0, disabled. [ 0.652425] ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) 0, disabled. [ 0.652738] ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) 0, disabled. [ 0.653052] ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) 0, disabled. [ 0.653382] ACPI: PCI Interrupt Link [LN0A] (IRQs 16 17 18 19) 0, disabled. [ 0.653696] ACPI: PCI Interrupt Link [LN0B] (IRQs 16 17 18 19) 0, disabled. [ 0.654009] ACPI: PCI Interrupt Link [LN0C] (IRQs 16 17 18 19) 0, disabled. [ 0.654322] ACPI: PCI Interrupt Link [LN0D] (IRQs 16 17 18 19) 0, disabled. [ 0.654635] ACPI: PCI Interrupt Link [LN1A] (IRQs 16 17 18 19) 0, disabled. [ 0.654947] ACPI: PCI Interrupt Link [LN1B] (IRQs 16 17 18 19) 0, disabled. [ 0.655260] ACPI: PCI Interrupt Link [LN1C] (IRQs 16 17 18 19) 0, disabled. [ 0.655583] ACPI: PCI Interrupt Link [LN1D] (IRQs 16 17 18 19) 0, disabled. [ 0.655897] ACPI: PCI Interrupt Link [LN2A] (IRQs 16 17 18 19) 0, disabled. [ 0.656210] ACPI: PCI Interrupt Link [LN2B] (IRQs 16 17 18 19) 0, disabled. [ 0.656524] ACPI: PCI Interrupt Link [LN2C] (IRQs 16 17 18 19) 0, disabled. [ 0.656855] ACPI: PCI Interrupt Link [LN2D] (IRQs 16 17 18 19) 0, disabled. [ 0.657169] ACPI: PCI Interrupt Link [LN3A] (IRQs 16 17 18 19) 0, disabled. [ 0.657483] ACPI: PCI Interrupt Link [LN3B] (IRQs 16 17 18 19) 0, disabled. [ 0.657797] ACPI: PCI Interrupt Link [LN3C] (IRQs 16 17 18 19) 0, disabled. [ 0.658110] ACPI: PCI Interrupt Link [LN3D] (IRQs 16 17 18 19) 0, disabled. [ 0.658430] ACPI: PCI Interrupt Link [LN4A] (IRQs 16 17 18 19) 9 [ 0.658749] ACPI: PCI Interrupt Link [LN4B] (IRQs 16 17 18 19) 0, disabled. [ 0.659064] ACPI: PCI Interrupt Link [LN4C] (IRQs 16 17 18 19) 0, disabled. [ 0.659385] ACPI: PCI Interrupt Link [LN4D] (IRQs 16 17 18 19) 0, disabled. [ 0.659699] ACPI: PCI Interrupt Link [LN5A] (IRQs 16 17 18 19) 0, disabled. [ 0.660025] ACPI: PCI Interrupt Link [LN5B] (IRQs 16 17 18 19) 0, disabled. [ 0.660341] ACPI: PCI Interrupt Link [LN5C] (IRQs 16 17 18 19) 0, disabled. [ 0.660655] ACPI: PCI Interrupt Link [LN5D] (IRQs 16 17 18 19) 0, disabled. [ 0.660969] ACPI: PCI Interrupt Link [LN6A] (IRQs 16 17 18 19) 0, disabled. [ 0.661283] ACPI: PCI Interrupt Link [LN6B] (IRQs 16 17 18 19) 0, disabled. [ 0.661597] ACPI: PCI Interrupt Link [LN6C] (IRQs 16 17 18 19) 0, disabled. [ 0.661911] ACPI: PCI Interrupt Link [LN6D] (IRQs 16 17 18 19) 0, disabled. [ 0.662239] ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) 9 [ 0.662558] ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) 15 [ 0.662876] ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) 11 [ 0.663193] ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) 10 [ 0.663525] ACPI: PCI Interrupt Link [SGRU] (IRQs 20 21 22 23) 7 [ 0.663852] ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) 10 [ 0.664170] ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) 11 [ 0.664488] ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) 5 [ 0.664842] ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) 0, disabled. [ 0.665156] ACPI: PCI Interrupt Link [UB11] (IRQs 20 21 22 23) 0, disabled. [ 0.665475] ACPI: PCI Interrupt Link [UB12] (IRQs 20 21 22 23) 0, disabled. [ 0.665796] ACPI: PCI Interrupt Link [LRP0] (IRQs 20 21 22 23) 10 [ 0.666117] ACPI: PCI Interrupt Link [LRP1] (IRQs 20 21 22 23) 0, disabled. [ 0.666432] ACPI: PCI Interrupt Link [LRP2] (IRQs 20 21 22 23) 0, disabled. [ 0.666767] ACPI: PCI Interrupt Link [LRP3] (IRQs 20 21 22 23) 11 [ 0.667094] ACPI: PCI Interrupt Link [LRP4] (IRQs 20 21 22 23) 9 [ 0.667414] ACPI: PCI Interrupt Link [LRP5] (IRQs 20 21 22 23) 15 [ 0.667740] ACPI: PCI Interrupt Link [LRP6] (IRQs 20 21 22 23) 14 [ 0.667988] ACPI: Enabled 1 GPEs in block 00 to 1F [ 0.668327] vgaarb: setting as boot device: PCI:0000:03:00.0 [ 0.668327] vgaarb: device added: PCI:0000:03:00.0,decodes=io+mem,owns=io+mem,locks=none [ 0.668327] vgaarb: loaded [ 0.668327] vgaarb: bridge control possible 0000:03:00.0 [ 0.668327] SCSI subsystem initialized [ 0.668327] libata version 3.00 loaded. [ 0.668327] ACPI: bus type USB registered [ 0.668327] usbcore: registered new interface driver usbfs [ 0.668327] usbcore: registered new interface driver hub [ 0.668327] usbcore: registered new device driver usb [ 0.668327] pps_core: LinuxPPS API ver. 1 registered [ 0.668327] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [ 0.668327] PTP clock support registered [ 0.668327] wmi: Mapper loaded [ 0.668327] Advanced Linux Sound Architecture Driver Initialized. [ 0.668327] PCI: Using ACPI for IRQ routing [ 0.670666] PCI: pci_cache_line_size set to 64 bytes [ 0.670771] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff] [ 0.670776] e820: reserve RAM buffer [mem 0x6ff90000-0x6fffffff] [ 0.671398] HPET: 4 timers in total, 0 timers will be used for per-cpu timer [ 0.671472] clocksource: Switched to clocksource hpet [ 0.671472] pnp: PnP ACPI init [ 0.671472] system 00:00: [io 0x04d0-0x04d1] has been reserved [ 0.671472] system 00:00: [io 0x0800-0x080f] has been reserved [ 0.671472] system 00:00: [io 0x4000-0x407f] has been reserved [ 0.671472] system 00:00: [io 0x4080-0x40ff] has been reserved [ 0.671472] system 00:00: [io 0x4400-0x447f] has been reserved [ 0.671472] system 00:00: [io 0x4480-0x44ff] has been reserved [ 0.671472] system 00:00: [io 0x4800-0x487f] has been reserved [ 0.671475] system 00:00: [io 0x4880-0x48ff] has been reserved [ 0.671482] system 00:00: [mem 0x000d0000-0x000d3fff window] has been reserved [ 0.671486] system 00:00: [mem 0x000d4000-0x000d7fff window] has been reserved [ 0.671491] system 00:00: [mem 0x000de000-0x000dffff window] has been reserved [ 0.671496] system 00:00: [mem 0xfefe2000-0xfefe3fff] has been reserved [ 0.671501] system 00:00: [mem 0xfefe1000-0xfefe1fff] has been reserved [ 0.671505] system 00:00: [mem 0xfee01000-0xfeefffff] has been reserved [ 0.671515] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.671718] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.672064] system 00:02: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.672070] system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.672077] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.672299] system 00:03: [mem 0xfc000000-0xfdffffff] has been reserved [ 0.672307] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.672820] system 00:04: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.672826] system 00:04: [mem 0x000c0000-0x000cffff] could not be reserved [ 0.672830] system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved [ 0.672835] system 00:04: [mem 0x00100000-0x7fffffff] could not be reserved [ 0.672840] system 00:04: [mem 0xfec00000-0xffffffff] could not be reserved [ 0.672848] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.675104] pnp: PnP ACPI: found 5 devices [ 0.685866] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.686042] pci 0000:00:09.0: PCI bridge to [bus 01] [ 0.686058] pci 0000:00:0c.0: PCI bridge to [bus 02] [ 0.686090] pci 0000:00:10.0: PCI bridge to [bus 03] [ 0.686095] pci 0000:00:10.0: bridge window [io 0xe000-0xefff] [ 0.686101] pci 0000:00:10.0: bridge window [mem 0xfaf00000-0xfbffffff] [ 0.686107] pci 0000:00:10.0: bridge window [mem 0xe0000000-0xf9ffffff 64bit pref] [ 0.686114] pci 0000:00:15.0: PCI bridge to [bus 04] [ 0.686146] pci 0000:00:16.0: PCI bridge to [bus 05] [ 0.686159] pci 0000:00:16.0: bridge window [mem 0xfeb00000-0xfebfffff] [ 0.686180] pci 0000:00:17.0: PCI bridge to [bus 06] [ 0.686211] pci 0000:00:18.0: PCI bridge to [bus 07] [ 0.686243] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.686247] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.686251] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.686255] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window] [ 0.686259] pci_bus 0000:00: resource 8 [mem 0x80000000-0xfbffffff window] [ 0.686263] pci_bus 0000:00: resource 9 [mem 0xfe000000-0xfebfffff window] [ 0.686268] pci_bus 0000:01: resource 4 [io 0x0000-0x0cf7 window] [ 0.686272] pci_bus 0000:01: resource 5 [io 0x0d00-0xffff window] [ 0.686276] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.686280] pci_bus 0000:01: resource 7 [mem 0x000d0000-0x000dffff window] [ 0.686284] pci_bus 0000:01: resource 8 [mem 0x80000000-0xfbffffff window] [ 0.686288] pci_bus 0000:01: resource 9 [mem 0xfe000000-0xfebfffff window] [ 0.686292] pci_bus 0000:03: resource 0 [io 0xe000-0xefff] [ 0.686296] pci_bus 0000:03: resource 1 [mem 0xfaf00000-0xfbffffff] [ 0.686301] pci_bus 0000:03: resource 2 [mem 0xe0000000-0xf9ffffff 64bit pref] [ 0.686305] pci_bus 0000:05: resource 1 [mem 0xfeb00000-0xfebfffff] [ 0.686489] NET: Registered protocol family 2 [ 0.686863] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.686993] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.687139] TCP: Hash tables configured (established 16384 bind 16384) [ 0.687263] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.687297] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.687491] NET: Registered protocol family 1 [ 0.687843] RPC: Registered named UNIX socket transport module. [ 0.687846] RPC: Registered udp transport module. [ 0.687848] RPC: Registered tcp transport module. [ 0.687849] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.688593] ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 23 [ 0.760784] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 22 [ 0.761156] pci 0000:03:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.761165] PCI: CLS 64 bytes, default 64 [ 0.862512] Scanning for low memory corruption every 60 seconds [ 0.863159] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.863774] workingset: timestamp_bits=40 max_order=19 bucket_order=0 [ 0.870339] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.870870] NFS: Registering the id_resolver key type [ 0.870883] Key type id_resolver registered [ 0.870884] Key type id_legacy registered [ 0.870892] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.874171] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) [ 0.874176] io scheduler noop registered [ 0.874350] io scheduler cfq registered (default) [ 0.875171] ACPI: PCI Interrupt Link [LRP0] enabled at IRQ 21 [ 0.875990] ACPI: PCI Interrupt Link [LRP3] enabled at IRQ 20 [ 0.876818] ACPI: PCI Interrupt Link [LRP4] enabled at IRQ 23 [ 0.877578] ACPI: PCI Interrupt Link [LRP5] enabled at IRQ 22 [ 0.878343] ACPI: PCI Interrupt Link [LRP6] enabled at IRQ 21 [ 0.878582] intel_idle: MWAIT substates: 0x10 [ 0.878584] intel_idle: v0.4.1 model 0x1C [ 0.878699] intel_idle: lapic_timer_reliable_states 0x2 [ 0.878869] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 [ 0.878876] ACPI: Power Button [PWRB] [ 0.879031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 [ 0.879036] ACPI: Power Button [PWRF] [ 0.882577] thermal LNXTHERM:00: registered as thermal_zone0 [ 0.882581] ACPI: Thermal Zone [THRM] (73 C) [ 0.882942] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 0.883866] Linux agpgart interface v0.103 [ 0.883953] [drm] Initialized [ 0.883992] [drm] radeon kernel modesetting enabled. [ 0.884165] [drm] amdgpu kernel modesetting enabled. [ 0.884296] [drm:nouveau_drm_init] Loading Nouveau with parameters: [ 0.884300] [drm:nouveau_drm_init] ... tv_disable : 0 [ 0.884304] [drm:nouveau_drm_init] ... ignorelid : 0 [ 0.884307] [drm:nouveau_drm_init] ... duallink : 1 [ 0.884310] [drm:nouveau_drm_init] ... nofbaccel : 0 [ 0.884314] [drm:nouveau_drm_init] ... config : (null) [ 0.884317] [drm:nouveau_drm_init] ... debug : (null) [ 0.884320] [drm:nouveau_drm_init] ... noaccel : 0 [ 0.884324] [drm:nouveau_drm_init] ... modeset : -1 [ 0.884327] [drm:nouveau_drm_init] ... runpm : -1 [ 0.884330] [drm:nouveau_drm_init] ... vram_pushbuf : 0 [ 0.884952] ACPI: PCI Interrupt Link [SGRU] enabled at IRQ 20 [ 0.885184] nouveau 0000:03:00.0: NVIDIA MCP79/MCP7A (0ace80b1) [ 0.903153] nouveau 0000:03:00.0: bios: version 62.79.6c.00.01 [ 0.904241] nouveau 0000:03:00.0: DRM: hdmi device not found 3 0 1 [ 0.924577] nouveau 0000:03:00.0: fb: 256 MiB stolen system memory [ 0.974134] [TTM] Zone kernel: Available graphics memory: 881726 kiB [ 0.974136] [TTM] Initializing pool allocator [ 0.974149] [TTM] Initializing DMA pool allocator [ 0.974187] nouveau 0000:03:00.0: DRM: VRAM: 256 MiB [ 0.974191] nouveau 0000:03:00.0: DRM: GART: 1048576 MiB [ 0.974200] nouveau 0000:03:00.0: DRM: TMDS table version 2.0 [ 0.974204] nouveau 0000:03:00.0: DRM: DCB version 4.0 [ 0.974209] nouveau 0000:03:00.0: DRM: DCB outp 00: 02021332 00020010 [ 0.974214] nouveau 0000:03:00.0: DRM: DCB outp 01: 02000300 0000001e [ 0.974218] nouveau 0000:03:00.0: DRM: DCB conn 00: 00000000 [ 0.974222] nouveau 0000:03:00.0: DRM: DCB conn 01: 00002161 [ 0.980387] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 0.980390] [drm] Driver supports precise vblank timestamp query. [ 0.994167] nouveau 0000:03:00.0: DRM: MM: using M2MF for buffer copies [ 1.027141] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:HDMI-A-1] [ 1.055360] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:HDMI-A-1] status updated from unknown to connected [ 1.055411] nouveau 0000:03:00.0: DRM: native mode from preferred [ 1.055461] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:HDMI-A-1] probed modes : [ 1.055472] [drm:drm_mode_debug_printmodeline] Modeline 42:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5 [ 1.055480] [drm:drm_mode_debug_printmodeline] Modeline 43:"1680x1050" 60 119000 1680 1728 1760 1840 1050 1053 1059 1080 0x40 0x9 [ 1.055487] [drm:drm_mode_debug_printmodeline] Modeline 55:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5 [ 1.055495] [drm:drm_mode_debug_printmodeline] Modeline 45:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5 [ 1.055502] [drm:drm_mode_debug_printmodeline] Modeline 44:"1440x900" 60 88750 1440 1488 1520 1600 900 903 909 926 0x40 0x9 [ 1.055510] [drm:drm_mode_debug_printmodeline] Modeline 46:"1280x960" 60 108000 1280 1376 1488 1800 960 961 964 1000 0x40 0x5 [ 1.055517] [drm:drm_mode_debug_printmodeline] Modeline 47:"1280x720" 60 74250 1280 1390 1430 1650 720 725 730 750 0x40 0x5 [ 1.055525] [drm:drm_mode_debug_printmodeline] Modeline 56:"1024x768" 75 78750 1024 1040 1136 1312 768 769 772 800 0x40 0x5 [ 1.055532] [drm:drm_mode_debug_printmodeline] Modeline 57:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa [ 1.055539] [drm:drm_mode_debug_printmodeline] Modeline 58:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa [ 1.055547] [drm:drm_mode_debug_printmodeline] Modeline 59:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa [ 1.055554] [drm:drm_mode_debug_printmodeline] Modeline 60:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5 [ 1.055561] [drm:drm_mode_debug_printmodeline] Modeline 61:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5 [ 1.055569] [drm:drm_mode_debug_printmodeline] Modeline 48:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5 [ 1.055576] [drm:drm_mode_debug_printmodeline] Modeline 49:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5 [ 1.055583] [drm:drm_mode_debug_printmodeline] Modeline 50:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa [ 1.055591] [drm:drm_mode_debug_printmodeline] Modeline 51:"640x480" 73 31500 640 664 704 832 480 489 492 520 0x40 0xa [ 1.055598] [drm:drm_mode_debug_printmodeline] Modeline 52:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa [ 1.055605] [drm:drm_mode_debug_printmodeline] Modeline 53:"640x480" 60 25175 640 656 752 800 480 490 492 525 0x40 0xa [ 1.055613] [drm:drm_mode_debug_printmodeline] Modeline 54:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6 [ 1.055618] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:39:VGA-1] [ 1.066136] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:39:VGA-1] status updated from unknown to disconnected [ 1.066141] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:39:VGA-1] disconnected [ 1.066146] [drm:drm_setup_crtcs] [ 1.066153] [drm:drm_setup_crtcs] connector 37 enabled? yes [ 1.066156] [drm:drm_setup_crtcs] connector 39 enabled? no [ 1.066161] [drm:drm_setup_crtcs] looking for cmdline mode on connector 37 [ 1.066166] [drm:drm_setup_crtcs] looking for preferred mode on connector 37 0 [ 1.066170] [drm:drm_setup_crtcs] found mode 1920x1080 [ 1.066174] [drm:drm_setup_crtcs] picking CRTCs for 8192x8192 config [ 1.066181] [drm:drm_setup_crtcs] desired mode 1920x1080 set on crtc 34 (0,0) [ 1.067053] nouveau 0000:03:00.0: DRM: allocated 1920x1080 fb: 0x50000, bo ffff88006cfcd800 [ 1.067291] fbcon: nouveaufb (fb0) is primary device [ 1.069123] [drm:drm_crtc_helper_set_config] [ 1.069130] [drm:drm_crtc_helper_set_config] [CRTC:34:crtc-0] [FB:64] #connectors=1 (x y) (0 0) [ 1.069136] [drm:drm_crtc_helper_set_config] crtc has no fb, full mode set [ 1.069140] [drm:drm_crtc_helper_set_config] modes are different, full mode set [ 1.069149] [drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0 [ 1.069157] [drm:drm_mode_debug_printmodeline] Modeline 63:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5 [ 1.069162] [drm:drm_crtc_helper_set_config] encoder changed, full mode switch [ 1.069166] [drm:drm_crtc_helper_set_config] crtc changed, full mode switch [ 1.069170] [drm:drm_crtc_helper_set_config] [CONNECTOR:37:HDMI-A-1] to [CRTC:34:crtc-0] [ 1.069175] [drm:drm_crtc_helper_set_config] attempting to set mode from userspace [ 1.069182] [drm:drm_mode_debug_printmodeline] Modeline 63:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5 [ 1.069192] [drm:drm_crtc_helper_set_mode] [CRTC:34:crtc-0] [ 1.069220] [drm:drm_crtc_helper_set_mode] [ENCODER:38:TMDS-38] set [MODE:63:1920x1080] [ 1.863372] tsc: Refined TSC clocksource calibration: 1599.992 MHz [ 1.863384] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x17101d726e6, max_idle_ns: 440795229359 ns [ 2.876814] clocksource: Switched to clocksource tsc [ 3.319263] [drm:drm_crtc_helper_set_config] Setting connector DPMS state to on [ 3.319268] [drm:drm_crtc_helper_set_config] [CONNECTOR:37:HDMI-A-1] set DPMS on [ 5.569292] [drm:drm_crtc_helper_set_config] [ 5.569298] [drm:drm_crtc_helper_set_config] [CRTC:36:crtc-1] [NOFB] [ 7.819409] [drm:drm_crtc_helper_set_config] [ 7.819416] [drm:drm_crtc_helper_set_config] [CRTC:34:crtc-0] [FB:64] #connectors=1 (x y) (0 0) [ 7.819423] [drm:drm_crtc_helper_set_config] [CONNECTOR:37:HDMI-A-1] to [CRTC:34:crtc-0] [ 7.821602] [drm:drm_crtc_helper_set_config] [ 7.821608] [drm:drm_crtc_helper_set_config] [CRTC:34:crtc-0] [FB:64] #connectors=1 (x y) (0 0) [ 7.821616] [drm:drm_crtc_helper_set_config] [CONNECTOR:37:HDMI-A-1] to [CRTC:34:crtc-0] [ 7.824447] Console: switching to colour frame buffer device 240x67 [ 7.824460] [drm:drm_crtc_helper_set_config] [ 7.824465] [drm:drm_crtc_helper_set_config] [CRTC:34:crtc-0] [FB:64] #connectors=1 (x y) (0 0) [ 7.824472] [drm:drm_crtc_helper_set_config] [CONNECTOR:37:HDMI-A-1] to [CRTC:34:crtc-0] [ 7.827345] nouveau 0000:03:00.0: fb0: nouveaufb frame buffer device [ 7.843363] [drm] Initialized nouveau 1.3.1 20120801 for 0000:03:00.0 on minor 0 [ 7.850510] brd: module loaded [ 7.850604] loop: module loaded [ 7.853451] nbd: registered device at major 43 [ 7.857838] usbcore: registered new interface driver rtsx_usb [ 7.857871] Loading iSCSI transport class v2.0-870. [ 7.858158] iscsi: registered transport (tcp) [ 7.858161] megasas: 06.811.02.00-rc1 [ 7.858522] ahci 0000:00:0b.0: version 3.0 [ 7.859173] ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 23 [ 7.859233] ahci 0000:00:0b.0: controller can't do PMP, turning off CAP_PMP [ 7.859427] ahci 0000:00:0b.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode [ 7.859434] ahci 0000:00:0b.0: flags: 64bit ncq sntf led pio slum part sxs [ 7.861606] scsi host0: ahci [ 7.861924] scsi host1: ahci [ 7.862199] scsi host2: ahci [ 7.862454] scsi host3: ahci [ 7.862724] scsi host4: ahci [ 7.862977] scsi host5: ahci [ 7.863119] ata1: SATA max UDMA/133 abar m8192@0xfae76000 port 0xfae76100 irq 25 [ 7.863124] ata2: SATA max UDMA/133 abar m8192@0xfae76000 port 0xfae76180 irq 25 [ 7.863128] ata3: SATA max UDMA/133 abar m8192@0xfae76000 port 0xfae76200 irq 25 [ 7.863131] ata4: SATA max UDMA/133 abar m8192@0xfae76000 port 0xfae76280 irq 25 [ 7.863135] ata5: SATA max UDMA/133 abar m8192@0xfae76000 port 0xfae76300 irq 25 [ 7.863138] ata6: SATA max UDMA/133 abar m8192@0xfae76000 port 0xfae76380 irq 25 [ 7.864511] tun: Universal TUN/TAP device driver, 1.6 [ 7.864515] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com [ 7.864767] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de [ 7.864830] Atheros(R) L2 Ethernet Driver - version 2.2.3 [ 7.864831] Copyright (c) 2007 Atheros Corporation. [ 7.865039] cnic: QLogic cnicDriver v2.5.22 (July 20, 2015) [ 7.865194] uli526x: ULi M5261/M5263 net driver, version 0.9.3 (2005-7-29) [ 7.865232] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI [ 7.865234] e100: Copyright(c) 1999-2006 Intel Corporation [ 7.865273] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI [ 7.865275] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 7.865322] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k [ 7.865324] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 7.865368] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k [ 7.865369] igb: Copyright (c) 2007-2014 Intel Corporation. [ 7.865408] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 4.4.0-k [ 7.865409] ixgbe: Copyright (c) 1999-2016 Intel Corporation. [ 7.865538] ixgb: Intel(R) PRO/10GbE Network Driver - version 1.0.135-k2-NAPI [ 7.865540] ixgb: Copyright (c) 1999-2008 Intel Corporation. [ 7.865576] jme: JMicron JMC2XX ethernet driver version 1.0.8 [ 7.865664] sky2: driver version 1.30 [ 7.865762] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64. [ 7.866421] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 22 [ 7.931244] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:01:6c:6a:af:5d [ 7.931250] forcedeth 0000:00:0a.0: highdma csum pwrctl gbit lnktim msi desc-v3 [ 7.931636] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 7.931639] ehci-pci: EHCI PCI platform driver [ 7.931903] ehci-pci 0000:00:04.1: EHCI Host Controller [ 7.931921] ehci-pci 0000:00:04.1: new USB bus registered, assigned bus number 1 [ 7.931939] ehci-pci 0000:00:04.1: debug port 1 [ 7.931971] ehci-pci 0000:00:04.1: cache line size of 64 is not supported [ 7.932005] ehci-pci 0000:00:04.1: irq 22, io mem 0xfae7ec00 [ 7.943376] ehci-pci 0000:00:04.1: USB 2.0 started, EHCI 1.00 [ 7.943877] hub 1-0:1.0: USB hub found [ 7.943902] hub 1-0:1.0: 12 ports detected [ 7.945072] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 7.945086] ohci-pci: OHCI PCI platform driver [ 7.945336] ohci-pci 0000:00:04.0: OHCI PCI host controller [ 7.945357] ohci-pci 0000:00:04.0: new USB bus registered, assigned bus number 2 [ 7.945427] ohci-pci 0000:00:04.0: irq 23, io mem 0xfae7f000 [ 8.002486] hub 2-0:1.0: USB hub found [ 8.002508] hub 2-0:1.0: 12 ports detected [ 8.003138] uhci_hcd: USB Universal Host Controller Interface driver [ 8.003262] usbcore: registered new interface driver uas [ 8.003317] usbcore: registered new interface driver usb-storage [ 8.003426] i8042: PNP: No PS/2 controller found. Probing ports directly. [ 8.005028] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 8.005041] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 8.005381] mousedev: PS/2 mouse device common for all mice [ 8.005926] rtc_cmos 00:01: RTC can wake from S4 [ 8.006303] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 [ 8.006369] rtc_cmos 00:01: alarms up to one year, y3k, 114 bytes nvram, hpet irqs [ 8.006407] i2c /dev entries driver [ 8.007154] ACPI Warning: SystemIO range 0x0000000000004D00-0x0000000000004D3F conflicts with OpRegion 0x0000000000004D00-0x0000000000004D04 (\IP2) (20160831/utaddress-247) [ 8.007169] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 8.007173] ACPI Warning: SystemIO range 0x0000000000004E00-0x0000000000004E3F conflicts with OpRegion 0x0000000000004E00-0x0000000000004E3F (_SB.PCI0.SM00) (20160831/utaddress-247) [ 8.007183] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 8.007534] sdhci: Secure Digital Host Controller Interface driver [ 8.007537] sdhci: Copyright(c) Pierre Ossman [ 8.007604] No iBFT detected. [ 8.007648] hidraw: raw HID events driver (C) Jiri Kosina [ 8.008477] usbcore: registered new interface driver usbhid [ 8.008479] usbhid: USB HID core driver [ 8.009327] NET: Registered protocol family 10 [ 8.009979] NET: Registered protocol family 17 [ 8.010075] Key type dns_resolver registered [ 8.010495] microcode: sig=0x106c2, pf=0x4, revision=0x212 [ 8.010623] microcode: Microcode Update Driver: v2.01 tigran@aivazian.fsnet.co.uk, Peter Oruba [ 8.012166] Btrfs loaded, crc32c=crc32c-generic [ 8.012799] console [netcon0] enabled [ 8.012801] netconsole: network logging started [ 8.012902] rtc_cmos 00:01: setting system clock to 2017-03-03 16:51:27 UTC (1488559887) [ 8.013066] cpufreq: ondemand governor failed, too long transition latency of HW, fallback to performance governor [ 8.013084] p4_clockmod: P4/Xeon(TM) CPU On-Demand Clock Modulation available [ 8.013188] ALSA device list: [ 8.013190] No soundcards found. [ 8.176586] ata1: SATA link down (SStatus 0 SControl 300) [ 8.176614] ata5: SATA link down (SStatus 0 SControl 300) [ 8.176638] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 8.176665] ata4: SATA link down (SStatus 0 SControl 300) [ 8.176705] ata3: SATA link down (SStatus 0 SControl 300) [ 8.176733] ata6: SATA link down (SStatus 0 SControl 300) [ 8.218230] ata2.00: ATA-8: WDC WD1600BEVT-22ZCT0, 11.01A11, max UDMA/133 [ 8.218234] ata2.00: 312581808 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 8.219544] ata2.00: configured for UDMA/133 [ 8.219886] scsi 1:0:0:0: Direct-Access ATA WDC WD1600BEVT-2 1A11 PQ: 0 ANSI: 5 [ 8.253746] sd 1:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB) [ 8.253846] sd 1:0:0:0: Attached scsi generic sg0 type 0 [ 8.254130] sd 1:0:0:0: [sda] Write Protect is off [ 8.254137] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 8.254221] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 8.263560] sda: sda1 sda2 [ 8.264477] sd 1:0:0:0: [sda] Attached SCSI disk [ 8.273337] Freeing unused kernel memory: 4120K (ffffffff832f0000 - ffffffff836f6000) [ 8.273396] Write protecting the kernel read-only data: 34816k [ 8.274400] Freeing unused kernel memory: 136K (ffff880001bde000 - ffff880001c00000) [ 8.285892] Freeing unused kernel memory: 1352K (ffff8800030ae000 - ffff880003200000) [ 8.396729] usb 1-5: new high-speed USB device number 2 using ehci-pci [ 8.538279] usb-storage 1-5:1.0: USB Mass Storage device detected [ 8.538492] scsi host6: usb-storage 1-5:1.0 [ 8.890030] usb 2-6: new full-speed USB device number 2 using ohci-pci [ 9.426694] usb 2-3: new low-speed USB device number 3 using ohci-pci [ 9.545332] scsi 6:0:0:0: Direct-Access USB DISK 2.0 PMAP PQ: 0 ANSI: 4 [ 9.546088] sd 6:0:0:0: Attached scsi generic sg1 type 0 [ 9.546943] sd 6:0:0:0: [sdb] 126943232 512-byte logical blocks: (65.0 GB/60.5 GiB) [ 9.549180] sd 6:0:0:0: [sdb] Write Protect is off [ 9.549187] sd 6:0:0:0: [sdb] Mode Sense: 23 00 00 00 [ 9.551181] sd 6:0:0:0: [sdb] No Caching mode page found [ 9.551186] sd 6:0:0:0: [sdb] Assuming drive cache: write through [ 9.566524] random: fast init done [ 9.570271] sdb: sdb1 sdb2 [ 9.576186] sd 6:0:0:0: [sdb] Attached SCSI removable disk [ 9.662687] input: CHESEN USB Keyboard as /devices/pci0000:00/0000:00:04.0/usb2/2-3/2-3:1.0/0003:0A81:0101.0001/input/input5 [ 9.717314] hid-generic 0003:0A81:0101.0001: input,hidraw0: USB HID v1.10 Keyboard [CHESEN USB Keyboard] on usb-0000:00:04.0-3/input0 [ 9.730200] input: CHESEN USB Keyboard as /devices/pci0000:00/0000:00:04.0/usb2/2-3/2-3:1.1/0003:0A81:0101.0002/input/input6 [ 9.787037] hid-generic 0003:0A81:0101.0002: input,hidraw1: USB HID v1.10 Device [CHESEN USB Keyboard] on usb-0000:00:04.0-3/input1 [ 10.058183] EXT4-fs (sdb2): couldn't mount as ext3 due to feature incompatibilities [ 10.059302] EXT4-fs (sdb2): couldn't mount as ext2 due to feature incompatibilities [ 11.144392] [drm:drm_fb_helper_hotplug_event] [ 11.144402] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:HDMI-A-1] [ 11.172638] nouveau 0000:03:00.0: DRM: native mode from preferred [ 11.172697] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:HDMI-A-1] probed modes : [ 11.172708] [drm:drm_mode_debug_printmodeline] Modeline 42:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5 [ 11.172716] [drm:drm_mode_debug_printmodeline] Modeline 43:"1680x1050" 60 119000 1680 1728 1760 1840 1050 1053 1059 1080 0x40 0x9 [ 11.172724] [drm:drm_mode_debug_printmodeline] Modeline 55:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5 [ 11.172731] [drm:drm_mode_debug_printmodeline] Modeline 45:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5 [ 11.172739] [drm:drm_mode_debug_printmodeline] Modeline 44:"1440x900" 60 88750 1440 1488 1520 1600 900 903 909 926 0x40 0x9 [ 11.172746] [drm:drm_mode_debug_printmodeline] Modeline 46:"1280x960" 60 108000 1280 1376 1488 1800 960 961 964 1000 0x40 0x5 [ 11.172754] [drm:drm_mode_debug_printmodeline] Modeline 47:"1280x720" 60 74250 1280 1390 1430 1650 720 725 730 750 0x40 0x5 [ 11.172761] [drm:drm_mode_debug_printmodeline] Modeline 56:"1024x768" 75 78750 1024 1040 1136 1312 768 769 772 800 0x40 0x5 [ 11.172769] [drm:drm_mode_debug_printmodeline] Modeline 57:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa [ 11.172776] [drm:drm_mode_debug_printmodeline] Modeline 58:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa [ 11.172784] [drm:drm_mode_debug_printmodeline] Modeline 59:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa [ 11.172791] [drm:drm_mode_debug_printmodeline] Modeline 60:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5 [ 11.172798] [drm:drm_mode_debug_printmodeline] Modeline 61:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5 [ 11.172806] [drm:drm_mode_debug_printmodeline] Modeline 48:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5 [ 11.172813] [drm:drm_mode_debug_printmodeline] Modeline 49:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5 [ 11.172820] [drm:drm_mode_debug_printmodeline] Modeline 50:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa [ 11.172828] [drm:drm_mode_debug_printmodeline] Modeline 51:"640x480" 73 31500 640 664 704 832 480 489 492 520 0x40 0xa [ 11.172835] [drm:drm_mode_debug_printmodeline] Modeline 52:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa [ 11.172842] [drm:drm_mode_debug_printmodeline] Modeline 53:"640x480" 60 25175 640 656 752 800 480 490 492 525 0x40 0xa [ 11.172849] [drm:drm_mode_debug_printmodeline] Modeline 54:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6 [ 11.172855] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:39:VGA-1] [ 11.183815] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:39:VGA-1] disconnected [ 11.183824] [drm:drm_setup_crtcs] [ 11.183830] [drm:drm_setup_crtcs] connector 37 enabled? yes [ 11.183834] [drm:drm_setup_crtcs] connector 39 enabled? no [ 11.183838] [drm:drm_setup_crtcs] looking for cmdline mode on connector 37 [ 11.183843] [drm:drm_setup_crtcs] looking for preferred mode on connector 37 0 [ 11.183847] [drm:drm_setup_crtcs] found mode 1920x1080 [ 11.183851] [drm:drm_setup_crtcs] picking CRTCs for 8192x8192 config [ 11.183859] [drm:drm_setup_crtcs] desired mode 1920x1080 set on crtc 34 (0,0) [ 11.183873] [drm:drm_crtc_helper_set_config] [ 11.183879] [drm:drm_crtc_helper_set_config] [CRTC:34:crtc-0] [FB:64] #connectors=1 (x y) (0 0) [ 11.183886] [drm:drm_crtc_helper_set_config] [CONNECTOR:37:HDMI-A-1] to [CRTC:34:crtc-0] [ 11.183893] [drm:drm_crtc_helper_set_config] [ 11.183898] [drm:drm_crtc_helper_set_config] [CRTC:36:crtc-1] [NOFB] [ 11.257823] EXT4-fs (sdb2): recovery complete [ 11.261816] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null) [ 11.967710] random: crng init done [ 12.060029] hrtimer: interrupt took 22342 ns [ 29.710613] ### BIG FAT WARNING [ 29.710656] ### sdb2 is removable. suspend/resume may not work [ 29.713239] ### BIG FAT WARNING [ 29.713282] ### sdb1 is removable. suspend/resume may not work [ 29.902445] systemd[1]: systemd 232 running in system mode. (-PAM -AUDIT -SELINUX -IMA -APPARMOR -SMACK -SYSVINIT -UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS -ACL -XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN) [ 29.902840] systemd[1]: Detected architecture x86-64. [ 29.903425] systemd[1]: Set hostname to . [ 29.968277] systemd[1]: Listening on RPCbind Server Activation Socket. [ 29.968488] systemd[1]: Reached target RPC Port Mapper. [ 29.969356] systemd[1]: Created slice System Slice. [ 29.971169] systemd[1]: Mounting POSIX Message Queue File System... [ 29.971583] systemd[1]: Listening on Journal Socket (/dev/log). [ 29.972241] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 29.974391] systemd[1]: Mounting Variable Directory... [ 30.356088] systemd-journald[215]: Received request to flush runtime journal from PID 1 [ 33.368128] Bluetooth: Core ver 2.22 [ 33.368177] NET: Registered protocol family 31 [ 33.368181] Bluetooth: HCI device and connection manager initialized [ 33.368193] Bluetooth: HCI socket layer initialized [ 33.368202] Bluetooth: L2CAP socket layer initialized [ 33.368244] Bluetooth: SCO socket layer initialized [ 33.381507] ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 21 [ 33.381535] snd_hda_intel 0000:00:08.0: Disabling MSI [ 33.421416] usbcore: registered new interface driver btusb [ 33.523613] intel_powerclamp: No package C-state available [ 33.876942] wl: loading out-of-tree module taints kernel. [ 33.876950] wl: module license 'MIXED/Proprietary' taints kernel. [ 33.876952] Disabling lock debugging due to kernel taint [ 33.934917] ACPI: PCI Interrupt Link [LN4A] enabled at IRQ 19 [ 34.030197] ath: EEPROM regdomain: 0x37 [ 34.030203] ath: EEPROM indicates we should expect a direct regpair map [ 34.030207] ath: Country alpha2 being used: AW [ 34.030210] ath: Regpair used: 0x37 [ 34.034426] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 34.035347] ieee80211 phy0: Atheros AR9300 Rev:3 mem=0xffffc90000b80000, irq=19 [ 34.550150] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC662 rev1: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:hp [ 34.550158] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 34.550164] snd_hda_codec_realtek hdaudioC0D0: hp_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 34.550168] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [ 34.550173] snd_hda_codec_realtek hdaudioC0D0: inputs: [ 34.550179] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18 [ 34.628434] 8021q: 802.1Q VLAN Support v1.8 [ 34.630737] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 34.630742] Bluetooth: BNEP filters: protocol multicast [ 34.630758] Bluetooth: BNEP socket layer initialized [ 34.650611] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) [ 34.681074] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) [ 34.821824] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 35.642082] input: HDA NVidia Mic as /devices/pci0000:00/0000:00:08.0/sound/card0/input7 [ 35.642372] input: HDA NVidia Headphone as /devices/pci0000:00/0000:00:08.0/sound/card0/input8 [ 36.657050] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:HDMI-A-1] [ 36.685390] nouveau 0000:03:00.0: DRM: native mode from preferred [ 36.685460] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:HDMI-A-1] probed modes : [ 36.685471] [drm:drm_mode_debug_printmodeline] Modeline 42:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5 [ 36.685480] [drm:drm_mode_debug_printmodeline] Modeline 43:"1680x1050" 60 119000 1680 1728 1760 1840 1050 1053 1059 1080 0x40 0x9 [ 36.685488] [drm:drm_mode_debug_printmodeline] Modeline 55:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5 [ 36.685495] [drm:drm_mode_debug_printmodeline] Modeline 45:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5 [ 36.685503] [drm:drm_mode_debug_printmodeline] Modeline 44:"1440x900" 60 88750 1440 1488 1520 1600 900 903 909 926 0x40 0x9 [ 36.685510] [drm:drm_mode_debug_printmodeline] Modeline 46:"1280x960" 60 108000 1280 1376 1488 1800 960 961 964 1000 0x40 0x5 [ 36.685518] [drm:drm_mode_debug_printmodeline] Modeline 47:"1280x720" 60 74250 1280 1390 1430 1650 720 725 730 750 0x40 0x5 [ 36.685525] [drm:drm_mode_debug_printmodeline] Modeline 56:"1024x768" 75 78750 1024 1040 1136 1312 768 769 772 800 0x40 0x5 [ 36.685533] [drm:drm_mode_debug_printmodeline] Modeline 57:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa [ 36.685540] [drm:drm_mode_debug_printmodeline] Modeline 58:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa [ 36.685548] [drm:drm_mode_debug_printmodeline] Modeline 59:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa [ 36.685555] [drm:drm_mode_debug_printmodeline] Modeline 60:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5 [ 36.685562] [drm:drm_mode_debug_printmodeline] Modeline 61:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5 [ 36.685570] [drm:drm_mode_debug_printmodeline] Modeline 48:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5 [ 36.685577] [drm:drm_mode_debug_printmodeline] Modeline 49:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5 [ 36.685584] [drm:drm_mode_debug_printmodeline] Modeline 50:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa [ 36.685592] [drm:drm_mode_debug_printmodeline] Modeline 51:"640x480" 73 31500 640 664 704 832 480 489 492 520 0x40 0xa [ 36.685599] [drm:drm_mode_debug_printmodeline] Modeline 52:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa [ 36.685606] [drm:drm_mode_debug_printmodeline] Modeline 53:"640x480" 60 25175 640 656 752 800 480 490 492 525 0x40 0xa [ 36.685614] [drm:drm_mode_debug_printmodeline] Modeline 54:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6 [ 36.685690] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:39:VGA-1] [ 36.696741] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:39:VGA-1] disconnected [ 36.696780] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:HDMI-A-1] [ 36.725084] nouveau 0000:03:00.0: DRM: native mode from preferred [ 36.725155] [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:37:HDMI-A-1] probed modes : [ 36.725166] [drm:drm_mode_debug_printmodeline] Modeline 42:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5 [ 36.725174] [drm:drm_mode_debug_printmodeline] Modeline 43:"1680x1050" 60 119000 1680 1728 1760 1840 1050 1053 1059 1080 0x40 0x9 [ 36.725181] [drm:drm_mode_debug_printmodeline] Modeline 55:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5 [ 36.725189] [drm:drm_mode_debug_printmodeline] Modeline 45:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5 [ 36.725197] [drm:drm_mode_debug_printmodeline] Modeline 44:"1440x900" 60 88750 1440 1488 1520 1600 900 903 909 926 0x40 0x9 [ 36.725204] [drm:drm_mode_debug_printmodeline] Modeline 46:"1280x960" 60 108000 1280 1376 1488 1800 960 961 964 1000 0x40 0x5 [ 36.725212] [drm:drm_mode_debug_printmodeline] Modeline 47:"1280x720" 60 74250 1280 1390 1430 1650 720 725 730 750 0x40 0x5 [ 36.725219] [drm:drm_mode_debug_printmodeline] Modeline 56:"1024x768" 75 78750 1024 1040 1136 1312 768 769 772 800 0x40 0x5 [ 36.725227] [drm:drm_mode_debug_printmodeline] Modeline 57:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa [ 36.725234] [drm:drm_mode_debug_printmodeline] Modeline 58:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa [ 36.725241] [drm:drm_mode_debug_printmodeline] Modeline 59:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa [ 36.725249] [drm:drm_mode_debug_printmodeline] Modeline 60:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5 [ 36.725256] [drm:drm_mode_debug_printmodeline] Modeline 61:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5 [ 36.725264] [drm:drm_mode_debug_printmodeline] Modeline 48:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5 [ 36.725271] [drm:drm_mode_debug_printmodeline] Modeline 49:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5 [ 36.725278] [drm:drm_mode_debug_printmodeline] Modeline 50:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa [ 36.725286] [drm:drm_mode_debug_printmodeline] Modeline 51:"640x480" 73 31500 640 664 704 832 480 489 492 520 0x40 0xa [ 36.725293] [drm:drm_mode_debug_printmodeline] Modeline 52:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa [ 36.725300] [drm:drm_mode_debug_printmodeline] Modeline 53:"640x480" 60 25175 640 656 752 800 480 490 492 525 0x40 0xa [ 36.725308] [drm:drm_mode_debug_printmodeline] Modeline 54:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6 [ 37.671903] [drm:drm_mode_addfb2] [FB:63] [ 37.671942] [drm:drm_mode_setcrtc] [CRTC:34:crtc-0] [ 37.671953] [drm:drm_mode_setcrtc] [CONNECTOR:37:HDMI-A-1] [ 37.671961] [drm:drm_crtc_helper_set_config] [ 37.671967] [drm:drm_crtc_helper_set_config] [CRTC:34:crtc-0] [FB:63] #connectors=1 (x y) (0 0) [ 37.671977] [drm:drm_crtc_helper_set_config] [CONNECTOR:37:HDMI-A-1] to [CRTC:34:crtc-0] [ 44.230769] [drm:drm_mode_addfb2] [FB:65]

gouchi commented 7 years ago

I have some confirmation from nouveau dev that it should work in drm/kms.

So we need to find why RA doesn't find drm encoders and devices ?

What is the output of ? ls -l /sys/class/drm

Thank you.

bigboo3000 commented 7 years ago

FYI I have the exact same problem with Recalbox x64 4.1 unstable, it also use nouveau I think.

Lakka:~ # ls -l /sys/class/drm total 0 lrwxrwxrwx 1 root root 0 Mar 3 20:37 card0 -> ../../devices/pci0000:00/0000:00:10.0/0000:03:00.0/drm/card0 lrwxrwxrwx 1 root root 0 Mar 3 20:37 card0-HDMI-A-1 -> ../../devices/pci0000:00/0000:00:10.0/0000:03:00.0/drm/card0/card0-HDMI-A-1 lrwxrwxrwx 1 root root 0 Mar 3 20:37 card0-VGA-1 -> ../../devices/pci0000:00/0000:00:10.0/0000:03:00.0/drm/card0/card0-VGA-1 lrwxrwxrwx 1 root root 0 Mar 3 20:37 controlD64 -> ../../devices/pci0000:00/0000:00:10.0/0000:03:00.0/drm/controlD64 lrwxrwxrwx 1 root root 0 Mar 3 20:37 renderD128 -> ../../devices/pci0000:00/0000:00:10.0/0000:03:00.0/drm/renderD128 lrwxrwxrwx 1 root root 0 Mar 3 20:37 ttm -> ../../devices/virtual/drm/ttm -r--r--r-- 1 root root 4096 Mar 3 20:37 version

gouchi commented 7 years ago

Do you reproduce the issue with another Linux distribution if you compile RA (enable KMS) and run it from virtual console (CTRL+ALT+F1) ?

Thank you.

bigboo3000 commented 7 years ago

I don't know Linux very much so it become too difficult to me to install another distibution and compile RA.

But Recalbox starts EmulationStation when booting (and not RA) but I don't see anything either so it's not just a RA problem, and it's another distribution (buildroot).

gouchi commented 7 years ago

You don't need to compile RA, there are some packages for Ubuntu or you can use AppImage package.

Can you try to get log from Recalbox to see which error you have ? It seems you need to change the RA command line in /recalbox/scripts/emulatorlauncher.sh to enable the log.

Thank you.

bigboo3000 commented 7 years ago

ok this is the log from batocera linux 5.3 x64 (a fork of recalbox, because the download site of recalbox doesn't work currently so I can't download an image)

bigboo3000 commented 7 years ago

retroarch -v

RetroArch [INFO] :: === Build ======================================= Capabilities: MMX MMXEXT SSE1 SSE2 SSE3 SSSE3 Built: Feb 19 2017 RetroArch [INFO] :: Version: 1.4.0 RetroArch [INFO] :: Git: a1b30f0 RetroArch [INFO] :: ================================================= RetroArch [INFO] :: Loading default config. RetroArch [INFO] :: Looking for config in: "/recalbox/share/system/.config/retroarch/retroarch.cfg". RetroArch [WARN] :: screenshot_directory is not an existing directory, ignoring ... RetroArch [INFO] :: Incompatible shader for backend gl, clearing... RetroArch [INFO] :: Resetting undo buffers. RetroArch [INFO] :: Environ SET_PIXEL_FORMAT: RGB565. RetroArch [INFO] :: Version of libretro API: 1 RetroArch [INFO] :: Compiled against API: 1 RetroArch [INFO] :: Set audio input rate to: 29970.03 Hz. RetroArch [INFO] :: Video @ 960x720 RetroArch [INFO] :: [DRM]: Found 2 connectors. RetroArch [INFO] :: [DRM]: Connector 0 connected: yes RetroArch [INFO] :: [DRM]: Connector 0 has 38 modes. RetroArch [INFO] :: [DRM]: Connector 0 assigned to monitor index: #1. RetroArch [INFO] :: [DRM]: Connector 1 connected: no RetroArch [INFO] :: [DRM]: Connector 1 has 0 modes. RetroArch [INFO] :: [DRM]: Mode 0: (1920x1080) 1920 x 1080, 50 Hz RetroArch [INFO] :: [DRM]: Mode 1: (1920x1080) 1920 x 1080, 60 Hz RetroArch [INFO] :: [DRM]: Mode 2: (1920x1080) 1920 x 1080, 60 Hz RetroArch [INFO] :: [DRM]: Mode 3: (1920x1080i) 1920 x 1080, 60 Hz RetroArch [INFO] :: [DRM]: Mode 4: (1920x1080i) 1920 x 1080, 60 Hz RetroArch [INFO] :: [DRM]: Mode 5: (1920x1080i) 1920 x 1080, 50 Hz RetroArch [INFO] :: [DRM]: Mode 6: (1920x1080) 1920 x 1080, 30 Hz RetroArch [INFO] :: [DRM]: Mode 7: (1920x1080) 1920 x 1080, 30 Hz RetroArch [INFO] :: [DRM]: Mode 8: (1920x1080) 1920 x 1080, 25 Hz RetroArch [INFO] :: [DRM]: Mode 9: (1920x1080) 1920 x 1080, 24 Hz RetroArch [INFO] :: [DRM]: Mode 10: (1920x1080) 1920 x 1080, 24 Hz RetroArch [INFO] :: [DRM]: Mode 11: (1280x1024) 1280 x 1024, 75 Hz RetroArch [INFO] :: [DRM]: Mode 12: (1280x1024) 1280 x 1024, 60 Hz RetroArch [INFO] :: [DRM]: Mode 13: (1360x768) 1360 x 768, 60 Hz RetroArch [INFO] :: [DRM]: Mode 14: (1280x768) 1280 x 768, 75 Hz RetroArch [INFO] :: [DRM]: Mode 15: (1280x768) 1280 x 768, 60 Hz RetroArch [INFO] :: [DRM]: Mode 16: (1280x768) 1280 x 768, 60 Hz RetroArch [INFO] :: [DRM]: Mode 17: (1280x720) 1280 x 720, 60 Hz RetroArch [INFO] :: [DRM]: Mode 18: (1280x720) 1280 x 720, 60 Hz RetroArch [INFO] :: [DRM]: Mode 19: (1280x720) 1280 x 720, 50 Hz RetroArch [INFO] :: [DRM]: Mode 20: (1280x720) 1280 x 720, 30 Hz RetroArch [INFO] :: [DRM]: Mode 21: (1280x720) 1280 x 720, 30 Hz RetroArch [INFO] :: [DRM]: Mode 22: (1280x720) 1280 x 720, 24 Hz RetroArch [INFO] :: [DRM]: Mode 23: (1280x720) 1280 x 720, 24 Hz RetroArch [INFO] :: [DRM]: Mode 24: (1024x768) 1024 x 768, 75 Hz RetroArch [INFO] :: [DRM]: Mode 25: (1024x768) 1024 x 768, 70 Hz RetroArch [INFO] :: [DRM]: Mode 26: (1024x768) 1024 x 768, 60 Hz RetroArch [INFO] :: [DRM]: Mode 27: (800x600) 800 x 600, 75 Hz RetroArch [INFO] :: [DRM]: Mode 28: (800x600) 800 x 600, 72 Hz RetroArch [INFO] :: [DRM]: Mode 29: (800x600) 800 x 600, 60 Hz RetroArch [INFO] :: [DRM]: Mode 30: (800x600) 800 x 600, 56 Hz RetroArch [INFO] :: [DRM]: Mode 31: (720x576) 720 x 576, 50 Hz RetroArch [INFO] :: [DRM]: Mode 32: (720x480) 720 x 480, 60 Hz RetroArch [INFO] :: [DRM]: Mode 33: (720x480) 720 x 480, 60 Hz RetroArch [INFO] :: [DRM]: Mode 34: (640x480) 640 x 480, 75 Hz RetroArch [INFO] :: [DRM]: Mode 35: (640x480) 640 x 480, 73 Hz RetroArch [INFO] :: [DRM]: Mode 36: (640x480) 640 x 480, 60 Hz RetroArch [INFO] :: [DRM]: Mode 37: (640x480) 640 x 480, 60 Hz RetroArch [INFO] :: Found GL context: kms RetroArch [INFO] :: Detecting screen resolution 1920x1080. RetroArch [INFO] :: [EGL]: EGL version: 1.4 RetroArch [INFO] :: [EGL]: Current context: 0x10f0a20. RetroArch [INFO] :: [KMS]: New FB: 1920x1080 (stride: 7680). RetroArch [ERROR] :: Cannot open video driver ... Exiting ... RetroArch [ERROR] :: Fatal error received in: "init_video()"

bigboo3000 commented 7 years ago

lspci -nnk | grep -A 3 VGA

# (it does nothing)

bigboo3000 commented 7 years ago

[ 0.000000] Linux version 4.9.0 (nicolas@setsouko) (gcc version 4.9.4 (Buildroot 2017.02-git-ga1b30f0) ) #1 SMP Sun Feb 19 04:59:44 CET 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/linux label=RECALBOX console=tty3 quiet loglevel=0 vt.global_cursor_default=0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] Disabled fast string operations [ 0.000000] x86/fpu: Legacy x87 FPU detected. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000006ff8ffff] usable [ 0.000000] BIOS-e820: [mem 0x000000006ff90000-0x000000006ff9dfff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000006ff9e000-0x000000006ffdffff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000006ffe0000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff700000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.6 present. [ 0.000000] DMI: Acer Aspire R3610/FMCP7A-ION-LE, BIOS P01-A4 11/03/2009 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] e820: last_pfn = 0x6ff90 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-CFFFF write-protect [ 0.000000] D0000-DFFFF uncachable [ 0.000000] E0000-EFFFF write-through [ 0.000000] F0000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000 mask 080000000 write-back [ 0.000000] 1 disabled [ 0.000000] 2 disabled [ 0.000000] 3 disabled [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8dc0400ff780] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Base memory trampoline at [ffff8dc040098000] 98000 size 24576 [ 0.000000] BRK [0x5947b000, 0x5947bfff] PGTABLE [ 0.000000] BRK [0x5947c000, 0x5947cfff] PGTABLE [ 0.000000] BRK [0x5947d000, 0x5947dfff] PGTABLE [ 0.000000] BRK [0x5947e000, 0x5947efff] PGTABLE [ 0.000000] BRK [0x5947f000, 0x5947ffff] PGTABLE [ 0.000000] BRK [0x59480000, 0x59480fff] PGTABLE [ 0.000000] RAMDISK: [mem 0x37ee4000-0x37f69fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000FB770 000024 (v02 ACPIAM) [ 0.000000] ACPI: XSDT 0x000000006FF90100 00006C (v01 ACRSYS ACRPRDCT 20091103 MSFT 00000097) [ 0.000000] ACPI: FACP 0x000000006FF90290 0000F4 (v03 ACRSYS FACP0757 20091103 MSFT 00000097) [ 0.000000] ACPI: DSDT 0x000000006FF90620 006CAA (v01 963A1 963A1P06 00000004 INTL 20051117) [ 0.000000] ACPI: FACS 0x000000006FF9E000 000040 [ 0.000000] ACPI: FACS 0x000000006FF9E000 000040 [ 0.000000] ACPI: APIC 0x000000006FF90390 000080 (v01 ACRSYS APIC0757 20091103 MSFT 00000097) [ 0.000000] ACPI: MCFG 0x000000006FF90410 00003C (v01 ACRSYS OEMMCFG 20091103 MSFT 00000097) [ 0.000000] ACPI: SLIC 0x000000006FF90450 000176 (v01 ACRSYS ACRPRDCT 20091103 MSFT 00000097) [ 0.000000] ACPI: WDRT 0x000000006FF905D0 000047 (v01 ACRSYS NV-WDRT 20091103 MSFT 00000097) [ 0.000000] ACPI: OEMB 0x000000006FF9E040 000079 (v01 ACRSYS OEMB0757 20091103 MSFT 00000097) [ 0.000000] ACPI: HPET 0x000000006FF9A620 000038 (v01 ACRSYS OEMHPET0 20091103 MSFT 00000097) [ 0.000000] ACPI: NVHD 0x000000006FF9E0C0 000284 (v01 ACRSYS NVHDCP 20091103 MSFT 00000097) [ 0.000000] ACPI: AWMI 0x000000006FF9E350 00004E (v01 ACRSYS OEMB0757 20091103 MSFT 00000097) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000006ff8ffff] [ 0.000000] NODE_DATA(0) allocated [mem 0x6ff8c000-0x6ff8ffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000006ff8ffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009dfff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000006ff8ffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000006ff8ffff] [ 0.000000] On node 0 totalpages: 458541 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 21 pages reserved [ 0.000000] DMA zone: 3997 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 7103 pages used for memmap [ 0.000000] DMA32 zone: 454544 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x4008 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] IOAPIC[0]: apic_id 2, version 17, 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: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] ACPI: IRQ14 used by override. [ 0.000000] ACPI: IRQ15 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x10de8201 base: 0xfed00000 [ 0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfebfffff] 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: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1 [ 0.000000] percpu: Embedded 36 pages/cpu @ffff8dc0afc00000 s108888 r8192 d30376 u524288 [ 0.000000] pcpu-alloc: s108888 r8192 d30376 u524288 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 451353 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/linux label=RECALBOX console=tty3 quiet loglevel=0 vt.global_cursor_default=0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing! [ 0.000000] Memory: 1783200K/1834164K available (8969K kernel code, 1667K rwdata, 4156K rodata, 1584K init, 1292K bss, 50964K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4 [ 0.000000] NR_IRQS:16640 nr_irqs:456 16 [ 0.000000] spurious 8259A interrupt: IRQ7. [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty3] enabled [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns [ 0.000000] hpet clockevent registered [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.000000] tsc: Detected 1600.117 MHz processor [ 0.004024] Calibrating delay loop (skipped), value calculated using timer frequency.. 3200.23 BogoMIPS (lpj=6400468) [ 0.004032] pid_max: default: 32768 minimum: 301 [ 0.004055] ACPI: Core revision 20160831 [ 0.021531] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.021612] Security Framework initialized [ 0.021616] Yama: becoming mindful. [ 0.021641] AppArmor: AppArmor initialized [ 0.022062] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.023911] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.024825] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024837] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.025636] Disabled fast string operations [ 0.025648] CPU: Physical Processor ID: 0 [ 0.025650] CPU: Processor Core ID: 0 [ 0.025654] mce: CPU supports 5 MCE banks [ 0.025667] CPU0: Thermal monitoring enabled (TM1) [ 0.025675] process: using mwait in idle threads [ 0.025685] Last level iTLB entries: 4KB 32, 2MB 0, 4MB 0 [ 0.025688] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 8, 1GB 0 [ 0.026327] Freeing SMP alternatives memory: 32K (ffffffff8c32e000 - ffffffff8c336000) [ 0.029893] ftrace: allocating 35356 entries in 139 pages [ 0.052389] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.052393] smpboot: Max logical packages: 4 [ 0.052925] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.096000] smpboot: CPU0: Intel(R) Atom(TM) CPU 230 @ 1.60GHz (family: 0x6, model: 0x1c, stepping: 0x2) [ 0.096000] Performance Events: PEBS fmt0+, LBR disabled due to erratumAtom events, Intel PMU driver. [ 0.096000] ... version: 3 [ 0.096000] ... bit width: 40 [ 0.096000] ... generic registers: 2 [ 0.096000] ... value mask: 000000ffffffffff [ 0.096000] ... max period: 000000007fffffff [ 0.096000] ... fixed-purpose events: 3 [ 0.096000] ... event mask: 0000000700000003 [ 0.096000] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. [ 0.096000] x86: Booting SMP configuration: [ 0.096000] .... node #0, CPUs: #1 [ 0.008000] Disabled fast string operations [ 0.174069] x86: Booted up 1 node, 2 CPUs [ 0.174069] smpboot: Total of 2 processors activated (6400.11 BogoMIPS) [ 0.174069] devtmpfs: initialized [ 0.174069] x86/mm: Memory block size: 128MB [ 0.183676] evm: security.selinux [ 0.183679] evm: security.SMACK64 [ 0.183680] evm: security.SMACK64EXEC [ 0.183682] evm: security.SMACK64TRANSMUTE [ 0.183683] evm: security.SMACK64MMAP [ 0.183684] evm: security.ima [ 0.183686] evm: security.capability [ 0.184027] PM: Registering ACPI NVS region [mem 0x6ff9e000-0x6ffdffff] (270336 bytes) [ 0.184198] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.184304] pinctrl core: initialized pinctrl subsystem [ 0.184695] RTC time: 12:13:14, date: 01/01/09 [ 0.184972] NET: Registered protocol family 16 [ 0.196018] cpuidle: using governor ladder [ 0.212016] cpuidle: using governor menu [ 0.212020] PCCT header not found. [ 0.212179] ACPI: bus type PCI registered [ 0.212183] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.212393] PCI: MMCONFIG for domain 0000 [bus 00-1f] at [mem 0xfc000000-0xfdffffff] (base 0xfc000000) [ 0.212398] PCI: not using MMCONFIG [ 0.212401] PCI: Using configuration type 1 for base access [ 0.228120] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.228284] ACPI: Added _OSI(Module Device) [ 0.228287] ACPI: Added _OSI(Processor Device) [ 0.228290] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.228293] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232121] ACPI: Executed 1 blocks of module-level executable AML code [ 0.241887] ACPI: Interpreter enabled [ 0.241935] ACPI: (supports S0 S3 S4 S5) [ 0.241939] ACPI: Using IOAPIC for interrupt routing [ 0.242069] PCI: MMCONFIG for domain 0000 [bus 00-1f] at [mem 0xfc000000-0xfdffffff] (base 0xfc000000) [ 0.244715] PCI: MMCONFIG at [mem 0xfc000000-0xfdffffff] reserved in ACPI motherboard resources [ 0.244742] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.269866] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.269884] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.270527] acpi PNP0A03:00: _OSC: platform does not support [PCIeHotplug PCIeCapability] [ 0.270813] acpi PNP0A03:00: _OSC: not requesting control; platform does not support [PCIeCapability] [ 0.270819] acpi PNP0A03:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability] [ 0.270823] acpi PNP0A03:00: _OSC: platform willing to grant [PME AER] [ 0.270827] acpi PNP0A03:00: _OSC failed (AE_SUPPORT); disabling ASPM [ 0.270861] acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-1f] only partially covers this bridge [ 0.271717] PCI host bridge to bus 0000:00 [ 0.271725] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.271729] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.271734] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.271738] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window] [ 0.271743] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfbffffff window] [ 0.271747] pci_bus 0000:00: root bus resource [mem 0xfe000000-0xfebfffff window] [ 0.271752] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.271776] pci 0000:00:00.0: [10de:0a82] type 00 class 0x060000 [ 0.272140] pci 0000:00:00.1: [10de:0a88] type 00 class 0x050000 [ 0.272487] pci 0000:00:03.0: [10de:0aad] type 00 class 0x060100 [ 0.272504] pci 0000:00:03.0: reg 0x10: [io 0x4f00-0x4fff] [ 0.272792] pci 0000:00:03.1: [10de:0aa4] type 00 class 0x050000 [ 0.273096] pci 0000:00:03.2: [10de:0aa2] type 00 class 0x0c0500 [ 0.273115] pci 0000:00:03.2: reg 0x10: [io 0x4900-0x493f] [ 0.273145] pci 0000:00:03.2: reg 0x20: [io 0x4d00-0x4d3f] [ 0.273155] pci 0000:00:03.2: reg 0x24: [io 0x4e00-0x4e3f] [ 0.273208] pci 0000:00:03.2: PME# supported from D3hot D3cold [ 0.273348] pci 0000:00:03.2: System wakeup disabled by ACPI [ 0.273479] pci 0000:00:03.3: [10de:0a89] type 00 class 0x050000 [ 0.273829] pci 0000:00:03.5: [10de:0aa3] type 00 class 0x0b4000 [ 0.273855] pci 0000:00:03.5: reg 0x10: [mem 0xfae80000-0xfaefffff] [ 0.274215] pci 0000:00:04.0: [10de:0aa5] type 00 class 0x0c0310 [ 0.274233] pci 0000:00:04.0: reg 0x10: [mem 0xfae7f000-0xfae7ffff] [ 0.274311] pci 0000:00:04.0: supports D1 D2 [ 0.274315] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.274450] pci 0000:00:04.0: System wakeup disabled by ACPI [ 0.274580] pci 0000:00:04.1: [10de:0aa6] type 00 class 0x0c0320 [ 0.274600] pci 0000:00:04.1: reg 0x10: [mem 0xfae7ec00-0xfae7ecff] [ 0.274683] pci 0000:00:04.1: supports D1 D2 [ 0.274687] pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold [ 0.274823] pci 0000:00:04.1: System wakeup disabled by ACPI [ 0.274969] pci 0000:00:08.0: [10de:0ac0] type 00 class 0x040300 [ 0.274988] pci 0000:00:08.0: reg 0x10: [mem 0xfae78000-0xfae7bfff] [ 0.275066] pci 0000:00:08.0: PME# supported from D3hot D3cold [ 0.275206] pci 0000:00:08.0: System wakeup disabled by ACPI [ 0.275333] pci 0000:00:09.0: [10de:0aab] type 01 class 0x060401 [ 0.275522] pci 0000:00:09.0: System wakeup disabled by ACPI [ 0.275650] pci 0000:00:0a.0: [10de:0ab0] type 00 class 0x020000 [ 0.275667] pci 0000:00:0a.0: reg 0x10: [mem 0xfae7d000-0xfae7dfff] [ 0.275678] pci 0000:00:0a.0: reg 0x14: [io 0xd080-0xd087] [ 0.275688] pci 0000:00:0a.0: reg 0x18: [mem 0xfae7e800-0xfae7e8ff] [ 0.275697] pci 0000:00:0a.0: reg 0x1c: [mem 0xfae7e400-0xfae7e40f] [ 0.275754] pci 0000:00:0a.0: supports D1 D2 [ 0.275758] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.275893] pci 0000:00:0a.0: System wakeup disabled by ACPI [ 0.276048] pci 0000:00:0b.0: [10de:0ab9] type 00 class 0x010601 [ 0.276066] pci 0000:00:0b.0: reg 0x10: [io 0xd000-0xd007] [ 0.276075] pci 0000:00:0b.0: reg 0x14: [io 0xcc00-0xcc03] [ 0.276085] pci 0000:00:0b.0: reg 0x18: [io 0xc880-0xc887] [ 0.276094] pci 0000:00:0b.0: reg 0x1c: [io 0xc800-0xc803] [ 0.276104] pci 0000:00:0b.0: reg 0x20: [io 0xc480-0xc48f] [ 0.276114] pci 0000:00:0b.0: reg 0x24: [mem 0xfae76000-0xfae77fff] [ 0.276418] pci 0000:00:0c.0: [10de:0ac4] type 01 class 0x060400 [ 0.276648] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.276811] pci 0000:00:0c.0: System wakeup disabled by ACPI [ 0.276948] pci 0000:00:10.0: [10de:0aa0] type 01 class 0x060400 [ 0.277016] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.277302] pci 0000:00:15.0: [10de:0ac6] type 01 class 0x060400 [ 0.277530] pci 0000:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.277693] pci 0000:00:15.0: System wakeup disabled by ACPI [ 0.277855] pci 0000:00:16.0: [10de:0ac7] type 01 class 0x060400 [ 0.278105] pci 0000:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.278280] pci 0000:00:16.0: System wakeup disabled by ACPI [ 0.278446] pci 0000:00:17.0: [10de:0ac7] type 01 class 0x060400 [ 0.278675] pci 0000:00:17.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.278839] pci 0000:00:17.0: System wakeup disabled by ACPI [ 0.278997] pci 0000:00:18.0: [10de:0ac7] type 01 class 0x060400 [ 0.279224] pci 0000:00:18.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.279388] pci 0000:00:18.0: System wakeup disabled by ACPI [ 0.279651] pci 0000:00:09.0: PCI bridge to [bus 01] (subtractive decode) [ 0.279663] pci 0000:00:09.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode) [ 0.279667] pci 0000:00:09.0: bridge window [io 0x0d00-0xffff window] (subtractive decode) [ 0.279672] pci 0000:00:09.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode) [ 0.279676] pci 0000:00:09.0: bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode) [ 0.279680] pci 0000:00:09.0: bridge window [mem 0x80000000-0xfbffffff window] (subtractive decode) [ 0.279685] pci 0000:00:09.0: bridge window [mem 0xfe000000-0xfebfffff window] (subtractive decode) [ 0.279887] pci 0000:00:0c.0: PCI bridge to [bus 02] [ 0.280084] pci 0000:03:00.0: [10de:087d] type 00 class 0x030000 [ 0.280107] pci 0000:03:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff] [ 0.280123] pci 0000:03:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref] [ 0.280139] pci 0000:03:00.0: reg 0x1c: [mem 0xf8000000-0xf9ffffff 64bit pref] [ 0.280151] pci 0000:03:00.0: reg 0x24: [io 0xec00-0xec7f] [ 0.280162] pci 0000:03:00.0: reg 0x30: [mem 0xfafe0000-0xfaffffff pref] [ 0.280397] pci 0000:00:10.0: PCI bridge to [bus 03] [ 0.280405] pci 0000:00:10.0: bridge window [io 0xe000-0xefff] [ 0.280410] pci 0000:00:10.0: bridge window [mem 0xfaf00000-0xfbffffff] [ 0.280418] pci 0000:00:10.0: bridge window [mem 0xe0000000-0xf9ffffff 64bit pref] [ 0.280576] pci 0000:00:15.0: PCI bridge to [bus 04] [ 0.280784] pci 0000:05:00.0: [168c:0030] type 00 class 0x028000 [ 0.280814] pci 0000:05:00.0: reg 0x10: [mem 0xfebe0000-0xfebfffff 64bit] [ 0.280866] pci 0000:05:00.0: reg 0x30: [mem 0xfebd0000-0xfebdffff pref] [ 0.280954] pci 0000:05:00.0: supports D1 D2 [ 0.280958] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.292040] pci 0000:00:16.0: PCI bridge to [bus 05] [ 0.292065] pci 0000:00:16.0: bridge window [mem 0xfeb00000-0xfebfffff] [ 0.292236] pci 0000:00:17.0: PCI bridge to [bus 06] [ 0.292428] pci 0000:00:18.0: PCI bridge to [bus 07] [ 0.294406] ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) 0, disabled. [ 0.294762] ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) 0, disabled. [ 0.295111] ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) 0, disabled. [ 0.295461] ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) 0, disabled. [ 0.295811] ACPI: PCI Interrupt Link [LN0A] (IRQs 16 17 18 19) 0, disabled. [ 0.296179] ACPI: PCI Interrupt Link [LN0B] (IRQs 16 17 18 19) 0, disabled. [ 0.296529] ACPI: PCI Interrupt Link [LN0C] (IRQs 16 17 18 19) 0, disabled. [ 0.296879] ACPI: PCI Interrupt Link [LN0D] (IRQs 16 17 18 19) 0, disabled. [ 0.297228] ACPI: PCI Interrupt Link [LN1A] (IRQs 16 17 18 19) 0, disabled. [ 0.297577] ACPI: PCI Interrupt Link [LN1B] (IRQs 16 17 18 19) 0, disabled. [ 0.297933] ACPI: PCI Interrupt Link [LN1C] (IRQs 16 17 18 19) 0, disabled. [ 0.298292] ACPI: PCI Interrupt Link [LN1D] (IRQs 16 17 18 19) 0, disabled. [ 0.298642] ACPI: PCI Interrupt Link [LN2A] (IRQs 16 17 18 19) 0, disabled. [ 0.298991] ACPI: PCI Interrupt Link [LN2B] (IRQs 16 17 18 19) 0, disabled. [ 0.299340] ACPI: PCI Interrupt Link [LN2C] (IRQs 16 17 18 19) 0, disabled. [ 0.299690] ACPI: PCI Interrupt Link [LN2D] (IRQs 16 17 18 19) 0, disabled. [ 0.300059] ACPI: PCI Interrupt Link [LN3A] (IRQs 16 17 18 19) 0, disabled. [ 0.300409] ACPI: PCI Interrupt Link [LN3B] (IRQs 16 17 18 19) 0, disabled. [ 0.300759] ACPI: PCI Interrupt Link [LN3C] (IRQs 16 17 18 19) 0, disabled. [ 0.301109] ACPI: PCI Interrupt Link [LN3D] (IRQs 16 17 18 19) 0, disabled. [ 0.301466] ACPI: PCI Interrupt Link [LN4A] (IRQs 16 17 18 19) 9 [ 0.301816] ACPI: PCI Interrupt Link [LN4B] (IRQs 16 17 18 19) 0, disabled. [ 0.302175] ACPI: PCI Interrupt Link [LN4C] (IRQs 16 17 18 19) 0, disabled. [ 0.302526] ACPI: PCI Interrupt Link [LN4D] (IRQs 16 17 18 19) 0, disabled. [ 0.302875] ACPI: PCI Interrupt Link [LN5A] (IRQs 16 17 18 19) 0, disabled. [ 0.303225] ACPI: PCI Interrupt Link [LN5B] (IRQs 16 17 18 19) 0, disabled. [ 0.303574] ACPI: PCI Interrupt Link [LN5C] (IRQs 16 17 18 19) 0, disabled. [ 0.303924] ACPI: PCI Interrupt Link [LN5D] (IRQs 16 17 18 19) 0, disabled. [ 0.304290] ACPI: PCI Interrupt Link [LN6A] (IRQs 16 17 18 19) 0, disabled. [ 0.304640] ACPI: PCI Interrupt Link [LN6B] (IRQs 16 17 18 19) 0, disabled. [ 0.304990] ACPI: PCI Interrupt Link [LN6C] (IRQs 16 17 18 19) 0, disabled. [ 0.305339] ACPI: PCI Interrupt Link [LN6D] (IRQs 16 17 18 19) 0, disabled. [ 0.305695] ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) 9 [ 0.306050] ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) 15 [ 0.306414] ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) 11 [ 0.306769] ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) 10 [ 0.307125] ACPI: PCI Interrupt Link [SGRU] (IRQs 20 21 22 23) 7 [ 0.307489] ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) 10 [ 0.307844] ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) 11 [ 0.308214] ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) 5 [ 0.308610] ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) 0, disabled. [ 0.308959] ACPI: PCI Interrupt Link [UB11] (IRQs 20 21 22 23) 0, disabled. [ 0.309316] ACPI: PCI Interrupt Link [UB12] (IRQs 20 21 22 23) 0, disabled. [ 0.309673] ACPI: PCI Interrupt Link [LRP0] (IRQs 20 21 22 23) 10 [ 0.310030] ACPI: PCI Interrupt Link [LRP1] (IRQs 20 21 22 23) 0, disabled. [ 0.310391] ACPI: PCI Interrupt Link [LRP2] (IRQs 20 21 22 23) 0, disabled. [ 0.310749] ACPI: PCI Interrupt Link [LRP3] (IRQs 20 21 22 23) 11 [ 0.311113] ACPI: PCI Interrupt Link [LRP4] (IRQs 20 21 22 23) 9 [ 0.311471] ACPI: PCI Interrupt Link [LRP5] (IRQs 20 21 22 23) 15 [ 0.311834] ACPI: PCI Interrupt Link [LRP6] (IRQs 20 21 22 23) 14 [ 0.312137] ACPI: Enabled 1 GPEs in block 00 to 1F [ 0.312595] vgaarb: setting as boot device: PCI:0000:03:00.0 [ 0.312595] vgaarb: device added: PCI:0000:03:00.0,decodes=io+mem,owns=io+mem,locks=none [ 0.312595] vgaarb: loaded [ 0.312595] vgaarb: bridge control possible 0000:03:00.0 [ 0.312740] SCSI subsystem initialized [ 0.312874] libata version 3.00 loaded. [ 0.312874] ACPI: bus type USB registered [ 0.312874] usbcore: registered new interface driver usbfs [ 0.312874] usbcore: registered new interface driver hub [ 0.312874] usbcore: registered new device driver usb [ 0.312874] PCI: Using ACPI for IRQ routing [ 0.312950] PCI: pci_cache_line_size set to 64 bytes [ 0.313067] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff] [ 0.313072] e820: reserve RAM buffer [mem 0x6ff90000-0x6fffffff] [ 0.313425] NetLabel: Initializing [ 0.313428] NetLabel: domain hash size = 128 [ 0.313430] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.313465] NetLabel: unlabeled traffic allowed by default [ 0.316097] HPET: 4 timers in total, 0 timers will be used for per-cpu timer [ 0.316117] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31, 31 [ 0.316127] hpet0: 4 comparators, 64-bit 25.000000 MHz counter [ 0.318190] clocksource: Switched to clocksource hpet [ 0.342710] VFS: Disk quotas dquot_6.6.0 [ 0.342770] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.343002] AppArmor: AppArmor Filesystem Enabled [ 0.343177] pnp: PnP ACPI init [ 0.344543] system 00:00: [io 0x04d0-0x04d1] has been reserved [ 0.344550] system 00:00: [io 0x0800-0x080f] has been reserved [ 0.344555] system 00:00: [io 0x4000-0x407f] has been reserved [ 0.344560] system 00:00: [io 0x4080-0x40ff] has been reserved [ 0.344565] system 00:00: [io 0x4400-0x447f] has been reserved [ 0.344569] system 00:00: [io 0x4480-0x44ff] has been reserved [ 0.344574] system 00:00: [io 0x4800-0x487f] has been reserved [ 0.344579] system 00:00: [io 0x4880-0x48ff] has been reserved [ 0.344585] system 00:00: [mem 0x000d0000-0x000d3fff window] has been reserved [ 0.344590] system 00:00: [mem 0x000d4000-0x000d7fff window] has been reserved [ 0.344595] system 00:00: [mem 0x000de000-0x000dffff window] has been reserved [ 0.344601] system 00:00: [mem 0xfefe2000-0xfefe3fff] has been reserved [ 0.344605] system 00:00: [mem 0xfefe1000-0xfefe1fff] has been reserved [ 0.344610] system 00:00: [mem 0xfee01000-0xfeefffff] has been reserved [ 0.344623] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.344868] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.345259] system 00:02: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.345265] system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.345274] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.345550] system 00:03: [mem 0xfc000000-0xfdffffff] has been reserved [ 0.345559] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.346151] system 00:04: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.346158] system 00:04: [mem 0x000c0000-0x000cffff] could not be reserved [ 0.346163] system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved [ 0.346168] system 00:04: [mem 0x00100000-0x7fffffff] could not be reserved [ 0.346173] system 00:04: [mem 0xfec00000-0xffffffff] could not be reserved [ 0.346182] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.348644] pnp: PnP ACPI: found 5 devices [ 0.361180] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.361347] pci 0000:00:09.0: PCI bridge to [bus 01] [ 0.361364] pci 0000:00:0c.0: PCI bridge to [bus 02] [ 0.361396] pci 0000:00:10.0: PCI bridge to [bus 03] [ 0.361401] pci 0000:00:10.0: bridge window [io 0xe000-0xefff] [ 0.361408] pci 0000:00:10.0: bridge window [mem 0xfaf00000-0xfbffffff] [ 0.361414] pci 0000:00:10.0: bridge window [mem 0xe0000000-0xf9ffffff 64bit pref] [ 0.361421] pci 0000:00:15.0: PCI bridge to [bus 04] [ 0.361453] pci 0000:00:16.0: PCI bridge to [bus 05] [ 0.361466] pci 0000:00:16.0: bridge window [mem 0xfeb00000-0xfebfffff] [ 0.361488] pci 0000:00:17.0: PCI bridge to [bus 06] [ 0.361519] pci 0000:00:18.0: PCI bridge to [bus 07] [ 0.361552] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.361556] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.361560] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.361564] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window] [ 0.361569] pci_bus 0000:00: resource 8 [mem 0x80000000-0xfbffffff window] [ 0.361573] pci_bus 0000:00: resource 9 [mem 0xfe000000-0xfebfffff window] [ 0.361577] pci_bus 0000:01: resource 4 [io 0x0000-0x0cf7 window] [ 0.361581] pci_bus 0000:01: resource 5 [io 0x0d00-0xffff window] [ 0.361585] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.361590] pci_bus 0000:01: resource 7 [mem 0x000d0000-0x000dffff window] [ 0.361594] pci_bus 0000:01: resource 8 [mem 0x80000000-0xfbffffff window] [ 0.361598] pci_bus 0000:01: resource 9 [mem 0xfe000000-0xfebfffff window] [ 0.361602] pci_bus 0000:03: resource 0 [io 0xe000-0xefff] [ 0.361606] pci_bus 0000:03: resource 1 [mem 0xfaf00000-0xfbffffff] [ 0.361611] pci_bus 0000:03: resource 2 [mem 0xe0000000-0xf9ffffff 64bit pref] [ 0.361615] pci_bus 0000:05: resource 1 [mem 0xfeb00000-0xfebfffff] [ 0.361822] NET: Registered protocol family 2 [ 0.362345] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.362479] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.362625] TCP: Hash tables configured (established 16384 bind 16384) [ 0.362758] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.362792] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.363000] NET: Registered protocol family 1 [ 0.363815] ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 23 [ 0.440872] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 22 [ 0.441273] pci 0000:03:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.441283] PCI: CLS 64 bytes, default 64 [ 0.441465] Trying to unpack rootfs image as initramfs... [ 0.464268] Freeing initrd memory: 536K (ffff8dc077ee4000 - ffff8dc077f6a000) [ 0.464660] Scanning for low memory corruption every 60 seconds [ 0.465727] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.465795] audit: initializing netlink subsys (disabled) [ 0.465846] audit: type=2000 audit(1230811994.464:1): initialized [ 0.466814] Initialise system trusted keyrings [ 0.467132] workingset: timestamp_bits=40 max_order=19 bucket_order=0 [ 0.473506] zbud: loaded [ 0.474937] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.475792] fuse init (API version 7.26) [ 0.480207] Key type asymmetric registered [ 0.480213] Asymmetric key parser 'x509' registered [ 0.480379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 0.480493] io scheduler noop registered [ 0.480498] io scheduler deadline registered (default) [ 0.480530] io scheduler cfq registered [ 0.481543] ACPI: PCI Interrupt Link [LRP0] enabled at IRQ 21 [ 0.482474] ACPI: PCI Interrupt Link [LRP3] enabled at IRQ 20 [ 0.483323] ACPI: PCI Interrupt Link [LRP4] enabled at IRQ 23 [ 0.484193] ACPI: PCI Interrupt Link [LRP5] enabled at IRQ 22 [ 0.485049] ACPI: PCI Interrupt Link [LRP6] enabled at IRQ 21 [ 0.485286] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.485304] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.485433] intel_idle: MWAIT substates: 0x10 [ 0.485436] intel_idle: v0.4.1 model 0x1C [ 0.485564] intel_idle: lapic_timer_reliable_states 0x2 [ 0.485799] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 [ 0.485809] ACPI: Power Button [PWRB] [ 0.485971] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 [ 0.485977] ACPI: Power Button [PWRF] [ 0.489665] thermal LNXTHERM:00: registered as thermal_zone0 [ 0.489670] ACPI: Thermal Zone [THRM] (65 C) [ 0.489794] GHES: HEST is not enabled! [ 0.490163] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.496421] Linux agpgart interface v0.103 [ 0.496717] [drm] Initialized [ 0.507546] brd: module loaded [ 0.512704] loop: module loaded [ 0.513223] ahci 0000:00:0b.0: version 3.0 [ 0.513937] ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 20 [ 0.514007] ahci 0000:00:0b.0: controller can't do PMP, turning off CAP_PMP [ 0.514208] ahci 0000:00:0b.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode [ 0.514216] ahci 0000:00:0b.0: flags: 64bit ncq sntf led pio slum part sxs [ 0.516941] scsi host0: ahci [ 0.517340] scsi host1: ahci [ 0.517685] scsi host2: ahci [ 0.518009] scsi host3: ahci [ 0.518345] scsi host4: ahci [ 0.518675] scsi host5: ahci [ 0.518855] ata1: SATA max UDMA/133 abar m8192@0xfae76000 port 0xfae76100 irq 24 [ 0.518860] ata2: SATA max UDMA/133 abar m8192@0xfae76000 port 0xfae76180 irq 24 [ 0.518864] ata3: SATA max UDMA/133 abar m8192@0xfae76000 port 0xfae76200 irq 24 [ 0.518868] ata4: SATA max UDMA/133 abar m8192@0xfae76000 port 0xfae76280 irq 24 [ 0.518871] ata5: SATA max UDMA/133 abar m8192@0xfae76000 port 0xfae76300 irq 24 [ 0.518875] ata6: SATA max UDMA/133 abar m8192@0xfae76000 port 0xfae76380 irq 24 [ 0.522343] scsi host6: pata_legacy [ 0.522525] ata7: PATA max PIO4 cmd 0x1f0 ctl 0x3f6 irq 14 [ 0.834832] ata6: SATA link down (SStatus 0 SControl 300) [ 0.834859] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 0.834882] ata5: SATA link down (SStatus 0 SControl 300) [ 0.834905] ata1: SATA link down (SStatus 0 SControl 300) [ 0.834929] ata3: SATA link down (SStatus 0 SControl 300) [ 0.834953] ata4: SATA link down (SStatus 0 SControl 300) [ 0.881052] ata2.00: ATA-8: WDC WD1600BEVT-22ZCT0, 11.01A11, max UDMA/133 [ 0.881056] ata2.00: 312581808 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 0.882375] ata2.00: configured for UDMA/133 [ 0.882821] scsi 1:0:0:0: Direct-Access ATA WDC WD1600BEVT-2 1A11 PQ: 0 ANSI: 5 [ 0.912529] sd 1:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB) [ 0.912657] sd 1:0:0:0: Attached scsi generic sg0 type 0 [ 0.912995] sd 1:0:0:0: [sda] Write Protect is off [ 0.913005] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 0.913120] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 0.926401] sda: sda1 sda2 [ 0.927492] sd 1:0:0:0: [sda] Attached SCSI disk [ 0.928812] scsi host7: pata_legacy [ 0.928980] ata8: PATA max PIO4 cmd 0x170 ctl 0x376 irq 15 [ 1.088726] libphy: Fixed MDIO Bus: probed [ 1.088731] tun: Universal TUN/TAP device driver, 1.6 [ 1.088732] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com [ 1.088923] PPP generic driver version 2.4.2 [ 1.089111] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.089124] ehci-pci: EHCI PCI platform driver [ 1.089433] ehci-pci 0000:00:04.1: EHCI Host Controller [ 1.089452] ehci-pci 0000:00:04.1: new USB bus registered, assigned bus number 1 [ 1.089471] ehci-pci 0000:00:04.1: debug port 1 [ 1.089522] ehci-pci 0000:00:04.1: cache line size of 64 is not supported [ 1.089561] ehci-pci 0000:00:04.1: irq 22, io mem 0xfae7ec00 [ 1.104047] ehci-pci 0000:00:04.1: USB 2.0 started, EHCI 1.00 [ 1.104237] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.104242] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.104245] usb usb1: Product: EHCI Host Controller [ 1.104249] usb usb1: Manufacturer: Linux 4.9.0 ehci_hcd [ 1.104252] usb usb1: SerialNumber: 0000:00:04.1 [ 1.104697] hub 1-0:1.0: USB hub found [ 1.104730] hub 1-0:1.0: 12 ports detected [ 1.106195] ehci-platform: EHCI generic platform driver [ 1.106242] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.106259] ohci-pci: OHCI PCI platform driver [ 1.106526] ohci-pci 0000:00:04.0: OHCI PCI host controller [ 1.106544] ohci-pci 0000:00:04.0: new USB bus registered, assigned bus number 2 [ 1.106636] ohci-pci 0000:00:04.0: irq 23, io mem 0xfae7f000 [ 1.166155] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.166160] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.166164] usb usb2: Product: OHCI PCI host controller [ 1.166168] usb usb2: Manufacturer: Linux 4.9.0 ohci_hcd [ 1.166171] usb usb2: SerialNumber: 0000:00:04.0 [ 1.166605] hub 2-0:1.0: USB hub found [ 1.166630] hub 2-0:1.0: 12 ports detected [ 1.167486] ohci-platform: OHCI generic platform driver [ 1.167529] uhci_hcd: USB Universal Host Controller Interface driver [ 1.167683] usbcore: registered new interface driver uas [ 1.167744] usbcore: registered new interface driver usb-storage [ 1.167769] usbcore: registered new interface driver ums-alauda [ 1.167794] usbcore: registered new interface driver ums-cypress [ 1.167817] usbcore: registered new interface driver ums-datafab [ 1.167840] usbcore: registered new interface driver ums_eneub6250 [ 1.167863] usbcore: registered new interface driver ums-freecom [ 1.167886] usbcore: registered new interface driver ums-isd200 [ 1.167909] usbcore: registered new interface driver ums-jumpshot [ 1.167936] usbcore: registered new interface driver ums-karma [ 1.167960] usbcore: registered new interface driver ums-onetouch [ 1.167991] usbcore: registered new interface driver ums-realtek [ 1.168061] usbcore: registered new interface driver ums-sddr09 [ 1.168096] usbcore: registered new interface driver ums-sddr55 [ 1.168120] usbcore: registered new interface driver ums-usbat [ 1.168203] i8042: PNP: No PS/2 controller found. Probing ports directly. [ 1.169867] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.169883] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.170410] mousedev: PS/2 mouse device common for all mice [ 1.170895] rtc_cmos 00:01: RTC can wake from S4 [ 1.171103] rtc rtc0: invalid alarm value: 2009-1-1 25:13:15 [ 1.171241] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 [ 1.171308] rtc_cmos 00:01: alarms up to one year, y3k, 114 bytes nvram, hpet irqs [ 1.171330] i2c /dev entries driver [ 1.171528] device-mapper: uevent: version 1.0.3 [ 1.171792] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com [ 1.171852] ledtrig-cpu: registered to indicate activity on CPUs [ 1.172561] ip_tables: (C) 2000-2006 Netfilter Core Team [ 1.173068] NET: Registered protocol family 10 [ 1.173878] NET: Registered protocol family 17 [ 1.173903] Key type dns_resolver registered [ 1.174513] microcode: sig=0x106c2, pf=0x4, revision=0x212 [ 1.174671] microcode: Microcode Update Driver: v2.01 tigran@aivazian.fsnet.co.uk, Peter Oruba [ 1.175159] registered taskstats version 1 [ 1.175172] Loading compiled-in X.509 certificates [ 1.181555] Loaded X.509 cert 'Build time autogenerated kernel key: cd0fa325218aa0e90204c17cff79c7c3cd33d64f' [ 1.181632] zswap: loaded using pool lzo/zbud [ 1.218041] Key type big_key registered [ 1.218495] Key type trusted registered [ 1.218931] Key type encrypted registered [ 1.218943] AppArmor: AppArmor sha1 policy hashing enabled [ 1.218949] ima: No TPM chip found, activating TPM-bypass! [ 1.219002] evm: HMAC attrs: 0x1 [ 1.219705] Magic number: 9:481:227 [ 1.219939] acpi PNP0200:00: hash matches [ 1.220098] rtc_cmos 00:01: setting system clock to 2009-01-01 12:13:15 UTC (1230811995) [ 1.220414] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.220416] EDD information not available. [ 1.220532] PM: Hibernation image not present or could not be loaded. [ 1.225379] Freeing unused kernel memory: 1584K (ffffffff8c1a2000 - ffffffff8c32e000) [ 1.225385] Write protecting the kernel read-only data: 16384k [ 1.227222] Freeing unused kernel memory: 1252K (ffff8dc0988c7000 - ffff8dc098a00000) [ 1.245925] Freeing unused kernel memory: 1988K (ffff8dc098e0f000 - ffff8dc099000000) [ 1.472048] tsc: Refined TSC clocksource calibration: 1599.992 MHz [ 1.472061] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x17101d726e6, max_idle_ns: 440795229359 ns [ 1.492052] usb 1-5: new high-speed USB device number 3 using ehci-pci [ 1.644355] usb 1-5: New USB device found, idVendor=13fe, idProduct=3e00 [ 1.644361] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1.644365] usb 1-5: Product: USB DISK 2.0 [ 1.644368] usb 1-5: Manufacturer: [ 1.644372] usb 1-5: SerialNumber: 0702C21458E0003B [ 1.644860] usb-storage 1-5:1.0: USB Mass Storage device detected [ 1.645157] scsi host8: usb-storage 1-5:1.0 [ 1.692052] usb 2-4: new low-speed USB device number 2 using ohci-pci [ 1.921073] usb 2-4: New USB device found, idVendor=0a81, idProduct=0101 [ 1.921078] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.921082] usb 2-4: Product: USB Keyboard [ 1.921085] usb 2-4: Manufacturer: CHESEN [ 2.248042] usb 2-6: new full-speed USB device number 3 using ohci-pci [ 2.492074] usb 2-6: New USB device found, idVendor=0a12, idProduct=0001 [ 2.492080] usb 2-6: New USB device strings: Mfr=0, Product=2, SerialNumber=0 [ 2.492083] usb 2-6: Product: CSR8510 A10 [ 2.496174] clocksource: Switched to clocksource tsc [ 2.658943] scsi 8:0:0:0: Direct-Access USB DISK 2.0 PMAP PQ: 0 ANSI: 4 [ 2.660384] sd 8:0:0:0: Attached scsi generic sg1 type 0 [ 2.661438] sd 8:0:0:0: [sdb] 126943232 512-byte logical blocks: (65.0 GB/60.5 GiB) [ 2.663379] sd 8:0:0:0: [sdb] Write Protect is off [ 2.663387] sd 8:0:0:0: [sdb] Mode Sense: 23 00 00 00 [ 2.665745] sd 8:0:0:0: [sdb] No Caching mode page found [ 2.665750] sd 8:0:0:0: [sdb] Assuming drive cache: write through [ 2.672897] sdb: sdb1 sdb2 [ 2.678749] sd 8:0:0:0: [sdb] Attached SCSI removable disk [ 3.693463] random: fast init done [ 5.046806] udevd[236]: starting version 3.2.1 [ 5.122127] udevd[237]: starting eudev-3.2.1 [ 5.387017] wmi: Mapper loaded [ 5.427746] FUJITSU Extended Socket Network Device Driver - version 1.1 - Copyright (c) 2015 FUJITSU LIMITED [ 5.470975] ACPI Warning: SystemIO range 0x0000000000004D00-0x0000000000004D3F conflicts with OpRegion 0x0000000000004D00-0x0000000000004D04 (\IP2) (20160831/utaddress-247) [ 5.470997] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 5.471005] ACPI Warning: SystemIO range 0x0000000000004E00-0x0000000000004E3F conflicts with OpRegion 0x0000000000004E00-0x0000000000004E3F (_SB.PCI0.SM00) (20160831/utaddress-247) [ 5.471019] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 5.518154] nv_tco: NV TCO WatchDog Timer Driver v0.01 [ 5.518438] nv_tco: Watchdog reboot not detected [ 5.518976] nv_tco: initialized (0x4440). heartbeat=30 sec (nowayout=0) [ 5.539032] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64. [ 5.541198] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 23 [ 5.608357] hidraw: raw HID events driver (C) Jiri Kosina [ 5.613834] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:01:6c:6a:af:5d [ 5.613842] forcedeth 0000:00:0a.0: highdma csum pwrctl gbit lnktim msi desc-v3 [ 5.614022] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 5.714598] usbcore: registered new interface driver usbhid [ 5.714603] usbhid: USB HID core driver [ 5.943162] Bluetooth: Core ver 2.22 [ 5.943215] NET: Registered protocol family 31 [ 5.943219] Bluetooth: HCI device and connection manager initialized [ 5.943230] Bluetooth: HCI socket layer initialized [ 5.943237] Bluetooth: L2CAP socket layer initialized [ 5.943276] Bluetooth: SCO socket layer initialized [ 6.012661] usbcore: registered new interface driver btusb [ 6.116417] intel_powerclamp: No package C-state available [ 6.163446] ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 22 [ 6.163478] snd_hda_intel 0000:00:08.0: Disabling MSI [ 6.179819] random: crng init done [ 6.292317] ACPI: PCI Interrupt Link [SGRU] enabled at IRQ 21 [ 6.292769] nouveau 0000:03:00.0: NVIDIA MCP79/MCP7A (0ace80b1) [ 6.314051] nouveau 0000:03:00.0: bios: version 62.79.6c.00.01 [ 6.343175] nouveau 0000:03:00.0: fb: 256 MiB stolen system memory [ 6.430454] [TTM] Zone kernel: Available graphics memory: 894296 kiB [ 6.430460] [TTM] Initializing pool allocator [ 6.430481] [TTM] Initializing DMA pool allocator [ 6.430544] nouveau 0000:03:00.0: DRM: VRAM: 256 MiB [ 6.430550] nouveau 0000:03:00.0: DRM: GART: 1048576 MiB [ 6.430561] nouveau 0000:03:00.0: DRM: TMDS table version 2.0 [ 6.430567] nouveau 0000:03:00.0: DRM: DCB version 4.0 [ 6.430575] nouveau 0000:03:00.0: DRM: DCB outp 00: 02021332 00020010 [ 6.430582] nouveau 0000:03:00.0: DRM: DCB outp 01: 02000300 0000001e [ 6.430588] nouveau 0000:03:00.0: DRM: DCB conn 00: 00000000 [ 6.430593] nouveau 0000:03:00.0: DRM: DCB conn 01: 00002161 [ 6.438254] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 6.438259] [drm] Driver supports precise vblank timestamp query. [ 6.465161] nouveau 0000:03:00.0: DRM: MM: using M2MF for buffer copies [ 6.575994] input: CHESEN USB Keyboard as /devices/pci0000:00/0000:00:04.0/usb2/2-4/2-4:1.0/0003:0A81:0101.0001/input/input5 [ 6.640657] hid-generic 0003:0A81:0101.0001: input,hidraw0: USB HID v1.10 Keyboard [CHESEN USB Keyboard] on usb-0000:00:04.0-4/input0 [ 6.644396] input: CHESEN USB Keyboard as /devices/pci0000:00/0000:00:04.0/usb2/2-4/2-4:1.1/0003:0A81:0101.0002/input/input6 [ 6.649505] nouveau 0000:03:00.0: DRM: allocated 1920x1080 fb: 0x50000, bo ffff8dc0abfdcc00 [ 6.650203] fbcon: nouveaufb (fb0) is primary device [ 6.716292] hid-generic 0003:0A81:0101.0002: input,hidraw1: USB HID v1.10 Device [CHESEN USB Keyboard] on usb-0000:00:04.0-4/input1 [ 6.801250] ACPI: PCI Interrupt Link [LN4A] enabled at IRQ 19 [ 6.891751] ath: EEPROM regdomain: 0x37 [ 6.891753] ath: EEPROM indicates we should expect a direct regpair map [ 6.891757] ath: Country alpha2 being used: AW [ 6.891759] ath: Regpair used: 0x37 [ 7.121166] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 7.123661] ieee80211 phy0: Atheros AR9300 Rev:3 mem=0xffffb1be40920000, irq=19 [ 7.632089] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC662 rev1: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:hp [ 7.632096] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 7.632101] snd_hda_codec_realtek hdaudioC0D0: hp_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 7.632105] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [ 7.632109] snd_hda_codec_realtek hdaudioC0D0: inputs: [ 7.632115] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18 [ 8.994060] input: HDA NVidia Mic as /devices/pci0000:00/0000:00:08.0/sound/card0/input7 [ 8.994565] input: HDA NVidia Headphone as /devices/pci0000:00/0000:00:08.0/sound/card0/input8 [ 13.419436] Console: switching to colour frame buffer device 240x67 [ 13.422217] nouveau 0000:03:00.0: fb0: nouveaufb frame buffer device [ 13.440092] [drm] Initialized nouveau 1.3.1 20120801 for 0000:03:00.0 on minor 0 [ 13.884408] EXT4-fs (sdb2): couldn't mount as ext3 due to feature incompatibilities [ 13.894527] EXT4-fs (sdb2): couldn't mount as ext2 due to feature incompatibilities [ 14.374852] EXT4-fs (sdb2): recovery complete [ 14.387680] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null) [ 14.468646] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 14.587787] EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities [ 14.588299] EXT4-fs (sda1): couldn't mount as ext2 due to feature incompatibilities [ 14.649730] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) [ 14.810392] EXT4-fs (sda2): couldn't mount as ext3 due to feature incompatibilities [ 14.810833] EXT4-fs (sda2): couldn't mount as ext2 due to feature incompatibilities [ 14.875831] forcedeth 0000:00:0a.0 eth0: no link during initialization [ 14.876257] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 14.893378] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) [ 19.136326] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 19.136331] Bluetooth: BNEP filters: protocol multicast [ 19.136349] Bluetooth: BNEP socket layer initialized [ 22.737672] forcedeth 0000:00:0a.0 eth0: link up [ 22.738543] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 23.241688] 8021q: 802.1Q VLAN Support v1.8

bigboo3000 commented 7 years ago

ls -l /sys/class/drm

total 0 lrwxrwxrwx 1 root root 0 Jan 1 2009 card0 -> ../../devices/pci0000:00/0000:00:10.0/0000:03:00.0/drm/card0 lrwxrwxrwx 1 root root 0 Jan 1 2009 card0-HDMI-A-1 -> ../../devices/pci0000:00/0000:00:10.0/0000:03:00.0/drm/card0/card0-HDMI-A-1 lrwxrwxrwx 1 root root 0 Jan 1 2009 card0-VGA-1 -> ../../devices/pci0000:00/0000:00:10.0/0000:03:00.0/drm/card0/card0-VGA-1 lrwxrwxrwx 1 root root 0 Jan 1 2009 controlD64 -> ../../devices/pci0000:00/0000:00:10.0/0000:03:00.0/drm/controlD64 lrwxrwxrwx 1 root root 0 Jan 1 2009 renderD128 -> ../../devices/pci0000:00/0000:00:10.0/0000:03:00.0/drm/renderD128 lrwxrwxrwx 1 root root 0 Jan 1 2009 ttm -> ../../devices/virtual/drm/ttm -r--r--r-- 1 root root 4096 Jan 1 2009 version

gouchi commented 7 years ago

Can you try to boot with

live video=VGA-1:d video=HDMI-A-1:e

It will force the output to HDMI.

Thank you.

bigboo3000 commented 7 years ago

it still doesn't display anything with that.

nighoa commented 7 years ago

Same thing here with an ASROCK ION 330.

I can install with option : $ install nomodeset

Everything run smooth, but after the first reboot... black screen and voila...

If I can give you more detail, or try some options, don't hesitate.

bigboo3000 commented 7 years ago

This issue must be this: https://bugs.freedesktop.org/show_bug.cgi?id=101792 https://bugs.freedesktop.org/show_bug.cgi?id=99858

It's a bug with kernel 4.9 fixed in 4.10.

Could you update lakka pc kernel to 4.10?

kivutar commented 7 years ago

If LibreELEC does it yes, if not no

bigboo3000 commented 7 years ago

it seems libreelec 8.2 branch is using kernel 4.11, so maybe in lakka 2.2?

kivutar commented 7 years ago

Yes, do you know when they started this 8.2 branch? I wonder if we can merge it safely.

bigboo3000 commented 7 years ago

I'm not an expert of github but it seems 8.2 branch have been created 15 june, one month ago. On their site they say they plan to release it in july or august.

gouchi commented 7 years ago

I confirm that Lakka 2.1 RC3 is working on Nvidia Ion gpu. For the hdmi output it is working with kernel >= 4.10.

bigboo3000 commented 7 years ago

I tested 2.1 RC4 and it's fixed.