[Partly solved] Nouveau driver crashes, nvidia-libgl-beta problem etc.

I had the same issue as in thread 1446984 but disabling USB 3.0 in BIOS did not solve the problem.
I have a new install, and are getting complete freezes on shutdown, but also on switching to another tty than the graphical (freeze after 1-20 seconds after switching tty). This is reproducible 100% of the time.
I were also getting errors about nouveau, and thought the tty switching freezes might be related to that.
This was correct, since installing the nvidia-beta driver solved that problem (but not the shutdown issues).
As a side note, I also had some minor problems installing nvidia-libgl-beta which is a dependency for nvidia-beta.
Trying to install it with aura gave the following error:
$ sudo aura -A nvidia-libgl-beta
[sudo] password for rix:
aura >>= The following are not AUR packages:
nvidia-libgl-beta
aura >>= No valid packages specified.
Installing it manually from the tarball in AUR seemed to work, but when I tried to install nvidia-beta it complained about nvidia-libgl-beta missing, and it's not in the output of pacman -Q !
Trying to reinstall it works as well, and pacman says it is reinstalling with net upgrade size 0.
I removed nvidia-libgl-beta as a dependency from the nvidia-beta PKGBUILD and installed it, it seems to work at least, no more tty switch crashes.
Also, after installing there is no nvidia*.pkg.tar.xz files in /var/cache/pacman/pkg/. Maybe these are put somewhere else?
dmesg (includes nouveau errors but it's the "ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion ..." line I believe is the interesting one):
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.16.1-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 (GCC) ) #1 SMP PREEMPT Thu Aug 14 07:40:19 CEST 2014
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=1a4daa5b-c2e9-44c0-9155-95a9d2c25878 rw cryptdevice=UUID=67ed3f10-6bc9-4413-b567-f9f0111aecf0:cryptroot resume=/dev/mapper/lvm-swapvol quiet
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ba004fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000ba005000-0x00000000ba00bfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000ba00c000-0x00000000ba7abfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000ba7ac000-0x00000000baa1afff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000baa1b000-0x00000000cb3c9fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cb3ca000-0x00000000cb453fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cb454000-0x00000000cb46efff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000cb46f000-0x00000000cb9ddfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000cb9de000-0x00000000cbffefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cbfff000-0x00000000cbffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cd000000-0x00000000cf1fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000042fdfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: Micro-Star International Co., Ltd. GS60 2PE/MS-16H2, BIOS E16H2IMS.106 05/13/2014
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] AGP: No AGP bridge found
[ 0.000000] e820: last_pfn = 0x42fe00 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-E7FFF uncachable
[ 0.000000] E8000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0000000000 mask 7C00000000 write-back
[ 0.000000] 1 base 0400000000 mask 7FE0000000 write-back
[ 0.000000] 2 base 0420000000 mask 7FF0000000 write-back
[ 0.000000] 3 base 00E0000000 mask 7FE0000000 uncachable
[ 0.000000] 4 base 00D0000000 mask 7FF0000000 uncachable
[ 0.000000] 5 base 00CE000000 mask 7FFE000000 uncachable
[ 0.000000] 6 base 00CD000000 mask 7FFF000000 uncachable
[ 0.000000] 7 base 042FE00000 mask 7FFFE00000 uncachable
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: update [mem 0xcd000000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0xcc000 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fd770-0x000fd77f] mapped at [ffff8800000fd770]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x01b23000, 0x01b23fff] PGTABLE
[ 0.000000] BRK [0x01b24000, 0x01b24fff] PGTABLE
[ 0.000000] BRK [0x01b25000, 0x01b25fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x42fc00000-0x42fdfffff]
[ 0.000000] [mem 0x42fc00000-0x42fdfffff] page 2M
[ 0.000000] BRK [0x01b26000, 0x01b26fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x42c000000-0x42fbfffff]
[ 0.000000] [mem 0x42c000000-0x42fbfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x400000000-0x42bffffff]
[ 0.000000] [mem 0x400000000-0x42bffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xba004fff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
[ 0.000000] [mem 0x40000000-0x7fffffff] page 1G
[ 0.000000] [mem 0x80000000-0xb9ffffff] page 2M
[ 0.000000] [mem 0xba000000-0xba004fff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xba00c000-0xba7abfff]
[ 0.000000] [mem 0xba00c000-0xba1fffff] page 4k
[ 0.000000] [mem 0xba200000-0xba5fffff] page 2M
[ 0.000000] [mem 0xba600000-0xba7abfff] page 4k
[ 0.000000] BRK [0x01b27000, 0x01b27fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0xbaa1b000-0xcb3c9fff]
[ 0.000000] [mem 0xbaa1b000-0xbabfffff] page 4k
[ 0.000000] [mem 0xbac00000-0xcb1fffff] page 2M
[ 0.000000] [mem 0xcb200000-0xcb3c9fff] page 4k
[ 0.000000] BRK [0x01b28000, 0x01b28fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0xcbfff000-0xcbffffff]
[ 0.000000] [mem 0xcbfff000-0xcbffffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
[ 0.000000] [mem 0x100000000-0x3ffffffff] page 1G
[ 0.000000] RAMDISK: [mem 0x374fa000-0x37a74fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 MSI_NB)
[ 0.000000] ACPI: XSDT 0x00000000CB459098 0000B4 (v01 MSI_NB MEGABOOK 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x00000000CB466618 00010C (v05 MSI_NB MEGABOOK 01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 0x00000000CB4591E0 00D433 (v02 MSI_NB MEGABOOK 00000030 INTL 20120711)
[ 0.000000] ACPI: FACS 0x00000000CB9DC080 000040
[ 0.000000] ACPI: APIC 0x00000000CB466728 000092 (v03 MSI_NB MEGABOOK 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x00000000CB4667C0 000044 (v01 MSI_NB MEGABOOK 01072009 AMI 00010013)
[ 0.000000] ACPI: ASF! 0x00000000CB466808 0000A5 (v32 INTEL HCG 00000001 TFSM 000F4240)
[ 0.000000] ACPI: MSDM 0x00000000CB4668B0 000055 (v03 MSI_NB MEGABOOK 01072009 AMI 00010013)
[ 0.000000] ACPI: LPIT 0x00000000CB466908 00005C (v01 MSI_NB MEGABOOK 00000000 AMI. 00000005)
[ 0.000000] ACPI: SSDT 0x00000000CB466968 000228 (v01 INTEL sensrhub 00000000 INTL 20120711)
[ 0.000000] ACPI: SSDT 0x00000000CB466B90 00018F (v01 Intel zpodd 00001000 INTL 20120711)
[ 0.000000] ACPI: SLIC 0x00000000CB466D20 000176 (v01 MSI_NB MEGABOOK 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 0x00000000CB466E98 000575 (v01 PmRef Cpu0Ist 00003000 INTL 20120711)
[ 0.000000] ACPI: SSDT 0x00000000CB467410 000AD8 (v01 PmRef CpuPm 00003000 INTL 20120711)
[ 0.000000] ACPI: MCFG 0x00000000CB467EE8 00003C (v01 MSI_NB MEGABOOK 01072009 MSFT 00000097)
[ 0.000000] ACPI: HPET 0x00000000CB467F28 000038 (v01 MSI_NB MEGABOOK 01072009 AMI. 00000005)
[ 0.000000] ACPI: SSDT 0x00000000CB467F60 000315 (v01 SataRe SataTabl 00001000 INTL 20120711)
[ 0.000000] ACPI: SSDT 0x00000000CB468278 003550 (v01 SaSsdt SaSsdt 00003000 INTL 20091112)
[ 0.000000] ACPI: SSDT 0x00000000CB46B7C8 00143A (v01 SgRef SgPeg 00001000 INTL 20120711)
[ 0.000000] ACPI: DMAR 0x00000000CB46CC08 0000B8 (v01 INTEL HSW 00000001 INTL 00000001)
[ 0.000000] ACPI: SSDT 0x00000000CB46CCC0 001472 (v01 OptRef OptTabl 00001000 INTL 20120711)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000042fdfffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x42fdfffff]
[ 0.000000] NODE_DATA [mem 0x42fdf6000-0x42fdfafff]
[ 0.000000] [ffffea0000000000-ffffea0010bfffff] PMD -> [ffff88041f400000-ffff88042f3fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x42fdfffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
[ 0.000000] node 0: [mem 0x00100000-0xba004fff]
[ 0.000000] node 0: [mem 0xba00c000-0xba7abfff]
[ 0.000000] node 0: [mem 0xbaa1b000-0xcb3c9fff]
[ 0.000000] node 0: [mem 0xcbfff000-0xcbffffff]
[ 0.000000] node 0: [mem 0x100000000-0x42fdfffff]
[ 0.000000] On node 0 totalpages: 4173553
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3996 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 12934 pages used for memmap
[ 0.000000] DMA32 zone: 827733 pages, LIFO batch:31
[ 0.000000] Normal zone: 52216 pages used for memmap
[ 0.000000] Normal zone: 3341824 pages, LIFO batch:31
[ 0.000000] Reserving Intel graphics stolen memory at 0xcd200000-0xcf1fffff
[ 0.000000] ACPI: PM-Timer IO Port: 0x1808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xba005000-0xba00bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xba7ac000-0xbaa1afff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcb3ca000-0xcb453fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcb454000-0xcb46efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcb46f000-0xcb9ddfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcb9de000-0xcbffefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcc000000-0xccffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcd000000-0xcf1fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcf200000-0xf7ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.000000] e820: [mem 0xcf200000-0xf7ffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88042fa00000 s86784 r8192 d23808 u262144
[ 0.000000] pcpu-alloc: s86784 r8192 d23808 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4108318
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=1a4daa5b-c2e9-44c0-9155-95a9d2c25878 rw cryptdevice=UUID=67ed3f10-6bc9-4413-b567-f9f0111aecf0:cryptroot resume=/dev/mapper/lvm-swapvol quiet
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] AGP: Checking aperture...
[ 0.000000] AGP: No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 16347668K/16694212K available (5334K kernel code, 887K rwdata, 1688K rodata, 1128K init, 1164K bss, 346544K reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
[ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.000000] NR_IRQS:8448 nr_irqs:744 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 67108864 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2494.320 MHz processor
[ 0.000022] Calibrating delay loop (skipped), value calculated using timer frequency.. 4990.50 BogoMIPS (lpj=8314400)
[ 0.000024] pid_max: default: 32768 minimum: 301
[ 0.000029] ACPI: Core revision 20140424
[ 0.009832] ACPI: All ACPI Tables successfully acquired
[ 0.010517] Security Framework initialized
[ 0.010521] Yama: becoming mindful.
[ 0.011207] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.013363] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.014280] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.014292] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.014481] Initializing cgroup subsys memory
[ 0.014494] Initializing cgroup subsys devices
[ 0.014498] Initializing cgroup subsys freezer
[ 0.014500] Initializing cgroup subsys net_cls
[ 0.014502] Initializing cgroup subsys blkio
[ 0.014521] CPU: Physical Processor ID: 0
[ 0.014521] CPU: Processor Core ID: 0
[ 0.014525] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.015291] mce: CPU supports 9 MCE banks
[ 0.015301] CPU0: Thermal monitoring enabled (TM1)
[ 0.015311] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
tlb_flushall_shift: 6
[ 0.015382] Freeing SMP alternatives memory: 20K (ffffffff819f9000 - ffffffff819fe000)
[ 0.015942] ftrace: allocating 20434 entries in 80 pages
[ 0.022339] dmar: Host address width 39
[ 0.022341] dmar: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.022348] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
[ 0.022349] dmar: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.022352] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
[ 0.022353] dmar: RMRR base: 0x000000cbe94000 end: 0x000000cbea2fff
[ 0.022354] dmar: RMRR base: 0x000000cd000000 end: 0x000000cf1fffff
[ 0.022418] IOAPIC id 8 under DRHD base 0xfed91000 IOMMU 1
[ 0.022419] HPET id 0 under DRHD base 0xfed91000
[ 0.022420] Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.022530] Enabled IRQ remapping in x2apic mode
[ 0.022531] Enabling x2apic
[ 0.022532] Enabled x2apic
[ 0.022541] Switched APIC routing to cluster x2apic.
[ 0.022958] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.056020] smpboot: CPU0: Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz (fam: 06, model: 3c, stepping: 03)
[ 0.056031] TSC deadline timer enabled
[ 0.056047] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
[ 0.056060] ... version: 3
[ 0.056061] ... bit width: 48
[ 0.056061] ... generic registers: 4
[ 0.056062] ... value mask: 0000ffffffffffff
[ 0.056063] ... max period: 0000ffffffffffff
[ 0.056063] ... fixed-purpose events: 3
[ 0.056064] ... event mask: 000000070000000f
[ 0.079493] x86: Booting SMP configuration:
[ 0.079494] .... node #0, CPUs: #1
[ 0.093398] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.100083] #2 #3 #4 #5 #6 #7
[ 0.220438] x86: Booted up 1 node, 8 CPUs
[ 0.220442] smpboot: Total of 8 processors activated (39925.00 BogoMIPS)
[ 0.226421] devtmpfs: initialized
[ 0.228397] PM: Registering ACPI NVS region [mem 0xba005000-0xba00bfff] (28672 bytes)
[ 0.228398] PM: Registering ACPI NVS region [mem 0xcb46f000-0xcb9ddfff] (5697536 bytes)
[ 0.228983] pinctrl core: initialized pinctrl subsystem
[ 0.229021] RTC time: 0:23:19, date: 08/15/14
[ 0.229056] NET: Registered protocol family 16
[ 0.229128] cpuidle: using governor ladder
[ 0.229129] cpuidle: using governor menu
[ 0.229147] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.229148] ACPI: bus type PCI registered
[ 0.229150] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.229202] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.229203] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.229261] PCI: Using configuration type 1 for base access
[ 0.243279] ACPI: Added _OSI(Module Device)
[ 0.243281] ACPI: Added _OSI(Processor Device)
[ 0.243282] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.243283] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.245353] ACPI Error: No handler for Region [EC__] (ffff88041f03bc18) [EmbeddedControl] (20140424/evregion-162)
[ 0.245356] ACPI Error: Region EmbeddedControl (ID=3) has no handler (20140424/exfldio-299)
[ 0.245358] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.EC__._REG] (Node ffff88041f03ecf8), AE_NOT_EXIST (20140424/psparse-536)
[ 0.246040] ACPI: Executed 2 blocks of module-level executable AML code
[ 0.286406] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.299829] ACPI: Dynamic OEM Table Load:
[ 0.299835] ACPI: SSDT 0xFFFF880418CB3000 0003EA (v01 PmRef Cpu0Cst 00003001 INTL 20120711)
[ 0.313292] ACPI: Dynamic OEM Table Load:
[ 0.313298] ACPI: SSDT 0xFFFF880418D31000 0005AA (v01 PmRef ApIst 00003000 INTL 20120711)
[ 0.326537] ACPI: Dynamic OEM Table Load:
[ 0.326541] ACPI: SSDT 0xFFFF880418D01A00 000119 (v01 PmRef ApCst 00003000 INTL 20120711)
[ 0.354461] ACPI: Interpreter enabled
[ 0.354467] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
[ 0.354471] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
[ 0.354482] ACPI: (supports S0 S3 S4 S5)
[ 0.354483] ACPI: Using IOAPIC for interrupt routing
[ 0.354500] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.371125] ACPI: Power Resource [PG00] (on)
[ 0.385654] ACPI: Power Resource [FN00] (off)
[ 0.385699] ACPI: Power Resource [FN01] (off)
[ 0.385742] ACPI: Power Resource [FN02] (off)
[ 0.385786] ACPI: Power Resource [FN03] (off)
[ 0.385831] ACPI: Power Resource [FN04] (off)
[ 0.386362] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.386366] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.386519] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[ 0.386601] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[ 0.386931] PCI host bridge to bus 0000:00
[ 0.386933] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.386935] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.386936] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.386937] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.386938] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[ 0.386939] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[ 0.386940] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[ 0.386940] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[ 0.386941] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[ 0.386942] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[ 0.386943] pci_bus 0000:00: root bus resource [mem 0xcf200000-0xfeafffff]
[ 0.386948] pci 0000:00:00.0: [8086:0c04] type 00 class 0x060000
[ 0.387008] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[ 0.387033] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.387061] pci 0000:00:01.0: System wakeup disabled by ACPI
[ 0.387093] pci 0000:00:02.0: [8086:0416] type 00 class 0x030000
[ 0.387101] pci 0000:00:02.0: reg 0x10: [mem 0xf6400000-0xf67fffff 64bit]
[ 0.387105] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.387108] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 0.387156] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[ 0.387162] pci 0000:00:03.0: reg 0x10: [mem 0xf7414000-0xf7417fff 64bit]
[ 0.387235] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[ 0.387251] pci 0000:00:14.0: reg 0x10: [mem 0xf7400000-0xf740ffff 64bit]
[ 0.387303] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.387325] pci 0000:00:14.0: System wakeup disabled by ACPI
[ 0.387356] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[ 0.387373] pci 0000:00:16.0: reg 0x10: [mem 0xf741e000-0xf741e00f 64bit]
[ 0.387429] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.387490] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[ 0.387508] pci 0000:00:1a.0: reg 0x10: [mem 0xf741c000-0xf741c3ff]
[ 0.387586] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.387623] pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 0.387656] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[ 0.387670] pci 0000:00:1b.0: reg 0x10: [mem 0xf7410000-0xf7413fff 64bit]
[ 0.387730] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.387754] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 0.387784] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[ 0.387850] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.387876] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.387902] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
[ 0.387968] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.387994] pci 0000:00:1c.2: System wakeup disabled by ACPI
[ 0.388018] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[ 0.388084] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.388110] pci 0000:00:1c.3: System wakeup disabled by ACPI
[ 0.388133] pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
[ 0.388199] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.388225] pci 0000:00:1c.4: System wakeup disabled by ACPI
[ 0.388261] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[ 0.388279] pci 0000:00:1d.0: reg 0x10: [mem 0xf741b000-0xf741b3ff]
[ 0.388358] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.388395] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.388428] pci 0000:00:1f.0: [8086:8c4b] type 00 class 0x060100
[ 0.388564] pci 0000:00:1f.2: [8086:8c03] type 00 class 0x010601
[ 0.388578] pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7]
[ 0.388584] pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3]
[ 0.388591] pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097]
[ 0.388597] pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083]
[ 0.388618] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
[ 0.388625] pci 0000:00:1f.2: reg 0x24: [mem 0xf741a000-0xf741a7ff]
[ 0.388658] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.388708] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[ 0.388721] pci 0000:00:1f.3: reg 0x10: [mem 0xf7419000-0xf74190ff 64bit]
[ 0.388739] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
[ 0.388833] pci 0000:01:00.0: [10de:1199] type 00 class 0x030200
[ 0.388840] pci 0000:01:00.0: reg 0x10: [mem 0xf5000000-0xf5ffffff]
[ 0.388847] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.388854] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.388858] pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
[ 0.388863] pci 0000:01:00.0: reg 0x30: [mem 0xf6000000-0xf607ffff pref]
[ 0.388900] pci 0000:01:00.0: System wakeup disabled by ACPI
[ 0.393257] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.393259] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.393261] pci 0000:00:01.0: bridge window [mem 0xf5000000-0xf60fffff]
[ 0.393264] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[ 0.393341] acpiphp: Slot [1] registered
[ 0.393351] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.393425] acpiphp: Slot [1-1] registered
[ 0.393435] pci 0000:00:1c.2: PCI bridge to [bus 03]
[ 0.393439] pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
[ 0.393443] pci 0000:00:1c.2: bridge window [mem 0xf6800000-0xf71fffff]
[ 0.393448] pci 0000:00:1c.2: bridge window [mem 0xf2100000-0xf2afffff 64bit pref]
[ 0.393716] pci 0000:04:00.0: [1969:e091] type 00 class 0x020000
[ 0.394035] pci 0000:04:00.0: reg 0x10: [mem 0xf7300000-0xf733ffff 64bit]
[ 0.394138] pci 0000:04:00.0: reg 0x18: [io 0xc000-0xc07f]
[ 0.395629] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.395860] pci 0000:04:00.0: System wakeup disabled by ACPI
[ 0.400012] pci 0000:00:1c.3: PCI bridge to [bus 04]
[ 0.400015] pci 0000:00:1c.3: bridge window [io 0xc000-0xcfff]
[ 0.400019] pci 0000:00:1c.3: bridge window [mem 0xf7300000-0xf73fffff]
[ 0.400137] pci 0000:05:00.0: [8086:08b1] type 00 class 0x028000
[ 0.400192] pci 0000:05:00.0: reg 0x10: [mem 0xf7200000-0xf7201fff 64bit]
[ 0.400431] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[ 0.400485] pci 0000:05:00.0: System wakeup disabled by ACPI
[ 0.406642] pci 0000:00:1c.4: PCI bridge to [bus 05]
[ 0.406647] pci 0000:00:1c.4: bridge window [mem 0xf7200000-0xf72fffff]
[ 0.406725] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[ 0.414012] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.414043] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.414073] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
[ 0.414102] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.414131] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.414160] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.414189] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
[ 0.414217] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 10 11 12 14 15)
[ 0.414398] ACPI: Enabled 6 GPEs in block 00 to 3F
[ 0.414425] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.414488] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.414490] vgaarb: loaded
[ 0.414491] vgaarb: bridge control possible 0000:00:02.0
[ 0.414510] PCI: Using ACPI for IRQ routing
[ 0.415717] PCI: pci_cache_line_size set to 64 bytes
[ 0.415760] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[ 0.415762] e820: reserve RAM buffer [mem 0xba005000-0xbbffffff]
[ 0.415763] e820: reserve RAM buffer [mem 0xba7ac000-0xbbffffff]
[ 0.415764] e820: reserve RAM buffer [mem 0xcb3ca000-0xcbffffff]
[ 0.415765] e820: reserve RAM buffer [mem 0x42fe00000-0x42fffffff]
[ 0.415845] NetLabel: Initializing
[ 0.415846] NetLabel: domain hash size = 128
[ 0.415847] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.415856] NetLabel: unlabeled traffic allowed by default
[ 0.415875] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.415879] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.417907] Switched to clocksource hpet
[ 0.421100] pnp: PnP ACPI init
[ 0.421109] ACPI: bus type PNP registered
[ 0.421154] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.421156] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.421271] system 00:01: [io 0x0680-0x069f] has been reserved
[ 0.421272] system 00:01: [io 0xffff] has been reserved
[ 0.421274] system 00:01: [io 0xffff] has been reserved
[ 0.421275] system 00:01: [io 0xffff] has been reserved
[ 0.421276] system 00:01: [io 0x1c00-0x1cfe] has been reserved
[ 0.421278] system 00:01: [io 0x1d00-0x1dfe] has been reserved
[ 0.421279] system 00:01: [io 0x1e00-0x1efe] has been reserved
[ 0.421280] system 00:01: [io 0x1f00-0x1ffe] has been reserved
[ 0.421281] system 00:01: [io 0x1800-0x18fe] could not be reserved
[ 0.421283] system 00:01: [io 0x164e-0x164f] has been reserved
[ 0.421284] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.421306] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.421336] system 00:03: [io 0x1854-0x1857] has been reserved
[ 0.421337] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.421368] system 00:04: [io 0x04d0-0x04d1] has been reserved
[ 0.421370] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.421401] pnp 00:05: Plug and Play ACPI device, IDs ETD0301 PNP0f13 SYN1500 SYN0002 (active)
[ 0.421425] pnp 00:06: Plug and Play ACPI device, IDs MSI0007 PNP030b (active)
[ 0.428497] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.428499] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.428500] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.428501] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.428502] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.428503] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.428504] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.428505] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.428507] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[ 0.428508] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.428509] system 00:07: [mem 0xf7fdf000-0xf7fdffff] has been reserved
[ 0.428510] system 00:07: [mem 0xf7fe0000-0xf7feffff] has been reserved
[ 0.428512] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.428661] pnp: PnP ACPI: found 8 devices
[ 0.428662] ACPI: bus type PNP unregistered
[ 0.434525] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
[ 0.434527] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[ 0.434529] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
[ 0.434547] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[ 0.434548] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.434549] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.434553] pci 0000:00:1c.0: BAR 14: assigned [mem 0xcf200000-0xcf3fffff]
[ 0.434557] pci 0000:00:1c.0: BAR 15: assigned [mem 0xcf400000-0xcf5fffff 64bit pref]
[ 0.434559] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.434560] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.434562] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.434564] pci 0000:00:01.0: bridge window [mem 0xf5000000-0xf60fffff]
[ 0.434566] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[ 0.434568] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.434571] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.434574] pci 0000:00:1c.0: bridge window [mem 0xcf200000-0xcf3fffff]
[ 0.434578] pci 0000:00:1c.0: bridge window [mem 0xcf400000-0xcf5fffff 64bit pref]
[ 0.434583] pci 0000:00:1c.2: PCI bridge to [bus 03]
[ 0.434585] pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
[ 0.434594] pci 0000:00:1c.2: bridge window [mem 0xf6800000-0xf71fffff]
[ 0.434597] pci 0000:00:1c.2: bridge window [mem 0xf2100000-0xf2afffff 64bit pref]
[ 0.434602] pci 0000:00:1c.3: PCI bridge to [bus 04]
[ 0.434604] pci 0000:00:1c.3: bridge window [io 0xc000-0xcfff]
[ 0.434608] pci 0000:00:1c.3: bridge window [mem 0xf7300000-0xf73fffff]
[ 0.434614] pci 0000:00:1c.4: PCI bridge to [bus 05]
[ 0.434619] pci 0000:00:1c.4: bridge window [mem 0xf7200000-0xf72fffff]
[ 0.434625] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.434627] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.434628] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.434628] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[ 0.434629] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[ 0.434630] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[ 0.434631] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[ 0.434632] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
[ 0.434633] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
[ 0.434634] pci_bus 0000:00: resource 13 [mem 0xcf200000-0xfeafffff]
[ 0.434635] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.434636] pci_bus 0000:01: resource 1 [mem 0xf5000000-0xf60fffff]
[ 0.434637] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[ 0.434638] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.434639] pci_bus 0000:02: resource 1 [mem 0xcf200000-0xcf3fffff]
[ 0.434640] pci_bus 0000:02: resource 2 [mem 0xcf400000-0xcf5fffff 64bit pref]
[ 0.434641] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
[ 0.434642] pci_bus 0000:03: resource 1 [mem 0xf6800000-0xf71fffff]
[ 0.434643] pci_bus 0000:03: resource 2 [mem 0xf2100000-0xf2afffff 64bit pref]
[ 0.434644] pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
[ 0.434645] pci_bus 0000:04: resource 1 [mem 0xf7300000-0xf73fffff]
[ 0.434646] pci_bus 0000:05: resource 1 [mem 0xf7200000-0xf72fffff]
[ 0.434665] NET: Registered protocol family 2
[ 0.434817] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.434957] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.435058] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.435070] TCP: reno registered
[ 0.435083] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.435119] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.435175] NET: Registered protocol family 1
[ 0.435185] pci 0000:00:02.0: Boot video device
[ 0.468054] pci 0000:04:00.0: set MSI_INTX_DISABLE_BUG flag
[ 0.468062] PCI: CLS 64 bytes, default 64
[ 0.468102] Unpacking initramfs...
[ 0.532072] Freeing initrd memory: 5612K (ffff8800374fa000 - ffff880037a75000)
[ 0.532091] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.532093] software IO TLB [mem 0xc73ca000-0xcb3ca000] (64MB) mapped at [ffff8800c73ca000-ffff8800cb3c9fff]
[ 0.532304] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
[ 0.532341] Scanning for low memory corruption every 60 seconds
[ 0.532551] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.532785] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.533736] zbud: loaded
[ 0.533873] VFS: Disk quotas dquot_6.5.2
[ 0.533900] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.533989] msgmni has been set to 31940
[ 0.534033] Key type big_key registered
[ 0.534168] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.534218] io scheduler noop registered
[ 0.534220] io scheduler deadline registered
[ 0.534251] io scheduler cfq registered (default)
[ 0.534366] pcieport 0000:00:01.0: irq 42 for MSI/MSI-X
[ 0.534677] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.534686] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.534714] vesafb: mode is 2880x1620x32, linelength=11520, pages=0
[ 0.534715] vesafb: scrolling: redraw
[ 0.534716] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.534738] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90005c00000, using 18240k, total 18240k
[ 0.822629] Console: switching to colour frame buffer device 360x101
[ 1.110079] fb0: VESA VGA frame buffer device
[ 1.110094] intel_idle: MWAIT substates: 0x42120
[ 1.110095] intel_idle: v0.4 model 0x3C
[ 1.110096] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 1.110313] GHES: HEST is not enabled!
[ 1.110361] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 1.110652] Linux agpgart interface v0.103
[ 1.110693] rtc_cmos 00:02: RTC can wake from S4
[ 1.110794] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 1.110819] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 1.110828] Intel P-state driver initializing.
[ 1.110838] Intel pstate controlling: cpu 0
[ 1.110854] Intel pstate controlling: cpu 1
[ 1.110867] Intel pstate controlling: cpu 2
[ 1.110879] Intel pstate controlling: cpu 3
[ 1.110891] Intel pstate controlling: cpu 4
[ 1.110899] Intel pstate controlling: cpu 5
[ 1.110911] Intel pstate controlling: cpu 6
[ 1.110923] Intel pstate controlling: cpu 7
[ 1.111000] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.111276] TCP: cubic registered
[ 1.111504] NET: Registered protocol family 10
[ 1.111971] NET: Registered protocol family 17
[ 1.112783] registered taskstats version 1
[ 1.114136] Magic number: 10:956:354
[ 1.114303] rtc_cmos 00:02: setting system clock to 2014-08-15 00:23:19 UTC (1408062199)
[ 1.114490] PM: Checking hibernation image partition /dev/mapper/lvm-swapvol
[ 1.114497] PM: Hibernation image not present or could not be loaded.
[ 1.116376] Freeing unused kernel memory: 1128K (ffffffff818df000 - ffffffff819f9000)
[ 1.116380] Write protecting the kernel read-only data: 8192k
[ 1.121213] Freeing unused kernel memory: 800K (ffff880001538000 - ffff880001600000)
[ 1.123178] Freeing unused kernel memory: 360K (ffff8800017a6000 - ffff880001800000)
[ 1.135874] random: systemd-tmpfile urandom read with 4 bits of entropy available
[ 1.136933] systemd-udevd[80]: starting version 215
[ 1.139538] device-mapper: uevent: version 1.0.3
[ 1.139594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: [email protected]
[ 1.149753] i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 1.156378] ACPI: bus type USB registered
[ 1.156404] usbcore: registered new interface driver usbfs
[ 1.156415] usbcore: registered new interface driver hub
[ 1.156476] usbcore: registered new device driver usb
[ 1.156933] SCSI subsystem initialized
[ 1.162079] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.162996] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.163041] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.163214] ehci-pci: EHCI PCI platform driver
[ 1.163316] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 1.163320] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 1.163332] ehci-pci 0000:00:1a.0: debug port 2
[ 1.164275] libata version 3.00 loaded.
[ 1.164967] AVX2 version of gcm_enc/dec engaged.
[ 1.167248] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 1.167266] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf741c000
[ 1.175425] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 1.175578] hub 1-0:1.0: USB hub found
[ 1.175582] hub 1-0:1.0: 2 ports detected
[ 1.175779] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 1.175783] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 1.175793] ehci-pci 0000:00:1d.0: debug port 2
[ 1.179710] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 1.179723] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf741b000
[ 1.179857] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.188804] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 1.188987] hub 2-0:1.0: USB hub found
[ 1.188991] hub 2-0:1.0: 2 ports detected
[ 1.189214] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.189222] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 1.189323] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 1.189343] xhci_hcd 0000:00:14.0: irq 43 for MSI/MSI-X
[ 1.189561] hub 3-0:1.0: USB hub found
[ 1.189580] hub 3-0:1.0: 14 ports detected
[ 1.192223] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.192226] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[ 1.192336] hub 4-0:1.0: USB hub found
[ 1.192347] hub 4-0:1.0: 6 ports detected
[ 1.193001] usb: failed to peer usb4-port6 and usb3-port4 by location (usb4-port6:none) (usb3-port4:usb4-port4)
[ 1.193002] usb usb4-port6: failed to peer to usb3-port4 (-16)
[ 1.193002] usb: port power management may be unreliable
[ 1.193071] ahci 0000:00:1f.2: version 3.0
[ 1.193201] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
[ 1.193239] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x10 impl SATA mode
[ 1.193241] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
[ 1.193733] scsi0 : ahci
[ 1.193850] scsi1 : ahci
[ 1.193946] scsi2 : ahci
[ 1.194041] scsi3 : ahci
[ 1.194109] scsi4 : ahci
[ 1.194177] scsi5 : ahci
[ 1.194201] ata1: DUMMY
[ 1.194201] ata2: DUMMY
[ 1.194202] ata3: DUMMY
[ 1.194203] ata4: DUMMY
[ 1.194205] ata5: SATA max UDMA/133 abar m2048@0xf741a000 port 0xf741a300 irq 44
[ 1.194206] ata6: DUMMY
[ 1.482494] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.512521] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.513764] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 1.513768] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 1.513770] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 1.514950] ata5.00: ATA-8: HGST HTS721010A9E630, JB0OA3J0, max UDMA/133
[ 1.514953] ata5.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.516323] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 1.516327] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 1.516329] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 1.517496] ata5.00: configured for UDMA/133
[ 1.517668] scsi 4:0:0:0: Direct-Access ATA HGST HTS721010A9 A3J0 PQ: 0 ANSI: 5
[ 1.520380] sd 4:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 1.520382] sd 4:0:0:0: [sda] 4096-byte physical blocks
[ 1.520463] sd 4:0:0:0: [sda] Write Protect is off
[ 1.520466] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.520499] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.535828] tsc: Refined TSC clocksource calibration: 2494.224 MHz
[ 1.594508] sda: sda1 sda2 sda3 sda128
[ 1.595313] sd 4:0:0:0: [sda] Attached SCSI disk
[ 1.606608] hub 1-1:1.0: USB hub found
[ 1.606671] hub 1-1:1.0: 6 ports detected
[ 1.712720] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 1.836976] hub 2-1:1.0: USB hub found
[ 1.837108] hub 2-1:1.0: 8 ports detected
[ 1.996416] usb 3-5: new low-speed USB device number 2 using xhci_hcd
[ 2.173583] usb 3-5: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 2.175034] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.176842] usbcore: registered new interface driver usbhid
[ 2.176844] usbhid: USB HID core driver
[ 2.177298] input: Mouse USB Laser Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.0/0003:FFC0:0040.0001/input/input2
[ 2.177340] hid-generic 0003:FFC0:0040.0001: input,hidraw0: USB HID v1.11 Mouse [Mouse USB Laser Mouse] on usb-0000:00:14.0-5/input0
[ 2.239993] usb 1-1.3: new full-speed USB device number 3 using ehci-pci
[ 2.403591] usb 2-1.8: new full-speed USB device number 3 using ehci-pci
[ 2.491845] hid-generic 0003:1770:FF00.0002: hiddev0,hidraw1: USB HID v1.10 Device [MSI EPF USB MSI EPF USB] on usb-0000:00:1d.0-1.8/input0
[ 2.537099] Switched to clocksource tsc
[ 9.125249] random: nonblocking pool is initialized
[ 15.501907] NET: Registered protocol family 38
[ 17.087530] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[ 18.229927] EXT4-fs (dm-1): re-mounted. Opts: data=ordered
[ 18.534354] systemd-udevd[279]: starting version 215
[ 18.952256] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/PNP0C09:00/PNP0C0D:00/input/input3
[ 18.952469] ACPI: Fan [FAN0] (off)
[ 18.952491] ACPI: Fan [FAN1] (off)
[ 18.952509] ACPI: Fan [FAN2] (off)
[ 18.952526] ACPI: Fan [FAN3] (off)
[ 18.952543] ACPI: Fan [FAN4] (off)
[ 18.955614] ACPI: Lid Switch [LID0]
[ 18.955655] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
[ 18.955658] ACPI: Power Button [PWRB]
[ 18.955686] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[ 18.955687] ACPI: Power Button [PWRF]
[ 18.966606] wmi: Mapper loaded
[ 19.047576] thermal LNXTHERM:00: registered as thermal_zone0
[ 19.047578] ACPI: Thermal Zone [TZ00] (28 C)
[ 19.047729] thermal LNXTHERM:01: registered as thermal_zone1
[ 19.047730] ACPI: Thermal Zone [TZ01] (30 C)
[ 19.050742] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 19.068816] thermal LNXTHERM:02: registered as thermal_zone2
[ 19.068818] ACPI: Thermal Zone [THRM] (53 C)
[ 19.071927] ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion 0x000000000000f040-0x000000000000f04f (\_SB_.PCI0.SBUS.SMBI) (20140424/utaddress-258)
[ 19.071931] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 19.124018] [drm] Initialized drm 1.1.0 20060810
[ 19.155967] input: PC Speaker as /devices/platform/pcspkr/input/input6
[ 19.191918] ACPI: Battery Slot [BAT1] (battery present)
[ 19.198641] ACPI: AC Adapter [ADP1] (on-line)
[ 19.201166] mei_me 0000:00:16.0: irq 45 for MSI/MSI-X
[ 19.230883] microcode: CPU0 sig=0x306c3, pf=0x20, revision=0x17
[ 19.320790] mousedev: PS/2 mouse device common for all mice
[ 19.340987] input: MSI WMI hotkeys as /devices/virtual/input/input8
[ 19.350216] iTCO_vendor_support: vendor-support=0
[ 19.357069] [drm] Memory usable by graphics device = 2048M
[ 19.357071] [drm] Replacing VGA console driver
[ 19.357073] checking generic (d0000000 11d0000) vs hw (d0000000 10000000)
[ 19.357074] fb: switching to inteldrmfb from VESA VGA
[ 19.357086] Console: switching to colour dummy device 80x25
[ 19.360084] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 19.360106] iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
[ 19.360171] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 19.375453] i915 0000:00:02.0: irq 46 for MSI/MSI-X
[ 19.375461] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 19.375462] [drm] Driver supports precise vblank timestamp query.
[ 19.375480] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 19.396788] [drm] VBT doesn't support DRRS
[ 19.413293] alx 0000:04:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [44:8a:5b:6f:c3:57]
[ 19.434956] cfg80211: Calling CRDA to update world regulatory domain
[ 19.465506] microcode: CPU1 sig=0x306c3, pf=0x20, revision=0x17
[ 19.465534] microcode: CPU2 sig=0x306c3, pf=0x20, revision=0x17
[ 19.465555] microcode: CPU3 sig=0x306c3, pf=0x20, revision=0x17
[ 19.465575] microcode: CPU4 sig=0x306c3, pf=0x20, revision=0x17
[ 19.465588] microcode: CPU5 sig=0x306c3, pf=0x20, revision=0x17
[ 19.465603] microcode: CPU6 sig=0x306c3, pf=0x20, revision=0x17
[ 19.465625] microcode: CPU7 sig=0x306c3, pf=0x20, revision=0x17
[ 19.465673] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
[ 19.518669] Bluetooth: Core ver 2.19
[ 19.518681] NET: Registered protocol family 31
[ 19.518682] Bluetooth: HCI device and connection manager initialized
[ 19.518688] Bluetooth: HCI socket layer initialized
[ 19.518689] Bluetooth: L2CAP socket layer initialized
[ 19.545919] Bluetooth: SCO socket layer initialized
[ 19.545920] systemd-udevd[296]: renamed network interface eth0 to enp4s0
[ 19.555627] [drm] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
[ 19.579086] fbcon: inteldrmfb (fb0) is primary device
[ 19.634446] usbcore: registered new interface driver btusb
[ 19.647874] Bluetooth: hci0: read Intel version: 370710018002030d00
[ 19.662947] MXM: GUID detected in BIOS
[ 19.663037] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[ 19.663093] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[ 19.663229] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
[ 19.663230] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.PEG0.PEGP handle
[ 19.672404] Intel(R) Wireless WiFi driver for Linux, in-tree:
[ 19.672404] Copyright(c) 2003- 2014 Intel Corporation
[ 19.672511] iwlwifi 0000:05:00.0: irq 47 for MSI/MSI-X
[ 19.774284] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
[ 19.803544] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x461f00)
[ 19.804987] iwlwifi 0000:05:00.0: loaded firmware version 23.214.9.0 op_mode iwlmvm
[ 19.820975] psmouse serio1: elantech: Synaptics capabilities query result 0x00, 0x15, 0x0e.
[ 19.908919] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input7
[ 19.956219] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
[ 20.011971] iwlwifi 0000:05:00.0: Detected Intel(R) Dual Band Wireless AC 7260, REV=0x144
[ 20.012015] iwlwifi 0000:05:00.0: L1 Disabled; Enabling L0S
[ 20.012231] iwlwifi 0000:05:00.0: L1 Disabled; Enabling L0S
[ 20.155135] Adding 16777212k swap on /dev/mapper/lvm-swapvol. Priority:-1 extents:1 across:16777212k FS
[ 20.301346] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 20.329844] systemd-udevd[285]: renamed network interface wlan0 to wlp5s0
[ 20.646833] Console: switching to colour frame buffer device 360x101
[ 20.661807] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 20.661808] i915 0000:00:02.0: registered panic notifier
[ 20.684762] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[ 20.707714] ACPI: Video Device [PEGP] (multi-head: yes rom: yes post: no)
[ 20.707767] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:44/LNXVIDEO:00/input/input9
[ 20.708831] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 20.708889] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input10
[ 20.708952] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 20.709072] nouveau [ DEVICE][0000:01:00.0] BOOT0 : 0x0e4190a2
[ 20.709074] nouveau [ DEVICE][0000:01:00.0] Chipset: GK104 (NVE4)
[ 20.709075] nouveau [ DEVICE][0000:01:00.0] Family : NVE0
[ 20.709094] nouveau [ VBIOS][0000:01:00.0] checking PRAMIN for image...
[ 20.709100] nouveau [ VBIOS][0000:01:00.0] ... signature not found
[ 20.709101] nouveau [ VBIOS][0000:01:00.0] checking PROM for image...
[ 20.709410] snd_hda_intel 0000:00:03.0: irq 48 for MSI/MSI-X
[ 20.709527] snd_hda_intel 0000:00:1b.0: irq 49 for MSI/MSI-X
[ 20.778578] nouveau [ VBIOS][0000:01:00.0] ... appears to be valid
[ 20.778580] nouveau [ VBIOS][0000:01:00.0] using image from PROM
[ 20.778686] nouveau [ VBIOS][0000:01:00.0] BIT signature found
[ 20.778688] nouveau [ VBIOS][0000:01:00.0] version 80.04.ef.00.21
[ 20.778987] nouveau [ DEVINIT][0000:01:00.0] adaptor not initialised
[ 20.778994] nouveau [ VBIOS][0000:01:00.0] running init tables
[ 20.968712] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input11
[ 20.968772] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input12
[ 20.968830] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input13
[ 21.009002] sound hdaudioC1D0: autoconfig: line_outs=2 (0x15/0x1b/0x0/0x0/0x0) type:speaker
[ 21.009005] sound hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 21.009006] sound hdaudioC1D0: hp_outs=1 (0x14/0x0/0x0/0x0/0x0)
[ 21.009007] sound hdaudioC1D0: mono: mono_out=0x0
[ 21.009008] sound hdaudioC1D0: dig-out=0x1e/0x0
[ 21.009009] sound hdaudioC1D0: inputs:
[ 21.009010] sound hdaudioC1D0: Mic=0x18
[ 21.009011] sound hdaudioC1D0: Internal Mic=0x12
[ 21.016614] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/hdaudioC1D0/input14
[ 21.016783] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input15
[ 21.016842] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input16
[ 21.043492] nouveau 0000:01:00.0: irq 50 for MSI/MSI-X
[ 21.043506] nouveau [ PMC][0000:01:00.0] MSI interrupts enabled
[ 21.043546] nouveau [ PFB][0000:01:00.0] RAM type: GDDR5
[ 21.043547] nouveau [ PFB][0000:01:00.0] RAM size: 3072 MiB
[ 21.043548] nouveau [ PFB][0000:01:00.0] ZCOMP: 0 tags
[ 21.045953] nouveau [ VOLT][0000:01:00.0] GPU voltage: 600000uv
[ 21.074609] nouveau [ PTHERM][0000:01:00.0] FAN control: none / external
[ 21.074615] nouveau [ PTHERM][0000:01:00.0] fan management: automatic
[ 21.074622] nouveau [ PTHERM][0000:01:00.0] internal sensor: yes
[ 21.074643] nouveau [ CLK][0000:01:00.0] 07: core 324-405 MHz memory 648 MHz
[ 21.074686] nouveau [ CLK][0000:01:00.0] 0a: core 405-967 MHz memory 1620 MHz
[ 21.074757] nouveau [ CLK][0000:01:00.0] 0e: core 405-967 MHz memory 4000 MHz
[ 21.074843] nouveau [ CLK][0000:01:00.0] 0f: core 405-967 MHz memory 5000 MHz
[ 21.074913] nouveau [ CLK][0000:01:00.0] --: core 324 MHz memory 648 MHz
[ 21.113338] nouveau E[ PBUS][0000:01:00.0] MMIO read of 0x00000000 FAULT at 0x400700 [ IBUS ]
[ 21.113368] vga_switcheroo: enabled
[ 21.113471] [TTM] Zone kernel: Available graphics memory: 8177794 kiB
[ 21.113473] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
[ 21.113473] [TTM] Initializing pool allocator
[ 21.113477] [TTM] Initializing DMA pool allocator
[ 21.113484] nouveau [ DRM] VRAM: 3072 MiB
[ 21.113485] nouveau [ DRM] GART: 1048576 MiB
[ 21.113487] nouveau [ DRM] TMDS table version 2.0
[ 21.113489] nouveau [ DRM] DCB version 4.0
[ 21.119681] nouveau [ DRM] MM: using COPY for buffer copies
[ 21.119686] [drm] Initialized nouveau 1.1.1 20120801 for 0000:01:00.0 on minor 1
[ 21.347781] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[ 21.985072] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
[ 21.993709] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
[ 26.353187] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[ 26.353470] ACPI: \_SB_.PCI0.PEG0.PEGP: failed to evaluate _DSM
[ 26.353475] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[ 28.489788] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: data=ordered
[ 28.566055] systemd-journald[255]: Received request to flush runtime journal from PID 1
[ 28.853911] systemd-journald[255]: File /var/log/journal/2083dda0e63b4e6cad96cc755ad72173/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 30.756848] alx 0000:04:00.0: irq 51 for MSI/MSI-X
[ 30.757162] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[ 30.759420] iwlwifi 0000:05:00.0: L1 Disabled; Enabling L0S
[ 30.759647] iwlwifi 0000:05:00.0: L1 Disabled; Enabling L0S
[ 30.771168] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready
[ 30.780781] nouveau E[ PBUS][0000:01:00.0] MMIO read of 0x00000000 FAULT at 0x400700 [ IBUS ]
[ 33.277389] nouveau E[ PGRAPH][0000:01:00.0] HUB_INIT timed out
[ 33.277393] nouveau E[ PGRAPH][0000:01:00.0] 409000 - done 0x00000220
[ 33.277397] nouveau E[ PGRAPH][0000:01:00.0] 409000 - stat 0x00000000 0x00000000 0x00000000 0x00000000
[ 33.277401] nouveau E[ PGRAPH][0000:01:00.0] 409000 - stat 0x00000000 0x00000000 0x00000006 0x00000001
[ 33.277403] nouveau E[ PGRAPH][0000:01:00.0] 502000 - done 0x00000340
[ 33.277408] nouveau E[ PGRAPH][0000:01:00.0] 502000 - stat 0x80000000 0x00006500 0x00000000 0x00000000
[ 33.277414] nouveau E[ PGRAPH][0000:01:00.0] 502000 - stat 0x00000000 0x00000000 0x00000002 0x00000000
[ 33.277415] nouveau E[ PGRAPH][0000:01:00.0] 50a000 - done 0x00000340
[ 33.277421] nouveau E[ PGRAPH][0000:01:00.0] 50a000 - stat 0x80000000 0x00008e00 0x00000000 0x00000000
[ 33.277426] nouveau E[ PGRAPH][0000:01:00.0] 50a000 - stat 0x00000000 0x00000000 0x00000002 0x00000000
[ 33.277428] nouveau E[ PGRAPH][0000:01:00.0] 512000 - done 0x00000300
[ 33.277433] nouveau E[ PGRAPH][0000:01:00.0] 512000 - stat 0x00000000 0x00017f00 0x00000000 0x00000000
[ 33.277439] nouveau E[ PGRAPH][0000:01:00.0] 512000 - stat 0x00000000 0x00000000 0x00000000 0x00000000
[ 33.277441] nouveau E[ PGRAPH][0000:01:00.0] 51a000 - done 0x00000300
[ 33.277446] nouveau E[ PGRAPH][0000:01:00.0] 51a000 - stat 0x00000000 0x00000000 0x00000000 0x00000000
[ 33.277451] nouveau E[ PGRAPH][0000:01:00.0] 51a000 - stat 0x00000000 0x00000000 0x00000000 0x00000000
[ 33.277452] nouveau E[ PGRAPH][0000:01:00.0] init failed, -16
[ 34.226370] cfg80211: Calling CRDA to update world regulatory domain
[ 36.247358] fuse init (API version 7.23)
[ 39.340754] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[ 39.341033] ACPI: \_SB_.PCI0.PEG0.PEGP: failed to evaluate _DSM
[ 39.341037] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
[ 53.952829] systemd-journald[255]: File /var/log/journal/2083dda0e63b4e6cad96cc755ad72173/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[ 54.363832] nouveau E[ DRM] failed to idle channel 0xcccc0000 [DRM]
[ 54.477547] pci_pm_runtime_suspend(): nouveau_pmops_runtime_suspend+0x0/0xe0 [nouveau] returns -16
[ 60.362546] wlp5s0: authenticate with 94:44:52:dc:db:bf
[ 60.365767] wlp5s0: send auth to 94:44:52:dc:db:bf (try 1/3)
[ 60.367581] wlp5s0: authenticated
[ 60.370498] wlp5s0: associate with 94:44:52:dc:db:bf (try 1/3)
[ 60.374426] wlp5s0: RX AssocResp from 94:44:52:dc:db:bf (capab=0x411 status=0 aid=3)
[ 60.375328] wlp5s0: associated
[ 60.375354] IPv6: ADDRCONF(NETDEV_CHANGE): wlp5s0: link becomes ready
journalctl -x:
-- Logs begin at Thu 2014-08-14 21:31:47 CEST, end at Fri 2014-08-15 02:25:40 CEST. --
Aug 14 21:31:47 riXmsi systemd[579]: Starting Paths.
-- Subject: Unit UNIT has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit UNIT has begun starting up.
Aug 14 21:31:47 riXmsi systemd[579]: Reached target Paths.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit UNIT has finished starting up.
-- The start-up result is done.
Aug 14 21:31:47 riXmsi systemd[579]: Starting Timers.
-- Subject: Unit UNIT has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit UNIT has begun starting up.
Aug 14 21:31:47 riXmsi systemd[579]: Reached target Timers.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit UNIT has finished starting up.
-- The start-up result is done.
Aug 14 21:31:47 riXmsi systemd[579]: Starting Sockets.
-- Subject: Unit UNIT has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit UNIT has begun starting up.
Aug 14 21:31:47 riXmsi systemd[579]: Reached target Sockets.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit UNIT has finished starting up.
-- The start-up result is done.
Aug 14 21:31:47 riXmsi systemd[579]: Starting Basic System.
-- Subject: Unit UNIT has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit UNIT has begun starting up.
Aug 14 21:31:47 riXmsi systemd[579]: Reached target Basic System.
-- Subject: Unit UNIT

keyboard and mouse are now auto-detected. Do you have xf86-input-evdev installed? If so, you do not need to explicitly set the drivers for keyboard and mouse in xorg.conf. You can try it out if you like.

Similar Messages

  • [SOLVED] "mesa-libgl and nvidia-libgl-beta are in conflict"

    I just tried to install blueman (GTK+ bluetooth manager), and I was greeted with the pleasant message:
    :: mesa-libgl and nvidia-libgl-beta are in conflict (libgl). Remove nvidia-libgl-beta? [y/N]
    I've looked it up and seen many similar scenarios (with nvidia-libgl instead of nvidia-libgl-beta), but they all seemed to be resolved by uninstalling nouveau; I don't have that installed.
    Any ideas as to where I should go from here?
    Last edited by mocha_bean (2015-06-14 18:31:54)

    Ledti wrote:
    You could try downloading the tarball and building blueman with makepkg to rule out pacaur.
    # check to see if it's unrelated to blueman and just a conflict during update, force resync
    sudo pacman -Syyu
    # try building with makepkg and see if it still tries to pull mesa-libgl
    curl -L -O https://aur.archlinux.org/packages/bl/blueman/blueman.tar.gz
    tar -xvf blueman.tar.gz
    cd blueman
    makepkg -sic
    edit: er, /facepalm... I made a mistake. If those two steps don't work then I'm not sure what else you could try.
    I just built it with makepkg and it worked. ¯\_(ツ)_/¯
    Thanks!

  • Nouveau driver crashes, freezes X, where to report a bug

    Hi,
    where should I post a crash bug for the nouveau video driver? The nouveau site says not to post the bug there but at your friendly distribution, which is here.
    The crash is hard to reproduce, happens randomly, once a week, today already twice.
    The systemd journal says <see below>.
    I am able to login from another computer and reboot the box. So it's just X which freezes, ssh and other services obviously continue to run.
    I found a very similiar bug report at an OpenSuse bug tracker.
    So, where do I go with that bug?
    TIA,
    Ekki
    Oct 23 19:12:54 grappa kernel: BUG: unable to handle kernel NULL pointer dereference at 0000000000000008
    Oct 23 19:12:54 grappa kernel: IP: [<ffffffffa0aa3d52>] nouveau_fence_wait_uevent.isra.1+0x22/0x440 [nouveau]
    Oct 23 19:12:54 grappa kernel: PGD 22e61e067 PUD 22cfcb067 PMD 0
    Oct 23 19:12:54 grappa kernel: Oops: 0000 [#1] PREEMPT SMP
    Oct 23 19:12:54 grappa kernel: Modules linked in: fuse joydev nls_utf8 cifs snd_hda_codec_hdmi uvcvideo videobuf2_vmalloc videobuf2_memops hid_generic videobuf2_core u
    Oct 23 19:12:54 grappa kernel:  ehci_hcd xhci_hcd usbcore scsi_mod usb_common
    Oct 23 19:12:54 grappa kernel: CPU: 2 PID: 502 Comm: X Tainted: G        W    3.11.6-1-ARCH #1
    Oct 23 19:12:54 grappa kernel: Hardware name: Gigabyte Technology Co., Ltd. GA-870A-UD3/GA-870A-UD3, BIOS F4 11/10/2010
    Oct 23 19:12:54 grappa kernel: task: ffff880229c021c0 ti: ffff88022e676000 task.ti: ffff88022e676000
    Oct 23 19:12:54 grappa kernel: RIP: 0010:[<ffffffffa0aa3d52>]  [<ffffffffa0aa3d52>] nouveau_fence_wait_uevent.isra.1+0x22/0x440 [nouveau]
    Oct 23 19:12:54 grappa kernel: RSP: 0018:ffff88022e677c48  EFLAGS: 00010296
    Oct 23 19:12:54 grappa kernel: RAX: 0000000000000000 RBX: ffff8801d52850e8 RCX: 0000000000000001
    Oct 23 19:12:54 grappa kernel: RDX: 0000000000000001 RSI: ffff8801d52850f0 RDI: ffff8801d52850e8
    Oct 23 19:12:54 grappa kernel: RBP: ffff88022e677cc8 R08: 00000000000001f6 R09: 000000000000e200
    Oct 23 19:12:54 grappa kernel: R10: ffffffffa0b0bf80 R11: ffff88022e677e10 R12: 0000000000000001
    Oct 23 19:12:54 grappa kernel: R13: 0000000000000000 R14: ffff880232c54d20 R15: ffff8801d52850f0
    Oct 23 19:12:54 grappa kernel: FS:  00007fe087b24880(0000) GS:ffff88023fc80000(0000) knlGS:00000000f3ecd740
    Oct 23 19:12:54 grappa kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Oct 23 19:12:54 grappa kernel: CR2: 0000000000000008 CR3: 000000022e62a000 CR4: 00000000000007e0
    Oct 23 19:12:54 grappa kernel: Stack:
    Oct 23 19:12:54 grappa kernel:  ffff88022e677d20 ffffffff814e2fe6 ffff88022e677e10 ffffffffa0b0bf80
    Oct 23 19:12:54 grappa kernel:  000000000000e200 00000000000001f6 0000000000000000 0000000000000001
    Oct 23 19:12:54 grappa kernel:  0000000000000001 ffff8801d52850f0 ffff8801d52850e8 ffff8801d52850c0
    Oct 23 19:12:54 grappa kernel: Call Trace:
    Oct 23 19:12:54 grappa kernel:  [<ffffffff814e2fe6>] ? retint_kernel+0x26/0x30
    Oct 23 19:12:54 grappa kernel:  [<ffffffffa0aa41f6>] nouveau_fence_wait+0x86/0x1a0 [nouveau]
    Oct 23 19:12:54 grappa kernel:  [<ffffffffa0aa5de5>] nouveau_bo_fence_wait+0x15/0x20 [nouveau]
    Oct 23 19:12:54 grappa kernel:  [<ffffffffa08f4911>] ttm_bo_wait+0x91/0x190 [ttm]
    Oct 23 19:12:54 grappa kernel:  [<ffffffffa0aab0d9>] nouveau_gem_ioctl_cpu_prep+0x59/0xc0 [nouveau]
    Oct 23 19:12:54 grappa kernel:  [<ffffffffa08491a2>] drm_ioctl+0x532/0x660 [drm]
    Oct 23 19:12:54 grappa kernel:  [<ffffffff811b57e5>] ? d_free+0x55/0x60
    Oct 23 19:12:54 grappa kernel:  [<ffffffff8108bc74>] ? lg_global_unlock+0x44/0x90
    Oct 23 19:12:54 grappa kernel:  [<ffffffff811bdec0>] ? mntput_no_expire+0x100/0x150
    Oct 23 19:12:54 grappa kernel:  [<ffffffff811b1c05>] do_vfs_ioctl+0x2e5/0x4d0
    Oct 23 19:12:54 grappa kernel:  [<ffffffff811a15ee>] ? ____fput+0xe/0x10
    Oct 23 19:12:54 grappa kernel:  [<ffffffff81080744>] ? task_work_run+0xa4/0xe0
    Oct 23 19:12:54 grappa kernel:  [<ffffffff811b1e71>] SyS_ioctl+0x81/0xa0
    Oct 23 19:12:54 grappa kernel:  [<ffffffff814ea5dd>] system_call_fastpath+0x1a/0x1f
    Oct 23 19:12:54 grappa kernel: Code: c3 0f 1f 84 00 00 00 00 00 66 66 66 66 90 55 48 89 e5 41 57 49 89 f7 41 56 41 55 41 54 41 89 d4 53 48 89 fb 48 83 ec 58 48 8b 07 <
    Oct 23 19:12:54 grappa kernel: RIP  [<ffffffffa0aa3d52>] nouveau_fence_wait_uevent.isra.1+0x22/0x440 [nouveau]
    Oct 23 19:12:54 grappa kernel:  RSP <ffff88022e677c48>
    Oct 23 19:12:55 grappa udisks-daemon[696]: **** /proc/self/mountinfo changed
    Oct 23 19:12:55 grappa kernel: CR2: 0000000000000008
    Oct 23 19:12:55 grappa kernel: ---[ end trace 30878790628ea59a ]---
    Oct 23 19:12:55 grappa kernel: [drm:drm_release] *ERROR* Device busy: 1

    davison wrote:I'm getting exactly the same - did you ever get anywhere with this?
    Hello which graphics adapter do you have?  (lcpci -v)  What configuration are you using?  For example are you attempting the vdpau extensions?

  • [SOLVED] Having Issues with the Nouveau Driver and ACPI

    Hello,
    Trying to set up an old laptop I have with Arch and I'm having issues getting X up and running. My graphics chip is:
    01:00.0 VGA compatable controller: nVidia Corporation NV11 [GeForce2 Go] (rev b2)
    I've installed xf86-video-nouveau and get the following error when starting X:
    (EE) [drm] failed to open device
    (EE) No devices detected.
    From what I understand, I need the nouveau-drm package installed, which no longer exists in the repos. The nouveau-drm-lts package gives dependency errors:
    warning: cannot resolve "kernel26-lts>=2.6.32", a dependency of "nouveau-drm-lts"
    warning: cannot resolve "kernel26-lts<2.6.33", a dependency of "nouveau-drm-lts"
    Seems this is because those packages are no longer named "kernel" but "linux" instead.
    I've also tried using the proprietary nvidia driver, but I need the legacy 93xx driver, which the nvidia page in the Arch Wiki states it does not support Xorg 1.11.
    Last edited by Pres (2012-02-05 03:31:14)

    Went ahead and installed nouveau back to get an Xorg log. Here it is (though I'm getting a new error now):
    [ 51.572]
    X.Org X Server 1.11.4
    Release Date: 2012-01-27
    [ 51.573] X Protocol Version 11, Revision 0
    [ 51.573] Build Operating System: Linux 3.2.2-1-ARCH i686
    [ 51.573] Current Operating System: Linux Arch-2650 3.2.2-1-ARCH #1 SMP PREEMPT Thu Jan 26 08:28:27 UTC 2012 i686
    [ 51.574] Kernel command line: root=/dev/disk/by-uuid/1e766bce-dde5-4a31-9549-36b82bcd1157 acpi=off ro
    [ 51.574] Build Date: 29 January 2012 03:41:53PM
    [ 51.574]
    [ 51.574] Current version of pixman: 0.24.2
    [ 51.574] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 51.575] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 51.576] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 1 17:38:43 2012
    [ 51.634] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 51.675] (==) No Layout section. Using the first Screen section.
    [ 51.675] (==) No screen section available. Using defaults.
    [ 51.675] (**) |-->Screen "Default Screen Section" (0)
    [ 51.675] (**) | |-->Monitor "<default monitor>"
    [ 51.696] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 51.696] (**) | |-->Device "nouveau"
    [ 51.696] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 51.696] (==) Automatically adding devices
    [ 51.696] (==) Automatically enabling devices
    [ 51.757] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 51.757] Entry deleted from font path.
    [ 51.757] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 51.757] Entry deleted from font path.
    [ 51.757] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 51.757] Entry deleted from font path.
    [ 51.757] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 51.757] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 51.757] Entry deleted from font path.
    [ 51.757] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 51.757] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 51.757] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 51.757] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 51.768] (II) Loader magic: 0x8228580
    [ 51.769] (II) Module ABI versions:
    [ 51.769] X.Org ANSI C Emulation: 0.4
    [ 51.769] X.Org Video Driver: 11.0
    [ 51.769] X.Org XInput driver : 13.0
    [ 51.769] X.Org Server Extension : 6.0
    [ 51.770] (--) PCI:*(0:1:0:0) 10de:0112:1028:00f3 rev 178, Mem @ 0xe0000000/16777216, 0xf0000000/134217728, BIOS @ 0x????????/65536
    [ 51.770] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 51.770] (II) Open APM successful
    [ 51.770] (II) LoadModule: "extmod"
    [ 51.797] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 51.809] (II) Module extmod: vendor="X.Org Foundation"
    [ 51.809] compiled for 1.11.4, module version = 1.0.0
    [ 51.809] Module class: X.Org Server Extension
    [ 51.809] ABI class: X.Org Server Extension, version 6.0
    [ 51.809] (II) Loading extension MIT-SCREEN-SAVER
    [ 51.809] (II) Loading extension XFree86-VidModeExtension
    [ 51.809] (II) Loading extension XFree86-DGA
    [ 51.809] (II) Loading extension DPMS
    [ 51.809] (II) Loading extension XVideo
    [ 51.809] (II) Loading extension XVideo-MotionCompensation
    [ 51.809] (II) Loading extension X-Resource
    [ 51.809] (II) LoadModule: "dbe"
    [ 51.810] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 51.815] (II) Module dbe: vendor="X.Org Foundation"
    [ 51.815] compiled for 1.11.4, module version = 1.0.0
    [ 51.815] Module class: X.Org Server Extension
    [ 51.815] ABI class: X.Org Server Extension, version 6.0
    [ 51.815] (II) Loading extension DOUBLE-BUFFER
    [ 51.815] (II) LoadModule: "glx"
    [ 51.815] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 51.844] (II) Module glx: vendor="X.Org Foundation"
    [ 51.844] compiled for 1.11.4, module version = 1.0.0
    [ 51.844] ABI class: X.Org Server Extension, version 6.0
    [ 51.845] (==) AIGLX enabled
    [ 51.845] (II) Loading extension GLX
    [ 51.845] (II) LoadModule: "record"
    [ 51.845] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 51.846] (II) Module record: vendor="X.Org Foundation"
    [ 51.846] compiled for 1.11.4, module version = 1.13.0
    [ 51.846] Module class: X.Org Server Extension
    [ 51.846] ABI class: X.Org Server Extension, version 6.0
    [ 51.846] (II) Loading extension RECORD
    [ 51.846] (II) LoadModule: "dri"
    [ 51.847] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 51.857] (II) Module dri: vendor="X.Org Foundation"
    [ 51.857] compiled for 1.11.4, module version = 1.0.0
    [ 51.857] ABI class: X.Org Server Extension, version 6.0
    [ 51.857] (II) Loading extension XFree86-DRI
    [ 51.857] (II) LoadModule: "dri2"
    [ 51.857] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 51.858] (II) Module dri2: vendor="X.Org Foundation"
    [ 51.858] compiled for 1.11.4, module version = 1.2.0
    [ 51.858] ABI class: X.Org Server Extension, version 6.0
    [ 51.858] (II) Loading extension DRI2
    [ 51.858] (II) LoadModule: "nouveau"
    [ 51.859] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 51.875] (II) Module nouveau: vendor="X.Org Foundation"
    [ 51.875] compiled for 1.11.3, module version = 0.0.16
    [ 51.875] Module class: X.Org Video Driver
    [ 51.875] ABI class: X.Org Video Driver, version 11.0
    [ 51.875] (II) NOUVEAU driver
    [ 51.875] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 51.875] RIVA TNT (NV04)
    [ 51.875] RIVA TNT2 (NV05)
    [ 51.875] GeForce 256 (NV10)
    [ 51.875] GeForce 2 (NV11, NV15)
    [ 51.875] GeForce 4MX (NV17, NV18)
    [ 51.875] GeForce 3 (NV20)
    [ 51.876] GeForce 4Ti (NV25, NV28)
    [ 51.876] GeForce FX (NV3x)
    [ 51.876] GeForce 6 (NV4x)
    [ 51.876] GeForce 7 (G7x)
    [ 51.876] GeForce 8 (G8x)
    [ 51.876] GeForce GTX 200 (NVA0)
    [ 51.876] GeForce GTX 400 (NVC0)
    [ 51.876] (--) using VT number 7
    [ 51.901] drmOpenDevice: node name is /dev/dri/card0
    [ 52.076] [drm] failed to load kernel module "nouveau"
    [ 52.076] (EE) [drm] failed to open device
    [ 52.076] (EE) No devices detected.
    [ 52.076]
    Fatal server error:
    [ 52.076] no screens found
    [ 52.076]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 52.076] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 52.076]
    Seems the important line here is:
    [ 52.076] [drm] failed to load kernel module "nouveau"
    "modprobe nouveau" gives:
    ERROR: could not insert 'wmi': No such device
    Don't remember getting that error before. Nouveau would load fine.

  • Nouveau driver gives very low screen resolution [SOLVED]

    Hello.
    I have a 1680x1050 monitor. I have just switched from nvidia to nouveau drivers.
    At boot time (I have disabled the old framebuffer setting in grub's menu.lst) after a while I have a beautiful very high resolution console.
    The problem is, I have very low resolutions in X.
    [user@pc ~]$ xrandr
    Screen 0: minimum 320 x 200, current 640 x 480, maximum 8192 x 8192
    DVI-I-1 connected 640x480+0+0 (normal left inverted right x axis y axis) 474mm x 296mm
    640x480 60.0*
    720x400 70.1
    VGA-1 disconnected (normal left inverted right x axis y axis)
    I have this /etc/X11.xorg.conf file
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nouveau"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    # Keyboard layouts
    Option "XkbLayout" "us, el"
    Option "XkbVariant" ",qwerty"
    Option "XkbOptions" "grp:alt_shift_toggle, grp_led:scroll, terminate:ctrl_alt_bksp"
    EndSection
    This is /var/log/Xorg.0.log
    [ 284.975]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 284.975]
    X.Org X Server 1.10.3.901 (1.10.4 RC 1)
    Release Date: 2011-07-29
    [ 284.975] X Protocol Version 11, Revision 0
    [ 284.975] Build Operating System: Linux 3.0.0-ARCH x86_64
    [ 284.975] Current Operating System: Linux gandalf 3.0-ARCH #1 SMP PREEMPT Wed Aug 17 21:55:57 CEST 2011 x86_64
    [ 284.975] Kernel command line: root=/dev/sda1 ro
    [ 284.975] Build Date: 08 August 2011 08:24:13AM
    [ 284.975]
    [ 284.975] Current version of pixman: 0.22.2
    [ 284.975] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 284.975] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 284.975] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 25 19:11:02 2011
    [ 284.975] (==) Using config file: "/etc/X11/xorg.conf"
    [ 284.975] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 284.975] (==) ServerLayout "Layout0"
    [ 284.975] (**) |-->Screen "Screen0" (0)
    [ 284.975] (**) | |-->Monitor "Monitor0"
    [ 284.976] (**) | |-->Device "Device0"
    [ 284.976] (**) |-->Input Device "Keyboard0"
    [ 284.976] (**) |-->Input Device "Mouse0"
    [ 284.976] (==) Automatically adding devices
    [ 284.976] (==) Automatically enabling devices
    [ 284.976] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 284.976] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 284.976] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 284.976] (WW) Disabling Keyboard0
    [ 284.976] (WW) Disabling Mouse0
    [ 284.976] (II) Loader magic: 0x7d3620
    [ 284.976] (II) Module ABI versions:
    [ 284.976] X.Org ANSI C Emulation: 0.4
    [ 284.976] X.Org Video Driver: 10.0
    [ 284.976] X.Org XInput driver : 12.2
    [ 284.976] X.Org Server Extension : 5.0
    [ 284.977] (--) PCI: (0:2:0:0) 10de:0849:1849:0849 rev 162, Mem @ 0xf9000000/16777216, 0xc8000000/134217728, 0xc6000000/33554432, I/O @ 0x0000cc00/128, BIOS @ 0x????????/131072
    [ 284.977] (--) PCI:*(0:3:0:0) 10de:0421:10b0:1401 rev 161, Mem @ 0xfc000000/16777216, 0xd0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000dc00/128, BIOS @ 0x????????/131072
    [ 284.977] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 284.977] (II) LoadModule: "extmod"
    [ 284.977] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 284.977] (II) Module extmod: vendor="X.Org Foundation"
    [ 284.977] compiled for 1.10.3.901, module version = 1.0.0
    [ 284.977] Module class: X.Org Server Extension
    [ 284.977] ABI class: X.Org Server Extension, version 5.0
    [ 284.977] (II) Loading extension MIT-SCREEN-SAVER
    [ 284.977] (II) Loading extension XFree86-VidModeExtension
    [ 284.977] (II) Loading extension XFree86-DGA
    [ 284.978] (II) Loading extension DPMS
    [ 284.978] (II) Loading extension XVideo
    [ 284.978] (II) Loading extension XVideo-MotionCompensation
    [ 284.978] (II) Loading extension X-Resource
    [ 284.978] (II) LoadModule: "dbe"
    [ 284.978] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 284.978] (II) Module dbe: vendor="X.Org Foundation"
    [ 284.978] compiled for 1.10.3.901, module version = 1.0.0
    [ 284.978] Module class: X.Org Server Extension
    [ 284.978] ABI class: X.Org Server Extension, version 5.0
    [ 284.978] (II) Loading extension DOUBLE-BUFFER
    [ 284.978] (II) LoadModule: "glx"
    [ 284.978] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 284.978] (II) Module glx: vendor="X.Org Foundation"
    [ 284.978] compiled for 1.10.3.901, module version = 1.0.0
    [ 284.978] ABI class: X.Org Server Extension, version 5.0
    [ 284.978] (==) AIGLX enabled
    [ 284.978] (II) Loading extension GLX
    [ 284.978] (II) LoadModule: "record"
    [ 284.978] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 284.978] (II) Module record: vendor="X.Org Foundation"
    [ 284.978] compiled for 1.10.3.901, module version = 1.13.0
    [ 284.978] Module class: X.Org Server Extension
    [ 284.978] ABI class: X.Org Server Extension, version 5.0
    [ 284.978] (II) Loading extension RECORD
    [ 284.978] (II) LoadModule: "dri"
    [ 284.978] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 284.979] (II) Module dri: vendor="X.Org Foundation"
    [ 284.979] compiled for 1.10.3.901, module version = 1.0.0
    [ 284.979] ABI class: X.Org Server Extension, version 5.0
    [ 284.979] (II) Loading extension XFree86-DRI
    [ 284.979] (II) LoadModule: "dri2"
    [ 284.979] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 284.979] (II) Module dri2: vendor="X.Org Foundation"
    [ 284.979] compiled for 1.10.3.901, module version = 1.2.0
    [ 284.979] ABI class: X.Org Server Extension, version 5.0
    [ 284.979] (II) Loading extension DRI2
    [ 284.979] (II) LoadModule: "nouveau"
    [ 284.979] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 284.979] (II) Module nouveau: vendor="X.Org Foundation"
    [ 284.979] compiled for 1.10.3, module version = 0.0.16
    [ 284.979] Module class: X.Org Video Driver
    [ 284.979] ABI class: X.Org Video Driver, version 10.0
    [ 284.979] (II) NOUVEAU driver
    [ 284.979] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 284.979] RIVA TNT (NV04)
    [ 284.979] RIVA TNT2 (NV05)
    [ 284.979] GeForce 256 (NV10)
    [ 284.979] GeForce 2 (NV11, NV15)
    [ 284.979] GeForce 4MX (NV17, NV18)
    [ 284.979] GeForce 3 (NV20)
    [ 284.979] GeForce 4Ti (NV25, NV28)
    [ 284.979] GeForce FX (NV3x)
    [ 284.979] GeForce 6 (NV4x)
    [ 284.979] GeForce 7 (G7x)
    [ 284.979] GeForce 8 (G8x)
    [ 284.979] GeForce GTX 200 (NVA0)
    [ 284.979] GeForce GTX 400 (NVC0)
    [ 284.979] (++) using VT number 7
    [ 284.982] drmOpenDevice: node name is /dev/dri/card0
    [ 284.982] drmOpenDevice: open result is 7, (OK)
    [ 284.982] drmOpenByBusid: Searching for BusID pci:0000:03:00.0
    [ 284.982] drmOpenDevice: node name is /dev/dri/card0
    [ 284.982] drmOpenDevice: open result is 7, (OK)
    [ 284.982] drmOpenByBusid: drmOpenMinor returns 7
    [ 284.982] drmOpenByBusid: drmGetBusid reports pci:0000:03:00.0
    [ 284.982] (II) [drm] nouveau interface version: 0.0.16
    [ 284.982] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 284.982] (II) Loading sub module "dri"
    [ 284.982] (II) LoadModule: "dri"
    [ 284.982] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 284.982] (II) Module dri: vendor="X.Org Foundation"
    [ 284.982] compiled for 1.10.3.901, module version = 1.0.0
    [ 284.982] ABI class: X.Org Server Extension, version 5.0
    [ 284.982] (II) NOUVEAU(0): Loaded DRI module
    [ 284.982] drmOpenDevice: node name is /dev/dri/card0
    [ 284.982] drmOpenDevice: open result is 8, (OK)
    [ 284.982] drmOpenDevice: node name is /dev/dri/card0
    [ 284.982] drmOpenDevice: open result is 8, (OK)
    [ 284.982] drmOpenByBusid: Searching for BusID pci:0000:03:00.0
    [ 284.982] drmOpenDevice: node name is /dev/dri/card0
    [ 284.982] drmOpenDevice: open result is 8, (OK)
    [ 284.982] drmOpenByBusid: drmOpenMinor returns 8
    [ 284.982] drmOpenByBusid: drmGetBusid reports pci:0000:03:00.0
    [ 284.982] (II) [drm] DRM interface version 1.4
    [ 284.982] (II) [drm] DRM open master succeeded.
    [ 284.982] (--) NOUVEAU(0): Chipset: "NVIDIA NV86"
    [ 284.982] (**) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
    [ 284.982] (==) NOUVEAU(0): RGB weight 888
    [ 284.982] (==) NOUVEAU(0): Default visual is TrueColor
    [ 284.983] (==) NOUVEAU(0): Using HW cursor
    [ 284.983] (==) NOUVEAU(0): GLX sync to VBlank disabled.
    [ 284.983] (==) NOUVEAU(0): Page flipping enabled
    [ 285.087] (II) NOUVEAU(0): Output DVI-I-1 using monitor section Monitor0
    [ 285.184] (II) NOUVEAU(0): Output VGA-1 has no monitor section
    [ 285.288] (II) NOUVEAU(0): EDID for output DVI-I-1
    [ 285.288] (II) NOUVEAU(0): Manufacturer: GSM Model: 566f Serial#: 351988
    [ 285.288] (II) NOUVEAU(0): Year: 2008 Week: 4
    [ 285.288] (II) NOUVEAU(0): EDID Version: 1.3
    [ 285.288] (II) NOUVEAU(0): Digital Display Input
    [ 285.288] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 49 vert.: 32
    [ 285.288] (II) NOUVEAU(0): Gamma: 2.20
    [ 285.288] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
    [ 285.288] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 285.288] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 285.288] (II) NOUVEAU(0): redX: 0.653 redY: 0.341 greenX: 0.231 greenY: 0.666
    [ 285.288] (II) NOUVEAU(0): blueX: 0.150 blueY: 0.062 whiteX: 0.313 whiteY: 0.329
    [ 285.288] (II) NOUVEAU(0): Supported established timings:
    [ 285.288] (II) NOUVEAU(0): 720x400@70Hz
    [ 285.288] (II) NOUVEAU(0): 640x480@60Hz
    [ 285.288] (II) NOUVEAU(0): 640x480@75Hz
    [ 285.288] (II) NOUVEAU(0): 800x600@56Hz
    [ 285.288] (II) NOUVEAU(0): 800x600@60Hz
    [ 285.288] (II) NOUVEAU(0): 800x600@75Hz
    [ 285.288] (II) NOUVEAU(0): 832x624@75Hz
    [ 285.288] (II) NOUVEAU(0): 1024x768@60Hz
    [ 285.288] (II) NOUVEAU(0): 1024x768@75Hz
    [ 285.288] (II) NOUVEAU(0): 1280x1024@75Hz
    [ 285.288] (II) NOUVEAU(0): 1152x864@75Hz
    [ 285.288] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 285.288] (II) NOUVEAU(0): Supported standard timings:
    [ 285.288] (II) NOUVEAU(0): #0: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 285.288] (II) NOUVEAU(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 285.288] (II) NOUVEAU(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 285.288] (II) NOUVEAU(0): #3: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 285.288] (II) NOUVEAU(0): Supported detailed timing:
    [ 285.288] (II) NOUVEAU(0): clock: 119.0 MHz Image Size: 474 x 296 mm
    [ 285.288] (II) NOUVEAU(0): h_active: 1680 h_sync: 1728 h_sync_end 1760 h_blank_end 1840 h_border: 0
    [ 285.288] (II) NOUVEAU(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1080 v_border: 0
    [ 285.288] (II) NOUVEAU(0): Supported detailed timing:
    [ 285.288] (II) NOUVEAU(0): clock: 146.2 MHz Image Size: 474 x 296 mm
    [ 285.288] (II) NOUVEAU(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0
    [ 285.288] (II) NOUVEAU(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0
    [ 285.289] (II) NOUVEAU(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
    [ 285.289] (II) NOUVEAU(0): Monitor name: L227W
    [ 285.289] (II) NOUVEAU(0): EDID (in hex):
    [ 285.289] (II) NOUVEAU(0): 00ffffffffffff001e6d6f56f45e0500
    [ 285.289] (II) NOUVEAU(0): 04120103ea312078ea56b5a7573baa26
    [ 285.289] (II) NOUVEAU(0): 0f5054a76b80950081808140714f0101
    [ 285.289] (II) NOUVEAU(0): 0101010101017c2e90a0601a1e403020
    [ 285.289] (II) NOUVEAU(0): 3600da281100001a21399030621a2740
    [ 285.289] (II) NOUVEAU(0): 68b03600da281100001c000000fd0038
    [ 285.289] (II) NOUVEAU(0): 4b1e530f000a202020202020000000fc
    [ 285.289] (II) NOUVEAU(0): 004c323237570a202020202020200063
    [ 285.289] (II) NOUVEAU(0): EDID vendor "GSM", prod id 22127
    [ 285.289] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 285.289] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 285.289] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 285.289] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    [ 285.289] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 285.289] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 285.289] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 285.289] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 285.289] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 285.289] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 285.289] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 285.289] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 285.289] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 285.289] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 285.289] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 285.289] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 285.289] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
    [ 285.289] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 285.289] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 285.289] (II) NOUVEAU(0): Not using mode "1680x1050" (hsync out of range)
    [ 285.289] (II) NOUVEAU(0): Not using mode "1680x1050" (hsync out of range)
    [ 285.289] (II) NOUVEAU(0): Not using mode "1280x1024" (vrefresh out of range)
    [ 285.289] (II) NOUVEAU(0): Not using mode "1280x1024" (hsync out of range)
    [ 285.289] (II) NOUVEAU(0): Not using mode "1440x900" (hsync out of range)
    [ 285.289] (II) NOUVEAU(0): Not using mode "1280x960" (hsync out of range)
    [ 285.289] (II) NOUVEAU(0): Not using mode "1152x864" (vrefresh out of range)
    [ 285.289] (II) NOUVEAU(0): Not using mode "1024x768" (vrefresh out of range)
    [ 285.289] (II) NOUVEAU(0): Not using mode "1024x768" (hsync out of range)
    [ 285.289] (II) NOUVEAU(0): Not using mode "832x624" (vrefresh out of range)
    [ 285.289] (II) NOUVEAU(0): Not using mode "800x600" (vrefresh out of range)
    [ 285.289] (II) NOUVEAU(0): Not using mode "800x600" (hsync out of range)
    [ 285.289] (II) NOUVEAU(0): Not using mode "800x600" (hsync out of range)
    [ 285.289] (II) NOUVEAU(0): Not using mode "640x480" (vrefresh out of range)
    [ 285.289] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
    [ 285.289] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 285.289] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 285.386] (II) NOUVEAU(0): EDID for output VGA-1
    [ 285.386] (II) NOUVEAU(0): Output DVI-I-1 connected
    [ 285.386] (II) NOUVEAU(0): Output VGA-1 disconnected
    [ 285.386] (II) NOUVEAU(0): Using fuzzy aspect match for initial modes
    [ 285.386] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 640x480
    [ 285.386] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 285.386] (--) NOUVEAU(0): Virtual size is 640x480 (pitch 0)
    [ 285.386] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    [ 285.386] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 285.386] (**) NOUVEAU(0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
    [ 285.386] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 285.387] (**) NOUVEAU(0): Display dimensions: (490, 320) mm
    [ 285.387] (**) NOUVEAU(0): DPI set to (33, 38)
    [ 285.387] (II) Loading sub module "fb"
    [ 285.387] (II) LoadModule: "fb"
    [ 285.387] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 285.387] (II) Module fb: vendor="X.Org Foundation"
    [ 285.387] compiled for 1.10.3.901, module version = 1.0.0
    [ 285.387] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 285.387] (II) Loading sub module "exa"
    [ 285.387] (II) LoadModule: "exa"
    [ 285.387] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 285.387] (II) Module exa: vendor="X.Org Foundation"
    [ 285.387] compiled for 1.10.3.901, module version = 2.5.0
    [ 285.387] ABI class: X.Org Video Driver, version 10.0
    [ 285.387] (II) Loading sub module "shadowfb"
    [ 285.387] (II) LoadModule: "shadowfb"
    [ 285.387] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 285.387] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 285.387] compiled for 1.10.3.901, module version = 1.0.0
    [ 285.387] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 285.387] (--) Depth 24 pixmap format is 32 bpp
    [ 285.391] (II) NOUVEAU(0): Opened GPU channel 2
    [ 285.391] (II) NOUVEAU(0): [DRI2] Setup complete
    [ 285.391] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau
    [ 285.391] (II) NOUVEAU(0): GART: 512MiB available
    [ 285.393] (II) NOUVEAU(0): GART: Allocated 16MiB as a scratch buffer
    [ 285.393] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 285.393] (II) EXA(0): Driver registered support for the following operations:
    [ 285.393] (II) Solid
    [ 285.393] (II) Copy
    [ 285.393] (II) Composite (RENDER acceleration)
    [ 285.393] (II) UploadToScreen
    [ 285.393] (II) DownloadFromScreen
    [ 285.393] (==) NOUVEAU(0): Backing store disabled
    [ 285.393] (==) NOUVEAU(0): Silken mouse enabled
    [ 285.393] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
    [ 285.393] (II) NOUVEAU(0): [XvMC] Extension initialized.
    [ 285.393] (**) NOUVEAU(0): DPMS enabled
    [ 285.393] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 285.393] (--) RandR disabled
    [ 285.393] (II) Initializing built-in extension Generic Event Extension
    [ 285.393] (II) Initializing built-in extension SHAPE
    [ 285.393] (II) Initializing built-in extension MIT-SHM
    [ 285.393] (II) Initializing built-in extension XInputExtension
    [ 285.393] (II) Initializing built-in extension XTEST
    [ 285.393] (II) Initializing built-in extension BIG-REQUESTS
    [ 285.393] (II) Initializing built-in extension SYNC
    [ 285.393] (II) Initializing built-in extension XKEYBOARD
    [ 285.393] (II) Initializing built-in extension XC-MISC
    [ 285.393] (II) Initializing built-in extension SECURITY
    [ 285.394] (II) Initializing built-in extension XINERAMA
    [ 285.394] (II) Initializing built-in extension XFIXES
    [ 285.394] (II) Initializing built-in extension RENDER
    [ 285.394] (II) Initializing built-in extension RANDR
    [ 285.394] (II) Initializing built-in extension COMPOSITE
    [ 285.394] (II) Initializing built-in extension DAMAGE
    [ 285.407] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 285.407] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 285.407] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 285.407] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 285.407] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 285.407] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/nouveau_dri.so
    [ 285.407] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 285.408] (II) NOUVEAU(0): NVEnterVT is called.
    [ 285.437] (II) NOUVEAU(0): Setting screen physical size to 169 x 127
    [ 285.437] resize called 640 480
    [ 285.563] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 285.563] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 285.563] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 285.563] (II) LoadModule: "evdev"
    [ 285.564] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 285.564] (II) Module evdev: vendor="X.Org Foundation"
    [ 285.564] compiled for 1.10.0, module version = 2.6.0
    [ 285.564] Module class: X.Org XInput Driver
    [ 285.564] ABI class: X.Org XInput driver, version 12.2
    [ 285.564] (II) Using input driver 'evdev' for 'Power Button'
    [ 285.564] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 285.564] (**) Power Button: always reports core events
    [ 285.564] (**) Power Button: Device: "/dev/input/event1"
    [ 285.564] (--) Power Button: Found keys
    [ 285.564] (II) Power Button: Configuring as keyboard
    [ 285.564] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [ 285.564] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 285.564] (**) Option "xkb_rules" "evdev"
    [ 285.564] (**) Option "xkb_model" "evdev"
    [ 285.564] (**) Option "xkb_layout" "us, el"
    [ 285.564] (**) Option "xkb_variant" ",qwerty"
    [ 285.564] (**) Option "xkb_options" "grp:alt_shift_toggle, grp_led:scroll, terminate:ctrl_alt_bksp"
    [ 285.590] (EE) Error loading keymap /var/lib/xkb/server-0.xkm
    [ 285.590] (EE) XKB: Failed to load keymap. Loading default keymap instead.
    [ 285.622] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
    [ 285.622] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 285.622] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 285.622] (II) Using input driver 'evdev' for 'Video Bus'
    [ 285.622] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 285.622] (**) Video Bus: always reports core events
    [ 285.622] (**) Video Bus: Device: "/dev/input/event2"
    [ 285.622] (--) Video Bus: Found keys
    [ 285.622] (II) Video Bus: Configuring as keyboard
    [ 285.622] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:19/LNXVIDEO:00/input/input2/event2"
    [ 285.622] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 285.622] (**) Option "xkb_rules" "evdev"
    [ 285.622] (**) Option "xkb_model" "evdev"
    [ 285.622] (**) Option "xkb_layout" "us, el"
    [ 285.622] (**) Option "xkb_variant" ",qwerty"
    [ 285.622] (**) Option "xkb_options" "grp:alt_shift_toggle, grp_led:scroll, terminate:ctrl_alt_bksp"
    [ 285.623] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 285.623] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 285.623] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 285.623] (II) Using input driver 'evdev' for 'Power Button'
    [ 285.623] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 285.623] (**) Power Button: always reports core events
    [ 285.623] (**) Power Button: Device: "/dev/input/event0"
    [ 285.623] (--) Power Button: Found keys
    [ 285.623] (II) Power Button: Configuring as keyboard
    [ 285.623] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [ 285.623] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 285.623] (**) Option "xkb_rules" "evdev"
    [ 285.623] (**) Option "xkb_model" "evdev"
    [ 285.623] (**) Option "xkb_layout" "us, el"
    [ 285.623] (**) Option "xkb_variant" ",qwerty"
    [ 285.623] (**) Option "xkb_options" "grp:alt_shift_toggle, grp_led:scroll, terminate:ctrl_alt_bksp"
    [ 285.626] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event4)
    [ 285.626] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
    [ 285.626] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
    [ 285.626] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
    [ 285.626] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 285.626] (**) Microsoft Wired Keyboard 600: always reports core events
    [ 285.626] (**) Microsoft Wired Keyboard 600: Device: "/dev/input/event4"
    [ 285.626] (--) Microsoft Wired Keyboard 600: Found keys
    [ 285.626] (II) Microsoft Wired Keyboard 600: Configuring as keyboard
    [ 285.626] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb3/3-2/3-2:1.0/input/input4/event4"
    [ 285.626] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD)
    [ 285.626] (**) Option "xkb_rules" "evdev"
    [ 285.626] (**) Option "xkb_model" "evdev"
    [ 285.626] (**) Option "xkb_layout" "us, el"
    [ 285.626] (**) Option "xkb_variant" ",qwerty"
    [ 285.626] (**) Option "xkb_options" "grp:alt_shift_toggle, grp_led:scroll, terminate:ctrl_alt_bksp"
    [ 285.627] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event5)
    [ 285.627] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
    [ 285.627] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
    [ 285.627] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
    [ 285.627] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 285.627] (**) Microsoft Wired Keyboard 600: always reports core events
    [ 285.627] (**) Microsoft Wired Keyboard 600: Device: "/dev/input/event5"
    [ 285.627] (--) Microsoft Wired Keyboard 600: Found 1 mouse buttons
    [ 285.627] (--) Microsoft Wired Keyboard 600: Found scroll wheel(s)
    [ 285.627] (--) Microsoft Wired Keyboard 600: Found relative axes
    [ 285.627] (--) Microsoft Wired Keyboard 600: Found absolute axes
    [ 285.627] (--) Microsoft Wired Keyboard 600: Found x and y absolute axes
    [ 285.627] (--) Microsoft Wired Keyboard 600: Found keys
    [ 285.627] (II) Microsoft Wired Keyboard 600: Configuring as mouse
    [ 285.627] (II) Microsoft Wired Keyboard 600: Configuring as keyboard
    [ 285.627] (II) Microsoft Wired Keyboard 600: Adding scrollwheel support
    [ 285.627] (**) Microsoft Wired Keyboard 600: YAxisMapping: buttons 4 and 5
    [ 285.627] (**) Microsoft Wired Keyboard 600: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 285.627] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb3/3-2/3-2:1.1/input/input5/event5"
    [ 285.627] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD)
    [ 285.627] (**) Option "xkb_rules" "evdev"
    [ 285.627] (**) Option "xkb_model" "evdev"
    [ 285.627] (**) Option "xkb_layout" "us, el"
    [ 285.627] (**) Option "xkb_variant" ",qwerty"
    [ 285.627] (**) Option "xkb_options" "grp:alt_shift_toggle, grp_led:scroll, terminate:ctrl_alt_bksp"
    [ 285.627] (EE) Microsoft Wired Keyboard 600: failed to initialize for relative axes.
    [ 285.627] (WW) Microsoft Wired Keyboard 600: found 37 axes, limiting to 36.
    [ 285.627] (II) Microsoft Wired Keyboard 600: initialized for absolute axes.
    [ 285.628] (**) Microsoft Wired Keyboard 600: (accel) keeping acceleration scheme 1
    [ 285.628] (**) Microsoft Wired Keyboard 600: (accel) acceleration profile 0
    [ 285.628] (**) Microsoft Wired Keyboard 600: (accel) acceleration factor: 2.000
    [ 285.628] (**) Microsoft Wired Keyboard 600: (accel) acceleration threshold: 4
    [ 285.628] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/js0)
    [ 285.628] (II) No input driver/identifier specified (ignoring)
    [ 285.629] (II) config/udev: Adding input device Microsoft Microsoft Basic Optical Mouse v2.0 (/dev/input/event6)
    [ 285.629] (**) Microsoft Microsoft Basic Optical Mouse v2.0 : Applying InputClass "evdev pointer catchall"
    [ 285.629] (II) Using input driver 'evdev' for 'Microsoft Microsoft Basic Optical Mouse v2.0 '
    [ 285.629] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 285.629] (**) Microsoft Microsoft Basic Optical Mouse v2.0 : always reports core events
    [ 285.629] (**) Microsoft Microsoft Basic Optical Mouse v2.0 : Device: "/dev/input/event6"
    [ 285.629] (--) Microsoft Microsoft Basic Optical Mouse v2.0 : Found 3 mouse buttons
    [ 285.629] (--) Microsoft Microsoft Basic Optical Mouse v2.0 : Found scroll wheel(s)
    [ 285.629] (--) Microsoft Microsoft Basic Optical Mouse v2.0 : Found relative axes
    [ 285.629] (--) Microsoft Microsoft Basic Optical Mouse v2.0 : Found x and y relative axes
    [ 285.629] (II) Microsoft Microsoft Basic Optical Mouse v2.0 : Configuring as mouse
    [ 285.629] (II) Microsoft Microsoft Basic Optical Mouse v2.0 : Adding scrollwheel support
    [ 285.629] (**) Microsoft Microsoft Basic Optical Mouse v2.0 : YAxisMapping: buttons 4 and 5
    [ 285.629] (**) Microsoft Microsoft Basic Optical Mouse v2.0 : EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 285.629] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/usb4/4-3/4-3:1.0/input/input6/event6"
    [ 285.629] (II) XINPUT: Adding extended input device "Microsoft Microsoft Basic Optical Mouse v2.0 " (type: MOUSE)
    [ 285.629] (II) Microsoft Microsoft Basic Optical Mouse v2.0 : initialized for relative axes.
    [ 285.629] (**) Microsoft Microsoft Basic Optical Mouse v2.0 : (accel) keeping acceleration scheme 1
    [ 285.629] (**) Microsoft Microsoft Basic Optical Mouse v2.0 : (accel) acceleration profile 0
    [ 285.629] (**) Microsoft Microsoft Basic Optical Mouse v2.0 : (accel) acceleration factor: 2.000
    [ 285.629] (**) Microsoft Microsoft Basic Optical Mouse v2.0 : (accel) acceleration threshold: 4
    [ 285.629] (II) config/udev: Adding input device Microsoft Microsoft Basic Optical Mouse v2.0 (/dev/input/mouse0)
    [ 285.629] (II) No input driver/identifier specified (ignoring)
    [ 285.636] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
    [ 285.636] (II) No input driver/identifier specified (ignoring)
    [ 285.753] (II) NOUVEAU(0): EDID vendor "GSM", prod id 22127
    [ 285.753] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 285.753] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 285.753] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 285.753] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    [ 285.753] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 285.753] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 285.753] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 285.753] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 285.753] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 285.753] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 285.753] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 285.753] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 285.753] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 285.753] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 285.753] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 285.753] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 285.753] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
    [ 285.753] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 285.753] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 291.096] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 291.096] (II) NOUVEAU(0): NVLeaveVT is called.
    [ 418.665] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 418.665] (II) NOUVEAU(0): NVEnterVT is called.
    [ 418.794] (II) NOUVEAU(0): EDID vendor "GSM", prod id 22127
    [ 418.794] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 418.794] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 418.794] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 418.794] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    [ 418.794] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 418.794] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 418.794] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 418.794] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 418.794] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 418.794] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 418.794] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 418.794] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 418.794] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 418.794] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 418.794] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 418.794] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 418.794] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
    [ 418.794] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 418.794] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 423.560] (II) NOUVEAU(0): EDID vendor "GSM", prod id 22127
    [ 423.560] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 423.560] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 423.560] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 423.560] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    [ 423.560] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 423.560] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 423.560] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 423.560] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 423.560] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 423.560] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 423.560] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 423.560] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 423.560] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 423.560] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 423.560] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 423.560] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 423.560] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
    [ 423.560] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 423.560] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 423.762] (II) NOUVEAU(0): EDID vendor "GSM", prod id 22127
    [ 423.762] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 423.762] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 423.762] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 423.762] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    [ 423.762] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 423.762] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 423.762] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 423.762] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 423.762] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 423.762] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 423.762] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 423.762] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 423.762] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 423.762] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 423.762] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 423.762] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 423.762] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
    [ 423.762] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 423.762] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 423.984] (II) NOUVEAU(0): EDID vendor "GSM", prod id 22127
    [ 423.984] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 423.984] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 423.984] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 423.984] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    [ 423.984] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 423.984] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 423.984] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 423.984] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 423.984] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 423.984] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 423.984] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 423.984] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 423.984] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 423.984] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 423.984] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 423.984] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 423.984] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
    [ 423.984] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 423.984] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 428.608] (II) NOUVEAU(0): EDID vendor "GSM", prod id 22127
    [ 428.608] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 428.608] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 428.608] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 428.608] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    [ 428.608] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 428.608] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 428.608] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 428.608] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 428.608] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 428.608] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 428.608] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 428.608] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 428.608] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 428.608] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 428.608] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 428.608] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 428.608] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
    [ 428.608] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 428.608] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 438.386] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 438.386] (II) NOUVEAU(0): NVLeaveVT is called.
    [ 2748.085] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 2748.085] (II) NOUVEAU(0): NVEnterVT is called.
    [ 2748.217] (II) NOUVEAU(0): EDID vendor "GSM", prod id 22127
    [ 2748.217] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 2748.217] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 2748.217] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 2748.217] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    [ 2748.217] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 2748.217] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 2748.217] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 2748.217] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 2748.217] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 2748.217] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 2748.217] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 2748.217] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 2748.217] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 2748.217] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 2748.217] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 2748.217] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 2748.217] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
    [ 2748.217] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 2748.217] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 2750.536] (II) NOUVEAU(0): EDID vendor "GSM", prod id 22127
    [ 2750.536] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 2750.536] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 2750.536] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 2750.536] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    [ 2750.536] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 2750.536] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 2750.536] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 2750.536] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 2750.536] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 2750.536] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 2750.536] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 2750.536] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 2750.536] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 2750.536] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 2750.536] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 2750.536] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 2750.536] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
    [ 2750.536] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 2750.536] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    Last edited by vega (2011-08-25 17:09:12)

    keyboard and mouse are now auto-detected. Do you have xf86-input-evdev installed? If so, you do not need to explicitly set the drivers for keyboard and mouse in xorg.conf. You can try it out if you like.

  • [SOLVED]Installing steam in optimus and lib32-libgl dependency problem

    Hello everyone!
    I have a problem concerning the installation of steam under arch_64 on a laptop with Optimus. I have succesfully installed Bumblebee with Nvidia 319.17-2, everything works fine. I have also installed lib32-nvidia-utils which is version 319.17-1. Now I try to install steam:
    [root@VOSTRO onur]# pacman -S steam
    resolving dependencies...
    :: There are 3 providers available for lib32-libgl:
    :: Repository multilib
    1) lib32-mesa-libgl 2) lib32-nvidia-304xx-utils 3) lib32-nvidia-libgl
    Enter a number (default=1):
    The problem arises at this point:
    1) I am using nvidia, so I can't use mesa.
    2) I have installed driver 319.17 with the corresponding util package, so not this one.
    3) I guess this is the answer. But since I am using bumblebee, I checked the wiki page (https://wiki.archlinux.org/index.php/Bumblebee)  and under section 2.1 there is a note:
    Note: Do not install lib32-nvidia-libgl! Bumblebee will find the correct lib32 nvidia libs without it.
    This leaves me confused. What am I supposed to do at this point? Is it a problem on Bumblebee's part? Or since lib-32-nvidia-304xx-utils is legacy now, shouldn't the dependency be updated to include the latest nvidia-utils package 319.17-1? Or am I missing something?
    Any kind of insight will be deeply appreciated.
    NOTE: Just before submitting this post, I learned that there was Optimus support in the beta release of this driver, but in the release notes of the released version contains nothing about Optimus
    http://www.nvidia.com/object/linux-disp … river.html
    so I guess installing Bumblebee was not a mistake?
    Last edited by Pipix (2013-05-17 22:43:22)

    I have pretty much the same problem.
    I went for lib32-mesa-libgl and uninstalled lib32-nvidia-libgl.  Problem was that Steam did not find libgl.so so i had to install lib32-intel-dri too.
    Now steam works but i cannot use the nvidia GPU..... if i set launch options to "primusrun %command%" then dota2 does not launch.
    optirun glxgears works.
    primusrun glxgears works.
    Even all CUDA examples work.
    what could be the problem?
    Last edited by labotsirc (2013-08-26 20:25:32)

  • [SOLVED] Nouveau and Steam

    When I try to run steam with the nouveau driver (the Nvidia driver causes GDM not to start), steam stated this and hangs.
    libGL error: unable to load driver: nouveau_dri.so
    libGL error: driver pointer missing
    libGL error: failed to load driver: nouveau
    libGL error: unable to load driver: swrast_dri.so
    libGL error: failed to load driver: swrast
    I thought I had all the required packages installed.  Including the lib32 packages (lib32-mesa-dri).
    Last edited by markzz (2015-05-02 21:22:03)

    You're correct.  I meant lib32-mesa-libgl.
    pacman -Qs mesa
    local/glu 9.0.0-3
    Mesa OpenGL Utility library
    local/lib32-libtxc_dxtn 1.0.1-5
    S3 Texture Compression (S3TC) library for Mesa (32-bit)
    local/lib32-mesa 10.5.4-1
    an open-source implementation of the OpenGL specification (32-bit)
    local/lib32-mesa-libgl 10.5.4-1
    Mesa 3-D graphics library (32-bit)
    local/libtxc_dxtn 1.0.1-6
    S3 Texture Compression (S3TC) library for Mesa
    local/mesa 10.5.4-1
    an open-source implementation of the OpenGL specification
    local/mesa-libgl 10.5.4-1
    Mesa 3-D graphics library
    Last edited by markzz (2015-05-02 21:06:17)

  • Screen flickering and system freezes when using Nouveau driver.

    I'm testing the Nouveau driver on my computer, I really want to keep this driver installed because it makes XFCE to use less resources than the Nvidia proprietary driver. But when I start some apps like firefox or make changes to the desktop, the system stop responding and then the screen breaks.
    I can't use the computer in that state so I force a shutdown.
    I don't know how to see what is going wrong, because the proprietary driver don't give me these problems, I don't get any errors at dmesg log and Xorg log don't have any helpful information.
    dmesg output:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.8.3-2-ARCH (tobias@testing) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Sun Mar 17 13:38:16 CET 2013
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000057feffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000057ff0000-0x0000000057ff2fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x0000000057ff3000-0x0000000057ffffff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x0000000058000000-0x000000005fffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] SMBIOS 2.3 present.
    [ 0.000000] DMI: Acer Aspire T180/EM61SM/EM61PM , BIOS R01-B4 06/15/2007
    [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] e820: last_pfn = 0x57ff0 max_arch_pfn = 0x100000
    [ 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-C7FFF write-protect
    [ 0.000000] C8000-FFFFF uncachable
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0000000000 mask FFC0000000 write-back
    [ 0.000000] 1 base 0040000000 mask FFE0000000 write-back
    [ 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 enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [mem 0x000f3c90-0x000f3c9f] mapped at [c00f3c90]
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x01bfffff]
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x377fdfff]
    [ 0.000000] [mem 0x00000000-0x003fffff] page 4k
    [ 0.000000] [mem 0x00400000-0x373fffff] page 2M
    [ 0.000000] [mem 0x37400000-0x377fdfff] page 4k
    [ 0.000000] kernel direct mapping tables up to 0x377fdfff @ [mem 0x01bfa000-0x01bfffff]
    [ 0.000000] RAMDISK: [mem 0x37a46000-0x37d1afff]
    [ 0.000000] Allocated new RAMDISK: [mem 0x37529000-0x377fd69f]
    [ 0.000000] Move RAMDISK from [mem 0x37a46000-0x37d1a69f] to [mem 0x37529000-0x377fd69f]
    [ 0.000000] ACPI: RSDP 000f8370 00014 (v00 ACRSYS)
    [ 0.000000] ACPI: RSDT 57ff3040 0003C (v01 ACRSYS ACRPRDCT 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: FACP 57ff30c0 00074 (v01 ACRSYS ACRPRDCT 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: DSDT 57ff3180 0631A (v01 ACRSYS AWRDACPI 00001000 MSFT 0100000E)
    [ 0.000000] ACPI: FACS 57ff0000 00040
    [ 0.000000] ACPI: SSDT 57ff95c0 001C4 (v01 PTLTD POWERNOW 00000001 LTP 00000001)
    [ 0.000000] ACPI: HPET 57ff9800 00038 (v01 ACRSYS ACRPRDCT 42302E31 AWRD 00000098)
    [ 0.000000] ACPI: SLIC 57ff9880 00176 (v01 ACRSYS ACRPRDCT 42302E31 AWRD 00000001)
    [ 0.000000] ACPI: MCFG 57ff9a40 0003C (v01 ACRSYS ACRPRDCT 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: APIC 57ff9500 0007C (v01 ACRSYS ACRPRDCT 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 519MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] Normal [mem 0x01000000-0x377fdfff]
    [ 0.000000] HighMem [mem 0x377fe000-0x57feffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00010000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0x57feffff]
    [ 0.000000] On node 0 totalpages: 360319
    [ 0.000000] free_area_init_node: node 0, pgdat c15ab3c0, node_mem_map f6a28200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3951 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 221486 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 1040 pages used for memmap
    [ 0.000000] HighMem zone: 132066 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] Detected use of extended apic ids on hypertransport bus
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1008
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 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: IRQ2 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: 0xfeff0000
    [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [ 0.000000] e820: [mem 0x60000000-0xefffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 13 pages/cpu @f6a05000 s32640 r0 d20608 u53248
    [ 0.000000] pcpu-alloc: s32640 r0 d20608 u53248 alloc=13*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 357503
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=bb82c8c9-614f-4ce3-85f2-3597507c391d ro quiet
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] Initializing CPU#0
    [ 0.000000] allocated 2883328 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:00057ff0)
    [ 0.000000] Memory: 1415956k/1441728k available (4184k kernel code, 25320k reserved, 1679k data, 560k init, 532424k highmem)
    [ 0.000000] virtual kernel memory layout:
    fixmap : 0xfff15000 - 0xfffff000 ( 936 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc15ba000 - 0xc1646000 ( 560 kB)
    .data : 0xc141613e - 0xc15b9d80 (1679 kB)
    .text : 0xc1000000 - 0xc141613e (4184 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
    [ 0.000000] NR_IRQS:2304 nr_irqs:512 16
    [ 0.000000] CPU 0 irqstacks, hard=f6008000 soft=f600a000
    [ 0.000000] spurious 8259A interrupt: IRQ7.
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 1908.551 MHz processor
    [ 0.000000] tsc: Marking TSC unstable due to TSCs unsynchronized
    [ 0.003338] Calibrating delay loop (skipped), value calculated using timer frequency.. 3818.14 BogoMIPS (lpj=6361836)
    [ 0.003343] pid_max: default: 32768 minimum: 301
    [ 0.003404] Security Framework initialized
    [ 0.003415] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003432] Mount-cache hash table entries: 512
    [ 0.006819] Initializing cgroup subsys cpuacct
    [ 0.006822] Initializing cgroup subsys memory
    [ 0.006834] Initializing cgroup subsys devices
    [ 0.006837] Initializing cgroup subsys freezer
    [ 0.006840] Initializing cgroup subsys net_cls
    [ 0.006842] Initializing cgroup subsys blkio
    [ 0.006879] CPU: Physical Processor ID: 0
    [ 0.006882] CPU: Processor Core ID: 0
    [ 0.006885] mce: CPU supports 5 MCE banks
    [ 0.006896] LVT offset 0 assigned for vector 0xf9
    [ 0.006902] process: using AMD E400 aware idle routine
    [ 0.006911] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
    Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4
    tlb_flushall_shift: 4
    [ 0.007021] Freeing SMP alternatives: 16k freed
    [ 0.007977] ACPI: Core revision 20121018
    [ 0.015366] ftrace: allocating 18273 entries in 36 pages
    [ 0.023490] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.024036] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.059250] smpboot: CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 3600+ (fam: 0f, model: 6b, stepping: 01)
    [ 0.059999] Performance Events: AMD PMU driver.
    [ 0.059999] ... version: 0
    [ 0.059999] ... bit width: 48
    [ 0.059999] ... generic registers: 4
    [ 0.059999] ... value mask: 0000ffffffffffff
    [ 0.059999] ... max period: 00007fffffffffff
    [ 0.059999] ... fixed-purpose events: 0
    [ 0.059999] ... event mask: 000000000000000f
    [ 0.078439] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.083409] CPU 1 irqstacks, hard=f60ba000 soft=f60bc000
    [ 0.083412] smpboot: Booting Node 0, Processors #1 OK
    [ 0.006666] Initializing CPU#1
    [ 0.176732] Brought up 2 CPUs
    [ 0.176736] smpboot: Total of 2 processors activated (7637.24 BogoMIPS)
    [ 0.177423] devtmpfs: initialized
    [ 0.177423] PM: Registering ACPI NVS region [mem 0x57ff0000-0x57ff2fff] (12288 bytes)
    [ 0.178162] RTC time: 21:06:38, date: 03/21/13
    [ 0.178225] NET: Registered protocol family 16
    [ 0.178397] node 0 link 0: io port [8000, ffff]
    [ 0.178401] TOM: 0000000060000000 aka 1536M
    [ 0.178404] node 0 link 0: mmio [a0000, bffff]
    [ 0.178408] node 0 link 0: mmio [60000000, efffffff]
    [ 0.178411] node 0 link 0: mmio [f4000000, fe02ffff]
    [ 0.178414] node 0 link 0: mmio [f0000000, f03fffff]
    [ 0.178418] bus: [bus 00-04] on node 0 link 0
    [ 0.178421] bus: 00 [io 0x0000-0xffff]
    [ 0.178423] bus: 00 [mem 0x000a0000-0x000bffff]
    [ 0.178425] bus: 00 [mem 0x60000000-0xf3ffffff]
    [ 0.178428] bus: 00 [mem 0xf4000000-0xffffffff]
    [ 0.178495] ACPI: bus type pci registered
    [ 0.178575] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [ 0.178579] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
    [ 0.178581] PCI: Using MMCONFIG for extended config space
    [ 0.178583] PCI: Using configuration type 1 for base access
    [ 0.178677] mtrr: your CPUs had inconsistent variable MTRR settings
    [ 0.178679] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.178681] mtrr: corrected configuration.
    [ 0.180670] bio: create slab <bio-0> at 0
    [ 0.180670] ACPI: Added _OSI(Module Device)
    [ 0.180670] ACPI: Added _OSI(Processor Device)
    [ 0.180670] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.180670] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.181260] ACPI: EC: Look up EC in DSDT
    [ 0.186070] ACPI: Interpreter enabled
    [ 0.186077] ACPI: (supports S0 S3 S4 S5)
    [ 0.186098] ACPI: Using IOAPIC for interrupt routing
    [ 0.193127] ACPI: No dock devices found.
    [ 0.193134] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    [ 0.193752] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-04])
    [ 0.193756] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.193890] pci_root PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.193894] pci_root PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.195031] pci_root PNP0A08:00: host bridge window [io 0x0000-0x03af] (ignored)
    [ 0.195034] pci_root PNP0A08:00: host bridge window [io 0x03e0-0x0cf7] (ignored)
    [ 0.195037] pci_root PNP0A08:00: host bridge window [io 0x8000-0xffff] (ignored)
    [ 0.195040] pci_root PNP0A08:00: host bridge window [io 0x03b0-0x03df] (ignored)
    [ 0.195044] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    [ 0.195047] pci_root PNP0A08:00: host bridge window [mem 0x60000000-0xefffffff] (ignored)
    [ 0.195050] pci_root PNP0A08:00: host bridge window [mem 0xf4000000-0xfe02ffff] (ignored)
    [ 0.195053] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff] (ignored)
    [ 0.195057] pci_root PNP0A08:00: host bridge window [io 0x4700-0x470b] (ignored)
    [ 0.195060] pci_root PNP0A08:00: host bridge window [io 0x1c00-0x1c80] (ignored)
    [ 0.195063] pci_root PNP0A08:00: host bridge window [mem 0xfec80000-0xfecbffff] (ignored)
    [ 0.195066] PCI: root bus 00: hardware-probed resources
    [ 0.195117] PCI host bridge to bus 0000:00
    [ 0.195121] pci_bus 0000:00: root bus resource [bus 00-04]
    [ 0.195124] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    [ 0.195127] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.195130] pci_bus 0000:00: root bus resource [mem 0x60000000-0xf3ffffff]
    [ 0.195134] pci_bus 0000:00: root bus resource [mem 0xf4000000-0xffffffff]
    [ 0.195161] pci 0000:00:00.0: [10de:03ea] type 00 class 0x050000
    [ 0.195341] pci 0000:00:01.0: [10de:03e0] type 00 class 0x060100
    [ 0.195384] pci 0000:00:01.1: [10de:03eb] type 00 class 0x0c0500
    [ 0.195397] pci 0000:00:01.1: reg 10: [io 0xfc00-0xfc3f]
    [ 0.195414] pci 0000:00:01.1: reg 20: [io 0x1c00-0x1c3f]
    [ 0.195421] pci 0000:00:01.1: reg 24: [io 0xf400-0xf43f]
    [ 0.195452] pci 0000:00:01.1: PME# supported from D3hot D3cold
    [ 0.195469] pci 0000:00:01.2: [10de:03f5] type 00 class 0x050000
    [ 0.195516] pci 0000:00:02.0: [10de:03f1] type 00 class 0x0c0310
    [ 0.195527] pci 0000:00:02.0: reg 10: [mem 0xfe02f000-0xfe02ffff]
    [ 0.195564] pci 0000:00:02.0: supports D1 D2
    [ 0.195567] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.195583] pci 0000:00:02.1: [10de:03f2] type 00 class 0x0c0320
    [ 0.195595] pci 0000:00:02.1: reg 10: [mem 0xfe02e000-0xfe02e0ff]
    [ 0.195639] pci 0000:00:02.1: supports D1 D2
    [ 0.195642] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.195665] pci 0000:00:04.0: [10de:03f3] type 01 class 0x060401
    [ 0.195711] pci 0000:00:05.0: [10de:03f0] type 00 class 0x040300
    [ 0.195723] pci 0000:00:05.0: reg 10: [mem 0xfe028000-0xfe02bfff]
    [ 0.195768] pci 0000:00:05.0: PME# supported from D3hot D3cold
    [ 0.195791] pci 0000:00:06.0: [10de:03ec] type 00 class 0x01018a
    [ 0.195814] pci 0000:00:06.0: reg 20: [io 0xf000-0xf00f]
    [ 0.195850] pci 0000:00:08.0: [10de:03f6] type 00 class 0x010185
    [ 0.195860] pci 0000:00:08.0: reg 10: [io 0x09f0-0x09f7]
    [ 0.195866] pci 0000:00:08.0: reg 14: [io 0x0bf0-0x0bf3]
    [ 0.195872] pci 0000:00:08.0: reg 18: [io 0x0970-0x0977]
    [ 0.195877] pci 0000:00:08.0: reg 1c: [io 0x0b70-0x0b73]
    [ 0.195883] pci 0000:00:08.0: reg 20: [io 0xdc00-0xdc0f]
    [ 0.195889] pci 0000:00:08.0: reg 24: [mem 0xfe02d000-0xfe02dfff]
    [ 0.195922] pci 0000:00:08.1: [10de:03f6] type 00 class 0x010185
    [ 0.195932] pci 0000:00:08.1: reg 10: [io 0x09e0-0x09e7]
    [ 0.195938] pci 0000:00:08.1: reg 14: [io 0x0be0-0x0be3]
    [ 0.195944] pci 0000:00:08.1: reg 18: [io 0x0960-0x0967]
    [ 0.195949] pci 0000:00:08.1: reg 1c: [io 0x0b60-0x0b63]
    [ 0.195955] pci 0000:00:08.1: reg 20: [io 0xc800-0xc80f]
    [ 0.195961] pci 0000:00:08.1: reg 24: [mem 0xfe02c000-0xfe02cfff]
    [ 0.196000] pci 0000:00:09.0: [10de:03e8] type 01 class 0x060400
    [ 0.196032] pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.196051] pci 0000:00:0b.0: [10de:03e9] type 01 class 0x060400
    [ 0.196081] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.196098] pci 0000:00:0c.0: [10de:03e9] type 01 class 0x060400
    [ 0.196128] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.196146] pci 0000:00:0d.0: [10de:03d0] type 00 class 0x030000
    [ 0.196154] pci 0000:00:0d.0: reg 10: [mem 0xfb000000-0xfbffffff]
    [ 0.196162] pci 0000:00:0d.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.196169] pci 0000:00:0d.0: reg 1c: [mem 0xfc000000-0xfcffffff 64bit]
    [ 0.196177] pci 0000:00:0d.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.196209] pci 0000:00:18.0: [1022:1100] type 00 class 0x060000
    [ 0.196233] pci 0000:00:18.1: [1022:1101] type 00 class 0x060000
    [ 0.196253] pci 0000:00:18.2: [1022:1102] type 00 class 0x060000
    [ 0.196273] pci 0000:00:18.3: [1022:1103] type 00 class 0x060000
    [ 0.196335] pci 0000:01:09.0: [104c:8024] type 00 class 0x0c0010
    [ 0.196350] pci 0000:01:09.0: reg 10: [mem 0xfdfff000-0xfdfff7ff]
    [ 0.196359] pci 0000:01:09.0: reg 14: [mem 0xfdff8000-0xfdffbfff]
    [ 0.196412] pci 0000:01:09.0: supports D1 D2
    [ 0.196415] pci 0000:01:09.0: PME# supported from D0 D1 D2 D3hot
    [ 0.196444] pci 0000:00:04.0: PCI bridge to [bus 01] (subtractive decode)
    [ 0.196448] pci 0000:00:04.0: bridge window [io 0xb000-0xbfff]
    [ 0.196452] pci 0000:00:04.0: bridge window [mem 0xfdf00000-0xfdffffff]
    [ 0.196456] pci 0000:00:04.0: bridge window [mem 0xfd800000-0xfd8fffff pref]
    [ 0.196459] pci 0000:00:04.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    [ 0.196462] pci 0000:00:04.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.196465] pci 0000:00:04.0: bridge window [mem 0x60000000-0xf3ffffff] (subtractive decode)
    [ 0.196469] pci 0000:00:04.0: bridge window [mem 0xf4000000-0xffffffff] (subtractive decode)
    [ 0.196493] pci 0000:00:09.0: PCI bridge to [bus 02]
    [ 0.196498] pci 0000:00:09.0: bridge window [io 0xa000-0xafff]
    [ 0.196501] pci 0000:00:09.0: bridge window [mem 0xfde00000-0xfdefffff]
    [ 0.196506] pci 0000:00:09.0: bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
    [ 0.196548] pci 0000:03:00.0: [11ab:4364] type 00 class 0x020000
    [ 0.196565] pci 0000:03:00.0: reg 10: [mem 0xfdcfc000-0xfdcfffff 64bit]
    [ 0.196575] pci 0000:03:00.0: reg 18: [io 0x9c00-0x9cff]
    [ 0.196604] pci 0000:03:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.196648] pci 0000:03:00.0: supports D1 D2
    [ 0.196651] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.203353] pci 0000:00:0b.0: PCI bridge to [bus 03]
    [ 0.203357] pci 0000:00:0b.0: bridge window [io 0x9000-0x9fff]
    [ 0.203361] pci 0000:00:0b.0: bridge window [mem 0xfdc00000-0xfdcfffff]
    [ 0.203365] pci 0000:00:0b.0: bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
    [ 0.203390] pci 0000:00:0c.0: PCI bridge to [bus 04]
    [ 0.203394] pci 0000:00:0c.0: bridge window [io 0x8000-0x8fff]
    [ 0.203398] pci 0000:00:0c.0: bridge window [mem 0xfda00000-0xfdafffff]
    [ 0.203402] pci 0000:00:0c.0: bridge window [mem 0xfd900000-0xfd9fffff 64bit pref]
    [ 0.203413] pci_bus 0000:00: on NUMA node 0
    [ 0.203424] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
    [ 0.203569] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.242482] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.242536] ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.242587] ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.242639] ACPI: PCI Interrupt Link [LNK4] (IRQs *5 7 9 10 11 14 15)
    [ 0.242689] ACPI: PCI Interrupt Link [LNK5] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.242741] ACPI: PCI Interrupt Link [LNK6] (IRQs *5 7 9 10 11 14 15)
    [ 0.242791] ACPI: PCI Interrupt Link [LNK7] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.242842] ACPI: PCI Interrupt Link [LNK8] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.242894] ACPI: PCI Interrupt Link [LIGP] (IRQs 5 7 9 10 *11 14 15)
    [ 0.242944] ACPI: PCI Interrupt Link [LP2P] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.242996] ACPI: PCI Interrupt Link [LUBA] (IRQs 5 7 9 *10 11 14 15)
    [ 0.243045] ACPI: PCI Interrupt Link [LMAC] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.243098] ACPI: PCI Interrupt Link [LAZA] (IRQs 5 7 9 *10 11 14 15)
    [ 0.243148] ACPI: PCI Interrupt Link [LPMU] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.243204] ACPI: PCI Interrupt Link [LSMB] (IRQs *5 7 9 10 11 14 15)
    [ 0.243265] ACPI: PCI Interrupt Link [LUB2] (IRQs 5 7 9 10 *11 14 15)
    [ 0.243315] ACPI: PCI Interrupt Link [LIDE] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.243375] ACPI: PCI Interrupt Link [LSID] (IRQs 5 7 9 *10 11 14 15)
    [ 0.243432] ACPI: PCI Interrupt Link [LFID] (IRQs 5 7 9 10 *11 14 15)
    [ 0.243524] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0, disabled.
    [ 0.243606] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled.
    [ 0.243688] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0, disabled.
    [ 0.243770] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0
    [ 0.243851] ACPI: PCI Interrupt Link [APC5] (IRQs 16) *0, disabled.
    [ 0.243933] ACPI: PCI Interrupt Link [APC6] (IRQs 16) *0
    [ 0.244014] ACPI: PCI Interrupt Link [APC7] (IRQs 16) *0, disabled.
    [ 0.244095] ACPI: PCI Interrupt Link [APC8] (IRQs 16) *0, disabled.
    [ 0.244176] ACPI: PCI Interrupt Link [AIGP] (IRQs 20 21 22 23) *0
    [ 0.244258] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22 23) *0
    [ 0.244340] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0, disabled.
    [ 0.244422] ACPI: PCI Interrupt Link [APMU] (IRQs 20 21 22 23) *0, disabled.
    [ 0.244504] ACPI: PCI Interrupt Link [AAZA] (IRQs 20 21 22 23) *0
    [ 0.244586] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0
    [ 0.244669] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0
    [ 0.244751] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22 23) *0, disabled.
    [ 0.244833] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled.
    [ 0.244921] ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0
    [ 0.245004] ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22 23) *0
    [ 0.245086] vgaarb: device added: PCI:0000:00:0d.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.245086] vgaarb: loaded
    [ 0.245086] vgaarb: bridge control possible 0000:00:0d.0
    [ 0.245086] PCI: Using ACPI for IRQ routing
    [ 0.246696] PCI: pci_cache_line_size set to 64 bytes
    [ 0.246745] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
    [ 0.246748] e820: reserve RAM buffer [mem 0x57ff0000-0x57ffffff]
    [ 0.246902] NetLabel: Initializing
    [ 0.246904] NetLabel: domain hash size = 128
    [ 0.246906] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.246923] NetLabel: unlabeled traffic allowed by default
    [ 0.246950] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    [ 0.246956] hpet0: at MMIO 0xfeff0000, IRQs 2, 8, 31
    [ 0.246961] hpet0: 3 comparators, 32-bit 25.000000 MHz counter
    [ 0.256702] Switching to clocksource hpet
    [ 0.264319] pnp: PnP ACPI init
    [ 0.264346] ACPI: bus type pnp registered
    [ 0.264605] system 00:00: [io 0x1000-0x107f] has been reserved
    [ 0.264609] system 00:00: [io 0x1080-0x10ff] has been reserved
    [ 0.264613] system 00:00: [io 0x1400-0x147f] has been reserved
    [ 0.264616] system 00:00: [io 0x1480-0x14ff] has been reserved
    [ 0.264620] system 00:00: [io 0x1800-0x187f] has been reserved
    [ 0.264623] system 00:00: [io 0x1880-0x18ff] has been reserved
    [ 0.264628] system 00:00: [mem 0xfefe0000-0xfefe01ff] has been reserved
    [ 0.264631] system 00:00: [mem 0xfefe1000-0xfefe10ff] has been reserved
    [ 0.264635] system 00:00: [mem 0x58000000-0x5fffffff] has been reserved
    [ 0.264641] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.265431] system 00:01: [io 0x04d0-0x04d1] has been reserved
    [ 0.265434] system 00:01: [io 0x0800-0x087f] has been reserved
    [ 0.265438] system 00:01: [io 0x0290-0x0297] has been reserved
    [ 0.265442] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.265458] pnp 00:02: [dma 4]
    [ 0.265495] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.265606] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.265670] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.265714] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.265772] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.266190] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.266522] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.266948] pnp 00:09: Plug and Play ACPI device, IDs PNP0400 (active)
    [ 0.267129] pnp 00:0a: Plug and Play ACPI device, IDs PNP0f13 (active)
    [ 0.267201] pnp 00:0b: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 0.267285] system 00:0c: [mem 0xf0000000-0xf3ffffff] has been reserved
    [ 0.267290] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.267506] system 00:0d: [mem 0x000d0000-0x000d3fff] has been reserved
    [ 0.267510] system 00:0d: [mem 0x000f0000-0x000f7fff] could not be reserved
    [ 0.267514] system 00:0d: [mem 0x000f8000-0x000fbfff] could not be reserved
    [ 0.267517] system 00:0d: [mem 0x000fc000-0x000fffff] could not be reserved
    [ 0.267521] system 00:0d: [mem 0xfeff0000-0xfeff00ff] has been reserved
    [ 0.267525] system 00:0d: [mem 0x57ff0000-0x57ffffff] could not be reserved
    [ 0.267528] system 00:0d: [mem 0xffff0000-0xffffffff] has been reserved
    [ 0.267532] system 00:0d: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.267535] system 00:0d: [mem 0x00100000-0x57feffff] could not be reserved
    [ 0.267539] system 00:0d: [mem 0x58000000-0x5fffffff] has been reserved
    [ 0.267543] system 00:0d: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.267546] system 00:0d: [mem 0xfee00000-0xfeefffff] has been reserved
    [ 0.267550] system 00:0d: [mem 0xfefff000-0xfeffffff] has been reserved
    [ 0.267554] system 00:0d: [mem 0xfff80000-0xfff80fff] has been reserved
    [ 0.267557] system 00:0d: [mem 0xfff90000-0xfffbffff] has been reserved
    [ 0.267561] system 00:0d: [mem 0xfffed000-0xfffeffff] has been reserved
    [ 0.267565] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.267589] pnp: PnP ACPI: found 14 devices
    [ 0.267590] ACPI: ACPI bus type pnp unregistered
    [ 0.305593] pci 0000:00:0d.0: BAR 6: assigned [mem 0x60000000-0x6001ffff pref]
    [ 0.305599] pci 0000:00:04.0: PCI bridge to [bus 01]
    [ 0.305603] pci 0000:00:04.0: bridge window [io 0xb000-0xbfff]
    [ 0.305608] pci 0000:00:04.0: bridge window [mem 0xfdf00000-0xfdffffff]
    [ 0.305612] pci 0000:00:04.0: bridge window [mem 0xfd800000-0xfd8fffff pref]
    [ 0.305617] pci 0000:00:09.0: PCI bridge to [bus 02]
    [ 0.305621] pci 0000:00:09.0: bridge window [io 0xa000-0xafff]
    [ 0.305625] pci 0000:00:09.0: bridge window [mem 0xfde00000-0xfdefffff]
    [ 0.305629] pci 0000:00:09.0: bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
    [ 0.305635] pci 0000:03:00.0: BAR 6: assigned [mem 0xfdb00000-0xfdb1ffff pref]
    [ 0.305638] pci 0000:00:0b.0: PCI bridge to [bus 03]
    [ 0.305641] pci 0000:00:0b.0: bridge window [io 0x9000-0x9fff]
    [ 0.305645] pci 0000:00:0b.0: bridge window [mem 0xfdc00000-0xfdcfffff]
    [ 0.305649] pci 0000:00:0b.0: bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
    [ 0.305654] pci 0000:00:0c.0: PCI bridge to [bus 04]
    [ 0.305657] pci 0000:00:0c.0: bridge window [io 0x8000-0x8fff]
    [ 0.305661] pci 0000:00:0c.0: bridge window [mem 0xfda00000-0xfdafffff]
    [ 0.305665] pci 0000:00:0c.0: bridge window [mem 0xfd900000-0xfd9fffff 64bit pref]
    [ 0.305677] pci 0000:00:04.0: setting latency timer to 64
    [ 0.305686] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    [ 0.305689] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
    [ 0.305692] pci_bus 0000:00: resource 6 [mem 0x60000000-0xf3ffffff]
    [ 0.305696] pci_bus 0000:00: resource 7 [mem 0xf4000000-0xffffffff]
    [ 0.305699] pci_bus 0000:01: resource 0 [io 0xb000-0xbfff]
    [ 0.305702] pci_bus 0000:01: resource 1 [mem 0xfdf00000-0xfdffffff]
    [ 0.305706] pci_bus 0000:01: resource 2 [mem 0xfd800000-0xfd8fffff pref]
    [ 0.305709] pci_bus 0000:01: resource 4 [io 0x0000-0xffff]
    [ 0.305712] pci_bus 0000:01: resource 5 [mem 0x000a0000-0x000bffff]
    [ 0.305715] pci_bus 0000:01: resource 6 [mem 0x60000000-0xf3ffffff]
    [ 0.305718] pci_bus 0000:01: resource 7 [mem 0xf4000000-0xffffffff]
    [ 0.305722] pci_bus 0000:02: resource 0 [io 0xa000-0xafff]
    [ 0.305725] pci_bus 0000:02: resource 1 [mem 0xfde00000-0xfdefffff]
    [ 0.305729] pci_bus 0000:02: resource 2 [mem 0xfdd00000-0xfddfffff 64bit pref]
    [ 0.305732] pci_bus 0000:03: resource 0 [io 0x9000-0x9fff]
    [ 0.305735] pci_bus 0000:03: resource 1 [mem 0xfdc00000-0xfdcfffff]
    [ 0.305738] pci_bus 0000:03: resource 2 [mem 0xfdb00000-0xfdbfffff 64bit pref]
    [ 0.305742] pci_bus 0000:04: resource 0 [io 0x8000-0x8fff]
    [ 0.305745] pci_bus 0000:04: resource 1 [mem 0xfda00000-0xfdafffff]
    [ 0.305748] pci_bus 0000:04: resource 2 [mem 0xfd900000-0xfd9fffff 64bit pref]
    [ 0.305804] NET: Registered protocol family 2
    [ 0.305997] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.306061] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.306122] TCP: Hash tables configured (established 8192 bind 8192)
    [ 0.306184] TCP: reno registered
    [ 0.306188] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.306204] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.306279] NET: Registered protocol family 1
    [ 0.306537] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 23
    [ 0.370181] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 22
    [ 0.370249] pci 0000:00:00.0: Found enabled HT MSI Mapping
    [ 0.370299] pci 0000:00:00.0: Found enabled HT MSI Mapping
    [ 0.370357] pci 0000:00:00.0: Found enabled HT MSI Mapping
    [ 0.370411] pci 0000:00:00.0: Found enabled HT MSI Mapping
    [ 0.370469] pci 0000:00:00.0: Found enabled HT MSI Mapping
    [ 0.370531] pci 0000:00:00.0: Found enabled HT MSI Mapping
    [ 0.370598] pci 0000:00:00.0: Found enabled HT MSI Mapping
    [ 0.370606] pci 0000:00:0d.0: Boot video device
    [ 0.370621] PCI: CLS 64 bytes, default 64
    [ 0.370687] Unpacking initramfs...
    [ 0.455995] Freeing initrd memory: 2900k freed
    [ 0.459106] apm: BIOS not found.
    [ 0.459448] audit: initializing netlink socket (disabled)
    [ 0.459468] type=2000 audit(1363899998.456:1): initialized
    [ 0.474029] bounce pool size: 64 pages
    [ 0.474052] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.476263] VFS: Disk quotas dquot_6.5.2
    [ 0.476327] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.476593] msgmni has been set to 1731
    [ 0.476998] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.477042] io scheduler noop registered
    [ 0.477044] io scheduler deadline registered
    [ 0.477053] io scheduler cfq registered (default)
    [ 0.477195] pcieport 0000:00:09.0: irq 40 for MSI/MSI-X
    [ 0.477269] pcieport 0000:00:0b.0: irq 41 for MSI/MSI-X
    [ 0.477329] pcieport 0000:00:0c.0: irq 42 for MSI/MSI-X
    [ 0.477469] vesafb: mode is 640x480x32, linelength=2560, pages=0
    [ 0.477471] vesafb: scrolling: redraw
    [ 0.477474] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.477558] vesafb: framebuffer at 0xe0000000, mapped to 0xf8080000, using 1216k, total 1216k
    [ 0.484141] Console: switching to colour frame buffer device 80x30
    [ 0.490611] fb0: VESA VGA frame buffer device
    [ 0.490704] GHES: HEST is not enabled!
    [ 0.490719] isapnp: Scanning for PnP cards...
    [ 0.802592] isapnp: No Plug & Play device found
    [ 0.802671] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.823231] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.843779] 00:08: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    [ 0.844469] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.844915] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.844951] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.845087] mousedev: PS/2 mouse device common for all mice
    [ 0.845182] rtc_cmos 00:04: RTC can wake from S4
    [ 0.845358] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 0.845400] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
    [ 0.845435] cpuidle: using governor ladder
    [ 0.845437] cpuidle: using governor menu
    [ 0.845439] EFI Variables Facility v0.08 2004-May-17
    [ 0.845489] drop_monitor: Initializing network drop monitor service
    [ 0.845593] TCP: cubic registered
    [ 0.845736] NET: Registered protocol family 10
    [ 0.845940] NET: Registered protocol family 17
    [ 0.845958] Key type dns_resolver registered
    [ 0.846129] Using IPI No-Shortcut mode
    [ 0.846264] PM: Hibernation image not present or could not be loaded.
    [ 0.846279] registered taskstats version 1
    [ 0.846851] Magic number: 5:851:146
    [ 0.846912] acpi device:17: hash matches
    [ 0.846972] rtc_cmos 00:04: setting system clock to 2013-03-21 21:06:39 UTC (1363899999)
    [ 0.847246] Freeing unused kernel memory: 560k freed
    [ 0.847645] Write protecting the kernel text: 4188k
    [ 0.847679] Write protecting the kernel read-only data: 1284k
    [ 0.858078] systemd-udevd[45]: starting version 198
    [ 0.864682] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.904637] ACPI: bus type usb registered
    [ 0.904681] usbcore: registered new interface driver usbfs
    [ 0.904697] usbcore: registered new interface driver hub
    [ 0.904815] usbcore: registered new device driver usb
    [ 0.906826] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.908458] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 0.908536] ohci_hcd 0000:00:02.0: setting latency timer to 64
    [ 0.908541] ohci_hcd 0000:00:02.0: OHCI Host Controller
    [ 0.908550] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
    [ 0.908594] ohci_hcd 0000:00:02.0: irq 23, io mem 0xfe02f000
    [ 0.910252] ehci-pci: EHCI PCI platform driver
    [ 0.910290] ACPI: PCI Interrupt Link [APC4] enabled at IRQ 19
    [ 0.910329] firewire_ohci 0000:01:09.0: setting latency timer to 64
    [ 0.912040] SCSI subsystem initialized
    [ 0.915768] ACPI: bus type scsi registered
    [ 0.918637] libata version 3.00 loaded.
    [ 0.962268] hub 1-0:1.0: USB hub found
    [ 0.962279] hub 1-0:1.0: 10 ports detected
    [ 0.962535] ehci-pci 0000:00:02.1: setting latency timer to 64
    [ 0.962539] ehci-pci 0000:00:02.1: EHCI Host Controller
    [ 0.962547] ehci-pci 0000:00:02.1: new USB bus registered, assigned bus number 2
    [ 0.962559] ehci-pci 0000:00:02.1: debug port 1
    [ 0.962589] ehci-pci 0000:00:02.1: cache line size of 64 is not supported
    [ 0.962617] ehci-pci 0000:00:02.1: irq 22, io mem 0xfe02e000
    [ 0.970035] ehci-pci 0000:00:02.1: USB 2.0 started, EHCI 1.00
    [ 0.970261] hub 2-0:1.0: USB hub found
    [ 0.970268] hub 2-0:1.0: 10 ports detected
    [ 0.970681] pata_amd 0000:00:06.0: version 0.4.1
    [ 0.970736] pata_amd 0000:00:06.0: setting latency timer to 64
    [ 0.971618] scsi0 : pata_amd
    [ 0.972200] scsi1 : pata_amd
    [ 0.972449] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
    [ 0.972452] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
    [ 0.972517] sata_nv 0000:00:08.0: version 3.5
    [ 0.972721] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 21
    [ 0.972802] sata_nv 0000:00:08.0: setting latency timer to 64
    [ 0.973161] scsi2 : sata_nv
    [ 0.973470] scsi3 : sata_nv
    [ 0.973598] ata3: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xdc00 irq 21
    [ 0.973602] ata4: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xdc08 irq 21
    [ 0.973822] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 20
    [ 0.973886] sata_nv 0000:00:08.1: setting latency timer to 64
    [ 0.974209] scsi4 : sata_nv
    [ 0.974369] scsi5 : sata_nv
    [ 0.974488] ata5: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xc800 irq 20
    [ 0.974491] ata6: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xc808 irq 20
    [ 1.130346] ata1.00: ATAPI: HL-DT-ST DVDRAM_GSA-H40N, RA00, max UDMA/66
    [ 1.130357] ata1: nv_mode_filter: 0x1f39f&0x1f39f->0x1f39f, BIOS=0x1f000 (0xc5000000) ACPI=0x1f01f (30:600:0x13)
    [ 1.143604] ata1.00: configured for UDMA/66
    [ 1.149515] scsi 0:0:0:0: CD-ROM HL-DT-ST DVDRAM_GSA-H40N RA00 PQ: 0 ANSI: 5
    [ 1.149876] ata2: port disabled--ignoring
    [ 1.297028] ata3: SATA link down (SStatus 0 SControl 300)
    [ 1.297032] ata5: SATA link down (SStatus 0 SControl 300)
    [ 1.633688] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.643352] firewire_ohci 0000:01:09.0: failed to read phy reg
    [ 1.643576] firewire_ohci: probe of 0000:01:09.0 failed with error -16
    [ 1.730033] usb 1-4: new low-speed USB device number 2 using ohci_hcd
    [ 1.936808] usbcore: registered new interface driver usbhid
    [ 1.936814] usbhid: USB HID core driver
    [ 2.100049] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.107021] ata6.00: ATA-7: Hitachi HDS721616PLA380, P22OAB3A, max UDMA/133
    [ 2.107025] ata6.00: 321672960 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 2.120325] ata6.00: configured for UDMA/133
    [ 2.120524] scsi 5:0:0:0: Direct-Access ATA Hitachi HDS72161 P22O PQ: 0 ANSI: 5
    [ 2.125055] sd 5:0:0:0: [sda] 321672960 512-byte logical blocks: (164 GB/153 GiB)
    [ 2.125119] sd 5:0:0:0: [sda] Write Protect is off
    [ 2.125123] sd 5:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.125149] sd 5:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.131113] sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.131120] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.131457] sr 0:0:0:0: Attached scsi CD-ROM sr0
    [ 2.146217] sda: sda1 sda2 sda3
    [ 2.146831] sd 5:0:0:0: [sda] Attached SCSI disk
    [ 2.206694] usb 1-8: new full-speed USB device number 3 using ohci_hcd
    [ 2.407819] Initializing USB Mass Storage driver...
    [ 2.408184] scsi6 : usb-storage 1-8:1.0
    [ 2.408335] usbcore: registered new interface driver usb-storage
    [ 2.408337] USB Mass Storage support registered.
    [ 2.542664] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    [ 3.014632] systemd[1]: Smack is not enabled in the kernel, not loading access rules.
    [ 3.097131] systemd[1]: systemd 198 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 3.097800] systemd[1]: Set hostname to <acer-aspire>.
    [ 3.352860] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 3.352959] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 3.352983] systemd[1]: Expecting device sys-subsystem-net-devices-enp3s0.device...
    [ 3.353005] systemd[1]: Starting Remote File Systems.
    [ 3.353024] systemd[1]: Reached target Remote File Systems.
    [ 3.353041] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 3.353091] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 3.353108] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 3.353156] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 3.353173] systemd[1]: Starting Delayed Shutdown Socket.
    [ 3.353206] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 3.353222] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 3.353253] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 3.353274] systemd[1]: Starting Journal Socket.
    [ 3.353366] systemd[1]: Listening on Journal Socket.
    [ 3.354821] systemd[1]: Starting Apply Kernel Variables...
    [ 3.357143] systemd[1]: Mounting Huge Pages File System...
    [ 3.363518] systemd[1]: Mounting POSIX Message Queue File System...
    [ 3.370154] systemd[1]: Mounting Debug File System...
    [ 3.385832] systemd[1]: Starting Journal Service...
    [ 3.393610] systemd[1]: Started Journal Service.
    [ 3.393800] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 3.393975] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 3.407359] systemd[1]: Started Set Up Additional Binary Formats.
    [ 3.407389] systemd[1]: Starting Encrypted Volumes.
    [ 3.407409] systemd[1]: Reached target Encrypted Volumes.
    [ 3.407431] systemd[1]: Starting Setup Virtual Console...
    [ 3.410492] systemd[1]: Starting udev Kernel Socket.
    [ 3.410553] systemd[1]: Listening on udev Kernel Socket.
    [ 3.410641] systemd[1]: Starting udev Control Socket.
    [ 3.410689] systemd[1]: Listening on udev Control Socket.
    [ 3.410760] systemd[1]: Starting udev Coldplug all Devices...
    [ 3.417037] systemd[1]: Starting udev Kernel Device Manager...
    [ 3.418761] scsi 6:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0
    [ 3.436758] scsi 6:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0
    [ 3.441505] systemd[1]: Started Load Kernel Modules.
    [ 3.441546] systemd[1]: Mounted FUSE Control File System.
    [ 3.441570] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 3.441652] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 3.441693] systemd[1]: Mounting Configuration File System...
    [ 3.465751] scsi 6:0:0:2: Direct-Access Generic USB SM Reader 1.02 PQ: 0 ANSI: 0
    [ 3.476732] sd 6:0:0:0: [sdb] Attached SCSI removable disk
    [ 3.505747] scsi 6:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0
    [ 3.516728] sd 6:0:0:1: [sdc] Attached SCSI removable disk
    [ 3.549724] sd 6:0:0:2: [sdd] Attached SCSI removable disk
    [ 3.553823] systemd[1]: Expecting device dev-disk-by\x2duuid-bb5a3cc3\x2d55fd\x2d4830\x2d8177\x2ddd32df9bd303.device...
    [ 3.553856] systemd[1]: Mounting Temporary Directory...
    [ 3.571730] sd 6:0:0:3: [sde] Attached SCSI removable disk
    [ 3.744908] systemd-udevd[126]: starting version 198
    [ 3.777101] systemd[1]: Started File System Check on Root Device.
    [ 3.777142] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 3.790819] systemd[1]: Started udev Kernel Device Manager.
    [ 3.800185] systemd[1]: Started Apply Kernel Variables.
    [ 4.118718] EXT4-fs (sda2): re-mounted. Opts: data=ordered
    [ 4.205364] systemd-journald[122]: Received SIGUSR1
    [ 5.423026] thermal LNXTHERM:00: registered as thermal_zone0
    [ 5.423033] ACPI: Thermal Zone [THRM] (40 C)
    [ 5.463049] input: PC Speaker as /devices/platform/pcspkr/input/input1
    [ 5.484558] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
    [ 5.484570] ACPI: Power Button [PWRB]
    [ 5.484693] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 5.484697] ACPI: Power Button [PWRF]
    [ 5.491085] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
    [ 5.542488] i2c i2c-0: nForce2 SMBus adapter at 0x1c00
    [ 5.542524] i2c i2c-1: nForce2 SMBus adapter at 0xf400
    [ 5.547898] Linux agpgart interface v0.103
    [ 5.558914] ACPI: Fan [FAN] (on)
    [ 5.559089] [drm] Initialized drm 1.1.0 20060810
    [ 5.565468] microcode: AMD CPU family 0xf not supported
    [ 5.567533] microcode: AMD CPU family 0xf not supported
    [ 5.642735] wmi: Mapper loaded
    [ 5.645076] kvm: Nested Virtualization enabled
    [ 5.649689] powernow-k8: fid 0xb (1900 MHz), vid 0xc
    [ 5.649696] powernow-k8: fid 0xa (1800 MHz), vid 0xd
    [ 5.649699] powernow-k8: fid 0x2 (1000 MHz), vid 0x12
    [ 5.649987] powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 3600+ (2 cpu cores) (version 2.20.00)
    [ 5.685561] checking generic (e0000000 130000) vs hw (e0000000 10000000)
    [ 5.685568] fb: conflicting fb hw usage nouveaufb vs VESA VGA - removing generic driver
    [ 5.685594] Console: switching to colour dummy device 80x25
    [ 5.685773] nouveau 0000:00:0d.0: setting latency timer to 64
    [ 5.686326] ACPI: PCI Interrupt Link [AIGP] enabled at IRQ 23
    [ 5.686707] nouveau [ DEVICE][0000:00:0d.0] BOOT0 : 0x04c000a2
    [ 5.686715] nouveau [ DEVICE][0000:00:0d.0] Chipset: C61 (NV4C)
    [ 5.686722] nouveau [ DEVICE][0000:00:0d.0] Family : NV40
    [ 5.687642] nouveau [ VBIOS][0000:00:0d.0] checking PRAMIN for image...
    [ 5.733281] nouveau [ VBIOS][0000:00:0d.0] ... appears to be valid
    [ 5.733287] nouveau [ VBIOS][0000:00:0d.0] using image from PRAMIN
    [ 5.733560] nouveau [ VBIOS][0000:00:0d.0] BIT signature found
    [ 5.733565] nouveau [ VBIOS][0000:00:0d.0] version 05.61.32.25.04
    [ 5.733746] nouveau [ PFB][0000:00:0d.0] RAM type: unknown
    [ 5.733749] nouveau [ PFB][0000:00:0d.0] RAM size: 128 MiB
    [ 5.733752] nouveau [ PFB][0000:00:0d.0] ZCOMP: 0 tags
    [ 5.761373] [TTM] Zone kernel: Available graphics memory: 443504 kiB
    [ 5.761379] [TTM] Zone highmem: Available graphics memory: 709716 kiB
    [ 5.761381] [TTM] Initializing pool allocator
    [ 5.761831] nouveau [ DRM] VRAM: 125 MiB
    [ 5.761838] nouveau [ DRM] GART: 512 MiB
    [ 5.761844] nouveau [ DRM] BIT BIOS found
    [ 5.761848] nouveau [ DRM] Bios version 05.61.32.25
    [ 5.761852] nouveau [ DRM] TMDS table version 1.1
    [ 5.761855] nouveau [ DRM] DCB version 3.0
    [ 5.761859] nouveau [ DRM] DCB outp 00: 01000310 00000023
    [ 5.761863] nouveau [ DRM] DCB outp 01: 00110204 98830003
    [ 5.761865] nouveau [ DRM] DCB conn 00: 0000
    [ 5.761869] nouveau [ DRM] DCB conn 01: 1131
    [ 5.761872] nouveau [ DRM] DCB conn 02: 0110
    [ 5.761875] nouveau [ DRM] DCB conn 03: 0111
    [ 5.761877] nouveau [ DRM] DCB conn 04: 0113
    [ 5.762420] nouveau W[ DRM] DCB type 4 not known
    [ 5.762425] nouveau W[ DRM] Unknown-1 has no encoders, removing
    [ 5.763281] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 5.763283] [drm] No driver support for vblank timestamp query.
    [ 5.763931] nouveau [ DRM] 1 available performance level(s)
    [ 5.763937] nouveau [ DRM] 0: core 425MHz shader 425MHz fanspeed 100%
    [ 5.763939] nouveau [ DRM] c:
    [ 5.765435] nouveau [ DRM] MM: using M2MF for buffer copies
    [ 5.811870] sky2: driver version 1.30
    [ 5.812122] ACPI: PCI Interrupt Link [APC6] enabled at IRQ 16
    [ 5.812188] sky2 0000:03:00.0: Yukon-2 EC Ultra chip revision 2
    [ 5.812268] sky2 0000:03:00.0: irq 43 for MSI/MSI-X
    [ 5.812560] sky2 0000:03:00.0 eth0: addr 00:19:21:28:95:2d
    [ 5.814804] composite sync not supported
    [ 5.815267] nouveau [ DRM] allocated 1440x900 fb: 0x9000, bo f63fa000
    [ 5.815425] fbcon: nouveaufb (fb0) is primary device
    [ 5.829143] IT8726 SuperIO detected.
    [ 5.829405] parport_pc 00:09: reported by Plug and Play ACPI
    [ 5.829453] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
    [ 5.856121] ppdev: user-space parallel port driver
    [ 5.877128] Console: switching to colour frame buffer device 180x56
    [ 5.878923] nouveau 0000:00:0d.0: fb0: nouveaufb frame buffer device
    [ 5.878929] nouveau 0000:00:0d.0: registered panic notifier
    [ 5.878952] [drm] Initialized nouveau 1.1.0 20120801 for 0000:00:0d.0 on minor 0
    [ 5.879707] ACPI: PCI Interrupt Link [AAZA] enabled at IRQ 22
    [ 5.879730] hda_intel: Disabling MSI
    [ 5.879786] snd_hda_intel 0000:00:05.0: setting latency timer to 64
    [ 6.023710] systemd-udevd[151]: renamed network interface eth0 to enp3s0
    [ 6.497697] input: PIXART USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:02.0/usb1/1-4/1-4:1.0/input/input4
    [ 6.498447] hid-generic 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PIXART USB OPTICAL MOUSE] on usb-0000:00:02.0-4/input0
    [ 6.533068] Adding 997756k swap on /dev/sda3. Priority:-1 extents:1 across:997756k
    [ 6.633135] sky2 0000:03:00.0 enp3s0: enabling interface
    [ 6.633209] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
    [ 6.846889] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:05.0/input/input5
    [ 7.603865] input: HDA NVidia Line as /devices/pci0000:00/0000:00:05.0/sound/card0/input6
    [ 7.604089] input: HDA NVidia Front Mic as /devices/pci0000:00/0000:00:05.0/sound/card0/input7
    [ 7.604265] input: HDA NVidia Rear Mic as /devices/pci0000:00/0000:00:05.0/sound/card0/input8
    [ 7.604442] input: HDA NVidia Front Headphone as /devices/pci0000:00/0000:00:05.0/sound/card0/input9
    [ 7.604616] input: HDA NVidia Line Out Side as /devices/pci0000:00/0000:00:05.0/sound/card0/input10
    [ 7.604791] input: HDA NVidia Line Out CLFE as /devices/pci0000:00/0000:00:05.0/sound/card0/input11
    [ 7.604969] input: HDA NVidia Line Out Surround as /devices/pci0000:00/0000:00:05.0/sound/card0/input12
    [ 7.605141] input: HDA NVidia Line Out Front as /devices/pci0000:00/0000:00:05.0/sound/card0/input13
    [ 8.208529] composite sync not supported
    [ 8.244451] composite sync not supported
    [ 8.450333] sky2 0000:03:00.0 enp3s0: Link is up at 100 Mbps, full duplex, flow control both
    [ 8.450367] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
    [ 20.811802] composite sync not supported
    [ 23.142014] EXT4-fs (sda2): re-mounted. Opts: data=ordered,commit=0
    [ 84.047784] usb 1-4: USB disconnect, device number 2
    [ 85.606696] usb 1-4: new low-speed USB device number 4 using ohci_hcd
    [ 85.814008] input: PIXART USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:02.0/usb1/1-4/1-4:1.0/input/input14
    [ 85.814445] hid-generic 0003:093A:2510.0002: input,hidraw0: USB HID v1.11 Mouse [PIXART USB OPTICAL MOUSE] on usb-0000:00:02.0-4/input0
    [ 389.250323] composite sync not supported
    Xorg log:
    [ 7.949]
    X.Org X Server 1.14.0
    Release Date: 2013-03-05
    [ 7.949] X Protocol Version 11, Revision 0
    [ 7.949] Build Operating System: Linux 3.8.2-1-ARCH i686
    [ 7.949] Current Operating System: Linux acer-aspire 3.8.3-2-ARCH #1 SMP PREEMPT Sun Mar 17 13:38:16 CET 2013 i686
    [ 7.949] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=bb82c8c9-614f-4ce3-85f2-3597507c391d ro quiet
    [ 7.949] Build Date: 09 March 2013 11:46:22AM
    [ 7.949]
    [ 7.949] Current version of pixman: 0.28.2
    [ 7.949] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 7.949] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 7.949] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 21 15:06:46 2013
    [ 7.988] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 8.001] (==) No Layout section. Using the first Screen section.
    [ 8.001] (==) No screen section available. Using defaults.
    [ 8.001] (**) |-->Screen "Default Screen Section" (0)
    [ 8.001] (**) | |-->Monitor "<default monitor>"
    [ 8.011] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 8.011] (==) Automatically adding devices
    [ 8.011] (==) Automatically enabling devices
    [ 8.011] (==) Automatically adding GPU devices
    [ 8.060] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 8.060] Entry deleted from font path.
    [ 8.060] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 8.060] Entry deleted from font path.
    [ 8.060] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 8.060] Entry deleted from font path.
    [ 8.060] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 8.060] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 8.060] Entry deleted from font path.
    [ 8.060] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 8.060] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 8.060] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 8.060] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 8.069] (II) Loader magic: 0x825b620
    [ 8.069] (II) Module ABI versions:
    [ 8.069] X.Org ANSI C Emulation: 0.4
    [ 8.069] X.Org Video Driver: 14.1
    [ 8.069] X.Org XInput driver : 19.1
    [ 8.069] X.Org Server Extension : 7.0
    [ 8.069] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 8.072] (--) PCI:*(0:0:13:0) 10de:03d0:1019:2601 rev 162, Mem @ 0xfb000000/16777216, 0xe0000000/268435456, 0xfc000000/16777216, BIOS @ 0x????????/131072
    [ 8.073] Initializing built-in extension Generic Event Extension
    [ 8.073] Initializing built-in extension SHAPE
    [ 8.073] Initializing built-in extension MIT-SHM
    [ 8.073] Initializing built-in extension XInputExtension
    [ 8.073] Initializing built-in extension XTEST
    [ 8.073] Initializing built-in extension BIG-REQUESTS
    [ 8.073] Initializing built-in extension SYNC
    [ 8.073] Initializing built-in extension XKEYBOARD
    [ 8.073] Initializing built-in extension XC-MISC
    [ 8.073] Initializing built-in extension SECURITY
    [ 8.073] Initializing built-in extension XINERAMA
    [ 8.073] Initializing built-in extension XFIXES
    [ 8.073] Initializing built-in extension RENDER
    [ 8.073] Initializing built-in extension RANDR
    [ 8.073] Initializing built-in extension COMPOSITE
    [ 8.073] Initializing built-in extension DAMAGE
    [ 8.073] Initializing built-in extension MIT-SCREEN-SAVER
    [ 8.073] Initializing built-in extension DOUBLE-BUFFER
    [ 8.073] Initializing built-in extension RECORD
    [ 8.073] Initializing built-in extension DPMS
    [ 8.073] Initializing built-in extension X-Resource
    [ 8.073] Initializing built-in extension XVideo
    [ 8.073] Initializing built-in extension XVideo-MotionCompensation
    [ 8.073] Initializing built-in extension XFree86-VidModeExtension
    [ 8.073] Initializing built-in extension XFree86-DGA
    [ 8.073] Initializing built-in extension XFree86-DRI
    [ 8.073] Initializing built-in extension DRI2
    [ 8.073] (II) LoadModule: "glx"
    [ 8.099] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 8.133] (II) Module glx: vendor="X.Org Foundation"
    [ 8.133] compiled for 1.14.0, module version = 1.0.0
    [ 8.133] ABI class: X.Org Server Extension, version 7.0
    [ 8.133] (==) AIGLX enabled
    [ 8.134] Loading extension GLX
    [ 8.134] (==) Matched nouveau as autoconfigured driver 0
    [ 8.134] (==) Matched nvidia as autoconfigured driver 1
    [ 8.134] (==) Matched nv as autoconfigured driver 2
    [ 8.134] (==) Matched nouveau as autoconfigured driver 3
    [ 8.134] (==) Matched nvidia as autoconfigured driver 4
    [ 8.134] (==) Matched nv as autoconfigured driver 5
    [ 8.134] (==) Matched vesa as autoconfigured driver 6
    [ 8.134] (==) Matched modesetting as autoconfigured driver 7
    [ 8.134] (==) Matched fbdev as autoconfigured driver 8
    [ 8.134] (==) Assigned the driver to the xf86ConfigLayout
    [ 8.134] (II) LoadModule: "nouveau"
    [ 8.134] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 8.154] (II) Module nouveau: vendor="X.Org Foundation"
    [ 8.154] compiled for 1.14.0, module version = 1.0.6
    [ 8.154] Module class: X.Org Video Driver
    [ 8.154] ABI class: X.Org Video Driver, version 14.1
    [ 8.154] (II) LoadModule: "nvidia"
    [ 8.155] (WW) Warning, couldn't open module nvidia
    [ 8.155] (II) UnloadModule: "nvidia"
    [ 8.155] (II) Unloading nvidia
    [ 8.155] (EE) Failed to load module "nvidia" (module does not exist, 0)
    [ 8.155] (II) LoadModule: "nv"
    [ 8.155] (WW) Warning, couldn't open module nv
    [ 8.155] (II) UnloadModule: "nv"
    [ 8.155] (II) Unloading nv
    [ 8.155] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 8.155] (II) LoadModule: "vesa"
    [ 8.156] (WW) Warning, couldn't open module vesa
    [ 8.156] (II) UnloadModule: "vesa"
    [ 8.156] (II) Unloading vesa
    [ 8.156] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 8.156] (II) LoadModule: "modesetting"
    [ 8.156] (WW) Warning, couldn't open module modesetting
    [ 8.156] (II) UnloadModule: "modesetting"
    [ 8.156] (II) Unloading modesetting
    [ 8.157] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 8.157] (II) LoadModule: "fbdev"
    [ 8.157] (WW) Warning, couldn't open module fbdev
    [ 8.157] (II) UnloadModule: "fbdev"
    [ 8.157] (II) Unloading fbdev
    [ 8.157] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 8.157] (II) NOUVEAU driver
    [ 8.157] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 8.157] RIVA TNT (NV04)
    [ 8.157] RIVA TNT2 (NV05)
    [ 8.157] GeForce 256 (NV10)
    [ 8.157] GeForce 2 (NV11, NV15)
    [ 8.157] GeForce 4MX (NV17, NV18)
    [ 8.157] GeForce 3 (NV20)
    [ 8.158] GeForce 4Ti (NV25, NV28)
    [ 8.158] GeForce FX (NV3x)
    [ 8.158] GeForce 6 (NV4x)
    [ 8.158] GeForce 7 (G7x)
    [ 8.158] GeForce 8 (G8x)
    [ 8.158] GeForce GTX 200 (NVA0)
    [ 8.158] GeForce GTX 400 (NVC0)
    [ 8.158] (++) using VT number 7
    [ 8.175] (II) [drm] nouveau interface version: 1.1.0
    [ 8.175] (II) Loading sub module "dri"
    [ 8.175] (II) LoadModule: "dri"
    [ 8.175] (II) Module "dri" already built-in
    [ 8.175] (II) NOUVEAU(0): Loaded DRI module
    [ 8.175] (--) NOUVEAU(0): Chipset: "NVIDIA NV4c"
    [ 8.175] (II) NOUVEAU(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 8.175] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
    [ 8.175] (==) NOUVEAU(0): RGB weight 888
    [ 8.175] (==) NOUVEAU(0): Default visual is TrueColor
    [ 8.175] (==) NOUVEAU(0): Using HW cursor
    [ 8.175] (==) NOUVEAU(0): GLX sync to VBlank disabled.
    [ 8.175] (==) NOUVEAU(0): Page flipping enabled
    [ 8.175] (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2]
    [ 8.208] (II) NOUVEAU(0): Output VGA-1 has no monitor section
    [ 8.244] (II) NOUVEAU(0): EDID for output VGA-1
    [ 8.244] (II) NOUVEAU(0): Manufacturer: ACR Model: ada8 Serial#: 1937803344
    [ 8.244] (II) NOUVEAU(0): Year: 2007 Week: 38
    [ 8.244] (II) NOUVEAU(0): EDID Version: 1.3
    [ 8.244] (II) NOUVEAU(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 8.244] (II) NOUVEAU(0): Sync: Separate Composite
    [ 8.244] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 37 vert.: 23
    [ 8.245] (II) NOUVEAU(0): Gamma: 2.20
    [ 8.245] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 8.245] (II) NOUVEAU(0): Default color space is primary color space
    [ 8.245] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 8.245] (II) NOUVEAU(0): redX: 0.590 redY: 0.349 greenX: 0.328 greenY: 0.547
    [ 8.245] (II) NOUVEAU(0): blueX: 0.155 blueY: 0.138 whiteX: 0.313 whiteY: 0.329
    [ 8.245] (II) NOUVEAU(0): Supported established timings:
    [ 8.245] (II) NOUVEAU(0): 720x400@70Hz
    [ 8.245] (II) NOUVEAU(0): 640x480@60Hz
    [ 8.245] (II) NOUVEAU(0): 640x480@67Hz
    [ 8.245] (II) NOUVEAU(0): 640x480@72Hz
    [ 8.245] (II) NOUVEAU(0): 640x480@75Hz
    [ 8.245] (II) NOUVEAU(0): 800x600@56Hz
    [ 8.245] (II) NOUVEAU(0): 800x600@60Hz
    [ 8.245] (II) NOUVEAU(0): 800x600@72Hz
    [ 8.245] (II) NOUVEAU(0): 800x600@75Hz
    [ 8.245] (II) NOUVEAU(0): 832x624@75Hz
    [ 8.245] (II) NOUVEAU(0): 1024x768@60Hz
    [ 8.245] (II) NOUVEAU(0): 1024x768@70Hz
    [ 8.245] (II) NOUVEAU(0): 1024x768@75Hz
    [ 8.245] (II) NOUVEAU(0): 1152x864@75Hz
    [ 8.245] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 8.245] (II) NOUVEAU(0): Supported standard timings:
    [ 8.245] (II) NOUVEAU(0): #0: hsize: 1280 vsize 720 refresh: 60 vid: 49281
    [ 8.245] (II) NOUVEAU(0): #1: hsize: 1280 vsize 800 refresh: 75 vid: 3969
    [ 8.245] (II) NOUVEAU(0): #2: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 8.245] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 8.245] (II) NOUVEAU(0): Supported detailed timing:
    [ 8.245] (II) NOUVEAU(0): clock: 106.5 MHz Image Size: 367 x 229 mm
    [ 8.245] (II) NOUVEAU(0): h_active: 1440 h_sync: 1520 h_sync_end 1672 h_blank_end 1904 h_border: 0
    [ 8.245] (II) NOUVEAU(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 934 v_border: 0
    [ 8.245] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 215 MHz
    [ 8.245] (II) NOUVEAU(0): Monitor name: Acer AL1716W
    [ 8.245] (II) NOUVEAU(0): Serial No: LA8040344303
    [ 8.245] (II) NOUVEAU(0): EDID (in hex):
    [ 8.245] (II) NOUVEAU(0): 00ffffffffffff000472a8ad50888073
    [ 8.245] (II) NOUVEAU(0): 261101036c251778ee10d59759548c27
    [ 8.246] (II) NOUVEAU(0): 235054bfee8081c0810f9500950f0101
    [ 8.246] (II) NOUVEAU(0): 0101010101019a29a0d0518422305098
    [ 8.246] (II) NOUVEAU(0): 36006fe510000006000000fd00384c1f
    [ 8.246] (II) NOUVEAU(0): 5315000a202020202020000000fc0041
    [ 8.246] (II) NOUVEAU(0): 63657220414c31373136570a000000ff
    [ 8.246] (II) NOUVEAU(0): 004c41383034303334343330330a00aa
    [ 8.246] (II) NOUVEAU(0): Printing probed modes for output VGA-1
    [ 8.246] (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 +hsync +vsync (55.9 kHz eP)
    [ 8.246] (II) NOUVEAU(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "1280x800"x74.9 106.50 1280 1360 1488 1696 800 803 809 838 -hsync +vsync (62.8 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
    [ 8.246] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752

    I got again a total system freeze today when I wanted to launch firefox using only the openbox menu, without wbar running.
    So I decided to try now the 'nouveau.noaccel=1' kernel command line parameter, and to use again wbar for my frequently used applis.
    In the Xorg log, the differences are:
    without 'nouveau.noaccel=1'
    [ 30.761] (II) UnloadModule: "nv"
    [ 30.761] (II) Unloading nv
    [ 30.761] (--) Depth 24 pixmap format is 32 bpp
    [ 30.762] (II) NOUVEAU(0): Opened GPU channel 0
    [ 30.765] (II) NOUVEAU(0): [DRI2] Setup complete
    [ 30.765] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau
    [ 30.765] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau
    [ 30.776] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 30.777] (II) EXA(0): Driver registered support for the following operations:
    [ 30.777] (II) Solid
    [ 30.777] (II) Copy
    [ 30.777] (II) Composite (RENDER acceleration)
    [ 30.777] (II) UploadToScreen
    [ 30.777] (II) DownloadFromScreen
    [ 30.777] (==) NOUVEAU(0): Backing store disabled
    [ 30.777] (==) NOUVEAU(0): Silken mouse enabled
    with 'nouveau.noaccel=1'
    [ 1191.621] (II) UnloadModule: "nv"
    [ 1191.621] (II) Unloading nv
    [ 1191.621] (--) Depth 24 pixmap format is 32 bpp
    [ 1191.621] (EE) NOUVEAU(0): Error creating GPU channel: -19
    [ 1191.621] (EE) NOUVEAU(0): Error initialising acceleration. Falling back to NoAccel
    [ 1191.621] (==) NOUVEAU(0): Backing store disabled
    [ 1191.621] (==) NOUVEAU(0): Silken mouse enabled
    [ 1191.621] (==) NOUVEAU(0): DPMS enabled
    So now 3D acceleration is disabled.
    I will see now if the system is stable enough for my daily usage and gives satisfactory performances.
    I am almost sure that the mesa nouveau dri driver is the cause of the freezes.
    Last edited by berbae (2013-03-27 10:07:42)

  • Nouveau driver not starting - Direct firmware load failed error -2

    Hi all,
    I am trying to install Arch Linux for the first time, on a laptop.
    I have followed Arch Linux Forums step by step, and now I am trying to set up a graphical environment with Gnome 3.
    I then went through both the xorg page and Nouveau page, and installed the nouveau driver.
    But on booting, the driver seems to fail to load, and I get the following from the dmesg log (and also mixed up with my login prompt in the console at startup):
    7.329163] nouveau 0000:01:00.0: Direct firmware load for nouveau/nv117_fuc409c failed with error -2
    [ 7.329168] nouveau 0000:01:00.0: Direct firmware load for nouveau/fuc409c failed with error -2
    [ 7.329169] nouveau E[ PGRAPH][0000:01:00.0] failed to load fuc409c
    [ 7.329188] nouveau E[ DEVICE][0000:01:00.0] failed to create 0x18000717, -22
    [ 7.329208] nouveau E[ DRM] failed to create 0x00000080, -22
    [ 7.329835] nouveau: probe of 0000:01:00.0 failed with error -22
    What am I missing to get it working ?
    Here are the steps and some relevant outouts :
    lspci | grep -E VGA -e 3D
    00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
    01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 860M] (rev a2)
    dmesg | grep Chipset
    [ 0.526608] nouveau [ DEVICE][0000:01:00.0] Chipset: GM107 (NV117)
    This model is in the supported list, at the bottom of the page.
    lsmod | grep nouveau
    nouveau 1270078 0
    button 12953 2 i915,nouveau
    video 18043 3 i915,nouveau,asus_wmi
    mxm_wmi 12515 1 nouveau
    wmi 17339 3 mxm_wmi,nouveau,asus_wmi
    i2c_algo_bit 12744 2 i915,nouveau
    hwmon 12930 3 coretemp,nouveau,asus_wmi
    drm_kms_helper 80934 2 i915,nouveau
    ttm 73743 1 nouveau
    drm 259106 5 ttm,i915,drm_kms_helper,nouveau
    i2c_core 50152 8 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,v4l2_common,nouveau,videodev
    pacman -Q linux
    linux 3.17.6-1
    I added nouveau in the MODULES in mkinitcpio.conf, re-ran mkinitcpio -p linux and restarted.
    ls /etc/modprobe.d/
    is empty. Is it normal ?
    Here is a relevant extract from dmesg, I can provide the full file if necessary
    dmesg
    [ 0.514422] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.PEG0.PEGP handle
    [ 0.514433] checking generic (d0000000 7f0000) vs hw (e0000000 10000000)
    [ 0.514433] checking generic (d0000000 7f0000) vs hw (f0000000 2000000)
    [ 0.514623] nouveau [ DEVICE][0000:01:00.0] BOOT0 : 0x117120a2
    [ 0.514624] nouveau [ DEVICE][0000:01:00.0] Chipset: GM107 (NV117)
    [ 0.514625] nouveau [ DEVICE][0000:01:00.0] Family : NV110
    [ 0.514640] nouveau [ VBIOS][0000:01:00.0] checking PRAMIN for image...
    [ 0.514653] nouveau [ VBIOS][0000:01:00.0] ... signature not found
    [ 0.514654] nouveau [ VBIOS][0000:01:00.0] checking PROM for image...
    [ 0.514770] nouveau [ VBIOS][0000:01:00.0] ... signature not found
    [ 0.514770] nouveau [ VBIOS][0000:01:00.0] checking ACPI for image...
    [ 1.479572] tsc: Refined TSC clocksource calibration: 2494.225 MHz
    [ 2.480861] Switched to clocksource tsc
    [ 7.209414] nouveau [ VBIOS][0000:01:00.0] ... appears to be valid
    [ 7.209418] nouveau [ VBIOS][0000:01:00.0] using image from ACPI
    [ 7.209539] nouveau [ VBIOS][0000:01:00.0] BIT signature found
    [ 7.209541] nouveau [ VBIOS][0000:01:00.0] version 82.07.49.00.0a
    [ 7.209913] nouveau [ DEVINIT][0000:01:00.0] adaptor not initialised
    [ 7.209923] nouveau [ VBIOS][0000:01:00.0] running init tables
    [ 7.316713] nouveau 0000:01:00.0: irq 30 for MSI/MSI-X
    [ 7.316719] nouveau [ PMC][0000:01:00.0] MSI interrupts enabled
    [ 7.316753] nouveau [ PFB][0000:01:00.0] RAM type: GDDR5
    [ 7.316754] nouveau [ PFB][0000:01:00.0] RAM size: 4096 MiB
    [ 7.316755] nouveau [ PFB][0000:01:00.0] ZCOMP: 0 tags
    [ 7.316983] nouveau E[ PIBUS][0000:01:00.0] HUB0: 0x6013d4 0xffff57ff (0x1c408200)
    [ 7.318148] nouveau [ CLK][0000:01:00.0] 07: core 405 MHz memory 810 MHz
    [ 7.318226] nouveau [ CLK][0000:01:00.0] 0a: core 270-1097 MHz memory 1600 MHz
    [ 7.318328] nouveau [ CLK][0000:01:00.0] 0f: core 270-1097 MHz memory 5010 MHz
    [ 7.318403] nouveau [ CLK][0000:01:00.0] --: core 405 MHz memory 810 MHz
    [ 7.329153] nouveau [ PGRAPH][0000:01:00.0] using external firmware
    [ 7.329163] nouveau 0000:01:00.0: Direct firmware load for nouveau/nv117_fuc409c failed with error -2
    [ 7.329168] nouveau 0000:01:00.0: Direct firmware load for nouveau/fuc409c failed with error -2
    [ 7.329169] nouveau E[ PGRAPH][0000:01:00.0] failed to load fuc409c
    [ 7.329188] nouveau E[ DEVICE][0000:01:00.0] failed to create 0x18000717, -22
    [ 7.329208] nouveau E[ DRM] failed to create 0x00000080, -22
    [ 7.329835] nouveau: probe of 0000:01:00.0 failed with error -22
    [ 7.398013] i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    [ 7.400962] i8042: Detected active multiplexing controller, rev 1.1
    When I try to test x,
    Xorg --configure
    , it is also failing with the following (I can provide the full file Xorg.0.log if necessary)
    [ 529.451] (II) LoadModule: "nouveau"
    [ 529.451] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 529.451] (II) Module nouveau: vendor="X.Org Foundation"
    [ 529.451] compiled for 1.16.1, module version = 1.0.11
    [ 529.451] Module class: X.Org Video Driver
    [ 529.451] ABI class: X.Org Video Driver, version 18.0
    [ 529.451] (II) NOUVEAU driver
    [ 529.451] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 529.451] RIVA TNT (NV04)
    [ 529.451] RIVA TNT2 (NV05)
    [ 529.451] GeForce 256 (NV10)
    [ 529.451] GeForce 2 (NV11, NV15)
    [ 529.451] GeForce 4MX (NV17, NV18)
    [ 529.451] GeForce 3 (NV20)
    [ 529.451] GeForce 4Ti (NV25, NV28)
    [ 529.451] GeForce FX (NV3x)
    [ 529.451] GeForce 6 (NV4x)
    [ 529.451] GeForce 7 (G7x)
    [ 529.451] GeForce 8 (G8x)
    [ 529.451] GeForce GTX 200 (NVA0)
    [ 529.451] GeForce GTX 400 (NVC0)
    [ 529.503] (++) Using config file: "/root/xorg.conf.new"
    [ 529.503] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 529.503] (==) ServerLayout "X.org Configured"
    [ 529.503] (**) |-->Screen "Screen0" (0)
    [ 529.503] (**) | |-->Monitor "Monitor0"
    [ 529.503] (**) | |-->Device "Card0"
    [ 529.503] (**) |-->Input Device "Mouse0"
    [ 529.503] (**) |-->Input Device "Keyboard0"
    [ 529.503] (==) Automatically adding devices
    [ 529.503] (==) Automatically enabling devices
    [ 529.503] (==) Automatically adding GPU devices
    [ 529.503] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 529.503] Entry deleted from font path.
    [ 529.503] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 529.503] Entry deleted from font path.
    [ 529.503] (**) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 529.503] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 529.503] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 529.503] (WW) Disabling Mouse0
    [ 529.503] (WW) Disabling Keyboard0
    [ 529.504] (EE) [drm] KMS not enabled
    [ 529.504] Number of created screens does not match number of detected devices.
    Configuration failed.
    I don't understand why mks would not be enabled, so I think this is due to the previous issue.
    Just in case,
    cat /sys/module/nouveau/parameters/modeset
    returns -1, and
    cat /proc/cmdline
    returns BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7aaea74e-cc6c-4f35-bf2d-e132853230ad rw quiet
    Thanks a lot in advance for your help !

    Hi CarID, thanks for your help.
    Indeed I am actually to start x with Intel driver, but still not able to start x with Nouveau, using the GeForce, and I am still getting these logs on booting.
    Here is my xorg.conf
    Section "Monitor"
    Identifier "Monitor0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "device-intel"
    # Device "device-nouveau"
    Monitor "Monitor0"
    DefaultDepth 16
    SubSection "Display"
    Depth 16
    Modes "1024*768_75.00"
    EndSubSection
    EndSection
    Section "Device"
    Identifier "device-intel"
    Driver "intel"
    BusID "PCI:0:2:0"
    EndSection
    Section "Device"
    Identifier "device-nouveau"
    Driver "nouveau"
    BusId "PCI:1:0:0"
    EndSection
    And if I try to start X, I get the following log:
    [ 688.006]
    X.Org X Server 1.16.3
    Release Date: 2014-12-20
    [ 688.007] X Protocol Version 11, Revision 0
    [ 688.007] Build Operating System: Linux 3.17.4-1-ARCH x86_64
    [ 688.008] Current Operating System: Linux noe-computer-linux 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:43:32 UTC 2014 x86_64
    [ 688.008] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7aaea74e-cc6c-4f35-bf2d-e132853230ad rw quiet
    [ 688.009] Build Date: 20 December 2014 01:34:48PM
    [ 688.009]
    [ 688.009] Current version of pixman: 0.32.6
    [ 688.010] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 688.010] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 688.012] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 28 22:02:34 2014
    [ 688.013] (==) Using config file: "/etc/X11/xorg.conf"
    [ 688.014] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 688.014] (==) No Layout section. Using the first Screen section.
    [ 688.014] (**) |-->Screen "Screen0" (0)
    [ 688.014] (**) | |-->Monitor "Monitor0"
    [ 688.014] (**) | |-->Device "device-nouveau"
    [ 688.014] (==) Automatically adding devices
    [ 688.014] (==) Automatically enabling devices
    [ 688.014] (==) Automatically adding GPU devices
    [ 688.014] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 688.014] Entry deleted from font path.
    [ 688.014] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 688.014] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 688.014] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 688.014] (II) Loader magic: 0x818d40
    [ 688.014] (II) Module ABI versions:
    [ 688.014] X.Org ANSI C Emulation: 0.4
    [ 688.014] X.Org Video Driver: 18.0
    [ 688.014] X.Org XInput driver : 21.0
    [ 688.014] X.Org Server Extension : 8.0
    [ 688.015] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 688.015] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 688.016] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 688.017] (--) PCI:*(0:0:2:0) 8086:0416:1043:186d rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
    [ 688.017] (--) PCI: (0:1:0:0) 10de:1392:1043:186d rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 688.017] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 688.017] (II) LoadModule: "glx"
    [ 688.017] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 688.026] (II) Module glx: vendor="X.Org Foundation"
    [ 688.026] compiled for 1.16.3, module version = 1.0.0
    [ 688.026] ABI class: X.Org Server Extension, version 8.0
    [ 688.026] (==) AIGLX enabled
    [ 688.026] (II) LoadModule: "nouveau"
    [ 688.026] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 688.026] (II) Module nouveau: vendor="X.Org Foundation"
    [ 688.026] compiled for 1.16.1, module version = 1.0.11
    [ 688.026] Module class: X.Org Video Driver
    [ 688.026] ABI class: X.Org Video Driver, version 18.0
    [ 688.026] (II) NOUVEAU driver
    [ 688.026] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 688.026] RIVA TNT (NV04)
    [ 688.026] RIVA TNT2 (NV05)
    [ 688.026] GeForce 256 (NV10)
    [ 688.026] GeForce 2 (NV11, NV15)
    [ 688.026] GeForce 4MX (NV17, NV18)
    [ 688.026] GeForce 3 (NV20)
    [ 688.026] GeForce 4Ti (NV25, NV28)
    [ 688.026] GeForce FX (NV3x)
    [ 688.026] GeForce 6 (NV4x)
    [ 688.027] GeForce 7 (G7x)
    [ 688.027] GeForce 8 (G8x)
    [ 688.027] GeForce GTX 200 (NVA0)
    [ 688.027] GeForce GTX 400 (NVC0)
    [ 688.027] (++) using VT number 1
    [ 688.027] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 688.027] (EE) [drm] KMS not enabled
    [ 688.027] (EE) No devices detected.
    [ 688.027] (EE)
    Fatal server error:
    [ 688.027] (EE) no screens found(EE)
    [ 688.027] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 688.027] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 688.027] (EE)
    Is it possible that it tries to reach an external screen (on the hdmi output) ? I would simply like to use it on the direct monitor of my laptop, though.
    Thanks again for your help.

  • [Solved] Can't install Nvidia driver: Mesa-libgl conflict

    I just finished installing my first GUI, KDE to be exact, on Arch Linux. Right now, I'm using the nouveau driver but I want to unlock the full power of my GTX 780 with proprietary nvidia drivers. On my last attempt at installing KDE, I went directly to installing the nvidia driver 304.24. After rebooting and seeing some text flash on screen, however, I was meant with only a black screen. I could still type, login and reboot but not much more since I couldn't see. I tried booting into the Arch Linux fallback GRUB provided for me with no prevail so I decided to just reinstall the OS. For that reason, I want to install this nvidia driver in hopes of being able to avoid another blank screen. So far, I have this:
    [root@arch /]# pacman -S nvidia
    resolving dependencies...
    looking for inter-conflicts...
    :: nvidia-libgl and mesa-libgl are in conflict (libgl). Remove mesa-libgl? [y/N] y
    error: failed to prepare transaction (could not satisfy dependencies)
    :: nouveau-dri: requires mesa-libgl
    I've tried looking across the forums for similar problems and even tried to uninstall mesa-libgl and all its dependencies but it just yields this:
    [root@arch /]# pacman -Rns mesa-libgl
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: cairo: requires libgl
    :: glu: requires libgl
    :: libva: requires libgl
    :: mplayer: requires libgl
    :: nouveau-dri: requires mesa-libgl
    :: qt4: requires libgl
    :: qt5-base: requires libgl
    I feel like I might need to uninstall the nouveau driver so as to be able to uninstall mesa-libgl. If I installed the nvidia driver at that point, I fear I might see the blank screen again. Thanks for your help in advance.
    Last edited by Firephyz (2014-07-19 20:04:11)

    Firephyz wrote:
    I just finished installing my first GUI, KDE to be exact, on Arch Linux. Right now, I'm using the nouveau driver but I want to unlock the full power of my GTX 780 with proprietary nvidia drivers. On my last attempt at installing KDE, I went directly to installing the nvidia driver 304.24. After rebooting and seeing some text flash on screen, however, I was meant with only a black screen. I could still type, login and reboot but not much more since I couldn't see. I tried booting into the Arch Linux fallback GRUB provided for me with no prevail so I decided to just reinstall the OS. For that reason, I want to install this nvidia driver in hopes of being able to avoid another blank screen. So far, I have this:
    [root@arch /]# pacman -S nvidia
    resolving dependencies...
    looking for inter-conflicts...
    :: nvidia-libgl and mesa-libgl are in conflict (libgl). Remove mesa-libgl? [y/N] y
    error: failed to prepare transaction (could not satisfy dependencies)
    :: nouveau-dri: requires mesa-libgl
    I've tried looking across the forums for similar problems and even tried to uninstall mesa-libgl and all its dependencies but it just yields this:
    [root@arch /]# pacman -Rns mesa-libgl
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: cairo: requires libgl
    :: glu: requires libgl
    :: libva: requires libgl
    :: mplayer: requires libgl
    :: nouveau-dri: requires mesa-libgl
    :: qt4: requires libgl
    :: qt5-base: requires libgl
    I feel like I might need to uninstall the nouveau driver so as to be able to uninstall mesa-libgl. If I installed the nvidia driver at that point, I fear I might see the blank screen again. Thanks for your help in advance.
    You do it wrong.
    sudo pacman -Rdd mesa-libgl && sudo pacman -S nvidia
    After it, you can decide if you want to reinstall mesa-libgl and remove nvidia-libgl or leave nvidia-libgl and do not install mesa-libgl. I do it all the time during update.
    Last edited by firekage (2014-07-19 19:48:30)

  • [SOLVED] Setting higher reslution using the nouveau driver

    Hi all,
    I just upgraded my system and installed the nouveau driver (as described here https://wiki.archlinux.org/index.php/Nouveau), because the nvidia driver seems to be incompatible with newer xorg server (http://www.archlinux.org/news/nvidia-17 … rom-extra/) , right ?
    So now it seems that I am running the X with the nouveau driver, but the resolution of my monitor is 1024x768. This is not very cool because it was 1280x1024 before the upgrade. I am using KDE and its screen & resolution tool does not show something higher than 1024x768 too.
    Can you give me some help setting back the correct resolution or give me some link to similar discussion when I can find the info?
    Thanks a lot!
    Last edited by kcholakov (2012-05-12 08:27:59)

    Nope, linux-lts did not solve the problem (just installed it). But just to be sure I am not doing anything wrong...when installing the nuveau driver do I need to change anything manually in xorg.conf or other file under /etc/X11?
    Because what i did is just doint this:
    # pacman -Rdds nvidia nvidia-utils
    # pacman -S --asdeps libgl
    as described in the Wiki.
    Looking at my xorg.conf I see:
    Section "Device"
        Identifier  "Card0"
        Driver      "nouveau"
        BusID       "PCI:1:0:0"
    EndSection
    Section "Device"
        Identifier  "Card1"
        Driver      "vesa"
        BusID       "PCI:1:0:0"
    EndSection
    So it seems the file was updated I am running nouveau, but do I need to change anything else manually?

  • [Solved] Graphics driver (nVidia) problem on fresh Arch setup

    Hi,
    I have installed Arch as main OS about 2 days ago following usual installation wikis. PC is fully functional except for problems with graphics driver (nVidia 340xx) for example just now it took about 3 to 4 boots to get into desktop like 1st boot: did not show sddm, 2nd boot: showed it with colored (white/red/green/blue) pixels, 3rd boot: broken desktop and 4th boot: finally working (see two screen images taken from mobile at the bottom).
    Details are as follows:
    1. Kernel:
    Linux archos 3.18.6-1-ARCH x86_64 GNU/Linux
    2. System info:
    Cinnamon desktop 2.4.6
    AMD Athlon 62 x2 4800+ processor
    RAM 3 GB
    nVidia GT218 (GeForce 210) graphics card
    3. nVidia packages installed:
    From official repos:
    local/nvidia-340xx 340.76-2
    local/nvidia-340xx-libgl 340.76-2
    local/nvidia-340xx-utils 340.76-2
    local/opencl-nvidia-340xx 340.76-2
    4. lspci | grep VGA
    01:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 210] (rev a2)
    5. journalctl -p 0..3 -xn
    Mar 13 12:24:01 archos kernel: NVRM: Xid (PCI:0000:01:00): 6, PE0005
    Mar 13 12:24:19 archos kernel: NVRM: Xid (PCI:0000:01:00): 13, Graphics Exception: ChID 0005, Class 00008597, Offset 00001458, Data 00000006
    Mar 13 12:24:19 archos kernel: NVRM: Xid (PCI:0000:01:00): 13, Graphics Exception: ChID 0005, Class 00008597, Offset 00001644, Data 00000000
    Mar 13 12:24:25 archos kernel: NVRM: Xid (PCI:0000:01:00): 13, Graphics Exception: ChID 0005, Class 00008597, Offset 00001644, Data 00000000
    Mar 13 12:24:31 archos kernel: NVRM: Xid (PCI:0000:01:00): 13, Graphics Exception: ChID 0005, Class 00008597, Offset 00001644, Data 00000000
    Mar 13 12:24:37 archos kernel: NVRM: Xid (PCI:0000:01:00): 13, Graphics Exception: ChID 0005, Class 00008597, Offset 00001644, Data 00000000
    Mar 13 12:24:43 archos kernel: NVRM: Xid (PCI:0000:01:00): 13, Graphics Exception: ChID 0005, Class 00008597, Offset 00001458, Data 00000006
    Mar 13 12:24:43 archos kernel: NVRM: Xid (PCI:0000:01:00): 13, Graphics Exception: ChID 0005, Class 00008597, Offset 00001644, Data 00000000
    Mar 13 12:24:48 archos pulseaudio[405]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.ServiceUnknown: The name or
    Mar 13 12:24:49 archos pulseaudio[460]: [pulseaudio] pid.c: Daemon already running.
    6. journalctl -b|grep -i -e vesa -e vga
    Mar 13 12:23:03 archos kernel: vgaarb: setting as boot device: PCI:0000:01:00.0
    Mar 13 12:23:03 archos kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Mar 13 12:23:03 archos kernel: vgaarb: loaded
    Mar 13 12:23:03 archos kernel: vgaarb: bridge control possible 0000:01:00.0
    Mar 13 12:23:03 archos kernel: vesafb: mode is 640x480x32, linelength=2560, pages=0
    Mar 13 12:23:03 archos kernel: vesafb: scrolling: redraw
    Mar 13 12:23:03 archos kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Mar 13 12:23:03 archos kernel: vesafb: framebuffer at 0xcf000000, mapped to 0xffffc90010780000, using 1216k, total 1216k
    Mar 13 12:23:03 archos kernel: fb0: VESA VGA frame buffer device
    Mar 13 12:23:06 archos kernel: vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    Mar 13 12:23:06 archos kernel: snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
    Mar 13 12:23:13 archos kernel: NVRM: Your system is not currently configured to drive a VGA console
    Mar 13 12:23:13 archos kernel: NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
    Mar 13 12:23:13 archos kernel: NVRM: requires the use of a text-mode VGA console. Use of other console
    Mar 13 12:23:13 archos kernel: NVRM: drivers including, but not limited to, vesafb, may result in
    7. glxinfo
    name of display: :0
    display: :0 screen: 0
    direct rendering: Yes
    server glx vendor string: NVIDIA Corporation
    server glx version string: 1.4
    server glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile,
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
    GLX_ARB_multisample, GLX_EXT_buffer_age,
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile,
    GLX_EXT_framebuffer_sRGB, GLX_EXT_stereo_tree, GLX_EXT_swap_control,
    GLX_EXT_swap_control_tear, GLX_EXT_texture_from_pixmap,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_NV_delay_before_swap,
    GLX_NV_float_buffer, GLX_NV_multisample_coverage, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGI_swap_control, GLX_SGI_video_sync
    client glx vendor string: NVIDIA Corporation
    client glx version string: 1.4
    client glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile,
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_buffer_age,
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile,
    GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB,
    GLX_EXT_import_context, GLX_EXT_stereo_tree, GLX_EXT_swap_control,
    GLX_EXT_swap_control_tear, GLX_EXT_texture_from_pixmap,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_NV_copy_image,
    GLX_NV_delay_before_swap, GLX_NV_float_buffer,
    GLX_NV_multisample_coverage, GLX_NV_present_video, GLX_NV_swap_group,
    GLX_NV_video_capture, GLX_NV_video_out, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGI_swap_control, GLX_SGI_video_sync
    GLX version: 1.4
    GLX extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile,
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_buffer_age,
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile,
    GLX_EXT_framebuffer_sRGB, GLX_EXT_stereo_tree, GLX_EXT_swap_control,
    GLX_EXT_swap_control_tear, GLX_EXT_texture_from_pixmap,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_NV_delay_before_swap,
    GLX_NV_float_buffer, GLX_NV_multisample_coverage, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGI_swap_control, GLX_SGI_video_sync
    OpenGL vendor string: NVIDIA Corporation
    OpenGL renderer string: GeForce 210/PCIe/SSE2
    OpenGL core profile version string: 3.3.0 NVIDIA 340.76
    OpenGL core profile shading language version string: 3.30 NVIDIA via Cg compiler
    OpenGL core profile context flags: (none)
    OpenGL core profile profile mask: core profile
    OpenGL core profile extensions:
    GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility,
    GL_ARB_arrays_of_arrays, GL_ARB_base_instance, GL_ARB_blend_func_extended,
    GL_ARB_clear_buffer_object, GL_ARB_color_buffer_float,
    GL_ARB_compressed_texture_pixel_storage, GL_ARB_conservative_depth,
    GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_debug_output,
    GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_depth_texture,
    GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend,
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced,
    GL_ARB_enhanced_layouts, GL_ARB_explicit_attrib_location,
    GL_ARB_explicit_uniform_location, GL_ARB_fragment_coord_conventions,
    GL_ARB_fragment_layer_viewport, GL_ARB_fragment_program,
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader,
    GL_ARB_framebuffer_no_attachments, GL_ARB_framebuffer_object,
    GL_ARB_framebuffer_sRGB, GL_ARB_geometry_shader4,
    GL_ARB_get_program_binary, GL_ARB_half_float_pixel,
    GL_ARB_half_float_vertex, GL_ARB_imaging, GL_ARB_instanced_arrays,
    GL_ARB_internalformat_query, GL_ARB_internalformat_query2,
    GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment,
    GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multisample,
    GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_occlusion_query2,
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite,
    GL_ARB_program_interface_query, GL_ARB_provoking_vertex,
    GL_ARB_robust_buffer_access_behavior, GL_ARB_robustness,
    GL_ARB_sample_shading, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map,
    GL_ARB_separate_shader_objects, GL_ARB_shader_bit_encoding,
    GL_ARB_shader_objects, GL_ARB_shader_texture_lod,
    GL_ARB_shading_language_100, GL_ARB_shading_language_420pack,
    GL_ARB_shading_language_include, GL_ARB_shading_language_packing,
    GL_ARB_shadow, GL_ARB_stencil_texturing, GL_ARB_sync,
    GL_ARB_texture_border_clamp, GL_ARB_texture_buffer_object,
    GL_ARB_texture_buffer_range, GL_ARB_texture_compression,
    GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map,
    GL_ARB_texture_cube_map_array, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
    GL_ARB_texture_env_dot3, GL_ARB_texture_float, GL_ARB_texture_gather,
    GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_mirrored_repeat,
    GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two,
    GL_ARB_texture_query_levels, GL_ARB_texture_query_lod,
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui,
    GL_ARB_texture_stencil8, GL_ARB_texture_storage,
    GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle,
    GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_transform_feedback2,
    GL_ARB_transform_feedback_instanced, GL_ARB_transpose_matrix,
    GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra,
    GL_ARB_vertex_array_object, GL_ARB_vertex_attrib_binding,
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader,
    GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev,
    GL_ARB_viewport_array, GL_ARB_window_pos, GL_ATI_draw_buffers,
    GL_ATI_texture_float, GL_ATI_texture_mirror_once,
    GL_EXTX_framebuffer_mixed_formats, GL_EXT_Cg_shader, GL_EXT_abgr,
    GL_EXT_bgra, GL_EXT_bindable_uniform, GL_EXT_blend_color,
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array,
    GL_EXT_depth_bounds_test, GL_EXT_direct_state_access,
    GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements,
    GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample,
    GL_EXT_framebuffer_multisample_blit_scaled, GL_EXT_framebuffer_object,
    GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4,
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4,
    GL_EXT_import_sync_object, GL_EXT_multi_draw_arrays,
    GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_packed_pixels,
    GL_EXT_pixel_buffer_object, GL_EXT_point_parameters,
    GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_shader_objects, GL_EXT_separate_specular_color,
    GL_EXT_shader_integer_mix, GL_EXT_shadow_funcs, GL_EXT_stencil_two_side,
    GL_EXT_stencil_wrap, GL_EXT_texture3D, GL_EXT_texture_array,
    GL_EXT_texture_buffer_object, GL_EXT_texture_compression_dxt1,
    GL_EXT_texture_compression_latc, GL_EXT_texture_compression_rgtc,
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map,
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_integer,
    GL_EXT_texture_lod, GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,
    GL_EXT_texture_object, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode,
    GL_EXT_texture_shared_exponent, GL_EXT_texture_storage,
    GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback2,
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_EXT_x11_sync_object,
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, GL_KHR_debug,
    GL_KTX_buffer_region, GL_NVX_conditional_render, GL_NVX_gpu_memory_info,
    GL_NV_ES1_1_compatibility, GL_NV_blend_square, GL_NV_conditional_render,
    GL_NV_copy_depth_to_color, GL_NV_copy_image, GL_NV_depth_buffer_float,
    GL_NV_depth_clamp, GL_NV_explicit_multisample, GL_NV_fence,
    GL_NV_float_buffer, GL_NV_fog_distance, GL_NV_fragment_program,
    GL_NV_fragment_program2, GL_NV_fragment_program_option,
    GL_NV_framebuffer_multisample_coverage, GL_NV_geometry_shader4,
    GL_NV_gpu_program4, GL_NV_gpu_program4_1, GL_NV_half_float,
    GL_NV_light_max_exponent, GL_NV_multisample_coverage,
    GL_NV_multisample_filter_hint, GL_NV_occlusion_query,
    GL_NV_packed_depth_stencil, GL_NV_parameter_buffer_object,
    GL_NV_parameter_buffer_object2, GL_NV_path_rendering,
    GL_NV_pixel_data_range, GL_NV_point_sprite, GL_NV_primitive_restart,
    GL_NV_register_combiners, GL_NV_register_combiners2,
    GL_NV_shader_buffer_load, GL_NV_texgen_reflection, GL_NV_texture_barrier,
    GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4,
    GL_NV_texture_expand_normal, GL_NV_texture_multisample,
    GL_NV_texture_rectangle, GL_NV_texture_shader, GL_NV_texture_shader2,
    GL_NV_texture_shader3, GL_NV_transform_feedback,
    GL_NV_transform_feedback2, GL_NV_vdpau_interop, GL_NV_vertex_array_range,
    GL_NV_vertex_array_range2, GL_NV_vertex_buffer_unified_memory,
    GL_NV_vertex_program, GL_NV_vertex_program1_1, GL_NV_vertex_program2,
    GL_NV_vertex_program2_option, GL_NV_vertex_program3, GL_S3_s3tc,
    GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture,
    GL_SGIX_shadow, GL_SUN_slice_accum
    OpenGL version string: 3.3.0 NVIDIA 340.76
    OpenGL shading language version string: 3.30 NVIDIA via Cg compiler
    OpenGL context flags: (none)
    OpenGL profile mask: (none)
    OpenGL extensions:
    GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility,
    GL_ARB_arrays_of_arrays, GL_ARB_base_instance, GL_ARB_blend_func_extended,
    GL_ARB_clear_buffer_object, GL_ARB_color_buffer_float,
    GL_ARB_compatibility, GL_ARB_compressed_texture_pixel_storage,
    GL_ARB_conservative_depth, GL_ARB_copy_buffer, GL_ARB_copy_image,
    GL_ARB_debug_output, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp,
    GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend,
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced,
    GL_ARB_enhanced_layouts, GL_ARB_explicit_attrib_location,
    GL_ARB_explicit_uniform_location, GL_ARB_fragment_coord_conventions,
    GL_ARB_fragment_layer_viewport, GL_ARB_fragment_program,
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader,
    GL_ARB_framebuffer_no_attachments, GL_ARB_framebuffer_object,
    GL_ARB_framebuffer_sRGB, GL_ARB_geometry_shader4,
    GL_ARB_get_program_binary, GL_ARB_half_float_pixel,
    GL_ARB_half_float_vertex, GL_ARB_imaging, GL_ARB_instanced_arrays,
    GL_ARB_internalformat_query, GL_ARB_internalformat_query2,
    GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment,
    GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multisample,
    GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_occlusion_query2,
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite,
    GL_ARB_program_interface_query, GL_ARB_provoking_vertex,
    GL_ARB_robust_buffer_access_behavior, GL_ARB_robustness,
    GL_ARB_sample_shading, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map,
    GL_ARB_separate_shader_objects, GL_ARB_shader_bit_encoding,
    GL_ARB_shader_objects, GL_ARB_shader_texture_lod,
    GL_ARB_shading_language_100, GL_ARB_shading_language_420pack,
    GL_ARB_shading_language_include, GL_ARB_shading_language_packing,
    GL_ARB_shadow, GL_ARB_stencil_texturing, GL_ARB_sync,
    GL_ARB_texture_border_clamp, GL_ARB_texture_buffer_object,
    GL_ARB_texture_buffer_range, GL_ARB_texture_compression,
    GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map,
    GL_ARB_texture_cube_map_array, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
    GL_ARB_texture_env_dot3, GL_ARB_texture_float, GL_ARB_texture_gather,
    GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_mirrored_repeat,
    GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two,
    GL_ARB_texture_query_levels, GL_ARB_texture_query_lod,
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui,
    GL_ARB_texture_stencil8, GL_ARB_texture_storage,
    GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle,
    GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_transform_feedback2,
    GL_ARB_transform_feedback_instanced, GL_ARB_transpose_matrix,
    GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra,
    GL_ARB_vertex_array_object, GL_ARB_vertex_attrib_binding,
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader,
    GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev,
    GL_ARB_viewport_array, GL_ARB_window_pos, GL_ATI_draw_buffers,
    GL_ATI_texture_float, GL_ATI_texture_mirror_once,
    GL_EXTX_framebuffer_mixed_formats, GL_EXT_Cg_shader, GL_EXT_abgr,
    GL_EXT_bgra, GL_EXT_bindable_uniform, GL_EXT_blend_color,
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array,
    GL_EXT_depth_bounds_test, GL_EXT_direct_state_access,
    GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements,
    GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample,
    GL_EXT_framebuffer_multisample_blit_scaled, GL_EXT_framebuffer_object,
    GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4,
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4,
    GL_EXT_import_sync_object, GL_EXT_multi_draw_arrays,
    GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_packed_pixels,
    GL_EXT_pixel_buffer_object, GL_EXT_point_parameters,
    GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_shader_objects, GL_EXT_separate_specular_color,
    GL_EXT_shader_integer_mix, GL_EXT_shadow_funcs, GL_EXT_stencil_two_side,
    GL_EXT_stencil_wrap, GL_EXT_texture3D, GL_EXT_texture_array,
    GL_EXT_texture_buffer_object, GL_EXT_texture_compression_dxt1,
    GL_EXT_texture_compression_latc, GL_EXT_texture_compression_rgtc,
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map,
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_integer,
    GL_EXT_texture_lod, GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,
    GL_EXT_texture_object, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode,
    GL_EXT_texture_shared_exponent, GL_EXT_texture_storage,
    GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback2,
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_EXT_x11_sync_object,
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, GL_KHR_debug,
    GL_KTX_buffer_region, GL_NVX_conditional_render, GL_NVX_gpu_memory_info,
    GL_NV_ES1_1_compatibility, GL_NV_blend_square, GL_NV_conditional_render,
    GL_NV_copy_depth_to_color, GL_NV_copy_image, GL_NV_depth_buffer_float,
    GL_NV_depth_clamp, GL_NV_explicit_multisample, GL_NV_fence,
    GL_NV_float_buffer, GL_NV_fog_distance, GL_NV_fragment_program,
    GL_NV_fragment_program2, GL_NV_fragment_program_option,
    GL_NV_framebuffer_multisample_coverage, GL_NV_geometry_shader4,
    GL_NV_gpu_program4, GL_NV_gpu_program4_1, GL_NV_half_float,
    GL_NV_light_max_exponent, GL_NV_multisample_coverage,
    GL_NV_multisample_filter_hint, GL_NV_occlusion_query,
    GL_NV_packed_depth_stencil, GL_NV_parameter_buffer_object,
    GL_NV_parameter_buffer_object2, GL_NV_path_rendering,
    GL_NV_pixel_data_range, GL_NV_point_sprite, GL_NV_primitive_restart,
    GL_NV_register_combiners, GL_NV_register_combiners2,
    GL_NV_shader_buffer_load, GL_NV_texgen_reflection, GL_NV_texture_barrier,
    GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4,
    GL_NV_texture_expand_normal, GL_NV_texture_multisample,
    GL_NV_texture_rectangle, GL_NV_texture_shader, GL_NV_texture_shader2,
    GL_NV_texture_shader3, GL_NV_transform_feedback,
    GL_NV_transform_feedback2, GL_NV_vdpau_interop, GL_NV_vertex_array_range,
    GL_NV_vertex_array_range2, GL_NV_vertex_buffer_unified_memory,
    GL_NV_vertex_program, GL_NV_vertex_program1_1, GL_NV_vertex_program2,
    GL_NV_vertex_program2_option, GL_NV_vertex_program3, GL_S3_s3tc,
    GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture,
    GL_SGIX_shadow, GL_SUN_slice_accum
    OpenGL ES profile version string: OpenGL ES 2.0 NVIDIA 340.76 340.76
    OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.00
    OpenGL ES profile extensions:
    GL_EXT_blend_minmax, GL_EXT_color_buffer_half_float, GL_EXT_debug_label,
    GL_EXT_frag_depth, GL_EXT_map_buffer_range,
    GL_EXT_occlusion_query_boolean, GL_EXT_robustness, GL_EXT_sRGB,
    GL_EXT_sRGB_write_control, GL_EXT_separate_shader_objects,
    GL_EXT_shader_integer_mix, GL_EXT_shadow_samplers,
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_s3tc,
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_format_BGRA8888,
    GL_EXT_texture_rg, GL_EXT_texture_sRGB_decode, GL_EXT_texture_storage,
    GL_EXT_unpack_subimage, GL_KHR_debug, GL_NV_bgr, GL_NV_copy_buffer,
    GL_NV_copy_image, GL_NV_draw_buffers, GL_NV_draw_instanced,
    GL_NV_explicit_attrib_location, GL_NV_fbo_color_attachments,
    GL_NV_framebuffer_blit, GL_NV_framebuffer_multisample,
    GL_NV_generate_mipmap_sRGB, GL_NV_instanced_arrays,
    GL_NV_non_square_matrices, GL_NV_occlusion_query_samples,
    GL_NV_pack_subimage, GL_NV_packed_float, GL_NV_packed_float_linear,
    GL_NV_pixel_buffer_object, GL_NV_read_buffer, GL_NV_read_depth,
    GL_NV_read_depth_stencil, GL_NV_read_stencil, GL_NV_sRGB_formats,
    GL_NV_shadow_samplers_array, GL_NV_shadow_samplers_cube,
    GL_NV_texture_array, GL_NV_texture_border_clamp,
    GL_NV_texture_compression_latc, GL_NV_texture_compression_s3tc,
    GL_NV_texture_compression_s3tc_update, GL_NV_timer_query,
    GL_OES_compressed_ETC1_RGB8_texture, GL_OES_depth24, GL_OES_depth32,
    GL_OES_depth_texture, GL_OES_depth_texture_cube_map,
    GL_OES_element_index_uint, GL_OES_fbo_render_mipmap,
    GL_OES_get_program_binary, GL_OES_mapbuffer, GL_OES_packed_depth_stencil,
    GL_OES_rgb8_rgba8, GL_OES_standard_derivatives, GL_OES_texture_half_float,
    GL_OES_texture_half_float_linear, GL_OES_texture_npot,
    GL_OES_vertex_array_object, GL_OES_vertex_half_float
    204 GLX Visuals
    visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat
    0x021 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
    0x022 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
    0x024 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
    0x025 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
    0x026 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
    0x027 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
    0x028 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
    0x029 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
    0x02a 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
    0x02b 24 tc 0 24 0 r y . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
    0x02c 24 tc 0 32 0 r y . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
    0x02d 24 tc 0 24 0 r . . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
    0x02e 24 tc 0 32 0 r . . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
    0x02f 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x030 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x031 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x032 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x033 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x034 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x035 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x036 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x037 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x038 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x039 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x03a 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x03b 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x03c 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x03d 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x03e 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x03f 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x040 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x041 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x042 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x043 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x044 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x045 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x046 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x047 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x048 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x049 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x04a 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x04b 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x04c 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x04d 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x04e 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x04f 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x050 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x051 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x052 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x053 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x054 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x055 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x056 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x057 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x058 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x059 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x05a 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x05b 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x05c 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x05d 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x05e 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x05f 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x060 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x061 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x062 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x063 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x064 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x065 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x066 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x067 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
    0x068 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
    0x069 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
    0x06a 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
    0x06b 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
    0x06c 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
    0x06d 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
    0x06e 24 dc 0 24 0 r y . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
    0x06f 24 dc 0 32 0 r y . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
    0x070 24 dc 0 24 0 r . . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
    0x071 24 dc 0 32 0 r . . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
    0x072 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x073 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x074 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x075 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x076 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x077 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x078 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x079 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x07a 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x07b 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x07c 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x07d 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x07e 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x07f 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x080 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x081 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x082 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x083 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x084 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x085 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x086 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x087 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x088 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x089 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x08a 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x08b 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x08c 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x08d 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x08e 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x08f 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x090 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x091 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x092 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x093 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x094 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x095 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x096 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x097 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x098 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x099 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x09a 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x09b 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x09c 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x09d 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x09e 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x09f 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x0a0 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0a1 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0a2 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0a3 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0a4 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x0a5 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x0a6 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0a7 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0a8 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0a9 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x023 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
    0x0aa 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
    0x0ab 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
    0x0ac 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
    0x0ad 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
    0x0ae 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
    0x0af 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
    0x0b0 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
    0x0b1 32 tc 0 24 0 r y . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
    0x0b2 32 tc 0 32 0 r y . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
    0x0b3 32 tc 0 24 0 r . . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
    0x0b4 32 tc 0 32 0 r . . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
    0x0b5 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x0b6 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x0b7 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x0b8 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x0b9 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x0ba 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x0bb 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x0bc 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x0bd 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x0be 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x0bf 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x0c0 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x0c1 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x0c2 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x0c3 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x0c4 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x0c5 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x0c6 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x0c7 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x0c8 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x0c9 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x0ca 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x0cb 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x0cc 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x0cd 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x0ce 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x0cf 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0d0 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0d1 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x0d2 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x0d3 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0d4 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0d5 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x0d6 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x0d7 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x0d8 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x0d9 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x0da 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x0db 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x0dc 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x0dd 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x0de 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x0df 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x0e0 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x0e1 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x0e2 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x0e3 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0e4 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0e5 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0e6 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0e7 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x0e8 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x0e9 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0ea 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0eb 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0ec 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    287 GLXFBConfigs:
    visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat
    0x0ed 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
    0x0ee 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
    0x0ef 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
    0x0f0 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
    0x0f1 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
    0x0f2 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
    0x0f3 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
    0x0f4 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
    0x0f5 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
    0x0f6 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
    0x0f7 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
    0x0f8 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
    0x0f9 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
    0x0fa 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
    0x0fb 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
    0x0fc 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
    0x0fd 24 tc 0 24 0 r y . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
    0x0fe 24 dc 0 24 0 r y . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
    0x0ff 24 tc 0 32 0 r y . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
    0x100 24 dc 0 32 0 r y . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
    0x101 24 tc 0 24 0 r . . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
    0x102 24 dc 0 24 0 r . . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
    0x103 24 tc 0 32 0 r . . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
    0x104 24 dc 0 32 0 r . . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
    0x105 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x106 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x107 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x108 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x109 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x10a 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x10b 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x10c 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x10d 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x10e 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x10f 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x110 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x111 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x112 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x113 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x114 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x115 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x116 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x117 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x118 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x119 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x11a 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x11b 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x11c 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x11d 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x11e 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x11f 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x120 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x121 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x122 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x123 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x124 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x125 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x126 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x127 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x128 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x129 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x12a 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x12b 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x12c 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x12d 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x12e 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x12f 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x130 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x131 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x132 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x133 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x134 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x135 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x136 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x137 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x138 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x139 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x13a 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x13b 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x13c 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x13d 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x13e 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x13f 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x140 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x141 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x142 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x143 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x144 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x145 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x146 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x147 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x148 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x149 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x14a 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x14b 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x14c 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x14d 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x14e 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x14f 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x150 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x151 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x152 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x153 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x154 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x155 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x156 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x157 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x158 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x159 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x15a 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x15b 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x15c 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x15d 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x15e 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x15f 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x160 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x161 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x162 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x163 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x164 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x165 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x166 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x167 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x168 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x169 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x16a 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x16b 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x16c 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x16d 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x16e 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x16f 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x170 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x171 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x172 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x173 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x174 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x175 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
    0x176 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
    0x177 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
    0x178 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
    0x179 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
    0x17a 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
    0x17b 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
    0x17c 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
    0x17d 32 tc 0 24 0 r y . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
    0x17e 32 tc 0 32 0 r y . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
    0x17f 32 tc 0 24 0 r . . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
    0x180 32 tc 0 32 0 r . . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
    0x181 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x182 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x183 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x184 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x185 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x186 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x187 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x188 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x189 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x18a 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x18b 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x18c 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x18d 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x18e 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x18f 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x190 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x191 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x192 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x193 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x194 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x195 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x196 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x197 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x198 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x199 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x19a 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x19b 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x19c 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x19d 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x19e 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x19f 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x1a0 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x1a1 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x1a2 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x1a3 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x1a4 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x1a5 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x1a6 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x1a7 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x1a8 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x1a9 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x1aa 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x1ab 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x1ac 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x1ad 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x1ae 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x1af 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x1b0 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x1b1 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x1b2 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x1b3 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x1b4 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x1b5 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x1b6 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x1b7 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x1b8 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x1b9 0 sg 0 16 0 r y . 5 6 5 0 . . 4 16 0 16 16 16 16 0 0 None
    0x1ba 0 sg 0 16 0 r . . 5 6 5 0 . . 4 16 0 16 16 16 16 0 0 None
    0x1bb 0 sg 0 16 0 r y . 5 6 5 0 . . 4 24 0 16 16 16 16 0 0 None
    0x1bc 0 sg 0 16 0 r . . 5 6 5 0 . . 4 24 0 16 16 16 16 0 0 None
    0x1bd 0 sg 0 16 0 r y . 5 6 5 0 . . 4 24 8 16 16 16 16 0 0 None
    0x1be 0 sg 0 16 0 r . . 5 6 5 0 . . 4 24 8 16 16 16 16 0 0 None
    0x1bf 0 sg 0 16 0 r y . 5 6 5 0 . . 4 0 0 16 16 16 16 0 0 None
    0x1c0 0 sg 0 16 0 r . . 5 6 5 0 . . 4 0 0 16 16 16 16 0 0 None
    0x1c1 0 sg 0 0 0 r . . 0 0 0 0 . . 4 16 0 16 16 16 16 0 0 None
    0x1c2 0 sg 0 0 0 r . . 0 0 0 0 . . 4 24 0 16 16 16 16 0 0 None
    0x1c3 0 sg 0 0 0 r . . 0 0 0 0 . . 4 24 8 16 16 16 16 0 0 None
    0x1c4 0 sg 0 32 0 r . . 16 16 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1c5 0 sg 0 32 0 . . 16 16 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1c6 0 sg 0 32 0 r y . 16 16 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1c7 0 sg 0 32 0 y . 16 16 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1c8 0 sg 0 32 0 r . . 32 0 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1c9 0 sg 0 32 0 . . 32 0 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1ca 0 sg 0 32 0 r y . 32 0 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1cb 0 sg 0 32 0 y . 32 0 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1cc 0 sg 0 64 0 r . . 16 16 16 16 f . 4 0 0 16 16 16 16 0 0 None
    0x1cd 0 sg 0 64 0 . . 16 16 16 16 f . 4 0 0 16 16 16 16 0 0 None
    0x1ce 0 sg 0 64 0 r y . 16 16 16 16 f . 4 0 0 16 16 16 16 0 0 None
    0x1cf 0 sg 0 64 0 y . 16 16 16 16 f . 4 0 0 16 16 16 16 0 0 None
    0x1d0 0 sg 0 128 0 r . . 32 32 32 32 f . 4 0 0 16 16 16 16 0 0 None
    0x1d1 0 sg 0 128 0 . . 32 32 32 32 f . 4 0 0 16 16 16 16 0 0 None
    0x1d2 0 sg 0 128 0 r y . 32 32 32 32 f . 4 0 0 16 16 16 16 0 0 None
    0x1d3 0 sg 0 128 0 y . 32 32 32 32 f . 4 0 0 16 16 16 16 0 0 None
    0x1d4 0 sg 0 32 0 r . . 16 16 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x1d5 0 sg 0 32 0 . . 16 16 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x1d6 0 sg 0 32 0 r y . 16 16 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x1d7 0 sg 0 32 0 y . 16 16 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x1d8 0 sg 0 32 0 r . . 16 16 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x1d9 0 sg 0 32 0 . . 16 16 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x1da 0 sg 0 32 0 r y . 16 16 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x1db 0 sg 0 32 0 y . 16 16 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x1dc 0 sg 0 32 0 r . . 32 0 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x1dd 0 sg 0 32 0 . . 32 0 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x1de 0 sg 0 32 0 r y . 32 0 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x1df 0 sg 0 32 0 y . 32 0 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x1e0 0 sg 0 32 0 r . . 32 0 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x1e1 0 sg 0 32 0 . . 32 0 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x1e2 0 sg 0 32 0 r y . 32 0 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x1e3 0 sg 0 32 0 y . 32 0 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x1e4 0 sg 0 64 0 r . . 16 16 16 16 f . 4 24 0 16 16 16 16 0 0 None
    0x1e5 0 sg 0 64 0 . . 16 16 16 16 f . 4 24 0 16 16 16 16 0 0 None
    0x1e6 0 sg 0 64 0 r y . 16 16 16 16 f . 4 24 0 16 16 16 16 0 0 None
    0x1e7 0 sg 0 64 0 y . 16 16 16 16 f . 4 24 0 16 16 16 16 0 0 None
    0x1e8 0 sg 0 64 0 r . . 16 16 16 16 f . 4 24 8 16 16 16 16 0 0 None
    0x1e9 0 sg 0 64 0 . . 16 16 16 16 f . 4 24 8 16 16 16 16 0 0 None
    0x1ea 0 sg 0 64 0 r y . 16 16 16 16 f . 4 24 8 16 16 16 16 0 0 None
    0x1eb 0 sg 0 64 0 y . 16 16 16 16 f . 4 24 8 16 16 16 16 0 0 None
    0x1ec 0 sg 0 128 0 r . . 32 32 32 32 f . 4 24 0 16 16 16 16 0 0 None
    0x1ed 0 sg 0 128 0 . . 32 32 32 32 f . 4 24 0 16 16 16 16 0 0 None
    0x1ee 0 sg 0 128 0 r y . 32 32 32 32 f . 4 24 0 16 16 16 16 0 0 None
    0x1ef 0 sg 0 128 0 y . 32 32 32 32 f . 4 24 0 16 16 16 16 0 0 None
    0x1f0 0 sg 0 128 0 r . . 32 32 32 32 f . 4 24 8 16 16 16 16 0 0 None
    0x1f1 0 sg 0 128 0 . . 32 32 32 32 f . 4 24 8 16 16 16 16 0 0 None
    0x1f2 0 sg 0 128 0 r y . 32 32 32 32 f . 4 24 8 16 16 16 16 0 0 None
    0x1f3 0 sg 0 128 0 y . 32 32 32 32 f . 4 24 8 16 16 16 16 0 0 None
    0x1f4 0 sg 0 16 0 r . . 16 0 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1f5 0 sg 0 16 0 . . 16 0 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1f6 0 sg 0 16 0 r y . 16 0 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1f7 0 sg 0 16 0 y . 16 0 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1f8 0 sg 0 64 0 r . . 32 32 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1f9 0 sg 0 64 0 . . 32 32 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1fa 0 sg 0 64 0 r y . 32 32 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1fb 0 sg 0 64 0 y . 32 32 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1fc 0 sg 0 16 0 r . . 16 0 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x1fd 0 sg 0 16 0 . . 16 0 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x1fe 0 sg 0 16 0 r y . 16 0 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x1ff 0 sg 0 16 0 y . 16 0 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x200 0 sg 0 16 0 r . . 16 0 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x201 0 sg 0 16 0 . . 16 0 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x202 0 sg 0 16 0 r y . 16 0 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x203 0 sg 0 16 0 y . 16 0 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x204 0 sg 0 64 0 r . . 32 32 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x205 0 sg 0 64 0 . . 32 32 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x206 0 sg 0 64 0 r y . 32 32 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x207 0 sg 0 64 0 y . 32 32 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x208 0 sg 0 64 0 r . . 32 32 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x209 0 sg 0 64 0 . . 32 32 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x20a 0 sg 0 64 0 r y . 32 32 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x20b 0 sg 0 64 0 y . 32 32 0 0 f . 4 24 8 16 16 16 16 0 0 None
    name of display: :0
    display: :0 screen: 0
    direct rendering: Yes
    server glx vendor string: NVIDIA Corporation
    server glx version string: 1.4
    server glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile,
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
    GLX_ARB_multisample, GLX_EXT_buffer_age,
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile,
    GLX_EXT_framebuffer_sRGB, GLX_EXT_stereo_tree, GLX_EXT_swap_control,
    GLX_EXT_swap_control_tear, GLX_EXT_texture_from_pixmap,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_NV_delay_before_swap,
    GLX_NV_float_buffer, GLX_NV_multisample_coverage, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGI_swap_control, GLX_SGI_video_sync
    client glx vendor string: NVIDIA Corporation
    client glx version string: 1.4
    client glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile,
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_buffer_age,
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile,
    GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB,
    GLX_EXT_import_context, GLX_EXT_stereo_tree, GLX_EXT_swap_control,
    GLX_EXT_swap_control_tear, GLX_EXT_texture_from_pixmap,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_NV_copy_image,
    GLX_NV_delay_before_swap, GLX_NV_float_buffer,
    GLX_NV_multisample_coverage, GLX_NV_present_video, GLX_NV_swap_group,
    GLX_NV_video_capture, GLX_NV_video_out, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGI_swap_control, GLX_SGI_video_sync
    GLX version: 1.4
    GLX extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile,
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_buffer_age,
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile,
    GLX_EXT_framebuffer_sRGB, GLX_EXT_stereo_tree, GLX_EXT_swap_control,
    GLX_EXT_swap_control_tear, GLX_EXT_texture_from_pixmap,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_NV_delay_before_swap,
    GLX_NV_float_buffer, GLX_NV_multisample_coverage, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGI_swap_control, GLX_SGI_video_sync
    OpenGL vendor string: NVIDIA Corporation
    OpenGL renderer string: GeForce 210/PCIe/SSE2
    OpenGL core profile version string: 3.3.0 NVIDIA 340.76
    OpenGL core profile shading language version string: 3.30 NVIDIA via Cg compiler
    OpenGL core profile context flags: (none)
    OpenGL core profile profile mask: core profile
    OpenGL core profile extensions:
    GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility,
    GL_ARB_arrays_of_arrays, GL_ARB_base_instance, GL_ARB_blend_func_extended,
    GL_ARB_clear_buffer_object, GL_ARB_color_buffer_float,
    GL_ARB_compressed_texture_pixel_storage, GL_ARB_conservative_depth,
    GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_debug_output,
    GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_depth_texture,
    GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend,
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced,
    GL_ARB_enhanced_layouts, GL_ARB_explicit_attrib_location,
    GL_ARB_explicit_uniform_location, GL_ARB_fragment_coord_conventions,
    GL_ARB_fragment_layer_viewport, GL_ARB_fragment_program,
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader,
    GL_ARB_framebuffer_no_attachments, GL_ARB_framebuffer_object,
    GL_ARB_framebuffer_sRGB, GL_ARB_geometry_shader4,
    GL_ARB_get_program_binary, GL_ARB_half_float_pixel,
    GL_ARB_half_float_vertex, GL_ARB_imaging, GL_ARB_instanced_arrays,
    GL_ARB_internalformat_query, GL_ARB_internalformat_query2,
    GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment,
    GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multisample

    Thanks for reply guys.
    berbae wrote:Just for testing, try the nouveau driver, following the wiki, and tell if you still have this problem.
    Before posting to forum I also tried nouveau following usual Arch Wiki. End result on nouveau is even worse than prop nvidia driver (see screen shots).
    brebs wrote:Some things to try:
    Thanks and this worked!!
    Passing vmalloc=256m and change in xong.conf provided good results. lspci -v shows same output regardless of adding vmalloc to kernel:
    01:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 210] (rev a2) (prog-if 00 [VGA controller])
    Subsystem: Gigabyte Technology Co., Ltd Device 3525
    Flags: bus master, fast devsel, latency 0, IRQ 25
    Memory at fb000000 (32-bit, non-prefetchable) [size=16M]
    Memory at b0000000 (64-bit, prefetchable) [size=256M]
    Memory at ce000000 (64-bit, prefetchable) [size=32M]
    I/O ports at ef00 [size=128]
    [virtual] Expansion ROM at fc000000 [disabled] [size=512K]
    Capabilities: <access denied>
    Kernel driver in use: nvidia
    Kernel modules: nouveau, nvidia
    Last question for my understanding if you can answer:
    1. My GeForce 210 card has 1gb memory. Is 256m is coming from system RAM or coming from 1gb GPU's own memory. If case is latter, do you think making it full 1gb will help performance (like gaming ,etc)

  • Nouveau driver NVIDIA GeForce Go5200 corrupting on GNOME 3

    I am trying to get Arch running on my sister's laptop, since she was an idiot and didn't upgrade or update Fedora 14, which caused it to be unable to update at all.
    I've had the worst time getting this thing running. But my final unsolvable problem is getting the graphics card to work in Gnome 3.
    I installed the nouveau drivers as suggested before messing with nvidia drivers. The nouveau drivers have this severe problem: they don't draw GNOME 3 or GDM consistently. They draw GTK windows and apps fine, though.
    Symptoms:
    The text is garbled.
    The top bar isn't drawn at all, or it's drawn with messed up icons and messed up text.
    The animated water drop that shows when you move the cursor to the top left of the screen works fine.
    So I installed the nvidia driver because this is simply unacceptable. followed all instructions by the book, then restarted. The desktop reverted to the "fallback" method, which was usable, but this indicated problems with the driver (supposed to be 3D accelerated).
    Then I did "nvidia-xconfig", and rebooted. The kernel module now wouldn't work. The /var/log/kernel.log read near the bottom of it,
    NVIDIA GeForce Go5200 GPU installed in this system is supported through the NVIDIA 173.14.xx Legacy drivers. The 285.05.05.09 NVIDIA driver will ignore this GPU.
    Well that certainly isn't what I bargained for. It's nvidia's stupid driver. WORK already!
    I'll include another log found at /var/log/Xorg.0.log because I think the DRI modules, whatever those are, may be responsible for this, even though I followed the directions and made sure the nvidia config didn't have any DRI anything:
    loading extension XFree86-DRI
    load module "dri2"
    loading /usr/lib/xorg/modules/extensions/libdri2.so
    load extension DRI2
    loadModule: "nvidia"
    loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    Failed to load the NVIDIA kernel module. Please check your system's kernel log for additional error messages.
    Don't pay attention to the capitalization. It doesn't matter. The capitalization is correct in the files. I think the problem is to do with something else.
    My guess is that somehow this laptop's graphics card is just so d--- old that nvidia forgot about it *sarcasm*. It doesn't explain why the nouvea drivers suck so much on it. Why are they corrupting gnome, and better yet, will it be fixed? Otherwise, this laptop has met its life-span.

    I forgot something.
    I uninstalled the nvidia driver afterward and reinstalled the nouveau driver, but I'm having new problems. I've tried to recall what all config files I changed to work with the nvidia driver, and I've reverted them. I could have missed some.
    GDM will start, and I can log in but now Gnome 3 doesn't show any GUI controls. Only the background.
    Xabre wrote:Well, as noted, you dont need nvidia driver (which is for geforce 6 and newer chips), but  nvidia-173 driver (gf 5 series),  which currently doesn't support xorg 1.11, which is in arch repoes.
    Best suggestion, if nouveau doesn't fit,  is to rebuild or find a repo with xorg 1.10 (wiki might help), and the install nvidia-173 from AUR.
    Isn't there a way to force the update server to give you an earlier version of a package? And if so, would it automatically uninstall the newer version, and its dependencies and its dependees, and replace them? I've been reading Man pages all day, so I'm really tired at this point and need a little help sorting through the information in my head.
    Last edited by rj.AMDphreak (2011-11-21 06:16:24)

  • Nouveau driver (OSS 3D driver for Nvidia)

    I have tried to make packages for the nouveau driver with success, but would like feedback from other users before submitting them to AUR.
    To keep things clean and maintanable, i decided to create 3 packages :
    nouveau-git                     ---- the kernel modules
    libdrm-nouveau-git           ---- userspace part that replaces libdrm
    xf86-video-nouveau-git     ---- the driver itself (the easiest package)
    nouveau-git
    # Contributor : Lone_Wolf [email protected]
    pkgname=nouveau-git
    pkgver=20061126
    pkgrel=1
    pkgdesc="Kernel modules for nouveau driver"
    url="http://nouveau.freedesktop.org/wiki/"
    license=('GPL')
    depends=(glibc)
    sources=()
    md5sums=()
    options=('NOLIBTOOL')
    install=nouveau-git.install
    _kernver=2.6.18-ARCH
    # GIT variables
    _gitroot="git://anongit.freedesktop.org/git/mesa/drm/"
    _gitname="drm"
    build() {
    mkdir -p $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/char/drm
    cd $startdir/src
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git-pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cp -r $startdir/src/$_gitname $startdir/src/$_gitname-build
    cd ${_gitname}-build
    git checkout nouveau-1
    # ./autogen.sh
    # ./configure --prefix=/usr
    # make ||return 1
    # make DESTDIR=$startdir/pkg install
    cd linux-core
    make ||return 1
    # install drm.ko and nouveau.ko kernel modules
    # drm.ko is renamed to drm-nouveau.ko to avoid problems with the existing drm.ko module
    install -D -m644 drm.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/char/drm/drm-nouveau.ko
    install -D -m644 nouveau.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/char/drm/nouveau.ko
    nouveau-git.install
    # arg 1: the new package version
    post_install() {
    KERNEL_VERSION='2.6.18-ARCH'
    depmod -v $KERNEL_VERSION > /dev/null 2>&1
    echo ">>>"
    echo ">>> Make sure you have installed the xf86-video-nouveau-git package also"
    echo ">>> To make this work execute the following as root :"
    echo ">>> rmmod nvidia"
    echo ">>> modprobe drm
    echo ">>> modprobe -o --drm drm-nouveau"
    echo ">>> modprobe nouveau"
    echo ">>>"
    echo ">>> Now edit your /etc/X11/xorg.conf to use the nouveau driver:"
    echo ">>> Change in Section "Device" the Driver line to Driver "nouveau" "
    echo ">>>"
    echo ">>> Now start Xorg and run for cover !! "
    echo ">>>"
    /bin/true
    # arg 1: the new package version
    # arg 2: the old package version
    post_upgrade() {
    post_install $1
    rmmod drm-nouveau || echo 'In order to use the new nvidia module, exit Xserver and unload it manually.'
    # arg 1: the old package version
    post_remove() {
    KERNEL_VERSION='2.6.18-ARCH'
    depmod -v $KERNEL_VERSION > /dev/null 2>&1
    op=$1
    shift
    $op $*
    libdrm-nouveau-git
    # Contributor : Lone_Wolf [email protected]
    pkgname=libdrm-nouveau-git
    pkgver=20061126
    pkgrel=1
    pkgdesc="Userspace interface for nouveau driver"
    url="http://nouveau.freedesktop.org/wiki/"
    license=('GPL')
    depends=('glibc' 'nouveau-git')
    conflicts=('libdrm')
    provides=('libdrm')
    sources=()
    md5sums=()
    options=('NOLIBTOOL')
    # GIT variables
    _gitroot="git://anongit.freedesktop.org/git/mesa/drm/"
    _gitname="drm"
    build() {
    mkdir -p $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/char/drm
    cd $startdir/src
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git-pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cp -r $startdir/src/$_gitname $startdir/src/$_gitname-build
    cd ${_gitname}-build
    git checkout nouveau-1
    ./autogen.sh
    ./configure --prefix=/usr
    make ||return 1
    make DESTDIR=$startdir/pkg install
    xf86-video-nouveau-git
    # Contributor : Lone_Wolf [email protected]
    pkgname=xf86-video-nouveau-git
    pkgver=20061126
    pkgrel=1
    pkgdesc="OSS 3D driver for nvidia cards"
    url="http://nouveau.freedesktop.org/wiki/"
    license=('GPL')
    depends=('libdrm-nouveau-git' 'glibc')
    source=()
    md5sums=()
    options=('NOLIBTOOL')
    _gitroot="git://anongit.freedesktop.org/git/nouveau/xf86-video-nouveau/"
    _gitname="xf86-video-nouveau"
    build() {
    cd $startdir/src
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git-pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cp -r $startdir/src/$_gitname $startdir/src/$_gitname-build
    cd ${_gitname}-build
    ./autogen.sh
    ./configure --prefix=/usr
    make ||return 1
    make DESTDIR=$startdir/pkg install

    Hi
    I've just get the nouveau driver installed successfully. But i had to tweak some things in your PKGBUILDS.
    here you'll found the PKGBUILD i finally got.
    nouveau-git (i hadn't git installed before compiling)
    # Contributor : Lone_Wolf [email protected]
    pkgname=nouveau-git
    pkgver=20061126
    pkgrel=1
    pkgdesc="Kernel modules for nouveau driver"
    url="http://nouveau.freedesktop.org/wiki/"
    license=('GPL')
    depends=(glibc)
    makedepends=('git')
    sources=()
    md5sums=()
    options=('NOLIBTOOL')
    install=nouveau-git.install
    _kernver=2.6.18-ARCH
    # GIT variables
    _gitroot="git://anongit.freedesktop.org/git/mesa/drm/"
    _gitname="drm"
    build() {
    mkdir -p $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/char/drm
    cd $startdir/src
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git-pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cp -r $startdir/src/$_gitname $startdir/src/$_gitname-build
    cd ${_gitname}-build
    git checkout nouveau-1
    # ./autogen.sh
    # ./configure --prefix=/usr
    # make ||return 1
    # make DESTDIR=$startdir/pkg install
    cd linux-core
    make ||return 1
    # install drm.ko and nouveau.ko kernel modules
    # drm.ko is renamed to drm-nouveau.ko to avoid problems with the existing drm.ko module
    install -D -m644 drm.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/char/drm/drm-nouveau.ko
    install -D -m644 nouveau.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/char/drm/nouveau.ko
    libdrm-nouveau-git: nothing to change
    xf86-video-nouveau-git: faced 2 problems when trying to build this package: · Missing xf86driproto (so added to makedepends). · Compilation failure when trying to build the manpage. I edit the PKGBUILD with a dirty hack to avoid manpage compilation.
    # Contributor : Lone_Wolf [email protected]
    pkgname=xf86-video-nouveau-git
    pkgver=20061126
    pkgrel=1
    pkgdesc="OSS 3D driver for nvidia cards"
    url="http://nouveau.freedesktop.org/wiki/"
    license=('GPL')
    depends=('libdrm-nouveau-git' 'glibc')
    makedepends=('xf86driproto')
    source=()
    md5sums=()
    options=('NOLIBTOOL')
    _gitroot="git://anongit.freedesktop.org/git/nouveau/xf86-video-nouveau/"
    _gitname="xf86-video-nouveau"
    build() {
    cd $startdir/src
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git-pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cp -r $startdir/src/$_gitname $startdir/src/$_gitname-build
    cd $startdir/src/${_gitname}-build
    ##### Avoid manpage compilation #####
    mv Makefile.am Makefile.am.old
    cat Makefile.am.old | sed -e 's/SUBDIRS = src man/SUBDIRS = src/g' > Makefile.am
    mv configure.ac configure.ac.old
    cat configure.ac.old | sed -e 's/XORG_MANPAGE_SECTIONS/# XORG_MANPAGE_SECTIONS/g' | sed -e 's/man/Makefile//g' > configure.ac
    ##### End of hack #####
    ./autogen.sh
    ./configure --prefix=/usr
    make || return 1
    make DESTDIR=$startdir/pkg install
    here are my 2cents

  • [Solved] LXQT: PCManFM-Qt segfault with nvidia-libgl

    I recently installed LXQT on a fresh Arch box to give the new DE a try. The install went mostly well, but I'm having issues with the default file manager PCManFM-Qt. I have an Nvidia GTX-650 graphics card and a dream of running Steam, so of course I installed the binary driver 'nvidia' and the associated package 'nvidia-libgl.' However when I log in, I'm immediately met by multiple repeated crashes of the desktop manager (managed by PCManFM-Qt), and I am not able to open the file manager at all. When I run
    pcmanfm-qt
    from terminal, it returns
    Segmentation fault (core dumped)
    By sheer coincidence, I discovered that by replacing package 'nvidia-libgl' with 'mesa-libgl', PCManFM-Qt runs just fine, both the file manager and the desktop manager. What exactly in the 'nvdidia-libgl' package is causing the segfault I'm not sure, and I freely admit that I am not versed enough to know what other debugging steps I should take to identify the problem and a suitable solution. Anybody willing to offer some insight? Please and thank you!
    Last edited by foolishgrunt (2015-06-14 14:45:38)

    You're right, and I feel sheepish now. I could have sworn that I had run 'grub-mkconfig' recently, but it looks like I had not because I just ran it and now the printout reads
    [ 0.000000] CPU0 microcode updated early to revision 0x1c, date = 2014-07-03
    [ 0.085150] CPU1 microcode updated early to revision 0x1c, date = 2014-07-03
    [ 0.106480] CPU2 microcode updated early to revision 0x1c, date = 2014-07-03
    [ 0.127897] CPU3 microcode updated early to revision 0x1c, date = 2014-07-03
    [ 0.292139] microcode: CPU0 sig=0x306c3, pf=0x2, revision=0x1c
    [ 0.292144] microcode: CPU1 sig=0x306c3, pf=0x2, revision=0x1c
    [ 0.292149] microcode: CPU2 sig=0x306c3, pf=0x2, revision=0x1c
    [ 0.292153] microcode: CPU3 sig=0x306c3, pf=0x2, revision=0x1c
    [ 0.292185] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    I reinstalled nvidia-libgl and PCManFM now runs properly. Thanks for your help Scimmia!

Maybe you are looking for

  • Itunes 9.1 not compatible with microsoft office 2010

    after installing ms office 2010 i notice itunes 9.1 will not sync the outlook info to any of my idevices it returns this error message: either there is no default mail client or the current mail client cannot fulfill the messaging request. please run

  • Query problem(solved)

    hi frs, i want to display work_location and office_location in a report.which is in table HR_LOCATIONS_ALL Which has two location_id work location : location_id from per_all_assignments_f & office location: location_id from hr_all_organization_units

  • UCCX 8.0.2 Installation error?

    Hello All, I'm trying to install UCCX 8.0.2  Installation on VMware Infrastrcture in the Lab environment. Enclosed file is the screen shot of Installation error, I appreciate if you can advise me why I'm facing this installation error?

  • Naive xml question

    hi, i'm new to xml and i need to create a data base in xml which is supposed to store patient records. The question is: Should all patient records be stored in the same file or should each patient record be stored in a different file? In the latter c

  • Experiment in active noise cancellation

    I'm interested in building an active noise cancellation demo and wonder if anyone has used LabVIEW to do this. I suspect that delays in and out of the PC and in LabVIEW would make this difficult to do. Jeffrey Bledsoe Electrical Engineer