* nouveaufb problems with NV18
@ 2011-03-09 20:06 George Spelvin
[not found] ` <20110309200656.23070.qmail-FT9nftu9LUyCkawlElnc8EEOCMrvLtNR@public.gmane.org>
0 siblings, 1 reply; 11+ messages in thread
From: George Spelvin @ 2011-03-09 20:06 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: linux-gpGsJRJZ3PBBDgjK7y7TUQ
I have an NV18 (GeForce4 MX) connected via DVI to a 1920x1080 LCD,
and when I try to use the nouveau kernel driver, I get a crappy display.
Thanks in advance to anyone who can help.
I'm running a recent nouveau git (fa17f241 drm/nv50: fix thinko in vm fault)
merged with 2.6.38-rc8.
When the driver loads (it's compiled as a module, so this is after init
starts), the console shrinks to a 36x90 character box in the upper-left
corner of the display.
When the system is busy, the screen "flashes" to the right.
The console text appears half a screen to the right for a moment.
It's particularly annoying right after boot, but settles down once the
system goes quescent.
The problem is NOT associated with screen updates. I can run "yes"
and see the problem very little. hdparm -tT, however, makes the screen
almost unusable during *both* phases.
Watching during heavy activity, there's a "standard position" to the
right where the text tends to appear, but there's also lots of "tearing"
and it appears in multiple positions. Still pretty recognizable as text,
though; it doesn't seem to change every scanline.
X is also screwed up; it fails to start with the messages:
[ 214.714] (II) NOUVEAU(0): Opened GPU channel 1
[ 214.715] (II) NOUVEAU(0): [DRI2] Setup complete
[ 214.715] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau_vieux
[ 214.716] (EE) NOUVEAU(0): Error allocating scanout buffer: 0
[ 214.716]
Fatal server error:
[ 214.716] AddScreen/ScreenInit failed for driver 0
... but I figure that's a more advanced problem.
I've tried and been unhappy with the nouveau driver on this system in
the past (I remember it coming up but having lots of horizontal lines of
"snow" on the display), but Debian recently removed the nv driver that
worked fine for me from its X distribution, so I'm trying again a bit
harder this time.
It's a 2 GB Athlon system, small form factor with onboard video.
lspci -nn gives:
00:00.0 Host bridge [0600]: nVidia Corporation nForce2 IGP2 [10de:01e0] (rev a2)
00:00.1 RAM memory [0500]: nVidia Corporation nForce2 Memory Controller 1 [10de:01eb] (rev a2)
00:00.2 RAM memory [0500]: nVidia Corporation nForce2 Memory Controller 4 [10de:01ee] (rev a2)
00:00.3 RAM memory [0500]: nVidia Corporation nForce2 Memory Controller 3 [10de:01ed] (rev a2)
00:00.4 RAM memory [0500]: nVidia Corporation nForce2 Memory Controller 2 [10de:01ec] (rev a2)
00:00.5 RAM memory [0500]: nVidia Corporation nForce2 Memory Controller 5 [10de:01ef] (rev a2)
00:01.0 ISA bridge [0601]: nVidia Corporation nForce2 ISA Bridge [10de:0060] (rev a3)
00:01.1 SMBus [0c05]: nVidia Corporation nForce2 SMBus (MCP) [10de:0064] (rev a2)
00:02.0 USB Controller [0c03]: nVidia Corporation nForce2 USB Controller [10de:0067] (rev a3)
00:02.1 USB Controller [0c03]: nVidia Corporation nForce2 USB Controller [10de:0067] (rev a3)
00:02.2 USB Controller [0c03]: nVidia Corporation nForce2 USB Controller [10de:0068] (rev a3)
00:04.0 Ethernet controller [0200]: nVidia Corporation nForce2 Ethernet Controller [10de:0066] (rev a1)
00:05.0 Multimedia audio controller [0401]: nVidia Corporation nForce Audio Processing Unit [10de:006b] (rev a2)
00:06.0 Multimedia audio controller [0401]: nVidia Corporation nForce2 AC97 Audio Controler (MCP) [10de:006a] (rev a1)
00:08.0 PCI bridge [0604]: nVidia Corporation nForce2 External PCI Bridge [10de:006c] (rev a3)
00:09.0 IDE interface [0101]: nVidia Corporation nForce2 IDE [10de:0065] (rev a2)
00:0d.0 FireWire (IEEE 1394) [0c00]: nVidia Corporation nForce2 FireWire (IEEE 1394) Controller [10de:006e] (rev a3)
00:1e.0 PCI bridge [0604]: nVidia Corporation nForce2 AGP [10de:01e8] (rev a2)
01:06.0 CardBus bridge [0607]: Ricoh Co Ltd RL5c476 II [1180:0476] (rev 80)
01:06.1 CardBus bridge [0607]: Ricoh Co Ltd RL5c476 II [1180:0476] (rev 80)
04:00.0 VGA compatible controller [0300]: nVidia Corporation NV18 [GeForce4 MX - nForce GPU] [10de:01f0] (rev a3)
Here's the full dmesg output, as requested.
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.38-rc8+ ($USER@$HOST) (gcc version 4.5.2 (Debian 4.5.2-5) ) #22 Tue Mar 8 21:47:31 EST 2011
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000007dff0000 (usable)
[ 0.000000] BIOS-e820: 000000007dff0000 - 000000007dff3000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000007dff3000 - 000000007e000000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
[ 0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[ 0.000000] DMI 2.2 present.
[ 0.000000] DMI: /FN41 , BIOS 6.00 PG 08/23/2004
[ 0.000000] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] last_pfn = 0x7dff0 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-AFFFF uncachable
[ 0.000000] B0000-BFFFF write-combining
[ 0.000000] C0000-C7FFF write-protect
[ 0.000000] C8000-FFFFF uncachable
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 07E000000 mask FFE000000 uncachable
[ 0.000000] 2 base 0E0000000 mask FFC000000 write-combining
[ 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] Scanning 1 areas for low memory corruption
[ 0.000000] initial memory mapped : 0 - 01800000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[ 0.000000] 0000000000 - 0000400000 page 4k
[ 0.000000] 0000400000 - 0037400000 page 2M
[ 0.000000] 0037400000 - 00377fe000 page 4k
[ 0.000000] kernel direct mapping tables up to 377fe000 @ 17fb000-1800000
[ 0.000000] ACPI: RSDP 000f6e60 00014 (v00 Nvidia)
[ 0.000000] ACPI: RSDT 7dff3000 0002C (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: FACP 7dff3040 00074 (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: DSDT 7dff30c0 04139 (v01 NVIDIA AWRDACPI 00001000 MSFT 0100000D)
[ 0.000000] ACPI: FACS 7dff0000 00040
[ 0.000000] ACPI: APIC 7dff7200 0005A (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] 1127MB HIGHMEM available.
[ 0.000000] 887MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 377fe000
[ 0.000000] low ram: 0 - 377fe000
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000001 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000377fe
[ 0.000000] HighMem 0x000377fe -> 0x0007dff0
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000001 -> 0x000000a0
[ 0.000000] 0: 0x00000100 -> 0x0007dff0
[ 0.000000] On node 0 totalpages: 515983
[ 0.000000] free_area_init_node: node 0, pgdat c13805c8, node_mem_map f683d020
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3967 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: 2256 pages used for memmap
[ 0.000000] HighMem zone: 286498 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x4008
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 7e000000 (gap: 7e000000:80c00000)
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 511951
[ 0.000000] Kernel command line: auto BOOT_IMAGE=2.6 ro root=302
[ 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] Initializing CPU#0
[ 0.000000] Initializing HighMem for node 0 (000377fe:0007dff0)
[ 0.000000] Memory: 2042708k/2064320k available (2373k kernel code, 21224k reserved, 1230k data, 276k init, 1155016k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfffe4000 - 0xfffff000 ( 108 kB)
[ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
[ 0.000000] .init : 0xc1385000 - 0xc13ca000 ( 276 kB)
[ 0.000000] .data : 0xc12514bf - 0xc1384e40 (1230 kB)
[ 0.000000] .text : 0xc1000000 - 0xc12514bf (2373 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: Genslabs=15, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS:16
[ 0.000000] CPU 0 irqstacks, hard=f6008000 soft=f600a000
[ 0.000000] Console: colour VGA+ 80x50
[ 0.000000] console [tty0] enabled
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1469.907 MHz processor.
[ 0.006670] Calibrating delay loop (skipped), value calculated using timer frequency.. 2940.30 BogoMIPS (lpj=4899690)
[ 0.006745] pid_max: default: 32768 minimum: 301
[ 0.006838] Mount-cache hash table entries: 512
[ 0.007058] Initializing cgroup subsys blkio
[ 0.010034] mce: CPU supports 4 MCE banks
[ 0.010087] CPU: AMD Athlon(tm) XP 1700+ stepping 02
[ 0.010275] ACPI: Core revision 20110112
[ 0.014177] ACPI: setting ELCR to 0200 (from 1c28)
[ 0.015007] Performance Events: AMD PMU driver.
[ 0.015067] ... version: 0
[ 0.015102] ... bit width: 48
[ 0.015137] ... generic registers: 4
[ 0.015172] ... value mask: 0000ffffffffffff
[ 0.015208] ... max period: 00007fffffffffff
[ 0.015245] ... fixed-purpose events: 0
[ 0.015279] ... event mask: 000000000000000f
[ 0.015470] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.015959] xor: automatically using best checksumming function: pIII_sse
[ 0.030004] pIII_sse : 4164.000 MB/sec
[ 0.030040] xor: using function: pIII_sse (4164.000 MB/sec)
[ 0.030127] NET: Registered protocol family 16
[ 0.030679] ACPI: bus type pci registered
[ 0.066457] PCI: PCI BIOS revision 2.10 entry at 0xfb760, last bus=4
[ 0.066497] PCI: Using configuration type 1 for base access
[ 0.072331] bio: create slab <bio-0> at 0
[ 0.126710] raid6: int32x1 514 MB/s
[ 0.183333] raid6: int32x2 665 MB/s
[ 0.240026] raid6: int32x4 496 MB/s
[ 0.296792] raid6: int32x8 380 MB/s
[ 0.353327] raid6: mmxx1 1243 MB/s
[ 0.409983] raid6: mmxx2 2042 MB/s
[ 0.466679] raid6: sse1x1 1151 MB/s
[ 0.523334] raid6: sse1x2 1828 MB/s
[ 0.523369] raid6: using algorithm sse1x2 (1828 MB/s)
[ 0.525044] ACPI: EC: Look up EC in DSDT
[ 0.529868] ACPI: Interpreter enabled
[ 0.529910] ACPI: (supports S0 S1 S4 S5)
[ 0.530068] ACPI: Using PIC for interrupt routing
[ 0.541762] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.541933] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.542209] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.542215] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
[ 0.542221] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.542227] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff] (ignored)
[ 0.542232] pci_root PNP0A03:00: host bridge window [mem 0x7e000000-0xfebfffff] (ignored)
[ 0.542253] pci 0000:00:00.0: [10de:01e0] type 0 class 0x000600
[ 0.542264] pci 0000:00:00.0: reg 10: [mem 0xe0000000-0xe3ffffff pref]
[ 0.542312] pci 0000:00:00.1: [10de:01eb] type 0 class 0x000500
[ 0.542353] pci 0000:00:00.2: [10de:01ee] type 0 class 0x000500
[ 0.542394] pci 0000:00:00.3: [10de:01ed] type 0 class 0x000500
[ 0.542432] pci 0000:00:00.4: [10de:01ec] type 0 class 0x000500
[ 0.542473] pci 0000:00:00.5: [10de:01ef] type 0 class 0x000500
[ 0.542519] pci 0000:00:01.0: [10de:0060] type 0 class 0x000601
[ 0.542604] pci 0000:00:01.1: [10de:0064] type 0 class 0x000c05
[ 0.542621] pci 0000:00:01.1: reg 10: [io 0xc400-0xc41f]
[ 0.542679] pci 0000:00:01.1: PME# supported from D3hot D3cold
[ 0.542685] pci 0000:00:01.1: PME# disabled
[ 0.542711] pci 0000:00:02.0: [10de:0067] type 0 class 0x000c03
[ 0.542727] pci 0000:00:02.0: reg 10: [mem 0xef080000-0xef080fff]
[ 0.542784] pci 0000:00:02.0: supports D1 D2
[ 0.542788] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.542794] pci 0000:00:02.0: PME# disabled
[ 0.542815] pci 0000:00:02.1: [10de:0067] type 0 class 0x000c03
[ 0.542831] pci 0000:00:02.1: reg 10: [mem 0xef083000-0xef083fff]
[ 0.542888] pci 0000:00:02.1: supports D1 D2
[ 0.542892] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.542898] pci 0000:00:02.1: PME# disabled
[ 0.542919] pci 0000:00:02.2: [10de:0068] type 0 class 0x000c03
[ 0.542938] pci 0000:00:02.2: reg 10: [mem 0xef086000-0xef0860ff]
[ 0.543001] pci 0000:00:02.2: supports D1 D2
[ 0.543005] pci 0000:00:02.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.543011] pci 0000:00:02.2: PME# disabled
[ 0.543038] pci 0000:00:04.0: [10de:0066] type 0 class 0x000200
[ 0.543055] pci 0000:00:04.0: reg 10: [mem 0xef087000-0xef087fff]
[ 0.543066] pci 0000:00:04.0: reg 14: [io 0xb000-0xb007]
[ 0.543116] pci 0000:00:04.0: supports D1 D2
[ 0.543120] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.543126] pci 0000:00:04.0: PME# disabled
[ 0.543145] pci 0000:00:05.0: [10de:006b] type 0 class 0x000401
[ 0.543162] pci 0000:00:05.0: reg 10: [mem 0xef000000-0xef07ffff]
[ 0.543219] pci 0000:00:05.0: supports D1 D2
[ 0.543238] pci 0000:00:06.0: [10de:006a] type 0 class 0x000401
[ 0.543254] pci 0000:00:06.0: reg 10: [io 0xb400-0xb4ff]
[ 0.543265] pci 0000:00:06.0: reg 14: [io 0xb800-0xb87f]
[ 0.543276] pci 0000:00:06.0: reg 18: [mem 0xef081000-0xef081fff]
[ 0.543350] pci 0000:00:06.0: supports D1 D2
[ 0.543408] pci 0000:00:08.0: [10de:006c] type 1 class 0x000604
[ 0.543452] pci 0000:00:09.0: [10de:0065] type 0 class 0x000101
[ 0.543495] pci 0000:00:09.0: reg 20: [io 0xf000-0xf00f]
[ 0.543545] pci 0000:00:0d.0: [10de:006e] type 0 class 0x000c00
[ 0.543562] pci 0000:00:0d.0: reg 10: [mem 0xef084000-0xef0847ff]
[ 0.543573] pci 0000:00:0d.0: reg 14: [mem 0xef085000-0xef08503f]
[ 0.543624] pci 0000:00:0d.0: supports D1 D2
[ 0.543628] pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.543634] pci 0000:00:0d.0: PME# disabled
[ 0.543668] pci 0000:00:1e.0: [10de:01e8] type 1 class 0x000604
[ 0.543729] pci 0000:01:06.0: [1180:0476] type 2 class 0x000607
[ 0.543751] pci 0000:01:06.0: reg 10: [mem 0xee000000-0xee000fff]
[ 0.543774] pci 0000:01:06.0: supports D1 D2
[ 0.543778] pci 0000:01:06.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.543785] pci 0000:01:06.0: PME# disabled
[ 0.543809] pci 0000:01:06.1: [1180:0476] type 2 class 0x000607
[ 0.543831] pci 0000:01:06.1: reg 10: [mem 0xee005000-0xee005fff]
[ 0.543853] pci 0000:01:06.1: supports D1 D2
[ 0.543857] pci 0000:01:06.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.543864] pci 0000:01:06.1: PME# disabled
[ 0.543919] pci 0000:00:08.0: PCI bridge to [bus 01-03]
[ 0.543961] pci 0000:00:08.0: bridge window [io 0x9000-0xafff]
[ 0.543967] pci 0000:00:08.0: bridge window [mem 0xee000000-0xeeffffff]
[ 0.543975] pci 0000:00:08.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.544059] pci_bus 0000:03: [bus 03-06] partially hidden behind bridge 0000:01 [bus 01-03]
[ 0.544135] pci 0000:04:00.0: [10de:01f0] type 0 class 0x000300
[ 0.544153] pci 0000:04:00.0: reg 10: [mem 0xec000000-0xecffffff]
[ 0.544163] pci 0000:04:00.0: reg 14: [mem 0xe4000000-0xe7ffffff pref]
[ 0.544174] pci 0000:04:00.0: reg 18: [mem 0xe8000000-0xe807ffff pref]
[ 0.544202] pci 0000:04:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[ 0.544254] pci 0000:00:1e.0: PCI bridge to [bus 04-04]
[ 0.544294] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.544300] pci 0000:00:1e.0: bridge window [mem 0xec000000-0xedffffff]
[ 0.544306] pci 0000:00:1e.0: bridge window [mem 0xe4000000-0xebffffff pref]
[ 0.544320] pci_bus 0000:00: on NUMA node 0
[ 0.544326] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.544523] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[ 0.544594] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
[ 0.587975] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.588338] ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.588697] ACPI: PCI Interrupt Link [LNK3] (IRQs *3 4 5 6 7 10 11 12 14 15)
[ 0.589009] ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.589319] ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 0.589628] ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.590039] ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 0.590353] ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.590665] ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 0.590975] ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 5 6 7 10 11 *12 14 15)
[ 0.591284] ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.591638] ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.591994] ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 6 7 10 11 *12 14 15)
[ 0.592305] ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 0.592613] ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.592967] ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.593371] ACPI: PCI Interrupt Link [APC1] (IRQs *16), disabled.
[ 0.593542] ACPI: PCI Interrupt Link [APC2] (IRQs *17), disabled.
[ 0.593712] ACPI: PCI Interrupt Link [APC3] (IRQs *18)
[ 0.593864] ACPI: PCI Interrupt Link [APC4] (IRQs *19)
[ 0.594024] ACPI: PCI Interrupt Link [APCE] (IRQs *16)
[ 0.594221] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0, disabled.
[ 0.594484] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22) *0
[ 0.594727] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0
[ 0.594969] ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22) *0
[ 0.595225] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22) *0
[ 0.595468] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22) *0, disabled.
[ 0.595690] ACPI: PCI Interrupt Link [APCS] (IRQs *23), disabled.
[ 0.595899] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0
[ 0.596150] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0
[ 0.596395] ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22) *0, disabled.
[ 0.596683] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
[ 0.597150] vgaarb: device added: PCI:0000:04:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.597204] vgaarb: loaded
[ 0.597503] SCSI subsystem initialized
[ 0.597715] usbcore: registered new interface driver usbfs
[ 0.597865] usbcore: registered new interface driver hub
[ 0.597978] usbcore: registered new device driver usb
[ 0.598376] Advanced Linux Sound Architecture Driver Version 1.0.23.
[ 0.598474] PCI: Using ACPI for IRQ routing
[ 0.598518] PCI: pci_cache_line_size set to 32 bytes
[ 0.598603] reserve RAM buffer: 000000007dff0000 - 000000007fffffff
[ 0.598858] Switching to clocksource pit
[ 0.599005] pnp: PnP ACPI init
[ 0.599058] ACPI: bus type pnp registered
[ 0.599462] pnp 00:00: [io 0x4000-0x407f]
[ 0.599468] pnp 00:00: [io 0x4080-0x40ff]
[ 0.599472] pnp 00:00: [io 0x4400-0x447f]
[ 0.599476] pnp 00:00: [io 0x4480-0x44ff]
[ 0.599480] pnp 00:00: [io 0x4200-0x427f]
[ 0.599484] pnp 00:00: [io 0x4280-0x42ff]
[ 0.599609] system 00:00: [io 0x4000-0x407f] has been reserved
[ 0.599651] system 00:00: [io 0x4080-0x40ff] has been reserved
[ 0.599691] system 00:00: [io 0x4400-0x447f] has been reserved
[ 0.599730] system 00:00: [io 0x4480-0x44ff] has been reserved
[ 0.599770] system 00:00: [io 0x4200-0x427f] has been reserved
[ 0.599809] system 00:00: [io 0x4280-0x42ff] has been reserved
[ 0.599850] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.599872] pnp 00:01: [io 0x5000-0x503f]
[ 0.599877] pnp 00:01: [io 0x5100-0x513f]
[ 0.599954] system 00:01: [io 0x5000-0x503f] has been reserved
[ 0.599954] system 00:01: [io 0x5100-0x513f] has been reserved
[ 0.599954] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.599954] system 00:02: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.599954] pnp 00:03: [bus 00-ff]
[ 0.599954] pnp 00:03: [io 0x0cf8-0x0cff]
[ 0.599954] pnp 00:03: [io 0x0000-0x0cf7 window]
[ 0.599954] pnp 00:03: [io 0x0d00-0xffff window]
[ 0.599954] pnp 00:03: [mem 0x000a0000-0x000bffff window]
[ 0.599954] pnp 00:03: [mem 0x000c0000-0x000dffff window]
[ 0.599954] pnp 00:03: [mem 0x7e000000-0xfebfffff window]
[ 0.599954] pnp 00:03: Plug and Play ACPI device, IDs PNP0a03 (active)
[ 0.599954] pnp 00:04: [io 0x0010-0x001f]
[ 0.599954] pnp 00:04: [io 0x0022-0x003f]
[ 0.599954] pnp 00:04: [io 0x0044-0x005f]
[ 0.599954] pnp 00:04: [io 0x0062-0x0063]
[ 0.599954] pnp 00:04: [io 0x0065-0x006f]
[ 0.599954] pnp 00:04: [io 0x0074-0x007f]
[ 0.599954] pnp 00:04: [io 0x0091-0x0093]
[ 0.599954] pnp 00:04: [io 0x00a2-0x00bf]
[ 0.599954] pnp 00:04: [io 0x00e0-0x00ef]
[ 0.599954] pnp 00:04: [io 0x04d0-0x04d1]
[ 0.599954] pnp 00:04: [io 0x0800-0x0805]
[ 0.599954] pnp 00:04: [io 0x0290-0x0297]
[ 0.599954] system 00:04: [io 0x04d0-0x04d1] has been reserved
[ 0.601173] system 00:04: [io 0x0800-0x0805] has been reserved
[ 0.601214] system 00:04: [io 0x0290-0x0297] has been reserved
[ 0.601255] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.601281] pnp 00:05: [dma 4]
[ 0.601285] pnp 00:05: [io 0x0000-0x000f]
[ 0.601289] pnp 00:05: [io 0x0080-0x0090]
[ 0.601293] pnp 00:05: [io 0x0094-0x009f]
[ 0.601297] pnp 00:05: [io 0x00c0-0x00df]
[ 0.601406] pnp 00:05: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.601430] pnp 00:06: [io 0x0070-0x0073]
[ 0.601436] pnp 00:06: [irq 8]
[ 0.601534] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.601555] pnp 00:07: [io 0x0061]
[ 0.601653] pnp 00:07: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.601674] pnp 00:08: [io 0x00f0-0x00ff]
[ 0.601679] pnp 00:08: [irq 13]
[ 0.601779] pnp 00:08: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.602041] pnp 00:09: [io 0x03f0-0x03f5]
[ 0.602046] pnp 00:09: [io 0x03f7]
[ 0.602050] pnp 00:09: [irq 6]
[ 0.602054] pnp 00:09: [dma 2]
[ 0.602184] pnp 00:09: Plug and Play ACPI device, IDs PNP0700 (active)
[ 0.602514] pnp 00:0a: [io 0x03f8-0x03ff]
[ 0.602519] pnp 00:0a: [irq 4]
[ 0.602672] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.603474] pnp 00:0b: [io 0x0378-0x037f]
[ 0.603479] pnp 00:0b: [io 0x0778-0x077b]
[ 0.603484] pnp 00:0b: [irq 7]
[ 0.603488] pnp 00:0b: [dma 3]
[ 0.603658] pnp 00:0b: Plug and Play ACPI device, IDs PNP0401 (active)
[ 0.603753] pnp: PnP ACPI: found 12 devices
[ 0.603791] ACPI: ACPI bus type pnp unregistered
[ 0.644477] Switching to clocksource acpi_pm
[ 0.644594] pci 0000:00:08.0: BAR 9: assigned [mem 0x80000000-0x87ffffff pref]
[ 0.644650] pci 0000:01:06.0: BAR 9: assigned [mem 0x80000000-0x83ffffff pref]
[ 0.644703] pci 0000:01:06.0: BAR 10: can't assign mem (size 0x4000000)
[ 0.644745] pci 0000:01:06.1: BAR 9: assigned [mem 0x84000000-0x87ffffff pref]
[ 0.644797] pci 0000:01:06.1: BAR 10: can't assign mem (size 0x4000000)
[ 0.644838] pci 0000:01:06.0: BAR 7: assigned [io 0x9000-0x90ff]
[ 0.644878] pci 0000:01:06.0: BAR 8: assigned [io 0x9400-0x94ff]
[ 0.644918] pci 0000:01:06.1: BAR 7: assigned [io 0x9800-0x98ff]
[ 0.644958] pci 0000:01:06.1: BAR 8: assigned [io 0x9c00-0x9cff]
[ 0.644997] pci 0000:01:06.0: CardBus bridge to [bus 02-02]
[ 0.645036] pci 0000:01:06.0: bridge window [io 0x9000-0x90ff]
[ 0.645078] pci 0000:01:06.0: bridge window [io 0x9400-0x94ff]
[ 0.645120] pci 0000:01:06.0: bridge window [mem 0x80000000-0x83ffffff pref]
[ 0.645174] pci 0000:01:06.1: CardBus bridge to [bus 03-06]
[ 0.645212] pci 0000:01:06.1: bridge window [io 0x9800-0x98ff]
[ 0.645254] pci 0000:01:06.1: bridge window [io 0x9c00-0x9cff]
[ 0.645296] pci 0000:01:06.1: bridge window [mem 0x84000000-0x87ffffff pref]
[ 0.645350] pci 0000:00:08.0: PCI bridge to [bus 01-03]
[ 0.645389] pci 0000:00:08.0: bridge window [io 0x9000-0xafff]
[ 0.645431] pci 0000:00:08.0: bridge window [mem 0xee000000-0xeeffffff]
[ 0.645474] pci 0000:00:08.0: bridge window [mem 0x80000000-0x87ffffff pref]
[ 0.645531] pci 0000:04:00.0: BAR 6: assigned [mem 0xe8080000-0xe809ffff pref]
[ 0.645583] pci 0000:00:1e.0: PCI bridge to [bus 04-04]
[ 0.645620] pci 0000:00:1e.0: bridge window [io disabled]
[ 0.645661] pci 0000:00:1e.0: bridge window [mem 0xec000000-0xedffffff]
[ 0.645703] pci 0000:00:1e.0: bridge window [mem 0xe4000000-0xebffffff pref]
[ 0.645768] pci 0000:00:08.0: setting latency timer to 64
[ 0.645980] ACPI: PCI Interrupt Link [LNK3] enabled at IRQ 3
[ 0.646020] PCI: setting IRQ 3 as level-triggered
[ 0.646029] pci 0000:01:06.0: PCI INT A -> Link[LNK3] -> GSI 3 (level, low) -> IRQ 3
[ 0.646192] ACPI: PCI Interrupt Link [LNK4] enabled at IRQ 11
[ 0.646231] PCI: setting IRQ 11 as level-triggered
[ 0.646239] pci 0000:01:06.1: PCI INT B -> Link[LNK4] -> GSI 11 (level, low) -> IRQ 11
[ 0.646300] pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
[ 0.646306] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
[ 0.646311] pci_bus 0000:01: resource 0 [io 0x9000-0xafff]
[ 0.646316] pci_bus 0000:01: resource 1 [mem 0xee000000-0xeeffffff]
[ 0.646321] pci_bus 0000:01: resource 2 [mem 0x80000000-0x87ffffff pref]
[ 0.646326] pci_bus 0000:02: resource 0 [io 0x9000-0x90ff]
[ 0.646330] pci_bus 0000:02: resource 1 [io 0x9400-0x94ff]
[ 0.646335] pci_bus 0000:02: resource 2 [mem 0x80000000-0x83ffffff pref]
[ 0.646340] pci_bus 0000:03: resource 0 [io 0x9800-0x98ff]
[ 0.646344] pci_bus 0000:03: resource 1 [io 0x9c00-0x9cff]
[ 0.646349] pci_bus 0000:03: resource 2 [mem 0x84000000-0x87ffffff pref]
[ 0.646354] pci_bus 0000:04: resource 1 [mem 0xec000000-0xedffffff]
[ 0.646359] pci_bus 0000:04: resource 2 [mem 0xe4000000-0xebffffff pref]
[ 0.646424] NET: Registered protocol family 2
[ 0.646538] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.647071] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.647735] Switched to NOHz mode on CPU #0
[ 0.648782] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.649304] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.649344] TCP reno registered
[ 0.649381] UDP hash table entries: 512 (order: 1, 8192 bytes)
[ 0.649432] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes)
[ 0.649674] NET: Registered protocol family 1
[ 0.680078] pci 0000:04:00.0: Boot video device
[ 0.680084] PCI: CLS 0 bytes, default 32
[ 0.680912] Scanning for low memory corruption every 60 seconds
[ 0.681858] highmem bounce pool size: 64 pages
[ 0.681902] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.688597] msgmni has been set to 1733
[ 0.688935] alg: No test for stdrng (krng)
[ 0.688983] io scheduler noop registered
[ 0.689019] io scheduler deadline registered
[ 0.689073] io scheduler cfq registered (default)
[ 0.689568] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.963426] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.984674] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.985153] Linux agpgart interface v0.103
[ 0.985221] agpgart: Detected NVIDIA nForce2 chipset
[ 0.991051] agpgart-nvidia 0000:00:00.0: AGP aperture is 64M @ 0xe0000000
[ 0.991345] Floppy drive(s): fd0 is 1.44M
[ 1.006848] FDC 0 is a post-1991 82077
[ 1.008156] Uniform Multi-Platform E-IDE driver
[ 1.008320] amd74xx 0000:00:09.0: UDMA133 controller
[ 1.008361] amd74xx 0000:00:09.0: IDE controller (0x10de:0x0065 rev 0xa2)
[ 1.008447] amd74xx 0000:00:09.0: BIOS didn't set cable bits correctly. Enabling workaround.
[ 1.008503] amd74xx 0000:00:09.0: not 100% native mode: will probe irqs later
[ 1.008548] ide0: BM-DMA at 0xf000-0xf007
[ 1.008591] ide1: BM-DMA at 0xf008-0xf00f
[ 1.008631] Probing IDE interface ide0...
[ 1.283492] hda: ST3120022A, ATA DISK drive
[ 1.683371] Refined TSC clocksource calibration: 1469.999 MHz.
[ 1.683412] Switching to clocksource tsc
[ 1.923441] hda: host max PIO5 wanted PIO255(auto-tune) selected PIO4
[ 1.923657] hda: UDMA/100 mode selected
[ 1.923924] Probing IDE interface ide1...
[ 2.463460] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[ 2.463547] ide1 at 0x170-0x177,0x376 on irq 15
[ 2.463819] ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
[ 2.463875] ide-gd driver 1.18
[ 2.463935] hda: max request size: 512KiB
[ 2.473520] hda: 234441648 sectors (120034 MB) w/2048KiB Cache, CHS=16383/255/63
[ 2.473760] hda: cache flushes supported
[ 2.488251] hda: hda1 hda2 hda3 hda4
[ 2.488858] ide-cd driver 5.00
[ 2.488971] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[ 2.489248] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 11
[ 2.489293] forcedeth 0000:00:04.0: PCI INT A -> Link[LMAC] -> GSI 11 (level, low) -> IRQ 11
[ 2.489350] forcedeth 0000:00:04.0: setting latency timer to 64
[ 3.010760] forcedeth 0000:00:04.0: ifname eth0, PHY OUI 0x732 @ 1, addr aa:bb:cc:dd:ee:ff
[ 3.010816] forcedeth 0000:00:04.0: timirq lnktim desc-v1
[ 3.011110] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.011336] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 12
[ 3.011376] PCI: setting IRQ 12 as level-triggered
[ 3.011384] ehci_hcd 0000:00:02.2: PCI INT C -> Link[LUB2] -> GSI 12 (level, low) -> IRQ 12
[ 3.011455] ehci_hcd 0000:00:02.2: setting latency timer to 64
[ 3.011461] ehci_hcd 0000:00:02.2: EHCI Host Controller
[ 3.011611] ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 1
[ 3.011713] ehci_hcd 0000:00:02.2: debug port 1
[ 3.011757] ehci_hcd 0000:00:02.2: cache line size of 32 is not supported
[ 3.011773] ehci_hcd 0000:00:02.2: irq 12, io mem 0xef086000
[ 3.020024] ehci_hcd 0000:00:02.2: USB 2.0 started, EHCI 1.00
[ 3.020115] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.020156] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.020207] usb usb1: Product: EHCI Host Controller
[ 3.020244] usb usb1: Manufacturer: Linux 2.6.38-rc8+ ehci_hcd
[ 3.020282] usb usb1: SerialNumber: 0000:00:02.2
[ 3.020523] hub 1-0:1.0: USB hub found
[ 3.020566] hub 1-0:1.0: 6 ports detected
[ 3.020819] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.021044] ACPI: PCI Interrupt Link [LUBA] enabled at IRQ 10
[ 3.021084] PCI: setting IRQ 10 as level-triggered
[ 3.021093] ohci_hcd 0000:00:02.0: PCI INT A -> Link[LUBA] -> GSI 10 (level, low) -> IRQ 10
[ 3.021164] ohci_hcd 0000:00:02.0: setting latency timer to 64
[ 3.021169] ohci_hcd 0000:00:02.0: OHCI Host Controller
[ 3.021324] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
[ 3.021400] ohci_hcd 0000:00:02.0: irq 10, io mem 0xef080000
[ 3.075384] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.075426] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.075477] usb usb2: Product: OHCI Host Controller
[ 3.075514] usb usb2: Manufacturer: Linux 2.6.38-rc8+ ohci_hcd
[ 3.075552] usb usb2: SerialNumber: 0000:00:02.0
$HOST 3.075782] hub 2-0:1.0: USB hub found
[ 3.075826] hub 2-0:1.0: 3 ports detected
[ 3.076179] ACPI: PCI Interrupt Link [LUBB] enabled at IRQ 5
[ 3.076218] PCI: setting IRQ 5 as level-triggered
[ 3.076227] ohci_hcd 0000:00:02.1: PCI INT B -> Link[LUBB] -> GSI 5 (level, low) -> IRQ 5
[ 3.076295] ohci_hcd 0000:00:02.1: setting latency timer to 64
[ 3.076300] ohci_hcd 0000:00:02.1: OHCI Host Controller
[ 3.076447] ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 3
[ 3.076522] ohci_hcd 0000:00:02.1: irq 5, io mem 0xef083000
[ 3.128713] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.128755] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.128806] usb usb3: Product: OHCI Host Controller
[ 3.128843] usb usb3: Manufacturer: Linux 2.6.38-rc8+ ohci_hcd
[ 3.128881] usb usb3: SerialNumber: 0000:00:02.1
[ 3.129122] hub 3-0:1.0: USB hub found
[ 3.129166] hub 3-0:1.0: 3 ports detected
[ 3.129502] usbcore: registered new interface driver libusual
[ 3.129776] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 3.274501] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 3.276214] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 3.276648] mousedev: PS/2 mouse device common for all mice
[ 3.276922] rtc_cmos 00:06: RTC can wake from S4
[ 3.277080] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[ 3.277142] rtc0: alarms up to one year, y3k, 242 bytes nvram
[ 3.277232] i2c /dev entries driver
[ 3.330105] i2c i2c-0: nForce2 SMBus adapter at 0x5000
[ 3.383427] i2c i2c-1: nForce2 SMBus adapter at 0x5100
[ 3.383552] it87: Found IT8712F chip at 0x290, revision 5
[ 3.383669] ACPI: resource it87 [io 0x0295-0x0296] conflicts with ACPI region SPIO [io 0x295-0x296]
[ 3.383724] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 3.383828] md: raid1 personality registered for level 1
[ 3.383868] md: raid10 personality registered for level 10
[ 3.383905] md: raid6 personality registered for level 6
[ 3.383942] md: raid5 personality registered for level 5
[ 3.383979] md: raid4 personality registered for level 4
[ 3.384017] cpuidle: using governor ladder
[ 3.384052] cpuidle: using governor menu
[ 3.385759] usbcore: registered new interface driver usbhid
[ 3.385799] usbhid: USB HID core driver
[ 3.386216] ACPI: PCI Interrupt Link [LACI] enabled at IRQ 12
[ 3.386262] Intel ICH 0000:00:06.0: PCI INT A -> Link[LACI] -> GSI 12 (level, low) -> IRQ 12
[ 3.386356] Intel ICH 0000:00:06.0: setting latency timer to 64
[ 3.620024] usb 2-1: new full speed USB device using ohci_hcd and address 2
[ 3.703359] intel8x0_measure_ac97_clock: measured 52159 usecs (2536 samples)
[ 3.703401] intel8x0: clocking to 47387
[ 3.704127] ALSA device list:
[ 3.704163] #0: NVidia nForce2 with ALC650E at irq 12
[ 3.704691] TCP cubic registered
[ 3.704728] NET: Registered protocol family 17
[ 3.704775] Registering the dns_resolver key type
[ 3.705614] registered taskstats version 1
[ 3.706074] rtc_cmos 00:06: setting system clock to 2011-03-09 02:50:24 UTC (1299639024)
[ 3.773354] usb 2-1: New USB device found, idVendor=0430, idProduct=100e
[ 3.773397] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.776427] hub 2-1:1.0: USB hub found
[ 3.779338] hub 2-1:1.0: 4 ports detected
[ 4.036692] usb 2-2: new low speed USB device using ohci_hcd and address 3
[ 4.123546] md: Waiting for all devices to be available before autodetect
[ 4.123587] md: If you don't use raid, use raid=noautodetect
[ 4.123889] md: Autodetecting RAID arrays.
[ 4.123926] md: Scanned 0 and added 0 devices.
[ 4.123961] md: autorun ...
[ 4.123993] md: ... autorun DONE.
[ 4.136736] EXT3-fs: barriers not enabled
[ 4.150265] kjournald starting. Commit interval 5 seconds
[ 4.150328] EXT3-fs (hda2): mounted filesystem with ordered data mode
[ 4.150377] VFS: Mounted root (ext3 filesystem) readonly on device 3:2.
[ 4.150472] Freeing unused kernel memory: 276k freed
[ 4.191326] usb 2-2: New USB device found, idVendor=1241, idProduct=1166
[ 4.191371] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.205887] input: HID 1241:1166 as /devices/pci0000:00/0000:00:02.0/usb2/2-2/2-2:1.0/input/input0
[ 4.206145] generic-usb 0003:1241:1166.0001: input,hidraw0: USB HID v1.10 Mouse [HID 1241:1166] on usb-0000:00:02.0-2/input0
[ 4.378310] usb 2-1.4: new full speed USB device using ohci_hcd and address 4
[ 4.489306] usb 2-1.4: New USB device found, idVendor=0430, idProduct=00a2
[ 4.489354] usb 2-1.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.489406] usb 2-1.4: Product: Sun USB Keyboard
[ 4.498899] input: Sun USB Keyboard as /devices/pci0000:00/0000:00:02.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input1
[ 4.499092] generic-usb 0003:0430:00A2.0002: input,hidraw1: USB HID v1.10 Keyboard [Sun USB Keyboard] on usb-0000:00:02.0-1.4/input0
[ 7.443767] yenta_cardbus 0000:01:06.0: CardBus bridge found [14ef:0202]
[ 7.570355] yenta_cardbus 0000:01:06.0: ISA IRQ mask 0x0000, PCI irq 3
[ 7.570404] yenta_cardbus 0000:01:06.0: Socket status: 30000410
[ 7.570454] yenta_cardbus 0000:01:06.0: pcmcia: parent PCI bridge window: [io 0x9000-0xafff]
[ 7.570509] yenta_cardbus 0000:01:06.0: pcmcia: parent PCI bridge window: [mem 0xee000000-0xeeffffff]
[ 7.570565] pcmcia_socket pcmcia_socket0: cs: memory probe 0xee000000-0xeeffffff: excluding 0xee000000-0xee0fffff
[ 7.570685] yenta_cardbus 0000:01:06.0: pcmcia: parent PCI bridge window: [mem 0x80000000-0x87ffffff pref]
[ 7.570740] pcmcia_socket pcmcia_socket0: cs: memory probe 0x80000000-0x87ffffff: excluding 0x80000000-0x87ffffff
[ 7.571365] yenta_cardbus 0000:01:06.1: CardBus bridge found [14ef:0202]
[ 7.577424] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
[ 7.578108] ACPI: Power Button [PWRB]
[ 7.579148] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 7.579423] ACPI: Power Button [PWRF]
[ 7.696916] yenta_cardbus 0000:01:06.1: ISA IRQ mask 0x0000, PCI irq 11
[ 7.696966] yenta_cardbus 0000:01:06.1: Socket status: 30000410
[ 7.697007] pci_bus 0000:03: Upper limit for fixing this bridge's parent bridge: #03
[ 7.697069] yenta_cardbus 0000:01:06.1: pcmcia: parent PCI bridge window: [io 0x9000-0xafff]
[ 7.697124] yenta_cardbus 0000:01:06.1: pcmcia: parent PCI bridge window: [mem 0xee000000-0xeeffffff]
[ 7.697180] pcmcia_socket pcmcia_socket1: cs: memory probe 0xee000000-0xeeffffff: excluding 0xee000000-0xee0fffff
[ 7.697300] yenta_cardbus 0000:01:06.1: pcmcia: parent PCI bridge window: [mem 0x80000000-0x87ffffff pref]
[ 7.697356] pcmcia_socket pcmcia_socket1: cs: memory probe 0x80000000-0x87ffffff: excluding 0x80000000-0x87ffffff
[ 8.536355] [drm] Initialized drm 1.1.0 20060810
[ 9.076711] pcmcia_socket pcmcia_socket0: pccard: PCMCIA card inserted into slot 0
[ 9.076778] pcmcia_socket pcmcia_socket0: cs: memory probe 0xee100000-0xeeffffff: clean.
[ 9.082865] pcmcia 0.0: pcmcia: registering new device pcmcia0.0 (IRQ: 3)
[ 9.084673] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xfffff
[ 9.084863] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: excluding 0xa0000000-0xa0ffffff
[ 9.085045] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: excluding 0x60000000-0x60ffffff
[ 9.123847] ACPI: PCI Interrupt Link [LNK5] enabled at IRQ 10
[ 9.123899] nouveau 0000:04:00.0: PCI INT A -> Link[LNK5] -> GSI 10 (level, low) -> IRQ 10
[ 9.129897] [drm] nouveau 0000:04:00.0: Detected an NV10 generation card (0x01f000a5)
[ 9.130763] [drm] nouveau 0000:04:00.0: Attempting to load BIOS image from PRAMIN
[ 9.175165] [drm] nouveau 0000:04:00.0: ... BIOS checksum invalid
[ 9.175205] [drm] nouveau 0000:04:00.0: Attempting to load BIOS image from PROM
[ 9.175259] [drm] nouveau 0000:04:00.0: ... BIOS signature not found
[ 9.175298] [drm] nouveau 0000:04:00.0: Attempting to load BIOS image from PCIROM
[ 9.175760] [drm] nouveau 0000:04:00.0: ... appears to be valid
[ 9.176312] [drm] nouveau 0000:04:00.0: BMP BIOS found
[ 9.176350] [drm] nouveau 0000:04:00.0: BMP version 5.21
[ 9.176388] [drm] nouveau 0000:04:00.0: Bios version 04.1f.00.07
[ 9.176428] [drm] nouveau 0000:04:00.0: Found Display Configuration Block version 2.0
[ 9.176482] [drm] nouveau 0000:04:00.0: Raw DCB entry 0: 01000100 000088b8
[ 9.176524] [drm] nouveau 0000:04:00.0: Raw DCB entry 1: 02010210 000088b8
[ 9.176564] [drm] nouveau 0000:04:00.0: Raw DCB entry 2: 01120132 00000000
[ 9.176604] [drm] nouveau 0000:04:00.0: Raw DCB entry 3: 01120232 00000000
[ 9.176644] [drm] nouveau 0000:04:00.0: Raw DCB entry 4: 02010121 00000003
[ 9.176703] [drm] nouveau 0000:04:00.0: Raw DCB entry 5: 02010221 00000003
[ 9.176744] [drm] nouveau 0000:04:00.0: Merging DCB entries 2 and 3
[ 9.176783] [drm] nouveau 0000:04:00.0: Merging DCB entries 4 and 5
[ 9.177322] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 0 at offset 0xC284
[ 9.177400] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 1 at offset 0xC4E0
[ 9.177458] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 2 at offset 0xC2E7
[ 9.192556] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 3 at offset 0xC632
[ 9.192616] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 4 at offset 0xC47B
[ 9.192670] [drm] nouveau 0000:04:00.0: Unknown memclock table version 0.
[ 9.227437] [drm] nouveau 0000:04:00.0: 0 available performance level(s)
[ 9.227507] [drm] nouveau 0000:04:00.0: c: memory 200454MHz core 199MHz
[ 9.227628] [TTM] Zone kernel: Available graphics memory: 443984 kiB.
[ 9.227669] [TTM] Zone highmem: Available graphics memory: 1021492 kiB.
[ 9.227708] [TTM] Initializing pool allocator.
[ 9.227765] [drm] nouveau 0000:04:00.0: Detected 32MiB VRAM
[ 9.228117] agpgart-nvidia 0000:00:00.0: AGP 2.0 bridge
[ 9.228185] agpgart-nvidia 0000:00:00.0: putting AGP V2 device into 4x mode
[ 9.228298] nouveau 0000:04:00.0: putting AGP V2 device into 4x mode
[ 9.228334] [drm] nouveau 0000:04:00.0: 64 MiB GART (aperture)
[ 9.228415] [drm] nouveau 0000:04:00.0: Saving VGA fonts
[ 9.276657] [drm] nouveau 0000:04:00.0: Detected TMDS transmitter: sil164
[ 9.281254] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 9.281297] [drm] No driver support for vblank timestamp query.
[ 9.283437] [drm] nouveau 0000:04:00.0: Setting dpms mode 3 on vga encoder (output 0)
[ 9.283491] [drm] nouveau 0000:04:00.0: Setting dpms mode 3 on vga encoder (output 1)
[ 9.283535] [drm] nouveau 0000:04:00.0: Setting dpms mode 3 on tmds encoder (output 2)
[ 9.283580] [drm] nouveau 0000:04:00.0: Setting dpms mode 3 on TV encoder (output 3)
[ 9.513366] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 9.514854] [drm] nouveau 0000:04:00.0: allocated 1920x1080 fb: 0x4a000, bo f63f9800
[ 10.178216] [drm] nouveau 0000:04:00.0: Setting dpms mode 0 on tmds encoder (output 2)
[ 10.178223] [drm] nouveau 0000:04:00.0: Output DVI-D-1 is running on CRTC 0 using output A
[ 10.200240] [drm] nouveau 0000:04:00.0: Setting dpms mode 0 on TV encoder (output 3)
[ 10.200249] [drm] nouveau 0000:04:00.0: Output TV-1 is running on CRTC 1 using output B
[ 10.201105] Console: switching to colour frame buffer device 90x36
[ 10.205458] fb0: nouveaufb frame buffer device
[ 10.205461] drm: registered panic notifier
[ 10.206666] [drm] Initialized nouveau 0.0.16 20090420 for 0000:04:00.0 on minor 0
[ 10.683364] pcmcia_socket pcmcia_socket1: pccard: PCMCIA card inserted into slot 1
[ 10.683872] pcmcia_socket pcmcia_socket1: cs: memory probe 0xee100000-0xeeffffff: excluding 0xee100000-0xee1effff
[ 10.690439] pcmcia_socket pcmcia_socket1: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xfffff
[ 10.692000] pcmcia_socket pcmcia_socket1: cs: memory probe 0xa0000000-0xa0ffffff: excluding 0xa0000000-0xa0ffffff
[ 10.693091] pcmcia_socket pcmcia_socket1: cs: memory probe 0x60000000-0x60ffffff: excluding 0x60000000-0x60ffffff
[ 10.701327]
[ 10.702269] pcmcia 1.0: pcmcia: registering new device pcmcia1.0 (IRQ: 11)
[ 12.972003] Adding 1951860k swap on /dev/hda1. Priority:-1 extents:1 across:1951860k
[ 13.225707] EXT3-fs (hda2): using internal journal
[ 13.544190] loop: module loaded
[ 14.097220] fuse init (API version 7.16)
[ 14.192652] EXT3-fs: barriers not enabled
[ 14.200535] kjournald starting. Commit interval 5 seconds
[ 14.201183] EXT3-fs (hda3): using internal journal
[ 14.201618] EXT3-fs (hda3): mounted filesystem with ordered data mode
[ 37.166760] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 37.426696] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 38.056689] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 38.266697] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 38.590029] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 38.806683] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 39.066683] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 39.270016] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 39.533349] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 39.736682] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 39.996683] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 40.200016] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 40.473349] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 40.713350] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 41.020018] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 41.223350] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 41.483349] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 41.686685] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 41.953355] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 42.156682] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 42.416682] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 42.620015] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 42.880015] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 43.083349] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 43.346683] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 43.550021] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 43.813348] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 44.016687] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 44.276682] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 44.480015] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 44.740015] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 44.943348] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 45.203349] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 45.420016] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 45.680015] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 45.883350] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 46.143348] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 46.346682] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 46.606682] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 46.810017] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 47.070016] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 47.273349] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 47.533349] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 47.736682] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 47.996682] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 48.200015] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 48.463348] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 48.666682] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 48.926682] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 49.130015] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 49.390015] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 49.593348] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 49.853348] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 50.056682] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 50.330015] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 50.540015] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 50.800015] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 51.003352] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 51.263348] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 51.470015] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 51.730015] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 51.933348] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 52.193348] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 52.396681] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 52.656682] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 52.860014] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 53.120015] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 53.323348] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 53.583348] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 53.786681] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 54.046681] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 54.250021] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 54.510016] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 54.713348] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 54.973349] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 55.176681] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 55.446681] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 55.650015] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 55.910015] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 56.113348] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 56.373348] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 56.576681] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 56.836682] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 57.040015] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 57.303348] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 57.506681] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 57.766681] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 57.970017] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 58.230014] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 58.433348] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 58.693348] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 58.896681] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 59.156681] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 59.360024] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 59.620014] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 59.823347] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 60.083348] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 60.286680] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 60.560014] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 60.763347] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 61.023348] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 61.226681] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 61.486680] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 61.690016] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 61.950014] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 62.153347] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 62.413348] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 62.616680] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 62.876681] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 63.080014] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 63.340014] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 63.543347] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 63.803347] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 64.006681] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 64.266680] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 64.470013] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 64.730013] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 64.933347] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 65.193347] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 65.396680] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 65.656681] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 65.860013] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 66.120013] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 66.323346] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 66.583346] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 66.786680] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 67.046680] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 67.250012] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 67.510013] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 67.713346] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 67.973348] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 68.176680] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 68.436680] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 68.640013] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 68.900013] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 69.103345] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 69.363347] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 69.566680] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 69.826679] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 70.030013] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 70.290013] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 70.500018] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 70.760013] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 70.963346] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 71.223347] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 71.426680] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 71.686682] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 71.890012] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 72.150013] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 72.353346] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 72.613346] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 72.816679] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 73.076680] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 73.280012] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 73.540016] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 73.743346] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 74.003349] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 74.206705] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 74.466679] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 74.670014] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 74.930013] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 75.133346] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 75.393351] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 75.606680] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 75.866678] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 76.070012] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 76.330012] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 76.533355] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 76.793346] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 76.996681] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 77.260012] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 77.463345] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 77.723346] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 77.926680] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 78.186682] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 78.390012] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 78.650012] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 78.853345] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 79.113345] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 79.316678] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 79.576679] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 79.780011] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 80.040012] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 80.243346] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 80.503346] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 80.723344] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 80.983346] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 81.186681] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 81.446679] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 81.650012] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 81.910012] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 82.113348] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 82.373345] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 82.580011] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 82.840012] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 83.043345] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 83.303346] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 83.506678] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 83.766679] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 83.970012] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 84.230012] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 84.433345] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 84.693346] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 84.896677] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 85.156678] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 85.360011] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 85.633345] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 85.836678] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 86.096678] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 86.300011] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 86.560012] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 86.763344] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 87.023347] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 87.226678] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 87.486678] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 87.690014] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 87.950012] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 88.153344] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 88.413345] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 88.616678] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 88.876678] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 89.080012] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 89.340012] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 89.543349] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 89.803345] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 90.006679] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 90.266678] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 90.470010] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 90.750012] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 90.953343] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 91.213349] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 91.416678] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 91.676678] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 91.880010] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 92.140011] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 92.343344] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 92.603344] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 92.806677] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 93.066678] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 93.270020] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 93.530011] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 93.733344] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 93.993344] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 94.196677] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 94.456677] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 94.660010] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 94.920010] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 95.123344] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 95.383344] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 95.586677] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 95.850011] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 96.053344] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 96.313345] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 96.516676] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 96.776677] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 96.980010] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 97.240011] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 97.443344] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 97.703344] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 97.906676] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 98.166677] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 98.370010] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 98.630011] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 98.833344] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 99.093343] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 99.296677] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 99.556678] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 99.760010] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 100.020014] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 100.223344] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 100.483344] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 100.703344] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 100.963344] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 101.166676] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 101.430010] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 101.633350] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 101.893343] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 102.096677] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 102.356677] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 102.560010] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 102.820010] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 103.023347] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 103.283346] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 103.486676] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 103.746677] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 103.950013] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 104.210014] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 104.413342] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 104.673344] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 104.876679] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 105.136676] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 105.340010] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 105.600010] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 105.813343] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 106.073343] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 106.276677] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 106.536676] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 106.740010] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 107.000010] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 107.203343] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 107.463343] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 107.666676] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 107.926676] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 108.130009] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 108.390010] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 108.593342] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 108.853343] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 109.056676] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 109.316676] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 109.520009] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 109.780010] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 109.983342] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 110.246677] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 110.450009] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 110.730010] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 110.933342] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 111.193343] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 111.396676] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 111.656676] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 111.860008] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 112.120009] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 112.323342] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 112.583342] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 112.786676] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 113.046676] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 113.250014] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 113.513342] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 113.716675] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 113.976676] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 114.180010] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 114.440009] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 114.643342] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 114.903342] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 115.106675] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 115.366676] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 115.570010] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 115.840009] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 116.043343] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 116.303342] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 116.506675] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 116.766676] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 116.970008] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 117.230009] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 117.433341] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 117.693343] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 117.896677] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 118.156676] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 118.360009] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 118.620008] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 118.823342] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 119.083341] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 119.286675] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 119.546676] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 119.750008] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 120.010007] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 120.213346] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 120.473342] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 120.683347] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 120.946675] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 121.150008] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 121.410008] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 121.613342] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 121.873341] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 122.076675] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 122.336675] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 122.540008] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 122.800008] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 123.003343] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 123.263346] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 123.466675] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 123.726675] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 123.930007] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 124.190011] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 124.393341] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 124.653344] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 124.856674] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 125.116675] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 125.320008] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 125.580008] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 125.793342] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 126.053341] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 126.256677] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 126.516675] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 126.720008] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 126.980009] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 127.183348] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 127.443341] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 127.646674] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 127.906677] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 128.110007] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 128.370007] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 128.573341] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 128.833341] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 129.036674] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 129.296675] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 129.500006] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 129.760007] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 129.963340] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 130.223343] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 130.426674] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 130.686677] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 130.916675] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 131.176674] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 131.380008] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 131.640008] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 131.843340] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 132.103341] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 132.306674] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 132.566681] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 132.770007] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 133.030011] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 133.233340] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 133.493341] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 133.696673] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 133.956674] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 134.160007] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 134.420007] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 134.623341] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 134.883343] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 135.086674] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 135.346674] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 135.550006] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 135.823341] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 136.026674] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 136.286674] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 136.490006] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 136.750008] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 136.953340] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 137.213344] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 137.416673] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 137.676674] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 137.880006] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 138.140007] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 138.343341] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 138.603341] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 138.806673] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 139.066673] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 139.270007] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 139.530007] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 139.733340] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 139.993341] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 140.196674] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 140.456673] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 140.660007] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 140.943390] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 141.146675] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 141.406672] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 141.610006] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 141.870006] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 142.073342] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 142.333340] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 142.536673] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 142.796674] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 143.000008] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 143.263340] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 143.466672] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 143.726673] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 143.930006] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 144.190010] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 144.393340] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 144.656672] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 144.860006] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 145.120007] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 145.323340] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 145.583342] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 145.786672] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 146.060006] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 146.263339] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 146.523341] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 146.726673] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 146.986673] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 147.190009] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 147.450006] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 147.653339] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 147.913339] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 148.116673] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 148.376673] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 148.580011] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 148.840006] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 149.043339] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 149.303339] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 149.506672] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 149.766672] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 149.970005] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 150.230006] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 150.433339] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 150.693339] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 150.913340] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 151.173339] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 151.376672] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 151.636672] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 151.840005] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 152.100006] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 152.303339] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 152.563339] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 152.766671] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 153.026673] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 153.230007] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 153.490006] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 153.693339] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 153.953342] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 154.156672] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 154.416672] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 154.620006] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 154.880005] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 155.083339] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 155.343339] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 155.546671] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 155.806672] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 156.020005] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 156.280005] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 156.483338] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 156.743338] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 156.946672] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 157.206678] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 157.410005] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 157.670006] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 157.873338] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 158.133338] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 158.336672] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 158.596672] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 158.800004] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 159.060009] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 159.263338] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 159.523339] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 159.726671] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 159.986671] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 160.190008] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 160.450005] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 160.653338] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 160.940005] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 161.143339] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 161.403338] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 161.606671] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 161.866672] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 162.070005] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 162.330005] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 162.533337] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 162.793338] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 162.996670] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 163.256671] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 163.460004] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 163.720004] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 163.923337] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 164.183345] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 164.386670] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 164.646670] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 164.850004] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 165.110004] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 165.313338] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 165.573337] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 165.776671] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 166.050004] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 166.253337] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 166.513337] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 166.716670] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 166.976670] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 167.180003] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 167.440004] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 167.643337] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 167.903338] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 168.106670] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 168.366671] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 168.570004] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 168.830004] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 169.033341] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 169.293337] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 169.496671] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 169.756671] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 169.960004] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 170.220004] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 170.423337] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 170.683340] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 170.893337] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 171.166670] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 171.370004] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 171.630372] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 171.833337] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 172.093337] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 172.296671] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 172.560004] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 172.763337] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 173.026734] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 173.230005] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 173.490004] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 173.693337] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 173.953344] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 174.156670] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 174.416670] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 174.620016] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 174.896681] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 175.100009] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 175.366676] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 175.573343] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 175.840007] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 176.150008] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 176.426680] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 176.636679] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 176.966735] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 177.273405] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 177.683361] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 177.940012] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 178.210009] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 178.430014] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 178.733345] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 178.970027] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 179.313350] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 179.550045] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 179.850015] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 180.083345] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 180.396681] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 180.626753] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 180.943371] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 181.233347] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 181.530021] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 181.766714] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 182.073386] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 182.295416] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 182.593349] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 182.810828] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 183.103343] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 183.340012] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 183.630029] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 183.850063] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 184.146676] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 184.366748] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 184.663341] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 184.886694] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 185.176674] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 185.396683] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 185.686678] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 185.920013] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 186.236716] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 186.453346] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 186.750020] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 186.970013] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 187.260014] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 187.490026] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 187.796728] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 188.023387] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 188.330014] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 188.556678] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 188.870045] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 189.103345] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 189.406712] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 189.626743] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 189.920262] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 190.150055] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 190.466679] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 190.700020] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 190.980013] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 191.196807] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 191.510015] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 191.736674] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 192.046674] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 192.270061] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 192.563391] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 192.816721] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 193.120010] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 193.360015] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 193.680070] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 193.923345] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 194.230017] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 194.460010] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 194.770029] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 195.013375] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 195.326683] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 195.576716] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 195.880012] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 196.170015] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 196.476672] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 196.690009] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 196.976672] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 197.200009] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 197.470007] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 197.676674] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 197.943343] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 198.153340] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 198.433356] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 198.650005] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 198.923338] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 199.130012] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 199.403339] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 199.613338] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 199.886677] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 200.093372] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 200.370011] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 200.600014] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 200.880006] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 201.096677] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 201.630004] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 201.840006] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 202.113341] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 202.326675] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 202.600106] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 202.806673] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 203.080007] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 203.290006] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 203.563341] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 203.770009] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 204.043338] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 204.256671] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 204.526679] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 204.750008] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 205.033712] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 205.250012] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 205.533341] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 205.773347] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 206.100013] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 207.500009] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 207.773339] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 207.983342] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 208.253341] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 208.460013] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 208.733351] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 208.936671] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 209.203340] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 209.406680] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 209.676672] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 209.883349] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 210.156674] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 210.363346] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 210.640015] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 210.843339] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 211.116675] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 214.710077] [drm] nouveau 0000:04:00.0: Load detected on output B
[ 2020.319903] [drm] nouveau 0000:04:00.0: Setting dpms mode 1 on tmds encoder (output 2)
[ 2020.329920] [drm] nouveau 0000:04:00.0: Setting dpms mode 1 on TV encoder (output 3)
[56527.565289] [drm] nouveau 0000:04:00.0: Setting dpms mode 0 on tmds encoder (output 2)
[56527.575301] [drm] nouveau 0000:04:00.0: Setting dpms mode 0 on TV encoder (output 3)
^ permalink raw reply [flat|nested] 11+ messages in thread[parent not found: <20110309200656.23070.qmail-FT9nftu9LUyCkawlElnc8EEOCMrvLtNR@public.gmane.org>]
* Re: nouveaufb problems with NV18 [not found] ` <20110309200656.23070.qmail-FT9nftu9LUyCkawlElnc8EEOCMrvLtNR@public.gmane.org> @ 2011-03-10 19:48 ` younes.m-Re5JQEeQqe8AvxtiuMwx3w [not found] ` <000e0cd488aa1f9936049e26203c-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org> 0 siblings, 1 reply; 11+ messages in thread From: younes.m-Re5JQEeQqe8AvxtiuMwx3w @ 2011-03-10 19:48 UTC (permalink / raw) Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, linux-gpGsJRJZ3PBBDgjK7y7TUQ [-- Attachment #1.1: Type: text/plain, Size: 2337 bytes --] On , George Spelvin <linux-gpGsJRJZ3PBBDgjK7y7TUQ@public.gmane.org> wrote: > I have an NV18 (GeForce4 MX) connected via DVI to a 1920x1080 LCD, > and when I try to use the nouveau kernel driver, I get a crappy display. > Thanks in advance to anyone who can help. > I'm running a recent nouveau git (fa17f241 drm/nv50: fix thinko in vm > fault) > merged with 2.6.38-rc8. > When the driver loads (it's compiled as a module, so this is after init > starts), the console shrinks to a 36x90 character box in the upper-left > corner of the display. > When the system is busy, the screen "flashes" to the right. > The console text appears half a screen to the right for a moment. > It's particularly annoying right after boot, but settles down once the > system goes quescent. > The problem is NOT associated with screen updates. I can run "yes" > and see the problem very little. hdparm -tT, however, makes the screen > almost unusable during *both* phases. > Watching during heavy activity, there's a "standard position" to the > right where the text tends to appear, but there's also lots of "tearing" > and it appears in multiple positions. Still pretty recognizable as text, > though; it doesn't seem to change every scanline. > X is also screwed up; it fails to start with the messages: > [ 214.714] (II) NOUVEAU(0): Opened GPU channel 1 > [ 214.715] (II) NOUVEAU(0): [DRI2] Setup complete > [ 214.715] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau_vieux > [ 214.716] (EE) NOUVEAU(0): Error allocating scanout buffer: 0 > [ 214.716] > Fatal server error: > [ 214.716] AddScreen/ScreenInit failed for driver 0 > ... but I figure that's a more advanced problem. > I've tried and been unhappy with the nouveau driver on this system in > the past (I remember it coming up but having lots of horizontal lines of > "snow" on the display), but Debian recently removed the nv driver that > worked fine for me from its X distribution, so I'm trying again a bit > harder this time. > It's a 2 GB Athlon system, small form factor with onboard video. > lspci -nn gives: Is there anything at all connected to the other output (referred to as TV-1 in your log)? You can try disabling TV detection with the tv_disable nouveau.ko module parameter if a non-existent TV is somehow being detected. [-- Attachment #1.2: Type: text/html, Size: 3271 bytes --] [-- Attachment #2: Type: text/plain, Size: 181 bytes --] _______________________________________________ Nouveau mailing list Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org http://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <000e0cd488aa1f9936049e26203c-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>]
* Re: nouveaufb problems with NV18 [not found] ` <000e0cd488aa1f9936049e26203c-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org> @ 2011-03-11 15:27 ` George Spelvin [not found] ` <20110311152718.19243.qmail-FT9nftu9LUyCkawlElnc8EEOCMrvLtNR@public.gmane.org> 0 siblings, 1 reply; 11+ messages in thread From: George Spelvin @ 2011-03-11 15:27 UTC (permalink / raw) To: younes.m-Re5JQEeQqe8AvxtiuMwx3w Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, linux-gpGsJRJZ3PBBDgjK7y7TUQ Thanks for the reply! Sorry it took me a day to respond. > Is there anything at all connected to the other output (referred to as TV-1 > in your log)? You can try disabling TV detection with the tv_disable > nouveau.ko module parameter if a non-existent TV is somehow being detected. No, nothing. Adding the parameter (it's actually tv_disable=1; required a couple of reboots since the module's loaded early and can't be unloaded) produced a full-screen console (67x240), but with the same "flashing" to the right on system activity. (I don't get it on VC switch now, however!) Also, the display (DVI-D) appears to be half a line low. Tall characters ($ and ^) on the top line have their topmost row of pixels replicated into a vertical stripe, and the bottom row of text is only half visible. (Actually a little more than half; both bars of = are visible.) X still refuses to start; messages attached. [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 2.6.38-rc8+ ($USER@$HOST) (gcc version 4.5.2 (Debian 4.5.2-5) ) #22 Tue Mar 8 21:47:31 EST 2011 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 00000000000a0000 (usable) [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 000000007dff0000 (usable) [ 0.000000] BIOS-e820: 000000007dff0000 - 000000007dff3000 (ACPI NVS) [ 0.000000] BIOS-e820: 000000007dff3000 - 000000007e000000 (ACPI data) [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved) [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) [ 0.000000] BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved) [ 0.000000] Notice: NX (Execute Disable) protection missing in CPU! [ 0.000000] DMI 2.2 present. [ 0.000000] DMI: /FN41 , BIOS 6.00 PG 08/23/2004 [ 0.000000] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved) [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable) [ 0.000000] last_pfn = 0x7dff0 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-AFFFF uncachable [ 0.000000] B0000-BFFFF write-combining [ 0.000000] C0000-C7FFF write-protect [ 0.000000] C8000-FFFFF uncachable [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000 mask F80000000 write-back [ 0.000000] 1 base 07E000000 mask FFE000000 uncachable [ 0.000000] 2 base 0E0000000 mask FFC000000 write-combining [ 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] Scanning 1 areas for low memory corruption [ 0.000000] initial memory mapped : 0 - 01800000 [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000 [ 0.000000] 0000000000 - 0000400000 page 4k [ 0.000000] 0000400000 - 0037400000 page 2M [ 0.000000] 0037400000 - 00377fe000 page 4k [ 0.000000] kernel direct mapping tables up to 377fe000 @ 17fb000-1800000 [ 0.000000] ACPI: RSDP 000f6e60 00014 (v00 Nvidia) [ 0.000000] ACPI: RSDT 7dff3000 0002C (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000) [ 0.000000] ACPI: FACP 7dff3040 00074 (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000) [ 0.000000] ACPI: DSDT 7dff30c0 04139 (v01 NVIDIA AWRDACPI 00001000 MSFT 0100000D) [ 0.000000] ACPI: FACS 7dff0000 00040 [ 0.000000] ACPI: APIC 7dff7200 0005A (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000) [ 0.000000] 1127MB HIGHMEM available. [ 0.000000] 887MB LOWMEM available. [ 0.000000] mapped low ram: 0 - 377fe000 [ 0.000000] low ram: 0 - 377fe000 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000001 -> 0x00001000 [ 0.000000] Normal 0x00001000 -> 0x000377fe [ 0.000000] HighMem 0x000377fe -> 0x0007dff0 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[2] active PFN ranges [ 0.000000] 0: 0x00000001 -> 0x000000a0 [ 0.000000] 0: 0x00000100 -> 0x0007dff0 [ 0.000000] On node 0 totalpages: 515983 [ 0.000000] free_area_init_node: node 0, pgdat c13805c8, node_mem_map f683d020 [ 0.000000] DMA zone: 32 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 3967 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: 2256 pages used for memmap [ 0.000000] HighMem zone: 286498 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x4008 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 [ 0.000000] Allocating PCI resources starting at 7e000000 (gap: 7e000000:80c00000) [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 511951 [ 0.000000] Kernel command line: auto BOOT_IMAGE=2.6 ro root=302 [ 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] Initializing CPU#0 [ 0.000000] Initializing HighMem for node 0 (000377fe:0007dff0) [ 0.000000] Memory: 2042708k/2064320k available (2373k kernel code, 21224k reserved, 1230k data, 276k init, 1155016k highmem) [ 0.000000] virtual kernel memory layout: [ 0.000000] fixmap : 0xfffe4000 - 0xfffff000 ( 108 kB) [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB) [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB) [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB) [ 0.000000] .init : 0xc1385000 - 0xc13ca000 ( 276 kB) [ 0.000000] .data : 0xc12514bf - 0xc1384e40 (1230 kB) [ 0.000000] .text : 0xc1000000 - 0xc12514bf (2373 kB) [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok. [ 0.000000] SLUB: Genslabs=15, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS:16 [ 0.000000] CPU 0 irqstacks, hard=f6008000 soft=f600a000 [ 0.000000] Console: colour VGA+ 80x50 [ 0.000000] console [tty0] enabled [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 1469.814 MHz processor. [ 0.006670] Calibrating delay loop (skipped), value calculated using timer frequency.. 2940.11 BogoMIPS (lpj=4899380) [ 0.006744] pid_max: default: 32768 minimum: 301 [ 0.006837] Mount-cache hash table entries: 512 [ 0.010164] Initializing cgroup subsys blkio [ 0.010246] mce: CPU supports 4 MCE banks [ 0.010299] CPU: AMD Athlon(tm) XP 1700+ stepping 02 [ 0.010487] ACPI: Core revision 20110112 [ 0.014391] ACPI: setting ELCR to 0200 (from 1c28) [ 0.015222] Performance Events: AMD PMU driver. [ 0.015282] ... version: 0 [ 0.015317] ... bit width: 48 [ 0.015351] ... generic registers: 4 [ 0.015386] ... value mask: 0000ffffffffffff [ 0.015422] ... max period: 00007fffffffffff [ 0.015459] ... fixed-purpose events: 0 [ 0.015493] ... event mask: 000000000000000f [ 0.015685] NMI watchdog enabled, takes one hw-pmu counter. [ 0.016172] xor: automatically using best checksumming function: pIII_sse [ 0.030004] pIII_sse : 4162.800 MB/sec [ 0.030040] xor: using function: pIII_sse (4162.800 MB/sec) [ 0.030127] NET: Registered protocol family 16 [ 0.030677] ACPI: bus type pci registered [ 0.066458] PCI: PCI BIOS revision 2.10 entry at 0xfb760, last bus=4 [ 0.066498] PCI: Using configuration type 1 for base access [ 0.072308] bio: create slab <bio-0> at 0 [ 0.126700] raid6: int32x1 515 MB/s [ 0.183398] raid6: int32x2 667 MB/s [ 0.240033] raid6: int32x4 498 MB/s [ 0.296675] raid6: int32x8 380 MB/s [ 0.353356] raid6: mmxx1 1231 MB/s [ 0.409992] raid6: mmxx2 2035 MB/s [ 0.466675] raid6: sse1x1 1153 MB/s [ 0.523310] raid6: sse1x2 1828 MB/s [ 0.523345] raid6: using algorithm sse1x2 (1828 MB/s) [ 0.525010] ACPI: EC: Look up EC in DSDT [ 0.529866] ACPI: Interpreter enabled [ 0.529909] ACPI: (supports S0 S1 S4 S5) [ 0.530067] ACPI: Using PIC for interrupt routing [ 0.541787] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug [ 0.541958] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.542239] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored) [ 0.542245] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored) [ 0.542251] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored) [ 0.542256] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff] (ignored) [ 0.542262] pci_root PNP0A03:00: host bridge window [mem 0x7e000000-0xfebfffff] (ignored) [ 0.542283] pci 0000:00:00.0: [10de:01e0] type 0 class 0x000600 [ 0.542295] pci 0000:00:00.0: reg 10: [mem 0xe0000000-0xe3ffffff pref] [ 0.542342] pci 0000:00:00.1: [10de:01eb] type 0 class 0x000500 [ 0.542384] pci 0000:00:00.2: [10de:01ee] type 0 class 0x000500 [ 0.542425] pci 0000:00:00.3: [10de:01ed] type 0 class 0x000500 [ 0.542463] pci 0000:00:00.4: [10de:01ec] type 0 class 0x000500 [ 0.542504] pci 0000:00:00.5: [10de:01ef] type 0 class 0x000500 [ 0.542550] pci 0000:00:01.0: [10de:0060] type 0 class 0x000601 [ 0.542636] pci 0000:00:01.1: [10de:0064] type 0 class 0x000c05 [ 0.542653] pci 0000:00:01.1: reg 10: [io 0xc400-0xc41f] [ 0.542710] pci 0000:00:01.1: PME# supported from D3hot D3cold [ 0.542717] pci 0000:00:01.1: PME# disabled [ 0.542742] pci 0000:00:02.0: [10de:0067] type 0 class 0x000c03 [ 0.542759] pci 0000:00:02.0: reg 10: [mem 0xef080000-0xef080fff] [ 0.542816] pci 0000:00:02.0: supports D1 D2 [ 0.542820] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.542826] pci 0000:00:02.0: PME# disabled [ 0.542846] pci 0000:00:02.1: [10de:0067] type 0 class 0x000c03 [ 0.542863] pci 0000:00:02.1: reg 10: [mem 0xef083000-0xef083fff] [ 0.542920] pci 0000:00:02.1: supports D1 D2 [ 0.542924] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold [ 0.542930] pci 0000:00:02.1: PME# disabled [ 0.542951] pci 0000:00:02.2: [10de:0068] type 0 class 0x000c03 [ 0.542970] pci 0000:00:02.2: reg 10: [mem 0xef086000-0xef0860ff] [ 0.543033] pci 0000:00:02.2: supports D1 D2 [ 0.543037] pci 0000:00:02.2: PME# supported from D0 D1 D2 D3hot D3cold [ 0.543044] pci 0000:00:02.2: PME# disabled [ 0.543071] pci 0000:00:04.0: [10de:0066] type 0 class 0x000200 [ 0.543088] pci 0000:00:04.0: reg 10: [mem 0xef087000-0xef087fff] [ 0.543099] pci 0000:00:04.0: reg 14: [io 0xb000-0xb007] [ 0.543149] pci 0000:00:04.0: supports D1 D2 [ 0.543153] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.543159] pci 0000:00:04.0: PME# disabled [ 0.543178] pci 0000:00:05.0: [10de:006b] type 0 class 0x000401 [ 0.543195] pci 0000:00:05.0: reg 10: [mem 0xef000000-0xef07ffff] [ 0.543251] pci 0000:00:05.0: supports D1 D2 [ 0.543270] pci 0000:00:06.0: [10de:006a] type 0 class 0x000401 [ 0.543316] pci 0000:00:06.0: reg 10: [io 0xb400-0xb4ff] [ 0.543328] pci 0000:00:06.0: reg 14: [io 0xb800-0xb87f] [ 0.543339] pci 0000:00:06.0: reg 18: [mem 0xef081000-0xef081fff] [ 0.543383] pci 0000:00:06.0: supports D1 D2 [ 0.543440] pci 0000:00:08.0: [10de:006c] type 1 class 0x000604 [ 0.543483] pci 0000:00:09.0: [10de:0065] type 0 class 0x000101 [ 0.543526] pci 0000:00:09.0: reg 20: [io 0xf000-0xf00f] [ 0.543575] pci 0000:00:0d.0: [10de:006e] type 0 class 0x000c00 [ 0.543592] pci 0000:00:0d.0: reg 10: [mem 0xef084000-0xef0847ff] [ 0.543604] pci 0000:00:0d.0: reg 14: [mem 0xef085000-0xef08503f] [ 0.543654] pci 0000:00:0d.0: supports D1 D2 [ 0.543658] pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.543664] pci 0000:00:0d.0: PME# disabled [ 0.543698] pci 0000:00:1e.0: [10de:01e8] type 1 class 0x000604 [ 0.543759] pci 0000:01:06.0: [1180:0476] type 2 class 0x000607 [ 0.543781] pci 0000:01:06.0: reg 10: [mem 0xee000000-0xee000fff] [ 0.543804] pci 0000:01:06.0: supports D1 D2 [ 0.543808] pci 0000:01:06.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.543815] pci 0000:01:06.0: PME# disabled [ 0.543838] pci 0000:01:06.1: [1180:0476] type 2 class 0x000607 [ 0.543860] pci 0000:01:06.1: reg 10: [mem 0xee005000-0xee005fff] [ 0.543882] pci 0000:01:06.1: supports D1 D2 [ 0.543886] pci 0000:01:06.1: PME# supported from D0 D1 D2 D3hot D3cold [ 0.543893] pci 0000:01:06.1: PME# disabled [ 0.543947] pci 0000:00:08.0: PCI bridge to [bus 01-03] [ 0.543989] pci 0000:00:08.0: bridge window [io 0x9000-0xafff] [ 0.543996] pci 0000:00:08.0: bridge window [mem 0xee000000-0xeeffffff] [ 0.544003] pci 0000:00:08.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) [ 0.544087] pci_bus 0000:03: [bus 03-06] partially hidden behind bridge 0000:01 [bus 01-03] [ 0.544163] pci 0000:04:00.0: [10de:01f0] type 0 class 0x000300 [ 0.544180] pci 0000:04:00.0: reg 10: [mem 0xec000000-0xecffffff] [ 0.544191] pci 0000:04:00.0: reg 14: [mem 0xe4000000-0xe7ffffff pref] [ 0.544201] pci 0000:04:00.0: reg 18: [mem 0xe8000000-0xe807ffff pref] [ 0.544229] pci 0000:04:00.0: reg 30: [mem 0x00000000-0x0001ffff pref] [ 0.544281] pci 0000:00:1e.0: PCI bridge to [bus 04-04] [ 0.544320] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled) [ 0.544326] pci 0000:00:1e.0: bridge window [mem 0xec000000-0xedffffff] [ 0.544333] pci 0000:00:1e.0: bridge window [mem 0xe4000000-0xebffffff pref] [ 0.544346] pci_bus 0000:00: on NUMA node 0 [ 0.544352] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.544550] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT] [ 0.544620] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT] [ 0.587825] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. [ 0.588187] ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. [ 0.588545] ACPI: PCI Interrupt Link [LNK3] (IRQs *3 4 5 6 7 10 11 12 14 15) [ 0.588854] ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 6 7 10 *11 12 14 15) [ 0.589164] ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 6 7 *10 11 12 14 15) [ 0.589471] ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. [ 0.589825] ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 *5 6 7 10 11 12 14 15) [ 0.590189] ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 6 7 10 *11 12 14 15) [ 0.590501] ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 *5 6 7 10 11 12 14 15) [ 0.590810] ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 5 6 7 10 11 *12 14 15) [ 0.591118] ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. [ 0.591470] ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. [ 0.591825] ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 6 7 10 11 *12 14 15) [ 0.592134] ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 5 6 7 *10 11 12 14 15) [ 0.592441] ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. [ 0.592794] ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. [ 0.593156] ACPI: PCI Interrupt Link [APC1] (IRQs *16), disabled. [ 0.593366] ACPI: PCI Interrupt Link [APC2] (IRQs *17), disabled. [ 0.593537] ACPI: PCI Interrupt Link [APC3] (IRQs *18) [ 0.593688] ACPI: PCI Interrupt Link [APC4] (IRQs *19) [ 0.593848] ACPI: PCI Interrupt Link [APCE] (IRQs *16) [ 0.594044] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0, disabled. [ 0.594305] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22) *0 [ 0.594547] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0 [ 0.594788] ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22) *0 [ 0.595043] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22) *0 [ 0.595284] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22) *0, disabled. [ 0.595505] ACPI: PCI Interrupt Link [APCS] (IRQs *23), disabled. [ 0.595713] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0 [ 0.595964] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0 [ 0.596205] ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22) *0, disabled. [ 0.596465] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled. [ 0.596955] vgaarb: device added: PCI:0000:04:00.0,decodes=io+mem,owns=io+mem,locks=none [ 0.597009] vgaarb: loaded [ 0.597310] SCSI subsystem initialized [ 0.597521] usbcore: registered new interface driver usbfs [ 0.597670] usbcore: registered new interface driver hub [ 0.597784] usbcore: registered new device driver usb [ 0.598182] Advanced Linux Sound Architecture Driver Version 1.0.23. [ 0.598280] PCI: Using ACPI for IRQ routing [ 0.598324] PCI: pci_cache_line_size set to 32 bytes [ 0.598408] reserve RAM buffer: 000000007dff0000 - 000000007fffffff [ 0.598660] Switching to clocksource pit [ 0.598808] pnp: PnP ACPI init [ 0.598860] ACPI: bus type pnp registered [ 0.599263] pnp 00:00: [io 0x4000-0x407f] [ 0.599269] pnp 00:00: [io 0x4080-0x40ff] [ 0.599273] pnp 00:00: [io 0x4400-0x447f] [ 0.599277] pnp 00:00: [io 0x4480-0x44ff] [ 0.599281] pnp 00:00: [io 0x4200-0x427f] [ 0.599285] pnp 00:00: [io 0x4280-0x42ff] [ 0.599409] system 00:00: [io 0x4000-0x407f] has been reserved [ 0.599450] system 00:00: [io 0x4080-0x40ff] has been reserved [ 0.599490] system 00:00: [io 0x4400-0x447f] has been reserved [ 0.599530] system 00:00: [io 0x4480-0x44ff] has been reserved [ 0.599569] system 00:00: [io 0x4200-0x427f] has been reserved [ 0.599609] system 00:00: [io 0x4280-0x42ff] has been reserved [ 0.599650] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.599672] pnp 00:01: [io 0x5000-0x503f] [ 0.599677] pnp 00:01: [io 0x5100-0x513f] [ 0.599781] system 00:01: [io 0x5000-0x503f] has been reserved [ 0.599823] system 00:01: [io 0x5100-0x513f] has been reserved [ 0.599863] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.599952] system 00:02: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.599952] pnp 00:03: [bus 00-ff] [ 0.599952] pnp 00:03: [io 0x0cf8-0x0cff] [ 0.599952] pnp 00:03: [io 0x0000-0x0cf7 window] [ 0.599952] pnp 00:03: [io 0x0d00-0xffff window] [ 0.599952] pnp 00:03: [mem 0x000a0000-0x000bffff window] [ 0.599952] pnp 00:03: [mem 0x000c0000-0x000dffff window] [ 0.599952] pnp 00:03: [mem 0x7e000000-0xfebfffff window] [ 0.599952] pnp 00:03: Plug and Play ACPI device, IDs PNP0a03 (active) [ 0.599952] pnp 00:04: [io 0x0010-0x001f] [ 0.599952] pnp 00:04: [io 0x0022-0x003f] [ 0.599952] pnp 00:04: [io 0x0044-0x005f] [ 0.599952] pnp 00:04: [io 0x0062-0x0063] [ 0.599952] pnp 00:04: [io 0x0065-0x006f] [ 0.599952] pnp 00:04: [io 0x0074-0x007f] [ 0.599952] pnp 00:04: [io 0x0091-0x0093] [ 0.599952] pnp 00:04: [io 0x00a2-0x00bf] [ 0.599952] pnp 00:04: [io 0x00e0-0x00ef] [ 0.599952] pnp 00:04: [io 0x04d0-0x04d1] [ 0.599952] pnp 00:04: [io 0x0800-0x0805] [ 0.599952] pnp 00:04: [io 0x0290-0x0297] [ 0.599952] system 00:04: [io 0x04d0-0x04d1] has been reserved [ 0.601116] system 00:04: [io 0x0800-0x0805] has been reserved [ 0.601156] system 00:04: [io 0x0290-0x0297] has been reserved [ 0.601196] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.601278] pnp 00:05: [dma 4] [ 0.601283] pnp 00:05: [io 0x0000-0x000f] [ 0.601287] pnp 00:05: [io 0x0080-0x0090] [ 0.601291] pnp 00:05: [io 0x0094-0x009f] [ 0.601295] pnp 00:05: [io 0x00c0-0x00df] [ 0.601397] pnp 00:05: Plug and Play ACPI device, IDs PNP0200 (active) [ 0.601421] pnp 00:06: [io 0x0070-0x0073] [ 0.601427] pnp 00:06: [irq 8] [ 0.601530] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.601551] pnp 00:07: [io 0x0061] [ 0.601649] pnp 00:07: Plug and Play ACPI device, IDs PNP0800 (active) [ 0.601671] pnp 00:08: [io 0x00f0-0x00ff] [ 0.601676] pnp 00:08: [irq 13] [ 0.601776] pnp 00:08: Plug and Play ACPI device, IDs PNP0c04 (active) [ 0.602041] pnp 00:09: [io 0x03f0-0x03f5] [ 0.602046] pnp 00:09: [io 0x03f7] [ 0.602050] pnp 00:09: [irq 6] [ 0.602054] pnp 00:09: [dma 2] [ 0.602186] pnp 00:09: Plug and Play ACPI device, IDs PNP0700 (active) [ 0.602515] pnp 00:0a: [io 0x03f8-0x03ff] [ 0.602521] pnp 00:0a: [irq 4] [ 0.602674] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active) [ 0.603480] pnp 00:0b: [io 0x0378-0x037f] [ 0.603485] pnp 00:0b: [io 0x0778-0x077b] [ 0.603490] pnp 00:0b: [irq 7] [ 0.603494] pnp 00:0b: [dma 3] [ 0.603668] pnp 00:0b: Plug and Play ACPI device, IDs PNP0401 (active) [ 0.603763] pnp: PnP ACPI: found 12 devices [ 0.603801] ACPI: ACPI bus type pnp unregistered [ 0.644436] Switching to clocksource acpi_pm [ 0.644568] Switched to NOHz mode on CPU #0 [ 0.644623] pci 0000:00:08.0: BAR 9: assigned [mem 0x80000000-0x87ffffff pref] [ 0.644695] pci 0000:01:06.0: BAR 9: assigned [mem 0x80000000-0x83ffffff pref] [ 0.644748] pci 0000:01:06.0: BAR 10: can't assign mem (size 0x4000000) [ 0.644790] pci 0000:01:06.1: BAR 9: assigned [mem 0x84000000-0x87ffffff pref] [ 0.644842] pci 0000:01:06.1: BAR 10: can't assign mem (size 0x4000000) [ 0.644883] pci 0000:01:06.0: BAR 7: assigned [io 0x9000-0x90ff] [ 0.644923] pci 0000:01:06.0: BAR 8: assigned [io 0x9400-0x94ff] [ 0.644963] pci 0000:01:06.1: BAR 7: assigned [io 0x9800-0x98ff] [ 0.645003] pci 0000:01:06.1: BAR 8: assigned [io 0x9c00-0x9cff] [ 0.645042] pci 0000:01:06.0: CardBus bridge to [bus 02-02] [ 0.645080] pci 0000:01:06.0: bridge window [io 0x9000-0x90ff] [ 0.645123] pci 0000:01:06.0: bridge window [io 0x9400-0x94ff] [ 0.645165] pci 0000:01:06.0: bridge window [mem 0x80000000-0x83ffffff pref] [ 0.645219] pci 0000:01:06.1: CardBus bridge to [bus 03-06] [ 0.645257] pci 0000:01:06.1: bridge window [io 0x9800-0x98ff] [ 0.645298] pci 0000:01:06.1: bridge window [io 0x9c00-0x9cff] [ 0.645340] pci 0000:01:06.1: bridge window [mem 0x84000000-0x87ffffff pref] [ 0.645394] pci 0000:00:08.0: PCI bridge to [bus 01-03] [ 0.645432] pci 0000:00:08.0: bridge window [io 0x9000-0xafff] [ 0.645475] pci 0000:00:08.0: bridge window [mem 0xee000000-0xeeffffff] [ 0.645517] pci 0000:00:08.0: bridge window [mem 0x80000000-0x87ffffff pref] [ 0.645574] pci 0000:04:00.0: BAR 6: assigned [mem 0xe8080000-0xe809ffff pref] [ 0.645626] pci 0000:00:1e.0: PCI bridge to [bus 04-04] [ 0.645663] pci 0000:00:1e.0: bridge window [io disabled] [ 0.645704] pci 0000:00:1e.0: bridge window [mem 0xec000000-0xedffffff] [ 0.645745] pci 0000:00:1e.0: bridge window [mem 0xe4000000-0xebffffff pref] [ 0.645811] pci 0000:00:08.0: setting latency timer to 64 [ 0.646021] ACPI: PCI Interrupt Link [LNK3] enabled at IRQ 3 [ 0.646061] PCI: setting IRQ 3 as level-triggered [ 0.646070] pci 0000:01:06.0: PCI INT A -> Link[LNK3] -> GSI 3 (level, low) -> IRQ 3 [ 0.646234] ACPI: PCI Interrupt Link [LNK4] enabled at IRQ 11 [ 0.646272] PCI: setting IRQ 11 as level-triggered [ 0.646281] pci 0000:01:06.1: PCI INT B -> Link[LNK4] -> GSI 11 (level, low) -> IRQ 11 [ 0.646341] pci_bus 0000:00: resource 0 [io 0x0000-0xffff] [ 0.646347] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff] [ 0.646352] pci_bus 0000:01: resource 0 [io 0x9000-0xafff] [ 0.646357] pci_bus 0000:01: resource 1 [mem 0xee000000-0xeeffffff] [ 0.646362] pci_bus 0000:01: resource 2 [mem 0x80000000-0x87ffffff pref] [ 0.646367] pci_bus 0000:02: resource 0 [io 0x9000-0x90ff] [ 0.646372] pci_bus 0000:02: resource 1 [io 0x9400-0x94ff] [ 0.646377] pci_bus 0000:02: resource 2 [mem 0x80000000-0x83ffffff pref] [ 0.646382] pci_bus 0000:03: resource 0 [io 0x9800-0x98ff] [ 0.646386] pci_bus 0000:03: resource 1 [io 0x9c00-0x9cff] [ 0.646391] pci_bus 0000:03: resource 2 [mem 0x84000000-0x87ffffff pref] [ 0.646396] pci_bus 0000:04: resource 1 [mem 0xec000000-0xedffffff] [ 0.646401] pci_bus 0000:04: resource 2 [mem 0xe4000000-0xebffffff pref] [ 0.646467] NET: Registered protocol family 2 [ 0.646580] IP route cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.647145] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.648738] TCP bind hash table entries: 65536 (order: 6, 262144 bytes) [ 0.649259] TCP: Hash tables configured (established 131072 bind 65536) [ 0.649300] TCP reno registered [ 0.649336] UDP hash table entries: 512 (order: 1, 8192 bytes) [ 0.649388] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes) [ 0.649552] NET: Registered protocol family 1 [ 0.680077] pci 0000:04:00.0: Boot video device [ 0.680083] PCI: CLS 0 bytes, default 32 [ 0.680914] Scanning for low memory corruption every 60 seconds [ 0.681865] highmem bounce pool size: 64 pages [ 0.681909] HugeTLB registered 4 MB page size, pre-allocated 0 pages [ 0.688621] msgmni has been set to 1733 [ 0.688957] alg: No test for stdrng (krng) [ 0.689005] io scheduler noop registered [ 0.689041] io scheduler deadline registered [ 0.689095] io scheduler cfq registered (default) [ 0.689591] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 0.963426] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 0.984674] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 0.985156] Linux agpgart interface v0.103 [ 0.985225] agpgart: Detected NVIDIA nForce2 chipset [ 0.991055] agpgart-nvidia 0000:00:00.0: AGP aperture is 64M @ 0xe0000000 [ 0.991347] Floppy drive(s): fd0 is 1.44M [ 1.006844] FDC 0 is a post-1991 82077 [ 1.008152] Uniform Multi-Platform E-IDE driver [ 1.008316] amd74xx 0000:00:09.0: UDMA133 controller [ 1.008357] amd74xx 0000:00:09.0: IDE controller (0x10de:0x0065 rev 0xa2) [ 1.008442] amd74xx 0000:00:09.0: BIOS didn't set cable bits correctly. Enabling workaround. [ 1.008498] amd74xx 0000:00:09.0: not 100% native mode: will probe irqs later [ 1.008543] ide0: BM-DMA at 0xf000-0xf007 [ 1.008586] ide1: BM-DMA at 0xf008-0xf00f [ 1.008626] Probing IDE interface ide0... [ 1.283492] hda: ST3120022A, ATA DISK drive [ 1.683368] Refined TSC clocksource calibration: 1469.999 MHz. [ 1.683409] Switching to clocksource tsc [ 1.923441] hda: host max PIO5 wanted PIO255(auto-tune) selected PIO4 [ 1.923917] hda: UDMA/100 mode selected [ 1.924214] Probing IDE interface ide1... [ 2.463459] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 [ 2.463546] ide1 at 0x170-0x177,0x376 on irq 15 [ 2.463817] ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports [ 2.463873] ide-gd driver 1.18 [ 2.463932] hda: max request size: 512KiB [ 2.473767] hda: 234441648 sectors (120034 MB) w/2048KiB Cache, CHS=16383/255/63 [ 2.474000] hda: cache flushes supported [ 2.484046] hda: hda1 hda2 hda3 hda4 [ 2.484652] ide-cd driver 5.00 [ 2.484766] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64. [ 2.485043] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 11 [ 2.485088] forcedeth 0000:00:04.0: PCI INT A -> Link[LMAC] -> GSI 11 (level, low) -> IRQ 11 [ 2.485145] forcedeth 0000:00:04.0: setting latency timer to 64 [ 3.000743] forcedeth 0000:00:04.0: ifname eth0, PHY OUI 0x732 @ 1, addr aa:bb:cc:dd:ee:ff [ 3.000799] forcedeth 0000:00:04.0: timirq lnktim desc-v1 [ 3.001094] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.001319] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 12 [ 3.001359] PCI: setting IRQ 12 as level-triggered [ 3.001368] ehci_hcd 0000:00:02.2: PCI INT C -> Link[LUB2] -> GSI 12 (level, low) -> IRQ 12 [ 3.001440] ehci_hcd 0000:00:02.2: setting latency timer to 64 [ 3.001445] ehci_hcd 0000:00:02.2: EHCI Host Controller [ 3.001595] ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 1 [ 3.001695] ehci_hcd 0000:00:02.2: debug port 1 [ 3.001740] ehci_hcd 0000:00:02.2: cache line size of 32 is not supported [ 3.001755] ehci_hcd 0000:00:02.2: irq 12, io mem 0xef086000 [ 3.010024] ehci_hcd 0000:00:02.2: USB 2.0 started, EHCI 1.00 [ 3.010115] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 3.010156] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.010208] usb usb1: Product: EHCI Host Controller [ 3.010244] usb usb1: Manufacturer: Linux 2.6.38-rc8+ ehci_hcd [ 3.010282] usb usb1: SerialNumber: 0000:00:02.2 [ 3.010522] hub 1-0:1.0: USB hub found [ 3.010564] hub 1-0:1.0: 6 ports detected [ 3.010818] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.011044] ACPI: PCI Interrupt Link [LUBA] enabled at IRQ 10 [ 3.011084] PCI: setting IRQ 10 as level-triggered [ 3.011093] ohci_hcd 0000:00:02.0: PCI INT A -> Link[LUBA] -> GSI 10 (level, low) -> IRQ 10 [ 3.011165] ohci_hcd 0000:00:02.0: setting latency timer to 64 [ 3.011171] ohci_hcd 0000:00:02.0: OHCI Host Controller [ 3.011327] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2 [ 3.011404] ohci_hcd 0000:00:02.0: irq 10, io mem 0xef080000 [ 3.065383] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.065425] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.065477] usb usb2: Product: OHCI Host Controller [ 3.065513] usb usb2: Manufacturer: Linux 2.6.38-rc8+ ohci_hcd [ 3.065551] usb usb2: SerialNumber: 0000:00:02.0 [ 3.065784] hub 2-0:1.0: USB hub found [ 3.065829] hub 2-0:1.0: 3 ports detected [ 3.066187] ACPI: PCI Interrupt Link [LUBB] enabled at IRQ 5 [ 3.066227] PCI: setting IRQ 5 as level-triggered [ 3.066236] ohci_hcd 0000:00:02.1: PCI INT B -> Link[LUBB] -> GSI 5 (level, low) -> IRQ 5 [ 3.066304] ohci_hcd 0000:00:02.1: setting latency timer to 64 [ 3.066309] ohci_hcd 0000:00:02.1: OHCI Host Controller [ 3.066453] ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 3 [ 3.066528] ohci_hcd 0000:00:02.1: irq 5, io mem 0xef083000 [ 3.118713] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.118756] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.118806] usb usb3: Product: OHCI Host Controller [ 3.118843] usb usb3: Manufacturer: Linux 2.6.38-rc8+ ohci_hcd [ 3.118881] usb usb3: SerialNumber: 0000:00:02.1 [ 3.119120] hub 3-0:1.0: USB hub found [ 3.119164] hub 3-0:1.0: 3 ports detected [ 3.119497] usbcore: registered new interface driver libusual [ 3.119772] i8042: PNP: No PS/2 controller found. Probing ports directly. [ 3.264501] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.266208] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.266638] mousedev: PS/2 mouse device common for all mice [ 3.266912] rtc_cmos 00:06: RTC can wake from S4 [ 3.267070] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0 [ 3.267131] rtc0: alarms up to one year, y3k, 242 bytes nvram [ 3.267220] i2c /dev entries driver [ 3.320106] i2c i2c-0: nForce2 SMBus adapter at 0x5000 [ 3.373427] i2c i2c-1: nForce2 SMBus adapter at 0x5100 [ 3.373553] it87: Found IT8712F chip at 0x290, revision 5 [ 3.373669] ACPI: resource it87 [io 0x0295-0x0296] conflicts with ACPI region SPIO [io 0x295-0x296] [ 3.373724] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 3.373827] md: raid1 personality registered for level 1 [ 3.373867] md: raid10 personality registered for level 10 [ 3.373905] md: raid6 personality registered for level 6 [ 3.373942] md: raid5 personality registered for level 5 [ 3.373979] md: raid4 personality registered for level 4 [ 3.374017] cpuidle: using governor ladder [ 3.374052] cpuidle: using governor menu [ 3.375757] usbcore: registered new interface driver usbhid [ 3.375797] usbhid: USB HID core driver [ 3.376221] ACPI: PCI Interrupt Link [LACI] enabled at IRQ 12 [ 3.376266] Intel ICH 0000:00:06.0: PCI INT A -> Link[LACI] -> GSI 12 (level, low) -> IRQ 12 [ 3.376362] Intel ICH 0000:00:06.0: setting latency timer to 64 [ 3.610024] usb 2-1: new full speed USB device using ohci_hcd and address 2 [ 3.693358] intel8x0_measure_ac97_clock: measured 52172 usecs (2536 samples) [ 3.693399] intel8x0: clocking to 47399 [ 3.694128] ALSA device list: [ 3.694163] #0: NVidia nForce2 with ALC650E at irq 12 [ 3.694690] TCP cubic registered [ 3.694727] NET: Registered protocol family 17 [ 3.694774] Registering the dns_resolver key type [ 3.695430] registered taskstats version 1 [ 3.695891] rtc_cmos 00:06: setting system clock to 2011-03-11 03:38:08 UTC (1299814688) [ 3.763354] usb 2-1: New USB device found, idVendor=0430, idProduct=100e [ 3.763396] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 3.766428] hub 2-1:1.0: USB hub found [ 3.769338] hub 2-1:1.0: 4 ports detected [ 4.026693] usb 2-2: new low speed USB device using ohci_hcd and address 3 [ 4.113545] md: Waiting for all devices to be available before autodetect [ 4.113586] md: If you don't use raid, use raid=noautodetect [ 4.113887] md: Autodetecting RAID arrays. [ 4.113924] md: Scanned 0 and added 0 devices. [ 4.113959] md: autorun ... [ 4.113992] md: ... autorun DONE. [ 4.132630] EXT3-fs: barriers not enabled [ 4.146154] kjournald starting. Commit interval 5 seconds [ 4.146216] EXT3-fs (hda2): mounted filesystem with ordered data mode [ 4.146266] VFS: Mounted root (ext3 filesystem) readonly on device 3:2. [ 4.146361] Freeing unused kernel memory: 276k freed [ 4.181327] usb 2-2: New USB device found, idVendor=1241, idProduct=1166 [ 4.181372] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 4.195896] input: HID 1241:1166 as /devices/pci0000:00/0000:00:02.0/usb2/2-2/2-2:1.0/input/input0 [ 4.196157] generic-usb 0003:1241:1166.0001: input,hidraw0: USB HID v1.10 Mouse [HID 1241:1166] on usb-0000:00:02.0-2/input0 [ 4.368309] usb 2-1.4: new full speed USB device using ohci_hcd and address 4 [ 4.479305] usb 2-1.4: New USB device found, idVendor=0430, idProduct=00a2 [ 4.479353] usb 2-1.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 4.479405] usb 2-1.4: Product: Sun USB Keyboard [ 4.488889] input: Sun USB Keyboard as /devices/pci0000:00/0000:00:02.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input1 [ 4.489081] generic-usb 0003:0430:00A2.0002: input,hidraw1: USB HID v1.10 Keyboard [Sun USB Keyboard] on usb-0000:00:02.0-1.4/input0 [ 7.597586] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2 [ 7.597654] ACPI: Power Button [PWRB] [ 7.598746] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 [ 7.598810] ACPI: Power Button [PWRF] [ 7.648290] yenta_cardbus 0000:01:06.0: CardBus bridge found [14ef:0202] [ 7.773689] yenta_cardbus 0000:01:06.0: ISA IRQ mask 0x0000, PCI irq 3 [ 7.773739] yenta_cardbus 0000:01:06.0: Socket status: 30000410 [ 7.773791] yenta_cardbus 0000:01:06.0: pcmcia: parent PCI bridge window: [io 0x9000-0xafff] [ 7.773846] yenta_cardbus 0000:01:06.0: pcmcia: parent PCI bridge window: [mem 0xee000000-0xeeffffff] [ 7.773902] pcmcia_socket pcmcia_socket0: cs: memory probe 0xee000000-0xeeffffff: excluding 0xee000000-0xee0fffff [ 7.774023] yenta_cardbus 0000:01:06.0: pcmcia: parent PCI bridge window: [mem 0x80000000-0x87ffffff pref] [ 7.774079] pcmcia_socket pcmcia_socket0: cs: memory probe 0x80000000-0x87ffffff: excluding 0x80000000-0x87ffffff [ 7.774760] yenta_cardbus 0000:01:06.1: CardBus bridge found [14ef:0202] [ 7.900247] yenta_cardbus 0000:01:06.1: ISA IRQ mask 0x0000, PCI irq 11 [ 7.900296] yenta_cardbus 0000:01:06.1: Socket status: 30000410 [ 7.900337] pci_bus 0000:03: Upper limit for fixing this bridge's parent bridge: #03 [ 7.900400] yenta_cardbus 0000:01:06.1: pcmcia: parent PCI bridge window: [io 0x9000-0xafff] [ 7.900455] yenta_cardbus 0000:01:06.1: pcmcia: parent PCI bridge window: [mem 0xee000000-0xeeffffff] [ 7.900511] pcmcia_socket pcmcia_socket1: cs: memory probe 0xee000000-0xeeffffff: excluding 0xee000000-0xee0fffff [ 7.900632] yenta_cardbus 0000:01:06.1: pcmcia: parent PCI bridge window: [mem 0x80000000-0x87ffffff pref] [ 7.900687] pcmcia_socket pcmcia_socket1: cs: memory probe 0x80000000-0x87ffffff: excluding 0x80000000-0x87ffffff [ 8.890947] [drm] Initialized drm 1.1.0 20060810 [ 9.160733] ACPI: PCI Interrupt Link [LNK5] enabled at IRQ 10 [ 9.160785] nouveau 0000:04:00.0: PCI INT A -> Link[LNK5] -> GSI 10 (level, low) -> IRQ 10 [ 9.166856] [drm] nouveau 0000:04:00.0: Detected an NV10 generation card (0x01f000a5) [ 9.167185] [drm] nouveau 0000:04:00.0: Attempting to load BIOS image from PRAMIN [ 9.211562] [drm] nouveau 0000:04:00.0: ... BIOS checksum invalid [ 9.211602] [drm] nouveau 0000:04:00.0: Attempting to load BIOS image from PROM [ 9.211655] [drm] nouveau 0000:04:00.0: ... BIOS signature not found [ 9.211693] [drm] nouveau 0000:04:00.0: Attempting to load BIOS image from PCIROM [ 9.212159] [drm] nouveau 0000:04:00.0: ... appears to be valid [ 9.212711] [drm] nouveau 0000:04:00.0: BMP BIOS found [ 9.212749] [drm] nouveau 0000:04:00.0: BMP version 5.21 [ 9.212787] [drm] nouveau 0000:04:00.0: Bios version 04.1f.00.07 [ 9.212827] [drm] nouveau 0000:04:00.0: Found Display Configuration Block version 2.0 [ 9.212881] [drm] nouveau 0000:04:00.0: Raw DCB entry 0: 01000100 000088b8 [ 9.212923] [drm] nouveau 0000:04:00.0: Raw DCB entry 1: 02010210 000088b8 [ 9.212964] [drm] nouveau 0000:04:00.0: Raw DCB entry 2: 01120132 00000000 [ 9.213004] [drm] nouveau 0000:04:00.0: Raw DCB entry 3: 01120232 00000000 [ 9.213044] [drm] nouveau 0000:04:00.0: Raw DCB entry 4: 02010121 00000003 [ 9.213085] [drm] nouveau 0000:04:00.0: Raw DCB entry 5: 02010221 00000003 [ 9.213125] [drm] nouveau 0000:04:00.0: Merging DCB entries 2 and 3 [ 9.213164] [drm] nouveau 0000:04:00.0: Merging DCB entries 4 and 5 [ 9.213721] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 0 at offset 0xC284 [ 9.213800] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 1 at offset 0xC4E0 [ 9.213859] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 2 at offset 0xC2E7 [ 9.228955] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 3 at offset 0xC632 [ 9.229015] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 4 at offset 0xC47B [ 9.229069] [drm] nouveau 0000:04:00.0: Unknown memclock table version 0. [ 9.259928] [drm] nouveau 0000:04:00.0: 0 available performance level(s) [ 9.259997] [drm] nouveau 0000:04:00.0: c: memory 200454MHz core 199MHz [ 9.260177] [TTM] Zone kernel: Available graphics memory: 443984 kiB. [ 9.260218] [TTM] Zone highmem: Available graphics memory: 1021492 kiB. [ 9.260257] [TTM] Initializing pool allocator. [ 9.260315] [drm] nouveau 0000:04:00.0: Detected 32MiB VRAM [ 9.260667] agpgart-nvidia 0000:00:00.0: AGP 2.0 bridge [ 9.260735] agpgart-nvidia 0000:00:00.0: putting AGP V2 device into 4x mode [ 9.260849] nouveau 0000:04:00.0: putting AGP V2 device into 4x mode [ 9.260884] [drm] nouveau 0000:04:00.0: 64 MiB GART (aperture) [ 9.260961] [drm] nouveau 0000:04:00.0: Saving VGA fonts [ 9.308950] [drm] nouveau 0000:04:00.0: Detected TMDS transmitter: sil164 [ 9.314989] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). [ 9.315032] [drm] No driver support for vblank timestamp query. [ 9.317176] [drm] nouveau 0000:04:00.0: Setting dpms mode 3 on vga encoder (output 0) [ 9.317230] [drm] nouveau 0000:04:00.0: Setting dpms mode 3 on vga encoder (output 1) [ 9.317274] [drm] nouveau 0000:04:00.0: Setting dpms mode 3 on tmds encoder (output 2) [ 9.317318] [drm] nouveau 0000:04:00.0: Setting dpms mode 3 on TV encoder (output 3) [ 9.337394] pcmcia_socket pcmcia_socket0: pccard: PCMCIA card inserted into slot 0 [ 9.337442] pcmcia_socket pcmcia_socket0: cs: memory probe 0xee100000-0xeeffffff: clean. [ 9.343201] pcmcia 0.0: pcmcia: registering new device pcmcia0.0 (IRQ: 3) [ 9.347323] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xfffff [ 9.347501] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: excluding 0xa0000000-0xa0ffffff [ 9.347673] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: excluding 0x60000000-0x60ffffff [ 9.522119] [drm] nouveau 0000:04:00.0: allocated 1920x1080 fb: 0x4a000, bo f6004000 [ 10.185624] [drm] nouveau 0000:04:00.0: Setting dpms mode 0 on tmds encoder (output 2) [ 10.185631] [drm] nouveau 0000:04:00.0: Output DVI-D-1 is running on CRTC 0 using output A [ 10.188075] Console: switching to colour frame buffer device 240x67 [ 10.190146] fb0: nouveaufb frame buffer device [ 10.190149] drm: registered panic notifier [ 10.190187] [drm] Initialized nouveau 0.0.16 20090420 for 0000:04:00.0 on minor 0 [ 10.896694] pcmcia_socket pcmcia_socket1: pccard: PCMCIA card inserted into slot 1 [ 10.896729] pcmcia_socket pcmcia_socket1: cs: memory probe 0xee100000-0xeeffffff: excluding 0xee100000-0xee1effff [ 10.904003] pcmcia_socket pcmcia_socket1: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xfffff [ 10.904123] pcmcia_socket pcmcia_socket1: cs: memory probe 0xa0000000-0xa0ffffff: excluding 0xa0000000-0xa0ffffff [ 10.904238] pcmcia_socket pcmcia_socket1: cs: memory probe 0x60000000-0x60ffffff: excluding 0x60000000-0x60ffffff [ 10.910323] [ 10.910761] pcmcia 1.0: pcmcia: registering new device pcmcia1.0 (IRQ: 11) [ 13.076997] Adding 1951860k swap on /dev/hda1. Priority:-1 extents:1 across:1951860k [ 13.349114] EXT3-fs (hda2): using internal journal [ 13.665513] loop: module loaded [ 14.251954] fuse init (API version 7.16) [ 14.347416] EXT3-fs: barriers not enabled [ 14.355296] kjournald starting. Commit interval 5 seconds [ 14.356633] EXT3-fs (hda3): using internal journal [ 14.357749] EXT3-fs (hda3): mounted filesystem with ordered data mode [ 1842.826524] [drm] nouveau 0000:04:00.0: Setting dpms mode 1 on tmds encoder (output 2) [40548.282031] [drm] nouveau 0000:04:00.0: Setting dpms mode 0 on tmds encoder (output 2) [ 40725.600] _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 [ 40725.600] _XSERVTransOpen: transport open failed for inet6/$HOST:0 [ 40725.600] _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 [ 40725.602] X.Org X Server 1.9.4.901 (1.9.5 RC 1) Release Date: 2011-03-04 [ 40725.602] X Protocol Version 11, Revision 0 [ 40725.602] Build Operating System: Linux 2.6.26-2-amd64 i686 Debian [ 40725.602] Current Operating System: Linux $HOST 2.6.38-rc8+ #22 Tue Mar 8 21:47:31 EST 2011 i686 [ 40725.602] Kernel command line: auto BOOT_IMAGE=2.6 ro root=302 [ 40725.602] Build Date: 07 March 2011 05:01:39PM [ 40725.603] xorg-server 2:1.9.4.901-1 (Cyril Brulebois <kibi-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>) [ 40725.603] Current version of pixman: 0.21.4 [ 40725.603] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 40725.603] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 40725.603] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 11 09:56:50 2011 [ 40725.603] (==) Using config file: "/etc/X11/xorg.conf" [ 40725.603] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 40725.604] (==) ServerLayout "Default Layout" [ 40725.604] (**) |-->Screen "Default Screen" (0) [ 40725.604] (**) | |-->Monitor "2243SWX" [ 40725.604] (**) Option "ReducedBlanking" [ 40725.604] (==) No device specified for screen "Default Screen". Using the first device section listed. [ 40725.604] (**) | |-->Device "Configured Video Device" [ 40725.604] (**) Option "DontZap" "off" [ 40725.604] (**) Option "AllowMouseOpenFail" "off" [ 40725.605] (==) Automatically adding devices [ 40725.605] (==) Automatically enabling devices [ 40725.605] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 40725.605] Entry deleted from font path. [ 40725.605] (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, built-ins [ 40725.605] (==) ModulePath set to "/usr/lib/xorg/modules" [ 40725.605] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 40725.605] (II) Loader magic: 0x81f9fc0 [ 40725.605] (II) Module ABI versions: [ 40725.605] X.Org ANSI C Emulation: 0.4 [ 40725.605] X.Org Video Driver: 8.0 [ 40725.605] X.Org XInput driver : 11.0 [ 40725.605] X.Org Server Extension : 4.0 [ 40725.606] (--) PCI:*(0:4:0:0) 10de:01f0:0000:0000 rev 163, Mem @ 0xec000000/16777216, 0xe4000000/67108864, 0xe8000000/524288, BIOS @ 0x????????/131072 [ 40725.607] (II) Open ACPI successful (/var/run/acpid.socket) [ 40725.607] (II) LoadModule: "extmod" [ 40725.608] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so [ 40725.608] (II) Module extmod: vendor="X.Org Foundation" [ 40725.608] compiled for 1.9.4.901, module version = 1.0.0 [ 40725.608] Module class: X.Org Server Extension [ 40725.608] ABI class: X.Org Server Extension, version 4.0 [ 40725.608] (II) Loading extension SELinux [ 40725.608] (II) Loading extension MIT-SCREEN-SAVER [ 40725.608] (II) Loading extension XFree86-VidModeExtension [ 40725.609] (II) Loading extension XFree86-DGA [ 40725.609] (II) Loading extension DPMS [ 40725.609] (II) Loading extension XVideo [ 40725.609] (II) Loading extension XVideo-MotionCompensation [ 40725.609] (II) Loading extension X-Resource [ 40725.609] (II) LoadModule: "dbe" [ 40725.609] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so [ 40725.609] (II) Module dbe: vendor="X.Org Foundation" [ 40725.609] compiled for 1.9.4.901, module version = 1.0.0 [ 40725.609] Module class: X.Org Server Extension [ 40725.609] ABI class: X.Org Server Extension, version 4.0 [ 40725.609] (II) Loading extension DOUBLE-BUFFER [ 40725.609] (II) LoadModule: "glx" [ 40725.610] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [ 40725.610] (II) Module glx: vendor="X.Org Foundation" [ 40725.610] compiled for 1.9.4.901, module version = 1.0.0 [ 40725.610] ABI class: X.Org Server Extension, version 4.0 [ 40725.610] (==) AIGLX enabled [ 40725.610] (II) Loading extension GLX [ 40725.610] (II) LoadModule: "record" [ 40725.610] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so [ 40725.611] (II) Module record: vendor="X.Org Foundation" [ 40725.611] compiled for 1.9.4.901, module version = 1.13.0 [ 40725.611] Module class: X.Org Server Extension [ 40725.611] ABI class: X.Org Server Extension, version 4.0 [ 40725.611] (II) Loading extension RECORD [ 40725.611] (II) LoadModule: "dri" [ 40725.611] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so [ 40725.611] (II) Module dri: vendor="X.Org Foundation" [ 40725.611] compiled for 1.9.4.901, module version = 1.0.0 [ 40725.611] ABI class: X.Org Server Extension, version 4.0 [ 40725.611] (II) Loading extension XFree86-DRI [ 40725.611] (II) LoadModule: "dri2" [ 40725.612] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so [ 40725.612] (II) Module dri2: vendor="X.Org Foundation" [ 40725.612] compiled for 1.9.4.901, module version = 1.2.0 [ 40725.612] ABI class: X.Org Server Extension, version 4.0 [ 40725.612] (II) Loading extension DRI2 [ 40725.612] (II) LoadModule: "nouveau" [ 40725.612] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 40725.613] (II) Module nouveau: vendor="X.Org Foundation" [ 40725.613] compiled for 1.9.4, module version = 0.0.16 [ 40725.613] Module class: X.Org Video Driver [ 40725.613] ABI class: X.Org Video Driver, version 8.0 [ 40725.613] (II) NOUVEAU driver Date: Tue Nov 30 15:27:36 2010 +1000 [ 40725.613] (II) NOUVEAU driver for NVIDIA chipset families : [ 40725.613] RIVA TNT (NV04) [ 40725.613] RIVA TNT2 (NV05) [ 40725.613] GeForce 256 (NV10) [ 40725.613] GeForce 2 (NV11, NV15) [ 40725.613] GeForce 4MX (NV17, NV18) [ 40725.613] GeForce 3 (NV20) [ 40725.613] GeForce 4Ti (NV25, NV28) [ 40725.613] GeForce FX (NV3x) [ 40725.613] GeForce 6 (NV4x) [ 40725.613] GeForce 7 (G7x) [ 40725.613] GeForce 8 (G8x) [ 40725.613] (--) using VT number 7 [ 40725.616] drmOpenDevice: node name is /dev/dri/card0 [ 40725.617] drmOpenDevice: open result is 9, (OK) [ 40725.617] drmOpenByBusid: Searching for BusID pci:0000:04:00.0 [ 40725.617] drmOpenDevice: node name is /dev/dri/card0 [ 40725.617] drmOpenDevice: open result is 9, (OK) [ 40725.617] drmOpenByBusid: drmOpenMinor returns 9 [ 40725.617] drmOpenByBusid: drmGetBusid reports pci:0000:04:00.0 [ 40725.617] (II) [drm] nouveau interface version: 0.0.16 [ 40725.617] (II) Loading sub module "dri" [ 40725.617] (II) LoadModule: "dri" [ 40725.617] (II) Reloading /usr/lib/xorg/modules/extensions/libdri.so [ 40725.618] (II) NOUVEAU(0): Loaded DRI module [ 40725.618] drmOpenDevice: node name is /dev/dri/card0 [ 40725.618] drmOpenDevice: open result is 10, (OK) [ 40725.618] drmOpenDevice: node name is /dev/dri/card0 [ 40725.618] drmOpenDevice: open result is 10, (OK) [ 40725.618] drmOpenByBusid: Searching for BusID pci:0000:04:00.0 [ 40725.618] drmOpenDevice: node name is /dev/dri/card0 [ 40725.618] drmOpenDevice: open result is 10, (OK) [ 40725.618] drmOpenByBusid: drmOpenMinor returns 10 [ 40725.618] drmOpenByBusid: drmGetBusid reports pci:0000:04:00.0 [ 40725.618] (II) [drm] DRM interface version 1.4 [ 40725.618] (II) [drm] DRM open master succeeded. [ 40725.618] (--) NOUVEAU(0): Chipset: "NVIDIA NV1f" [ 40725.618] (**) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32 [ 40725.618] (==) NOUVEAU(0): RGB weight 888 [ 40725.618] (==) NOUVEAU(0): Default visual is TrueColor [ 40725.618] (==) NOUVEAU(0): Using HW cursor [ 40725.618] (==) NOUVEAU(0): GLX sync to VBlank disabled. [ 40725.686] (II) NOUVEAU(0): Output VGA-1 using monitor section 2243SWX [ 40725.745] (II) NOUVEAU(0): Output VGA-2 has no monitor section [ 40725.853] (II) NOUVEAU(0): Output DVI-D-1 has no monitor section [ 40725.853] (II) NOUVEAU(0): Output TV-1 has no monitor section [ 40725.912] (II) NOUVEAU(0): EDID for output VGA-1 [ 40725.972] (II) NOUVEAU(0): EDID for output VGA-2 [ 40726.080] (II) NOUVEAU(0): EDID for output DVI-D-1 [ 40726.080] (II) NOUVEAU(0): Manufacturer: SAM Model: 4e7 Serial#: 1297691186 [ 40726.080] (II) NOUVEAU(0): Year: 2009 Week: 14 [ 40726.080] (II) NOUVEAU(0): EDID Version: 1.3 [ 40726.080] (II) NOUVEAU(0): Digital Display Input [ 40726.080] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 48 vert.: 27 [ 40726.080] (II) NOUVEAU(0): Gamma: 2.20 [ 40726.080] (II) NOUVEAU(0): DPMS capabilities: Off [ 40726.080] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 40726.080] (II) NOUVEAU(0): First detailed timing is preferred mode [ 40726.080] (II) NOUVEAU(0): redX: 0.649 redY: 0.335 greenX: 0.283 greenY: 0.605 [ 40726.080] (II) NOUVEAU(0): blueX: 0.151 blueY: 0.073 whiteX: 0.312 whiteY: 0.329 [ 40726.080] (II) NOUVEAU(0): Supported established timings: [ 40726.080] (II) NOUVEAU(0): 640x480@60Hz [ 40726.080] (II) NOUVEAU(0): 800x600@56Hz [ 40726.080] (II) NOUVEAU(0): 800x600@60Hz [ 40726.080] (II) NOUVEAU(0): 1024x768@60Hz [ 40726.080] (II) NOUVEAU(0): Manufacturer's mask: 0 [ 40726.080] (II) NOUVEAU(0): Supported standard timings: [ 40726.080] (II) NOUVEAU(0): #0: hsize: 1280 vsize 800 refresh: 60 vid: 129 [ 40726.080] (II) NOUVEAU(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 [ 40726.080] (II) NOUVEAU(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 40726.080] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149 [ 40726.080] (II) NOUVEAU(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179 [ 40726.080] (II) NOUVEAU(0): #5: hsize: 1600 vsize 1200 refresh: 60 vid: 16553 [ 40726.080] (II) NOUVEAU(0): Supported detailed timing: [ 40726.080] (II) NOUVEAU(0): clock: 138.5 MHz Image Size: 477 x 268 mm [ 40726.080] (II) NOUVEAU(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0 [ 40726.080] (II) NOUVEAU(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0 [ 40726.080] (II) NOUVEAU(0): Ranges: V min: 56 V max: 61 Hz, H min: 30 H max: 75 kHz, PixClock max 175 MHz [ 40726.080] (II) NOUVEAU(0): Monitor name: SyncMaster [ 40726.080] (II) NOUVEAU(0): Serial No: H9NS400521 [ 40726.080] (II) NOUVEAU(0): EDID (in hex): [ 40726.080] (II) NOUVEAU(0): 00ffffffffffff004c2de7043232594d [ 40726.081] (II) NOUVEAU(0): 0e13010380301b782a78f1a655489b26 [ 40726.081] (II) NOUVEAU(0): 1250542308008100814081809500b300 [ 40726.081] (II) NOUVEAU(0): a940010101011a3680a070381f403020 [ 40726.081] (II) NOUVEAU(0): 3500dd0c1100001a000000fd00383d1e [ 40726.081] (II) NOUVEAU(0): 4b11000a202020202020000000fc0053 [ 40726.081] (II) NOUVEAU(0): 796e634d61737465720a2020000000ff [ 40726.081] (II) NOUVEAU(0): 0048394e533430303532310a20200094 [ 40726.081] (II) NOUVEAU(0): Printing probed modes for output DVI-D-1 [ 40726.081] (II) NOUVEAU(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz) [ 40726.081] (II) NOUVEAU(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) [ 40726.081] (II) NOUVEAU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz) [ 40726.081] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 40726.081] (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz) [ 40726.081] (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz) [ 40726.081] (II) NOUVEAU(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz) [ 40726.081] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 40726.081] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 40726.081] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) [ 40726.081] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 40726.081] (II) NOUVEAU(0): EDID for output TV-1 [ 40726.081] (II) NOUVEAU(0): Output VGA-1 disconnected [ 40726.081] (II) NOUVEAU(0): Output VGA-2 disconnected [ 40726.081] (II) NOUVEAU(0): Output DVI-D-1 connected [ 40726.081] (II) NOUVEAU(0): Output TV-1 disconnected [ 40726.081] (II) NOUVEAU(0): Using user preference for initial modes [ 40726.081] (II) NOUVEAU(0): Output DVI-D-1 using initial mode 1920x1080 [ 40726.081] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. [ 40726.081] (--) NOUVEAU(0): Virtual size is 1920x1080 (pitch 0) [ 40726.081] (**) NOUVEAU(0): Driver mode "1920x1080": 138.5 MHz (scaled from 0.0 MHz), 66.6 kHz, 59.9 Hz [ 40726.081] (II) NOUVEAU(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz) [ 40726.081] (**) NOUVEAU(0): Driver mode "1600x1200": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz [ 40726.081] (II) NOUVEAU(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) [ 40726.082] (**) NOUVEAU(0): Driver mode "1680x1050": 146.2 MHz (scaled from 0.0 MHz), 65.3 kHz, 60.0 Hz [ 40726.082] (II) NOUVEAU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz) [ 40726.082] (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz [ 40726.082] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 40726.082] (**) NOUVEAU(0): Driver mode "1440x900": 106.5 MHz (scaled from 0.0 MHz), 55.9 kHz, 59.9 Hz [ 40726.082] (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz) [ 40726.082] (**) NOUVEAU(0): Driver mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz [ 40726.082] (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz) [ 40726.082] (**) NOUVEAU(0): Driver mode "1280x800": 83.5 MHz (scaled from 0.0 MHz), 49.7 kHz, 59.8 Hz [ 40726.082] (II) NOUVEAU(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz) [ 40726.082] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz [ 40726.082] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 40726.082] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz [ 40726.082] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 40726.082] (**) NOUVEAU(0): Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz [ 40726.082] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) [ 40726.082] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz [ 40726.082] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 40726.082] (**) NOUVEAU(0): Display dimensions: (477, 268) mm [ 40726.082] (**) NOUVEAU(0): DPI set to (102, 102) [ 40726.082] (II) Loading sub module "fb" [ 40726.082] (II) LoadModule: "fb" [ 40726.082] (II) Loading /usr/lib/xorg/modules/libfb.so [ 40726.083] (II) Module fb: vendor="X.Org Foundation" [ 40726.083] compiled for 1.9.4.901, module version = 1.0.0 [ 40726.083] ABI class: X.Org ANSI C Emulation, version 0.4 [ 40726.083] (II) Loading sub module "exa" [ 40726.083] (II) LoadModule: "exa" [ 40726.083] (II) Loading /usr/lib/xorg/modules/libexa.so [ 40726.083] (II) Module exa: vendor="X.Org Foundation" [ 40726.083] compiled for 1.9.4.901, module version = 2.5.0 [ 40726.083] ABI class: X.Org Video Driver, version 8.0 [ 40726.083] (II) Loading sub module "shadowfb" [ 40726.083] (II) LoadModule: "shadowfb" [ 40726.083] (II) Loading /usr/lib/xorg/modules/libshadowfb.so [ 40726.084] (II) Module shadowfb: vendor="X.Org Foundation" [ 40726.084] compiled for 1.9.4.901, module version = 1.0.0 [ 40726.084] ABI class: X.Org ANSI C Emulation, version 0.4 [ 40726.084] (--) Depth 24 pixmap format is 32 bpp [ 40726.085] (II) NOUVEAU(0): Opened GPU channel 1 [ 40726.086] (II) NOUVEAU(0): [DRI2] Setup complete [ 40726.086] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau_vieux [ 40726.087] (EE) NOUVEAU(0): Error allocating scanout buffer: 0 [ 40726.087] Fatal server error: [ 40726.087] AddScreen/ScreenInit failed for driver 0 [ 40726.087] [ 40726.087] Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 40726.087] Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 40726.087] ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <20110311152718.19243.qmail-FT9nftu9LUyCkawlElnc8EEOCMrvLtNR@public.gmane.org>]
* Re: nouveaufb problems with NV18 [not found] ` <20110311152718.19243.qmail-FT9nftu9LUyCkawlElnc8EEOCMrvLtNR@public.gmane.org> @ 2011-03-11 20:16 ` younes.m-Re5JQEeQqe8AvxtiuMwx3w [not found] ` <20cf304346f0aae407049e3aa3fa-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org> 0 siblings, 1 reply; 11+ messages in thread From: younes.m-Re5JQEeQqe8AvxtiuMwx3w @ 2011-03-11 20:16 UTC (permalink / raw) To: younes.m-Re5JQEeQqe8AvxtiuMwx3w Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, linux-gpGsJRJZ3PBBDgjK7y7TUQ [-- Attachment #1.1: Type: text/plain, Size: 1406 bytes --] On , George Spelvin <linux-gpGsJRJZ3PBBDgjK7y7TUQ@public.gmane.org> wrote: > Thanks for the reply! Sorry it took me a day to respond. > > Is there anything at all connected to the other output (referred to as > TV-1 > > in your log)? You can try disabling TV detection with the tv_disable > > nouveau.ko module parameter if a non-existent TV is somehow being > detected. > No, nothing. Adding the parameter (it's actually tv_disable=1; required > a couple of reboots since the module's loaded early and can't be unloaded) > produced a full-screen console (67x240), but with the same "flashing" > to the right on system activity. (I don't get it on VC switch now, > however!) > Also, the display (DVI-D) appears to be half a line low. Tall characters > ($ and ^) on the top line have their topmost row of pixels replicated > into a > vertical stripe, and the bottom row of text is only half visible. > (Actually a little more than half; both bars of = are visible.) > X still refuses to start; messages attached. > ... > [ 40726.087] (EE) NOUVEAU(0): Error allocating scanout buffer: 0 > ... I think someone else had the above problem on an NV1x card as well recently and tried to debug it. Not sure about your fb related issues though, that might be a separate issue. You can open a bug against nouveau at bugs.freedesktop.org, hopefully someone can assist you further. [-- Attachment #1.2: Type: text/html, Size: 1776 bytes --] [-- Attachment #2: Type: text/plain, Size: 181 bytes --] _______________________________________________ Nouveau mailing list Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org http://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <20cf304346f0aae407049e3aa3fa-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>]
* Re: nouveaufb problems with NV18 [not found] ` <20cf304346f0aae407049e3aa3fa-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org> @ 2011-07-01 5:16 ` George Spelvin [not found] ` <20110701051649.22615.qmail-FT9nftu9LUyCkawlElnc8EEOCMrvLtNR@public.gmane.org> 0 siblings, 1 reply; 11+ messages in thread From: George Spelvin @ 2011-07-01 5:16 UTC (permalink / raw) To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: linux-gpGsJRJZ3PBBDgjK7y7TUQ I mentioned these problems back in March, but went back to the nv driver and ignored it. Since I need to reboot for another reason, I gave nouveau a try again, This time, I'm using the kernel git tip, off of 3.0-rc5: 181888bfeea73b2ec756b83fd590fd3a62d4171d: drm/nv50/dp: fix hack to work for macbooks booted via EFI The X server is Debian's xserver-xorg-video-nouveau, version 1:0.0.16+git20110411+8378443-1+b1 The good news is that my screen "tearing" problem during system activity appears to be fixed! Hooray. But I still have two other problems I mentioned at the time: 1) The text console, although connected via DVI, appears to be about half a line of text low. Tall characters (^ and $) on the top line have their top row of pixels "stretched" upward, apparently replicated quite a few times. The bottom row of characters is only partially visible. 2) I can't start X. The X server fails to initialize with: [ 6151.976] (II) NOUVEAU(0): Opened GPU channel 1 [ 6151.976] (II) NOUVEAU(0): [DRI2] Setup complete [ 6151.976] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau_vieux [ 6151.977] (EE) NOUVEAU(0): Error allocating scanout buffer: 0 [ 6151.977] Fatal server error: [ 6151.977] AddScreen/ScreenInit failed for driver 0 [ 6151.977] If I can get problem 2 fixed, problem 1 will become less important. As mentioned in my old email, it's a uniprocessor Athlon XP system, with a Geforce 4 MX video adapter: 04:00.0 VGA compatible controller [0300]: nVidia Corporation NV18 [GeForce4 MX - nForce GPU] [10de:01f0] (rev a3) The display is a 1920x1080 LCD, connected via DVI. No other outputs are connected. Here's the full Xorg.0.log, and the full dmesg is appended. Thanks for any help! [ 6151.483] _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 [ 6151.483] _XSERVTransOpen: transport open failed for inet6/$HOST:0 [ 6151.483] _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 [ 6151.485] X.Org X Server 1.10.2 Release Date: 2011-05-28 [ 6151.485] X Protocol Version 11, Revision 0 [ 6151.485] Build Operating System: Linux 2.6.32-5-amd64 i686 Debian [ 6151.485] Current Operating System: Linux $HOST 3.0.0-rc5+ #28 Thu Jun 30 22:21:23 EDT 2011 i686 [ 6151.485] Kernel command line: auto BOOT_IMAGE=2.6 ro root=302 [ 6151.485] Build Date: 17 June 2011 05:05:44PM [ 6151.485] xorg-server 2:1.10.2-2 (Cyril Brulebois <kibi-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>) [ 6151.485] Current version of pixman: 0.21.8 [ 6151.485] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 6151.485] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 6151.485] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 1 00:13:47 2011 [ 6151.485] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 6151.486] (==) No Layout section. Using the first Screen section. [ 6151.486] (==) No screen section available. Using defaults. [ 6151.486] (**) |-->Screen "Default Screen Section" (0) [ 6151.486] (**) | |-->Monitor "<default monitor>" [ 6151.487] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 6151.487] (==) Automatically adding devices [ 6151.487] (==) Automatically enabling devices [ 6151.487] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 6151.487] Entry deleted from font path. [ 6151.487] (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, built-ins [ 6151.487] (==) ModulePath set to "/usr/lib/xorg/modules" [ 6151.487] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 6151.487] (II) Loader magic: 0x8232ae0 [ 6151.487] (II) Module ABI versions: [ 6151.487] X.Org ANSI C Emulation: 0.4 [ 6151.487] X.Org Video Driver: 10.0 [ 6151.487] X.Org XInput driver : 12.2 [ 6151.487] X.Org Server Extension : 5.0 [ 6151.488] (--) PCI:*(0:4:0:0) 10de:01f0:0000:0000 rev 163, Mem @ 0xec000000/16777216, 0xe4000000/67108864, 0xe8000000/524288, BIOS @ 0x????????/131072 [ 6151.489] (II) Open ACPI successful (/var/run/acpid.socket) [ 6151.489] (II) LoadModule: "extmod" [ 6151.489] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so [ 6151.490] (II) Module extmod: vendor="X.Org Foundation" [ 6151.490] compiled for 1.10.2, module version = 1.0.0 [ 6151.490] Module class: X.Org Server Extension [ 6151.490] ABI class: X.Org Server Extension, version 5.0 [ 6151.490] (II) Loading extension SELinux [ 6151.490] (II) Loading extension MIT-SCREEN-SAVER [ 6151.490] (II) Loading extension XFree86-VidModeExtension [ 6151.490] (II) Loading extension XFree86-DGA [ 6151.490] (II) Loading extension DPMS [ 6151.490] (II) Loading extension XVideo [ 6151.490] (II) Loading extension XVideo-MotionCompensation [ 6151.490] (II) Loading extension X-Resource [ 6151.490] (II) LoadModule: "dbe" [ 6151.490] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so [ 6151.491] (II) Module dbe: vendor="X.Org Foundation" [ 6151.491] compiled for 1.10.2, module version = 1.0.0 [ 6151.491] Module class: X.Org Server Extension [ 6151.491] ABI class: X.Org Server Extension, version 5.0 [ 6151.491] (II) Loading extension DOUBLE-BUFFER [ 6151.491] (II) LoadModule: "glx" [ 6151.491] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [ 6151.491] (II) Module glx: vendor="X.Org Foundation" [ 6151.491] compiled for 1.10.2, module version = 1.0.0 [ 6151.491] ABI class: X.Org Server Extension, version 5.0 [ 6151.491] (==) AIGLX enabled [ 6151.491] (II) Loading extension GLX [ 6151.491] (II) LoadModule: "record" [ 6151.492] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so [ 6151.492] (II) Module record: vendor="X.Org Foundation" [ 6151.492] compiled for 1.10.2, module version = 1.13.0 [ 6151.492] Module class: X.Org Server Extension [ 6151.492] ABI class: X.Org Server Extension, version 5.0 [ 6151.492] (II) Loading extension RECORD [ 6151.492] (II) LoadModule: "dri" [ 6151.492] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so [ 6151.492] (II) Module dri: vendor="X.Org Foundation" [ 6151.492] compiled for 1.10.2, module version = 1.0.0 [ 6151.492] ABI class: X.Org Server Extension, version 5.0 [ 6151.493] (II) Loading extension XFree86-DRI [ 6151.493] (II) LoadModule: "dri2" [ 6151.493] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so [ 6151.493] (II) Module dri2: vendor="X.Org Foundation" [ 6151.493] compiled for 1.10.2, module version = 1.2.0 [ 6151.493] ABI class: X.Org Server Extension, version 5.0 [ 6151.493] (II) Loading extension DRI2 [ 6151.493] (==) Matched nouveau as autoconfigured driver 0 [ 6151.493] (==) Matched nv as autoconfigured driver 1 [ 6151.493] (==) Matched vesa as autoconfigured driver 2 [ 6151.493] (==) Matched fbdev as autoconfigured driver 3 [ 6151.493] (==) Assigned the driver to the xf86ConfigLayout [ 6151.493] (II) LoadModule: "nouveau" [ 6151.493] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 6151.494] (II) Module nouveau: vendor="X.Org Foundation" [ 6151.494] compiled for 1.10.1, module version = 0.0.16 [ 6151.494] Module class: X.Org Video Driver [ 6151.494] ABI class: X.Org Video Driver, version 10.0 [ 6151.494] (II) LoadModule: "nv" [ 6151.494] (WW) Warning, couldn't open module nv [ 6151.494] (II) UnloadModule: "nv" [ 6151.494] (II) Unloading nv [ 6151.494] (EE) Failed to load module "nv" (module does not exist, 0) [ 6151.494] (II) LoadModule: "vesa" [ 6151.495] (WW) Warning, couldn't open module vesa [ 6151.495] (II) UnloadModule: "vesa" [ 6151.495] (II) Unloading vesa [ 6151.495] (EE) Failed to load module "vesa" (module does not exist, 0) [ 6151.495] (II) LoadModule: "fbdev" [ 6151.495] (WW) Warning, couldn't open module fbdev [ 6151.495] (II) UnloadModule: "fbdev" [ 6151.495] (II) Unloading fbdev [ 6151.495] (EE) Failed to load module "fbdev" (module does not exist, 0) [ 6151.495] (II) NOUVEAU driver Date: Thu Mar 24 02:13:12 2011 +1000 [ 6151.495] (II) NOUVEAU driver for NVIDIA chipset families : [ 6151.495] RIVA TNT (NV04) [ 6151.495] RIVA TNT2 (NV05) [ 6151.495] GeForce 256 (NV10) [ 6151.495] GeForce 2 (NV11, NV15) [ 6151.496] GeForce 4MX (NV17, NV18) [ 6151.496] GeForce 3 (NV20) [ 6151.496] GeForce 4Ti (NV25, NV28) [ 6151.496] GeForce FX (NV3x) [ 6151.496] GeForce 6 (NV4x) [ 6151.496] GeForce 7 (G7x) [ 6151.496] GeForce 8 (G8x) [ 6151.496] GeForce GTX 200 (NVA0) [ 6151.496] GeForce GTX 400 (NVC0) [ 6151.496] (++) using VT number 8 [ 6151.499] drmOpenDevice: node name is /dev/dri/card0 [ 6151.499] drmOpenDevice: open result is 9, (OK) [ 6151.499] drmOpenByBusid: Searching for BusID pci:0000:04:00.0 [ 6151.499] drmOpenDevice: node name is /dev/dri/card0 [ 6151.499] drmOpenDevice: open result is 9, (OK) [ 6151.499] drmOpenByBusid: drmOpenMinor returns 9 [ 6151.499] drmOpenByBusid: drmGetBusid reports pci:0000:04:00.0 [ 6151.499] (II) [drm] nouveau interface version: 0.0.16 [ 6151.500] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 6151.500] (II) Loading sub module "dri" [ 6151.500] (II) LoadModule: "dri" [ 6151.500] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so [ 6151.500] (II) Module dri: vendor="X.Org Foundation" [ 6151.500] compiled for 1.10.2, module version = 1.0.0 [ 6151.500] ABI class: X.Org Server Extension, version 5.0 [ 6151.500] (II) NOUVEAU(0): Loaded DRI module [ 6151.500] drmOpenDevice: node name is /dev/dri/card0 [ 6151.500] drmOpenDevice: open result is 10, (OK) [ 6151.500] drmOpenDevice: node name is /dev/dri/card0 [ 6151.501] drmOpenDevice: open result is 10, (OK) [ 6151.501] drmOpenByBusid: Searching for BusID pci:0000:04:00.0 [ 6151.501] drmOpenDevice: node name is /dev/dri/card0 [ 6151.501] drmOpenDevice: open result is 10, (OK) [ 6151.501] drmOpenByBusid: drmOpenMinor returns 10 [ 6151.501] drmOpenByBusid: drmGetBusid reports pci:0000:04:00.0 [ 6151.501] (II) [drm] DRM interface version 1.4 [ 6151.501] (II) [drm] DRM open master succeeded. [ 6151.501] (--) NOUVEAU(0): Chipset: "NVIDIA NV1f" [ 6151.501] (II) NOUVEAU(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 6151.501] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32 [ 6151.501] (==) NOUVEAU(0): RGB weight 888 [ 6151.501] (==) NOUVEAU(0): Default visual is TrueColor [ 6151.501] (==) NOUVEAU(0): Using HW cursor [ 6151.501] (==) NOUVEAU(0): GLX sync to VBlank disabled. [ 6151.501] (==) NOUVEAU(0): Page flipping enabled [ 6151.562] (II) NOUVEAU(0): Output VGA-1 has no monitor section [ 6151.622] (II) NOUVEAU(0): Output VGA-2 has no monitor section [ 6151.730] (II) NOUVEAU(0): Output DVI-D-1 has no monitor section [ 6151.730] (II) NOUVEAU(0): Output TV-1 has no monitor section [ 6151.789] (II) NOUVEAU(0): EDID for output VGA-1 [ 6151.849] (II) NOUVEAU(0): EDID for output VGA-2 [ 6151.970] (II) NOUVEAU(0): EDID for output DVI-D-1 [ 6151.970] (II) NOUVEAU(0): Manufacturer: SAM Model: 4e7 Serial#: 1297691186 [ 6151.970] (II) NOUVEAU(0): Year: 2009 Week: 14 [ 6151.970] (II) NOUVEAU(0): EDID Version: 1.3 [ 6151.970] (II) NOUVEAU(0): Digital Display Input [ 6151.970] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 48 vert.: 27 [ 6151.970] (II) NOUVEAU(0): Gamma: 2.20 [ 6151.970] (II) NOUVEAU(0): DPMS capabilities: Off [ 6151.970] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 6151.971] (II) NOUVEAU(0): First detailed timing is preferred mode [ 6151.971] (II) NOUVEAU(0): redX: 0.649 redY: 0.335 greenX: 0.283 greenY: 0.605 [ 6151.971] (II) NOUVEAU(0): blueX: 0.151 blueY: 0.073 whiteX: 0.312 whiteY: 0.329 [ 6151.971] (II) NOUVEAU(0): Supported established timings: [ 6151.971] (II) NOUVEAU(0): 640x480@60Hz [ 6151.971] (II) NOUVEAU(0): 800x600@56Hz [ 6151.971] (II) NOUVEAU(0): 800x600@60Hz [ 6151.971] (II) NOUVEAU(0): 1024x768@60Hz [ 6151.971] (II) NOUVEAU(0): Manufacturer's mask: 0 [ 6151.971] (II) NOUVEAU(0): Supported standard timings: [ 6151.971] (II) NOUVEAU(0): #0: hsize: 1280 vsize 800 refresh: 60 vid: 129 [ 6151.971] (II) NOUVEAU(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 [ 6151.971] (II) NOUVEAU(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 6151.971] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149 [ 6151.971] (II) NOUVEAU(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179 [ 6151.971] (II) NOUVEAU(0): #5: hsize: 1600 vsize 1200 refresh: 60 vid: 16553 [ 6151.971] (II) NOUVEAU(0): Supported detailed timing: [ 6151.971] (II) NOUVEAU(0): clock: 138.5 MHz Image Size: 477 x 268 mm [ 6151.971] (II) NOUVEAU(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0 [ 6151.971] (II) NOUVEAU(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0 [ 6151.971] (II) NOUVEAU(0): Ranges: V min: 56 V max: 61 Hz, H min: 30 H max: 75 kHz, PixClock max 175 MHz [ 6151.971] (II) NOUVEAU(0): Monitor name: SyncMaster [ 6151.971] (II) NOUVEAU(0): Serial No: H9NS400521 [ 6151.971] (II) NOUVEAU(0): EDID (in hex): [ 6151.971] (II) NOUVEAU(0): 00ffffffffffff004c2de7043232594d [ 6151.971] (II) NOUVEAU(0): 0e13010380301b782a78f1a655489b26 [ 6151.971] (II) NOUVEAU(0): 1250542308008100814081809500b300 [ 6151.971] (II) NOUVEAU(0): a940010101011a3680a070381f403020 [ 6151.971] (II) NOUVEAU(0): 3500dd0c1100001a000000fd00383d1e [ 6151.971] (II) NOUVEAU(0): 4b11000a202020202020000000fc0053 [ 6151.971] (II) NOUVEAU(0): 796e634d61737465720a2020000000ff [ 6151.971] (II) NOUVEAU(0): 0048394e533430303532310a20200094 [ 6151.971] (II) NOUVEAU(0): Printing probed modes for output DVI-D-1 [ 6151.971] (II) NOUVEAU(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz) [ 6151.971] (II) NOUVEAU(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) [ 6151.971] (II) NOUVEAU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz) [ 6151.972] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 6151.972] (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz) [ 6151.972] (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz) [ 6151.972] (II) NOUVEAU(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz) [ 6151.972] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 6151.972] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 6151.972] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) [ 6151.972] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 6151.972] (II) NOUVEAU(0): EDID for output TV-1 [ 6151.972] (II) NOUVEAU(0): Output VGA-1 disconnected [ 6151.972] (II) NOUVEAU(0): Output VGA-2 disconnected [ 6151.972] (II) NOUVEAU(0): Output DVI-D-1 connected [ 6151.972] (II) NOUVEAU(0): Output TV-1 disconnected [ 6151.972] (II) NOUVEAU(0): Using exact sizes for initial modes [ 6151.972] (II) NOUVEAU(0): Output DVI-D-1 using initial mode 1920x1080 [ 6151.972] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. [ 6151.972] (--) NOUVEAU(0): Virtual size is 1920x1080 (pitch 0) [ 6151.972] (**) NOUVEAU(0): Driver mode "1920x1080": 138.5 MHz (scaled from 0.0 MHz), 66.6 kHz, 59.9 Hz [ 6151.972] (II) NOUVEAU(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz) [ 6151.972] (**) NOUVEAU(0): Driver mode "1600x1200": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz [ 6151.972] (II) NOUVEAU(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) [ 6151.972] (**) NOUVEAU(0): Driver mode "1680x1050": 146.2 MHz (scaled from 0.0 MHz), 65.3 kHz, 60.0 Hz [ 6151.972] (II) NOUVEAU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz) [ 6151.972] (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz [ 6151.972] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 6151.972] (**) NOUVEAU(0): Driver mode "1440x900": 106.5 MHz (scaled from 0.0 MHz), 55.9 kHz, 59.9 Hz [ 6151.972] (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz) [ 6151.972] (**) NOUVEAU(0): Driver mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz [ 6151.972] (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz) [ 6151.972] (**) NOUVEAU(0): Driver mode "1280x800": 83.5 MHz (scaled from 0.0 MHz), 49.7 kHz, 59.8 Hz [ 6151.972] (II) NOUVEAU(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz) [ 6151.972] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz [ 6151.973] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 6151.973] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz [ 6151.973] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 6151.973] (**) NOUVEAU(0): Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz [ 6151.973] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) [ 6151.973] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz [ 6151.973] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 6151.973] (==) NOUVEAU(0): DPI set to (96, 96) [ 6151.973] (II) Loading sub module "fb" [ 6151.973] (II) LoadModule: "fb" [ 6151.973] (II) Loading /usr/lib/xorg/modules/libfb.so [ 6151.974] (II) Module fb: vendor="X.Org Foundation" [ 6151.974] compiled for 1.10.2, module version = 1.0.0 [ 6151.974] ABI class: X.Org ANSI C Emulation, version 0.4 [ 6151.974] (II) Loading sub module "exa" [ 6151.974] (II) LoadModule: "exa" [ 6151.974] (II) Loading /usr/lib/xorg/modules/libexa.so [ 6151.974] (II) Module exa: vendor="X.Org Foundation" [ 6151.974] compiled for 1.10.2, module version = 2.5.0 [ 6151.974] ABI class: X.Org Video Driver, version 10.0 [ 6151.974] (II) Loading sub module "shadowfb" [ 6151.974] (II) LoadModule: "shadowfb" [ 6151.974] (II) Loading /usr/lib/xorg/modules/libshadowfb.so [ 6151.974] (II) Module shadowfb: vendor="X.Org Foundation" [ 6151.974] compiled for 1.10.2, module version = 1.0.0 [ 6151.974] ABI class: X.Org ANSI C Emulation, version 0.4 [ 6151.974] (--) Depth 24 pixmap format is 32 bpp [ 6151.976] (II) NOUVEAU(0): Opened GPU channel 1 [ 6151.976] (II) NOUVEAU(0): [DRI2] Setup complete [ 6151.976] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau_vieux [ 6151.977] (EE) NOUVEAU(0): Error allocating scanout buffer: 0 [ 6151.977] Fatal server error: [ 6151.977] AddScreen/ScreenInit failed for driver 0 [ 6151.977] [ 6151.977] Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 6151.977] Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 6151.977] [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 3.0.0-rc5+ ($USER@$HOST) (gcc version 4.6.1 (Debian 4.6.1-1) ) #28 Thu Jun 30 22:21:23 EDT 2011 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 00000000000a0000 (usable) [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 000000007dff0000 (usable) [ 0.000000] BIOS-e820: 000000007dff0000 - 000000007dff3000 (ACPI NVS) [ 0.000000] BIOS-e820: 000000007dff3000 - 000000007e000000 (ACPI data) [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved) [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) [ 0.000000] BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved) [ 0.000000] Notice: NX (Execute Disable) protection missing in CPU! [ 0.000000] DMI 2.2 present. [ 0.000000] DMI: /FN41 , BIOS 6.00 PG 08/23/2004 [ 0.000000] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved) [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable) [ 0.000000] last_pfn = 0x7dff0 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-AFFFF uncachable [ 0.000000] B0000-BFFFF write-combining [ 0.000000] C0000-C7FFF write-protect [ 0.000000] C8000-FFFFF uncachable [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000 mask F80000000 write-back [ 0.000000] 1 base 07E000000 mask FFE000000 uncachable [ 0.000000] 2 base 0E0000000 mask FFC000000 write-combining [ 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] Scanning 1 areas for low memory corruption [ 0.000000] initial memory mapped : 0 - 01800000 [ 0.000000] Base memory trampoline at [c009c000] 9c000 size 12288 [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000 [ 0.000000] 0000000000 - 0000400000 page 4k [ 0.000000] 0000400000 - 0037400000 page 2M [ 0.000000] 0037400000 - 00377fe000 page 4k [ 0.000000] kernel direct mapping tables up to 377fe000 @ 17fb000-1800000 [ 0.000000] ACPI: RSDP 000f6e60 00014 (v00 Nvidia) [ 0.000000] ACPI: RSDT 7dff3000 0002C (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000) [ 0.000000] ACPI: FACP 7dff3040 00074 (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000) [ 0.000000] ACPI: DSDT 7dff30c0 04139 (v01 NVIDIA AWRDACPI 00001000 MSFT 0100000D) [ 0.000000] ACPI: FACS 7dff0000 00040 [ 0.000000] ACPI: APIC 7dff7200 0005A (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000) [ 0.000000] 1127MB HIGHMEM available. [ 0.000000] 887MB LOWMEM available. [ 0.000000] mapped low ram: 0 - 377fe000 [ 0.000000] low ram: 0 - 377fe000 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000001 -> 0x00001000 [ 0.000000] Normal 0x00001000 -> 0x000377fe [ 0.000000] HighMem 0x000377fe -> 0x0007dff0 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[2] active PFN ranges [ 0.000000] 0: 0x00000001 -> 0x000000a0 [ 0.000000] 0: 0x00000100 -> 0x0007dff0 [ 0.000000] On node 0 totalpages: 515983 [ 0.000000] free_area_init_node: node 0, pgdat c137ebfc, node_mem_map f683d020 [ 0.000000] DMA zone: 32 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 3967 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: 2256 pages used for memmap [ 0.000000] HighMem zone: 286498 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x4008 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 [ 0.000000] Allocating PCI resources starting at 7e000000 (gap: 7e000000:80c00000) [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 511951 [ 0.000000] Kernel command line: auto BOOT_IMAGE=2.6 ro root=302 [ 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] Initializing CPU#0 [ 0.000000] Initializing HighMem for node 0 (000377fe:0007dff0) [ 0.000000] Memory: 2042716k/2064320k available (2377k kernel code, 21216k reserved, 1221k data, 288k init, 1155016k highmem) [ 0.000000] virtual kernel memory layout: [ 0.000000] fixmap : 0xfffe4000 - 0xfffff000 ( 108 kB) [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB) [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB) [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB) [ 0.000000] .init : 0xc1384000 - 0xc13cc000 ( 288 kB) [ 0.000000] .data : 0xc1252719 - 0xc1383cc0 (1221 kB) [ 0.000000] .text : 0xc1000000 - 0xc1252719 (2377 kB) [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok. [ 0.000000] SLUB: Genslabs=15, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS:16 [ 0.000000] CPU 0 irqstacks, hard=f6008000 soft=f600a000 [ 0.000000] Console: colour VGA+ 80x50 [ 0.000000] console [tty0] enabled [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 1469.752 MHz processor. [ 0.006670] Calibrating delay loop (skipped), value calculated using timer frequency.. 2940.98 BogoMIPS (lpj=4899173) [ 0.006747] pid_max: default: 32768 minimum: 301 [ 0.006838] Mount-cache hash table entries: 512 [ 0.010167] Initializing cgroup subsys blkio [ 0.010248] mce: CPU supports 4 MCE banks [ 0.010303] CPU: AMD Athlon(tm) XP 1700+ stepping 02 [ 0.010411] ACPI: Core revision 20110413 [ 0.013906] ACPI: setting ELCR to 0200 (from 1c28) [ 0.014732] Performance Events: AMD PMU driver. [ 0.014792] ... version: 0 [ 0.014828] ... bit width: 48 [ 0.014863] ... generic registers: 4 [ 0.014899] ... value mask: 0000ffffffffffff [ 0.014936] ... max period: 00007fffffffffff [ 0.014973] ... fixed-purpose events: 0 [ 0.015008] ... event mask: 000000000000000f [ 0.015190] NMI watchdog enabled, takes one hw-pmu counter. [ 0.015550] PM: Registering ACPI NVS region at 7dff0000 (12288 bytes) [ 0.015705] xor: automatically using best checksumming function: pIII_sse [ 0.030004] pIII_sse : 4162.800 MB/sec [ 0.030041] xor: using function: pIII_sse (4162.800 MB/sec) [ 0.030130] NET: Registered protocol family 16 [ 0.030671] ACPI: bus type pci registered [ 0.066450] PCI: PCI BIOS revision 2.10 entry at 0xfb760, last bus=4 [ 0.066492] PCI: Using configuration type 1 for base access [ 0.072277] bio: create slab <bio-0> at 0 [ 0.126710] raid6: int32x1 530 MB/s [ 0.183440] raid6: int32x2 448 MB/s [ 0.240005] raid6: int32x4 457 MB/s [ 0.296725] raid6: int32x8 379 MB/s [ 0.353355] raid6: mmxx1 1204 MB/s [ 0.409979] raid6: mmxx2 2116 MB/s [ 0.466666] raid6: sse1x1 1151 MB/s [ 0.523318] raid6: sse1x2 1900 MB/s [ 0.523354] raid6: using algorithm sse1x2 (1900 MB/s) [ 0.524838] ACPI: EC: Look up EC in DSDT [ 0.529219] ACPI: Interpreter enabled [ 0.529262] ACPI: (supports S0 S1 S4 S5) [ 0.529390] ACPI: Using PIC for interrupt routing [ 0.540186] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug [ 0.540357] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.540609] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored) [ 0.540615] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored) [ 0.540620] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored) [ 0.540625] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff] (ignored) [ 0.540630] pci_root PNP0A03:00: host bridge window [mem 0x7e000000-0xfebfffff] (ignored) [ 0.540651] pci 0000:00:00.0: [10de:01e0] type 0 class 0x000600 [ 0.540663] pci 0000:00:00.0: reg 10: [mem 0xe0000000-0xe3ffffff pref] [ 0.540710] pci 0000:00:00.1: [10de:01eb] type 0 class 0x000500 [ 0.540751] pci 0000:00:00.2: [10de:01ee] type 0 class 0x000500 [ 0.540792] pci 0000:00:00.3: [10de:01ed] type 0 class 0x000500 [ 0.540830] pci 0000:00:00.4: [10de:01ec] type 0 class 0x000500 [ 0.540870] pci 0000:00:00.5: [10de:01ef] type 0 class 0x000500 [ 0.540916] pci 0000:00:01.0: [10de:0060] type 0 class 0x000601 [ 0.541001] pci 0000:00:01.1: [10de:0064] type 0 class 0x000c05 [ 0.541018] pci 0000:00:01.1: reg 10: [io 0xc400-0xc41f] [ 0.541075] pci 0000:00:01.1: PME# supported from D3hot D3cold [ 0.541082] pci 0000:00:01.1: PME# disabled [ 0.541107] pci 0000:00:02.0: [10de:0067] type 0 class 0x000c03 [ 0.541124] pci 0000:00:02.0: reg 10: [mem 0xef080000-0xef080fff] [ 0.541180] pci 0000:00:02.0: supports D1 D2 [ 0.541184] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.541190] pci 0000:00:02.0: PME# disabled [ 0.541211] pci 0000:00:02.1: [10de:0067] type 0 class 0x000c03 [ 0.541228] pci 0000:00:02.1: reg 10: [mem 0xef083000-0xef083fff] [ 0.541284] pci 0000:00:02.1: supports D1 D2 [ 0.541288] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold [ 0.541294] pci 0000:00:02.1: PME# disabled [ 0.541315] pci 0000:00:02.2: [10de:0068] type 0 class 0x000c03 [ 0.541334] pci 0000:00:02.2: reg 10: [mem 0xef086000-0xef0860ff] [ 0.541397] pci 0000:00:02.2: supports D1 D2 [ 0.541401] pci 0000:00:02.2: PME# supported from D0 D1 D2 D3hot D3cold [ 0.541408] pci 0000:00:02.2: PME# disabled [ 0.541434] pci 0000:00:04.0: [10de:0066] type 0 class 0x000200 [ 0.541451] pci 0000:00:04.0: reg 10: [mem 0xef087000-0xef087fff] [ 0.541462] pci 0000:00:04.0: reg 14: [io 0xb000-0xb007] [ 0.541512] pci 0000:00:04.0: supports D1 D2 [ 0.541516] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.541522] pci 0000:00:04.0: PME# disabled [ 0.541541] pci 0000:00:05.0: [10de:006b] type 0 class 0x000401 [ 0.541557] pci 0000:00:05.0: reg 10: [mem 0xef000000-0xef07ffff] [ 0.541614] pci 0000:00:05.0: supports D1 D2 [ 0.541633] pci 0000:00:06.0: [10de:006a] type 0 class 0x000401 [ 0.541649] pci 0000:00:06.0: reg 10: [io 0xb400-0xb4ff] [ 0.541660] pci 0000:00:06.0: reg 14: [io 0xb800-0xb87f] [ 0.541671] pci 0000:00:06.0: reg 18: [mem 0xef081000-0xef081fff] [ 0.541715] pci 0000:00:06.0: supports D1 D2 [ 0.541732] pci 0000:00:08.0: [10de:006c] type 1 class 0x000604 [ 0.541774] pci 0000:00:09.0: [10de:0065] type 0 class 0x000101 [ 0.541816] pci 0000:00:09.0: reg 20: [io 0xf000-0xf00f] [ 0.541865] pci 0000:00:0d.0: [10de:006e] type 0 class 0x000c00 [ 0.541882] pci 0000:00:0d.0: reg 10: [mem 0xef084000-0xef0847ff] [ 0.541894] pci 0000:00:0d.0: reg 14: [mem 0xef085000-0xef08503f] [ 0.541944] pci 0000:00:0d.0: supports D1 D2 [ 0.541948] pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.541954] pci 0000:00:0d.0: PME# disabled [ 0.541985] pci 0000:00:1e.0: [10de:01e8] type 1 class 0x000604 [ 0.542045] pci 0000:01:06.0: [1180:0476] type 2 class 0x000607 [ 0.542067] pci 0000:01:06.0: reg 10: [mem 0xee000000-0xee000fff] [ 0.542090] pci 0000:01:06.0: supports D1 D2 [ 0.542094] pci 0000:01:06.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.542101] pci 0000:01:06.0: PME# disabled [ 0.542124] pci 0000:01:06.1: [1180:0476] type 2 class 0x000607 [ 0.542146] pci 0000:01:06.1: reg 10: [mem 0xee005000-0xee005fff] [ 0.542168] pci 0000:01:06.1: supports D1 D2 [ 0.542172] pci 0000:01:06.1: PME# supported from D0 D1 D2 D3hot D3cold [ 0.542179] pci 0000:01:06.1: PME# disabled [ 0.542232] pci 0000:00:08.0: PCI bridge to [bus 01-03] [ 0.542274] pci 0000:00:08.0: bridge window [io 0x9000-0xafff] [ 0.542280] pci 0000:00:08.0: bridge window [mem 0xee000000-0xeeffffff] [ 0.542287] pci 0000:00:08.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) [ 0.542371] pci_bus 0000:03: [bus 03-06] partially hidden behind bridge 0000:01 [bus 01-03] [ 0.542448] pci 0000:04:00.0: [10de:01f0] type 0 class 0x000300 [ 0.542465] pci 0000:04:00.0: reg 10: [mem 0xec000000-0xecffffff] [ 0.542476] pci 0000:04:00.0: reg 14: [mem 0xe4000000-0xe7ffffff pref] [ 0.542486] pci 0000:04:00.0: reg 18: [mem 0xe8000000-0xe807ffff pref] [ 0.542514] pci 0000:04:00.0: reg 30: [mem 0x00000000-0x0001ffff pref] [ 0.542565] pci 0000:00:1e.0: PCI bridge to [bus 04-04] [ 0.542605] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled) [ 0.542611] pci 0000:00:1e.0: bridge window [mem 0xec000000-0xedffffff] [ 0.542617] pci 0000:00:1e.0: bridge window [mem 0xe4000000-0xebffffff pref] [ 0.542630] pci_bus 0000:00: on NUMA node 0 [ 0.542636] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.542825] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT] [ 0.542893] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT] [ 0.543008] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08) [ 0.584692] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. [ 0.585055] ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. [ 0.585411] ACPI: PCI Interrupt Link [LNK3] (IRQs *3 4 5 6 7 10 11 12 14 15) [ 0.585721] ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 6 7 10 *11 12 14 15) [ 0.586029] ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 6 7 *10 11 12 14 15) [ 0.586336] ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. [ 0.586744] ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 *5 6 7 10 11 12 14 15) [ 0.587055] ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 6 7 10 *11 12 14 15) [ 0.587364] ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 *5 6 7 10 11 12 14 15) [ 0.587673] ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 5 6 7 10 11 *12 14 15) [ 0.587980] ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. [ 0.588333] ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. [ 0.588689] ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 6 7 10 11 *12 14 15) [ 0.588998] ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 5 6 7 *10 11 12 14 15) [ 0.589305] ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. [ 0.589658] ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. [ 0.590062] ACPI: PCI Interrupt Link [APC1] (IRQs *16), disabled. [ 0.590232] ACPI: PCI Interrupt Link [APC2] (IRQs *17), disabled. [ 0.590399] ACPI: PCI Interrupt Link [APC3] (IRQs *18) [ 0.590547] ACPI: PCI Interrupt Link [APC4] (IRQs *19) [ 0.590704] ACPI: PCI Interrupt Link [APCE] (IRQs *16) [ 0.590897] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0, disabled. [ 0.591154] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22) *0 [ 0.591391] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0 [ 0.591627] ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22) *0 [ 0.591875] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22) *0 [ 0.592112] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22) *0, disabled. [ 0.592332] ACPI: PCI Interrupt Link [APCS] (IRQs *23), disabled. [ 0.592534] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0 [ 0.592771] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0 [ 0.593016] ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22) *0, disabled. [ 0.593273] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled. [ 0.593738] vgaarb: device added: PCI:0000:04:00.0,decodes=io+mem,owns=io+mem,locks=none [ 0.593793] vgaarb: loaded [ 0.593826] vgaarb: bridge control possible 0000:04:00.0 [ 0.594124] SCSI subsystem initialized [ 0.594332] usbcore: registered new interface driver usbfs [ 0.594484] usbcore: registered new interface driver hub [ 0.594596] usbcore: registered new device driver usb [ 0.594984] Advanced Linux Sound Architecture Driver Version 1.0.24. [ 0.595087] PCI: Using ACPI for IRQ routing [ 0.595133] PCI: pci_cache_line_size set to 32 bytes [ 0.595217] reserve RAM buffer: 000000007dff0000 - 000000007fffffff [ 0.595463] Switching to clocksource pit [ 0.595613] pnp: PnP ACPI init [ 0.595658] ACPI: bus type pnp registered [ 0.596042] pnp 00:00: [io 0x4000-0x407f] [ 0.596047] pnp 00:00: [io 0x4080-0x40ff] [ 0.596051] pnp 00:00: [io 0x4400-0x447f] [ 0.596055] pnp 00:00: [io 0x4480-0x44ff] [ 0.596059] pnp 00:00: [io 0x4200-0x427f] [ 0.596062] pnp 00:00: [io 0x4280-0x42ff] [ 0.596177] system 00:00: [io 0x4000-0x407f] has been reserved [ 0.596220] system 00:00: [io 0x4080-0x40ff] has been reserved [ 0.596261] system 00:00: [io 0x4400-0x447f] has been reserved [ 0.596301] system 00:00: [io 0x4480-0x44ff] has been reserved [ 0.596341] system 00:00: [io 0x4200-0x427f] has been reserved [ 0.596628] system 00:00: [io 0x4280-0x42ff] has been reserved [ 0.596628] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.596628] pnp 00:01: [io 0x5000-0x503f] [ 0.596628] pnp 00:01: [io 0x5100-0x513f] [ 0.596628] system 00:01: [io 0x5000-0x503f] has been reserved [ 0.596628] system 00:01: [io 0x5100-0x513f] has been reserved [ 0.596628] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.596628] system 00:02: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.596658] pnp 00:03: [bus 00-ff] [ 0.596663] pnp 00:03: [io 0x0cf8-0x0cff] [ 0.596668] pnp 00:03: [io 0x0000-0x0cf7 window] [ 0.596672] pnp 00:03: [io 0x0d00-0xffff window] [ 0.596676] pnp 00:03: [mem 0x000a0000-0x000bffff window] [ 0.596681] pnp 00:03: [mem 0x000c0000-0x000dffff window] [ 0.596685] pnp 00:03: [mem 0x7e000000-0xfebfffff window] [ 0.596814] pnp 00:03: Plug and Play ACPI device, IDs PNP0a03 (active) [ 0.597502] pnp 00:04: [io 0x0010-0x001f] [ 0.597507] pnp 00:04: [io 0x0022-0x003f] [ 0.597511] pnp 00:04: [io 0x0044-0x005f] [ 0.597515] pnp 00:04: [io 0x0062-0x0063] [ 0.597519] pnp 00:04: [io 0x0065-0x006f] [ 0.597522] pnp 00:04: [io 0x0074-0x007f] [ 0.597526] pnp 00:04: [io 0x0091-0x0093] [ 0.597530] pnp 00:04: [io 0x00a2-0x00bf] [ 0.597533] pnp 00:04: [io 0x00e0-0x00ef] [ 0.597537] pnp 00:04: [io 0x04d0-0x04d1] [ 0.597541] pnp 00:04: [io 0x0800-0x0805] [ 0.597545] pnp 00:04: [io 0x0290-0x0297] [ 0.597669] system 00:04: [io 0x04d0-0x04d1] has been reserved [ 0.597713] system 00:04: [io 0x0800-0x0805] has been reserved [ 0.597812] system 00:04: [io 0x0290-0x0297] has been reserved [ 0.597854] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.597878] pnp 00:05: [dma 4] [ 0.597882] pnp 00:05: [io 0x0000-0x000f] [ 0.597886] pnp 00:05: [io 0x0080-0x0090] [ 0.597890] pnp 00:05: [io 0x0094-0x009f] [ 0.597894] pnp 00:05: [io 0x00c0-0x00df] [ 0.597985] pnp 00:05: Plug and Play ACPI device, IDs PNP0200 (active) [ 0.598007] pnp 00:06: [io 0x0070-0x0073] [ 0.598012] pnp 00:06: [irq 8] [ 0.598101] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.598120] pnp 00:07: [io 0x0061] [ 0.598208] pnp 00:07: Plug and Play ACPI device, IDs PNP0800 (active) [ 0.598227] pnp 00:08: [io 0x00f0-0x00ff] [ 0.598232] pnp 00:08: [irq 13] [ 0.598321] pnp 00:08: Plug and Play ACPI device, IDs PNP0c04 (active) [ 0.598573] pnp 00:09: [io 0x03f0-0x03f5] [ 0.598578] pnp 00:09: [io 0x03f7] [ 0.598582] pnp 00:09: [irq 6] [ 0.598586] pnp 00:09: [dma 2] [ 0.598709] pnp 00:09: Plug and Play ACPI device, IDs PNP0700 (active) [ 0.599022] pnp 00:0a: [io 0x03f8-0x03ff] [ 0.599027] pnp 00:0a: [irq 4] [ 0.599176] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active) [ 0.599969] pnp 00:0b: [io 0x0378-0x037f] [ 0.599974] pnp 00:0b: [io 0x0778-0x077b] [ 0.599979] pnp 00:0b: [irq 7] [ 0.599983] pnp 00:0b: [dma 3] [ 0.600143] pnp 00:0b: Plug and Play ACPI device, IDs PNP0401 (active) [ 0.600237] pnp: PnP ACPI: found 12 devices [ 0.600277] ACPI: ACPI bus type pnp unregistered [ 0.640286] Switching to clocksource acpi_pm [ 0.640364] PCI: max bus depth: 2 pci_try_num: 3 [ 0.640407] pci 0000:00:08.0: BAR 9: assigned [mem 0x80000000-0x87ffffff pref] [ 0.640463] pci 0000:01:06.0: BAR 9: assigned [mem 0x80000000-0x83ffffff pref] [ 0.640517] pci 0000:01:06.0: BAR 10: can't assign mem (size 0x4000000) [ 0.640560] pci 0000:01:06.1: BAR 9: assigned [mem 0x84000000-0x87ffffff pref] [ 0.640613] pci 0000:01:06.1: BAR 10: can't assign mem (size 0x4000000) [ 0.640655] pci 0000:01:06.0: BAR 7: assigned [io 0x9000-0x90ff] [ 0.640696] pci 0000:01:06.0: BAR 8: assigned [io 0x9400-0x94ff] [ 0.640737] pci 0000:01:06.1: BAR 7: assigned [io 0x9800-0x98ff] [ 0.640777] pci 0000:01:06.1: BAR 8: assigned [io 0x9c00-0x9cff] [ 0.640818] pci 0000:01:06.0: CardBus bridge to [bus 02-02] [ 0.640858] pci 0000:01:06.0: bridge window [io 0x9000-0x90ff] [ 0.640901] pci 0000:01:06.0: bridge window [io 0x9400-0x94ff] [ 0.640944] pci 0000:01:06.0: bridge window [mem 0x80000000-0x83ffffff pref] [ 0.641000] pci 0000:01:06.1: CardBus bridge to [bus 03-06] [ 0.641039] pci 0000:01:06.1: bridge window [io 0x9800-0x98ff] [ 0.641104] Switched to NOHz mode on CPU #0 [ 0.641151] pci 0000:01:06.1: bridge window [io 0x9c00-0x9cff] [ 0.641194] pci 0000:01:06.1: bridge window [mem 0x84000000-0x87ffffff pref] [ 0.641249] pci 0000:00:08.0: PCI bridge to [bus 01-03] [ 0.641289] pci 0000:00:08.0: bridge window [io 0x9000-0xafff] [ 0.641332] pci 0000:00:08.0: bridge window [mem 0xee000000-0xeeffffff] [ 0.641376] pci 0000:00:08.0: bridge window [mem 0x80000000-0x87ffffff pref] [ 0.641445] pci 0000:04:00.0: BAR 6: assigned [mem 0xe8080000-0xe809ffff pref] [ 0.641499] pci 0000:00:1e.0: PCI bridge to [bus 04-04] [ 0.641537] pci 0000:00:1e.0: bridge window [io disabled] [ 0.641578] pci 0000:00:1e.0: bridge window [mem 0xec000000-0xedffffff] [ 0.641621] pci 0000:00:1e.0: bridge window [mem 0xe4000000-0xebffffff pref] [ 0.641676] PCI: No. 2 try to assign unassigned res [ 0.641693] pci 0000:01:06.0: BAR 10: can't assign mem (size 0x4000000) [ 0.641736] pci 0000:01:06.1: BAR 10: can't assign mem (size 0x4000000) [ 0.641777] pci 0000:01:06.0: CardBus bridge to [bus 02-02] [ 0.641816] pci 0000:01:06.0: bridge window [io 0x0000-0x00ff] [ 0.641859] pci 0000:01:06.0: bridge window [io 0x0000-0x00ff] [ 0.641902] pci 0000:01:06.0: bridge window [mem 0x00000000-0x03ffffff pref] [ 0.641957] pci 0000:01:06.1: CardBus bridge to [bus 03-06] [ 0.641995] pci 0000:01:06.1: bridge window [io 0x0000-0x00ff] [ 0.642038] pci 0000:01:06.1: bridge window [io 0x0000-0x00ff] [ 0.642081] pci 0000:01:06.1: bridge window [mem 0x00000000-0x03ffffff pref] [ 0.642136] pci 0000:00:08.0: PCI bridge to [bus 01-03] [ 0.642175] pci 0000:00:08.0: bridge window [io 0x9000-0xafff] [ 0.642218] pci 0000:00:08.0: bridge window [mem 0xee000000-0xeeffffff] [ 0.642261] pci 0000:00:08.0: bridge window [mem 0x80000000-0x87ffffff pref] [ 0.642318] pci 0000:00:1e.0: PCI bridge to [bus 04-04] [ 0.642356] pci 0000:00:1e.0: bridge window [io disabled] [ 0.642397] pci 0000:00:1e.0: bridge window [mem 0xec000000-0xedffffff] [ 0.642440] pci 0000:00:1e.0: bridge window [mem 0xe4000000-0xebffffff pref] [ 0.642495] PCI: No. 3 try to assign unassigned res [ 0.642499] release child resource [mem 0xee000000-0xee000fff] [ 0.642503] release child resource [mem 0xee005000-0xee005fff] [ 0.642508] pci 0000:00:08.0: resource 8 [mem 0xee000000-0xeeffffff] released [ 0.642513] pci 0000:00:08.0: PCI bridge to [bus 01-03] [ 0.642551] pci 0000:00:08.0: bridge window [mem disabled] [ 0.642604] pci 0000:00:08.0: BAR 8: assigned [mem 0x88000000-0x91ffffff] [ 0.642648] pci 0000:01:06.0: BAR 10: assigned [mem 0x88000000-0x8bffffff] [ 0.642690] pci 0000:01:06.1: BAR 10: assigned [mem 0x8c000000-0x8fffffff] [ 0.642733] pci 0000:01:06.0: BAR 0: assigned [mem 0x90000000-0x90000fff] [ 0.642779] pci 0000:01:06.0: BAR 0: set to [mem 0x90000000-0x90000fff] (PCI address [0x90000000-0x90000fff]) [ 0.642837] pci 0000:01:06.1: BAR 0: assigned [mem 0x90001000-0x90001fff] [ 0.642882] pci 0000:01:06.1: BAR 0: set to [mem 0x90001000-0x90001fff] (PCI address [0x90001000-0x90001fff]) [ 0.642940] pci 0000:01:06.0: CardBus bridge to [bus 02-02] [ 0.642979] pci 0000:01:06.0: bridge window [io 0x0000-0x00ff] [ 0.643021] pci 0000:01:06.0: bridge window [io 0x0000-0x00ff] [ 0.643064] pci 0000:01:06.0: bridge window [mem 0x00000000-0x03ffffff pref] [ 0.643119] pci 0000:01:06.0: bridge window [mem 0x88000000-0x8bffffff] [ 0.643163] pci 0000:01:06.1: CardBus bridge to [bus 03-06] [ 0.643202] pci 0000:01:06.1: bridge window [io 0x0000-0x00ff] [ 0.643244] pci 0000:01:06.1: bridge window [io 0x0000-0x00ff] [ 0.643287] pci 0000:01:06.1: bridge window [mem 0x00000000-0x03ffffff pref] [ 0.643365] pci 0000:01:06.1: bridge window [mem 0x8c000000-0x8fffffff] [ 0.643409] pci 0000:00:08.0: PCI bridge to [bus 01-03] [ 0.643449] pci 0000:00:08.0: bridge window [io 0x9000-0xafff] [ 0.643492] pci 0000:00:08.0: bridge window [mem 0x88000000-0x91ffffff] [ 0.643535] pci 0000:00:08.0: bridge window [mem 0x80000000-0x87ffffff pref] [ 0.643592] pci 0000:00:1e.0: PCI bridge to [bus 04-04] [ 0.643630] pci 0000:00:1e.0: bridge window [io disabled] [ 0.643671] pci 0000:00:1e.0: bridge window [mem 0xec000000-0xedffffff] [ 0.643714] pci 0000:00:1e.0: bridge window [mem 0xe4000000-0xebffffff pref] [ 0.643780] pci 0000:00:08.0: setting latency timer to 64 [ 0.643986] ACPI: PCI Interrupt Link [LNK3] enabled at IRQ 3 [ 0.644027] PCI: setting IRQ 3 as level-triggered [ 0.644036] pci 0000:01:06.0: PCI INT A -> Link[LNK3] -> GSI 3 (level, low) -> IRQ 3 [ 0.644197] ACPI: PCI Interrupt Link [LNK4] enabled at IRQ 11 [ 0.644237] PCI: setting IRQ 11 as level-triggered [ 0.644245] pci 0000:01:06.1: PCI INT B -> Link[LNK4] -> GSI 11 (level, low) -> IRQ 11 [ 0.644307] pci_bus 0000:00: resource 0 [io 0x0000-0xffff] [ 0.644312] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff] [ 0.644317] pci_bus 0000:01: resource 0 [io 0x9000-0xafff] [ 0.644322] pci_bus 0000:01: resource 1 [mem 0x88000000-0x91ffffff] [ 0.644327] pci_bus 0000:01: resource 2 [mem 0x80000000-0x87ffffff pref] [ 0.644332] pci_bus 0000:02: resource 0 [io 0x0000-0x00ff] [ 0.644336] pci_bus 0000:02: resource 1 [io 0x0000-0x00ff] [ 0.644341] pci_bus 0000:02: resource 2 [mem 0x00000000-0x03ffffff pref] [ 0.644346] pci_bus 0000:02: resource 3 [mem 0x88000000-0x8bffffff] [ 0.644351] pci_bus 0000:03: resource 0 [io 0x0000-0x00ff] [ 0.644355] pci_bus 0000:03: resource 1 [io 0x0000-0x00ff] [ 0.644360] pci_bus 0000:03: resource 2 [mem 0x00000000-0x03ffffff pref] [ 0.644365] pci_bus 0000:03: resource 3 [mem 0x8c000000-0x8fffffff] [ 0.644370] pci_bus 0000:04: resource 1 [mem 0xec000000-0xedffffff] [ 0.644374] pci_bus 0000:04: resource 2 [mem 0xe4000000-0xebffffff pref] [ 0.644444] NET: Registered protocol family 2 [ 0.644553] IP route cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.645055] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.646660] TCP bind hash table entries: 65536 (order: 6, 262144 bytes) [ 0.647202] TCP: Hash tables configured (established 131072 bind 65536) [ 0.647243] TCP reno registered [ 0.647283] UDP hash table entries: 512 (order: 1, 8192 bytes) [ 0.647337] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes) [ 0.647577] NET: Registered protocol family 1 [ 0.676746] pci 0000:04:00.0: Boot video device [ 0.676751] PCI: CLS 0 bytes, default 32 [ 0.677383] Scanning for low memory corruption every 60 seconds [ 0.691571] highmem bounce pool size: 64 pages [ 0.691619] HugeTLB registered 4 MB page size, pre-allocated 0 pages [ 0.724469] msgmni has been set to 1733 [ 0.724786] alg: No test for stdrng (krng) [ 0.724834] io scheduler noop registered [ 0.724870] io scheduler deadline registered [ 0.724925] io scheduler cfq registered (default) [ 0.725312] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 0.996767] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.017997] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.018489] Linux agpgart interface v0.103 [ 1.018559] agpgart: Detected NVIDIA nForce2 chipset [ 1.024341] agpgart-nvidia 0000:00:00.0: AGP aperture is 64M @ 0xe0000000 [ 1.024637] Floppy drive(s): fd0 is 1.44M [ 1.040181] FDC 0 is a post-1991 82077 [ 1.041449] Uniform Multi-Platform E-IDE driver [ 1.041620] amd74xx 0000:00:09.0: UDMA133 controller [ 1.041662] amd74xx 0000:00:09.0: IDE controller (0x10de:0x0065 rev 0xa2) [ 1.041748] amd74xx 0000:00:09.0: BIOS didn't set cable bits correctly. Enabling workaround. [ 1.041805] amd74xx 0000:00:09.0: not 100% native mode: will probe irqs later [ 1.041851] ide0: BM-DMA at 0xf000-0xf007 [ 1.041895] ide1: BM-DMA at 0xf008-0xf00f [ 1.041936] Probing IDE interface ide0... [ 1.316827] hda: ST3120022A, ATA DISK drive [ 1.680038] Refined TSC clocksource calibration: 1470.000 MHz. [ 1.680082] Switching to clocksource tsc [ 1.956759] hda: host max PIO5 wanted PIO255(auto-tune) selected PIO4 [ 1.957030] hda: UDMA/100 mode selected [ 1.957317] Probing IDE interface ide1... [ 2.496769] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 [ 2.496859] ide1 at 0x170-0x177,0x376 on irq 15 [ 2.497127] ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports [ 2.497185] ide-gd driver 1.18 [ 2.497236] hda: max request size: 512KiB [ 2.506856] hda: 234441648 sectors (120034 MB) w/2048KiB Cache, CHS=16383/255/63 [ 2.507096] hda: cache flushes supported [ 2.513859] hda: hda1 hda2 hda3 hda4 [ 2.514415] ide-cd driver 5.00 [ 2.514533] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64. [ 2.516470] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 11 [ 2.516517] forcedeth 0000:00:04.0: PCI INT A -> Link[LMAC] -> GSI 11 (level, low) -> IRQ 11 [ 2.516576] forcedeth 0000:00:04.0: setting latency timer to 64 [ 3.040738] forcedeth 0000:00:04.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:30:1b:ae:62:89 [ 3.040800] forcedeth 0000:00:04.0: timirq lnktim desc-v1 [ 3.041086] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.041313] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 12 [ 3.041354] PCI: setting IRQ 12 as level-triggered [ 3.041363] ehci_hcd 0000:00:02.2: PCI INT C -> Link[LUB2] -> GSI 12 (level, low) -> IRQ 12 [ 3.041436] ehci_hcd 0000:00:02.2: setting latency timer to 64 [ 3.041442] ehci_hcd 0000:00:02.2: EHCI Host Controller [ 3.041594] ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 1 [ 3.041692] ehci_hcd 0000:00:02.2: debug port 1 [ 3.041736] ehci_hcd 0000:00:02.2: cache line size of 32 is not supported [ 3.041752] ehci_hcd 0000:00:02.2: irq 12, io mem 0xef086000 [ 3.050024] ehci_hcd 0000:00:02.2: USB 2.0 started, EHCI 1.00 [ 3.050114] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 3.050156] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.050209] usb usb1: Product: EHCI Host Controller [ 3.050247] usb usb1: Manufacturer: Linux 3.0.0-rc5+ ehci_hcd [ 3.050285] usb usb1: SerialNumber: 0000:00:02.2 [ 3.050518] hub 1-0:1.0: USB hub found [ 3.050561] hub 1-0:1.0: 6 ports detected [ 3.050795] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.051015] ACPI: PCI Interrupt Link [LUBA] enabled at IRQ 10 [ 3.051056] PCI: setting IRQ 10 as level-triggered [ 3.051064] ohci_hcd 0000:00:02.0: PCI INT A -> Link[LUBA] -> GSI 10 (level, low) -> IRQ 10 [ 3.051138] ohci_hcd 0000:00:02.0: setting latency timer to 64 [ 3.051143] ohci_hcd 0000:00:02.0: OHCI Host Controller [ 3.051291] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2 [ 3.051372] ohci_hcd 0000:00:02.0: irq 10, io mem 0xef080000 [ 3.105383] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.105426] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.105478] usb usb2: Product: OHCI Host Controller [ 3.105516] usb usb2: Manufacturer: Linux 3.0.0-rc5+ ohci_hcd [ 3.105555] usb usb2: SerialNumber: 0000:00:02.0 [ 3.105785] hub 2-0:1.0: USB hub found [ 3.105828] hub 2-0:1.0: 3 ports detected [ 3.106158] ACPI: PCI Interrupt Link [LUBB] enabled at IRQ 5 [ 3.106199] PCI: setting IRQ 5 as level-triggered [ 3.106207] ohci_hcd 0000:00:02.1: PCI INT B -> Link[LUBB] -> GSI 5 (level, low) -> IRQ 5 [ 3.106280] ohci_hcd 0000:00:02.1: setting latency timer to 64 [ 3.106285] ohci_hcd 0000:00:02.1: OHCI Host Controller [ 3.106421] ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 3 [ 3.106495] ohci_hcd 0000:00:02.1: irq 5, io mem 0xef083000 [ 3.158713] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.158755] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.158808] usb usb3: Product: OHCI Host Controller [ 3.158845] usb usb3: Manufacturer: Linux 3.0.0-rc5+ ohci_hcd [ 3.158884] usb usb3: SerialNumber: 0000:00:02.1 [ 3.159106] hub 3-0:1.0: USB hub found [ 3.159149] hub 3-0:1.0: 3 ports detected [ 3.159461] usbcore: registered new interface driver libusual [ 3.159730] i8042: PNP: No PS/2 controller found. Probing ports directly. [ 3.304502] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.304547] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.304936] mousedev: PS/2 mouse device common for all mice [ 3.305186] rtc_cmos 00:06: RTC can wake from S4 [ 3.305396] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0 [ 3.305456] rtc0: alarms up to one year, y3k, 242 bytes nvram [ 3.305548] i2c /dev entries driver [ 3.356752] i2c i2c-0: nForce2 SMBus adapter at 0x5000 [ 3.410048] i2c i2c-1: nForce2 SMBus adapter at 0x5100 [ 3.410177] it87: Found IT8712F chip at 0x290, revision 5 [ 3.410672] md: raid1 personality registered for level 1 [ 3.410712] md: raid10 personality registered for level 10 [ 3.410751] md: raid6 personality registered for level 6 [ 3.410789] md: raid5 personality registered for level 5 [ 3.410826] md: raid4 personality registered for level 4 [ 3.410866] cpuidle: using governor ladder [ 3.410902] cpuidle: using governor menu [ 3.412545] usbcore: registered new interface driver usbhid [ 3.412585] usbhid: USB HID core driver [ 3.412993] ACPI: PCI Interrupt Link [LACI] enabled at IRQ 12 [ 3.413040] Intel ICH 0000:00:06.0: PCI INT A -> Link[LACI] -> GSI 12 (level, low) -> IRQ 12 [ 3.413137] Intel ICH 0000:00:06.0: setting latency timer to 64 [ 3.650024] usb 2-1: new full speed USB device number 2 using ohci_hcd [ 3.730026] intel8x0_measure_ac97_clock: measured 52170 usecs (2536 samples) [ 3.730069] intel8x0: clocking to 47397 [ 3.730725] ALSA device list: [ 3.730761] #0: NVidia nForce2 with ALC650E at irq 12 [ 3.731244] TCP cubic registered [ 3.731281] NET: Registered protocol family 17 [ 3.731329] Registering the dns_resolver key type [ 3.732132] registered taskstats version 1 [ 3.745838] rtc_cmos 00:06: setting system clock to 2011-07-01 02:31:19 UTC (1309487479) [ 3.803356] usb 2-1: New USB device found, idVendor=0430, idProduct=100e [ 3.803400] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 3.806431] hub 2-1:1.0: USB hub found [ 3.809340] hub 2-1:1.0: 4 ports detected [ 4.066693] usb 2-2: new low speed USB device number 3 using ohci_hcd [ 4.150211] md: Waiting for all devices to be available before autodetect [ 4.150253] md: If you don't use raid, use raid=noautodetect [ 4.150530] md: Autodetecting RAID arrays. [ 4.150568] md: Scanned 0 and added 0 devices. [ 4.150604] md: autorun ... [ 4.150637] md: ... autorun DONE. [ 4.162250] EXT3-fs: barriers not enabled [ 4.175774] kjournald starting. Commit interval 5 seconds [ 4.175834] EXT3-fs (hda2): mounted filesystem with ordered data mode [ 4.175885] VFS: Mounted root (ext3 filesystem) readonly on device 3:2. [ 4.175978] Freeing unused kernel memory: 288k freed [ 4.221329] usb 2-2: New USB device found, idVendor=1241, idProduct=1166 [ 4.221375] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 4.235892] input: HID 1241:1166 as /devices/pci0000:00/0000:00:02.0/usb2/2-2/2-2:1.0/input/input0 [ 4.236141] generic-usb 0003:1241:1166.0001: input,hidraw0: USB HID v1.10 Mouse [HID 1241:1166] on usb-0000:00:02.0-2/input0 [ 4.408312] usb 2-1.4: new full speed USB device number 4 using ohci_hcd [ 4.519305] usb 2-1.4: New USB device found, idVendor=0430, idProduct=00a2 [ 4.519350] usb 2-1.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 4.519403] usb 2-1.4: Product: Sun USB Keyboard [ 4.528909] input: Sun USB Keyboard as /devices/pci0000:00/0000:00:02.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input1 [ 4.529103] generic-usb 0003:0430:00A2.0002: input,hidraw1: USB HID v1.10 Keyboard [Sun USB Keyboard] on usb-0000:00:02.0-1.4/input0 [ 8.037422] yenta_cardbus 0000:01:06.0: CardBus bridge found [14ef:0202] [ 8.163688] yenta_cardbus 0000:01:06.0: ISA IRQ mask 0x0000, PCI irq 3 [ 8.163738] yenta_cardbus 0000:01:06.0: Socket status: 30000410 [ 8.163788] yenta_cardbus 0000:01:06.0: pcmcia: parent PCI bridge window: [io 0x9000-0xafff] [ 8.163845] yenta_cardbus 0000:01:06.0: pcmcia: parent PCI bridge window: [mem 0x88000000-0x91ffffff] [ 8.163903] pcmcia_socket pcmcia_socket0: cs: memory probe 0x88000000-0x91ffffff: excluding 0x88000000-0x907fffff [ 8.164025] yenta_cardbus 0000:01:06.0: pcmcia: parent PCI bridge window: [mem 0x80000000-0x87ffffff pref] [ 8.164082] pcmcia_socket pcmcia_socket0: cs: memory probe 0x80000000-0x87ffffff: excluding 0x80000000-0x87ffffff [ 8.164717] yenta_cardbus 0000:01:06.1: CardBus bridge found [14ef:0202] [ 8.290260] yenta_cardbus 0000:01:06.1: ISA IRQ mask 0x0000, PCI irq 11 [ 8.290310] yenta_cardbus 0000:01:06.1: Socket status: 30000410 [ 8.290352] pci_bus 0000:03: Upper limit for fixing this bridge's parent bridge: #03 [ 8.290415] yenta_cardbus 0000:01:06.1: pcmcia: parent PCI bridge window: [io 0x9000-0xafff] [ 8.290472] yenta_cardbus 0000:01:06.1: pcmcia: parent PCI bridge window: [mem 0x88000000-0x91ffffff] [ 8.290530] pcmcia_socket pcmcia_socket1: cs: memory probe 0x88000000-0x91ffffff: excluding 0x88000000-0x907fffff [ 8.290651] yenta_cardbus 0000:01:06.1: pcmcia: parent PCI bridge window: [mem 0x80000000-0x87ffffff pref] [ 8.290708] pcmcia_socket pcmcia_socket1: cs: memory probe 0x80000000-0x87ffffff: excluding 0x80000000-0x87ffffff [ 8.479563] pcmcia_socket pcmcia_socket1: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xfffff [ 8.481451] pcmcia_socket pcmcia_socket1: cs: memory probe 0xa0000000-0xa0ffffff: excluding 0xa0000000-0xa0ffffff [ 8.481595] pcmcia_socket pcmcia_socket1: cs: memory probe 0x60000000-0x60ffffff: excluding 0x60000000-0x60ffffff [ 9.670035] pcmcia_socket pcmcia_socket0: pccard: PCMCIA card inserted into slot 0 [ 9.670104] pcmcia_socket pcmcia_socket0: cs: memory probe 0x90800000-0x91ffffff: excluding 0x90f80000-0x910fffff [ 9.674610] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xfffff [ 9.674841] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: excluding 0xa0000000-0xa0ffffff [ 9.674986] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: excluding 0x60000000-0x60ffffff [ 9.676929] [ 9.677152] pcmcia 0.0: pcmcia: registering new device pcmcia0.0 (IRQ: 3) [ 11.243371] pcmcia_socket pcmcia_socket1: pccard: PCMCIA card inserted into slot 1 [ 11.243436] pcmcia_socket pcmcia_socket1: cs: memory probe 0x90800000-0x91ffffff: excluding 0x90800000-0x9097ffff 0x90f80000-0x910fffff [ 11.255492] pcmcia 1.0: pcmcia: registering new device pcmcia1.0 (IRQ: 11) [ 11.563753] Adding 1951860k swap on /dev/hda1. Priority:-1 extents:1 across:1951860k [ 11.733052] EXT3-fs (hda2): using internal journal [ 12.920725] loop: module loaded [ 13.424609] fuse init (API version 7.16) [ 13.509503] EXT3-fs: barriers not enabled [ 13.525709] kjournald starting. Commit interval 5 seconds [ 13.525983] EXT3-fs (hda3): using internal journal [ 13.526025] EXT3-fs (hda3): mounted filesystem with ordered data mode [ 17.667461] RPC: Registered named UNIX socket transport module. [ 17.667520] RPC: Registered udp transport module. [ 17.667557] RPC: Registered tcp transport module. [ 17.667594] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 17.918432] Installing knfsd (copyright (C) 1996 okir-pn4DOG8n3UYbFoVRYvo4fw@public.gmane.org). [ 35.284527] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2 [ 35.284639] ACPI: Power Button [PWRB] [ 35.284773] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 [ 35.284816] ACPI: Power Button [PWRF] [ 35.420787] wmi: Mapper loaded [ 35.558248] [drm] Initialized drm 1.1.0 20060810 [ 35.787000] ACPI: PCI Interrupt Link [LNK5] enabled at IRQ 10 [ 35.787014] nouveau 0000:04:00.0: PCI INT A -> Link[LNK5] -> GSI 10 (level, low) -> IRQ 10 [ 35.792582] [drm] nouveau 0000:04:00.0: Detected an NV10 generation card (0x01f000a5) [ 35.792844] [drm] nouveau 0000:04:00.0: Attempting to load BIOS image from PRAMIN [ 35.838787] [drm] nouveau 0000:04:00.0: ... BIOS checksum invalid [ 35.838791] [drm] nouveau 0000:04:00.0: Attempting to load BIOS image from PROM [ 35.838797] [drm] nouveau 0000:04:00.0: ... BIOS signature not found [ 35.838801] [drm] nouveau 0000:04:00.0: Attempting to load BIOS image from PCIROM [ 35.839229] [drm] nouveau 0000:04:00.0: ... appears to be valid [ 35.840727] [drm] nouveau 0000:04:00.0: BMP BIOS found [ 35.840732] [drm] nouveau 0000:04:00.0: BMP version 5.21 [ 35.840738] [drm] nouveau 0000:04:00.0: Bios version 04.1f.00.07 [ 35.840743] [drm] nouveau 0000:04:00.0: Found Display Configuration Block version 2.0 [ 35.840750] [drm] nouveau 0000:04:00.0: Raw DCB entry 0: 01000100 000088b8 [ 35.840756] [drm] nouveau 0000:04:00.0: Raw DCB entry 1: 02010210 000088b8 [ 35.840760] [drm] nouveau 0000:04:00.0: Raw DCB entry 2: 01120132 00000000 [ 35.840765] [drm] nouveau 0000:04:00.0: Raw DCB entry 3: 01120232 00000000 [ 35.840770] [drm] nouveau 0000:04:00.0: Raw DCB entry 4: 02010121 00000003 [ 35.840774] [drm] nouveau 0000:04:00.0: Raw DCB entry 5: 02010221 00000003 [ 35.840779] [drm] nouveau 0000:04:00.0: Merging DCB entries 2 and 3 [ 35.840783] [drm] nouveau 0000:04:00.0: Merging DCB entries 4 and 5 [ 35.842355] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 0 at offset 0xC284 [ 35.842385] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 1 at offset 0xC4E0 [ 35.842396] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 2 at offset 0xC2E7 [ 35.857448] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 3 at offset 0xC632 [ 35.857460] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 4 at offset 0xC47B [ 35.857469] [drm] nouveau 0000:04:00.0: Unknown memclock table version 0. [ 35.921299] [drm] nouveau 0000:04:00.0: 0 available performance level(s) [ 35.921328] [drm] nouveau 0000:04:00.0: c: core 199MHz memory 200454M [ 35.925040] [TTM] Zone kernel: Available graphics memory: 443994 kiB. [ 35.925048] [TTM] Zone highmem: Available graphics memory: 1021502 kiB. [ 35.925052] [TTM] Initializing pool allocator. [ 35.925075] [drm] nouveau 0000:04:00.0: Detected 32MiB VRAM [ 35.925209] agpgart-nvidia 0000:00:00.0: AGP 2.0 bridge [ 35.925240] agpgart-nvidia 0000:00:00.0: putting AGP V2 device into 4x mode [ 35.925320] nouveau 0000:04:00.0: putting AGP V2 device into 4x mode [ 35.925326] [drm] nouveau 0000:04:00.0: 64 MiB GART (aperture) [ 35.925376] [drm] nouveau 0000:04:00.0: Saving VGA fonts [ 35.973525] [drm] nouveau 0000:04:00.0: Detected TMDS transmitter: sil164 [ 35.987246] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). [ 35.987253] [drm] No driver support for vblank timestamp query. [ 35.988974] [drm] nouveau 0000:04:00.0: Setting dpms mode 3 on vga encoder (output 0) [ 35.988985] [drm] nouveau 0000:04:00.0: Setting dpms mode 3 on vga encoder (output 1) [ 35.988992] [drm] nouveau 0000:04:00.0: Setting dpms mode 3 on tmds encoder (output 2) [ 35.988999] [drm] nouveau 0000:04:00.0: Setting dpms mode 3 on TV encoder (output 3) [ 36.184988] [drm] nouveau 0000:04:00.0: allocated 1920x1080 fb: 0x49000, bo f597ec00 [ 36.186022] fbcon: nouveaufb (fb0) is primary device [ 36.187537] Console: switching to colour frame buffer device 240x67 [ 36.187558] fb0: nouveaufb frame buffer device [ 36.187562] drm: registered panic notifier [ 36.187577] [drm] Initialized nouveau 0.0.16 20090420 for 0000:04:00.0 on minor 0 [ 37.577824] [drm] nouveau 0000:04:00.0: Setting dpms mode 0 on tmds encoder (output 2) [ 37.577831] [drm] nouveau 0000:04:00.0: Output DVI-D-1 is running on CRTC 0 using output A [ 1842.826523] [drm] nouveau 0000:04:00.0: Setting dpms mode 1 on tmds encoder (output 2) [ 4610.949081] [drm] nouveau 0000:04:00.0: Setting dpms mode 0 on tmds encoder (output 2) ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <20110701051649.22615.qmail-FT9nftu9LUyCkawlElnc8EEOCMrvLtNR@public.gmane.org>]
* Re: nouveaufb problems with NV18 [not found] ` <20110701051649.22615.qmail-FT9nftu9LUyCkawlElnc8EEOCMrvLtNR@public.gmane.org> @ 2011-07-01 16:35 ` Marcin Slusarz [not found] ` <20110701163521.GA3162-OI9uyE9O0yo@public.gmane.org> 0 siblings, 1 reply; 11+ messages in thread From: Marcin Slusarz @ 2011-07-01 16:35 UTC (permalink / raw) To: George Spelvin; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW On Fri, Jul 01, 2011 at 01:16:49AM -0400, George Spelvin wrote: > I mentioned these problems back in March, but went back to the nv driver > and ignored it. Since I need to reboot for another reason, I gave nouveau a try again, > > This time, I'm using the kernel git tip, off of 3.0-rc5: > 181888bfeea73b2ec756b83fd590fd3a62d4171d: drm/nv50/dp: fix hack to work for macbooks booted via EFI > > The X server is Debian's xserver-xorg-video-nouveau, version > 1:0.0.16+git20110411+8378443-1+b1 > > The good news is that my screen "tearing" problem during system activity > appears to be fixed! > Hooray. But I still have two other problems I mentioned at the time: > > 1) The text console, although connected via DVI, appears to be about > half a line of text low. Tall characters (^ and $) on the top line > have their top row of pixels "stretched" upward, apparently replicated > quite a few times. > The bottom row of characters is only partially visible. Screenshot might be useful. > > 2) I can't start X. The X server fails to initialize with: > [ 6151.976] (II) NOUVEAU(0): Opened GPU channel 1 > [ 6151.976] (II) NOUVEAU(0): [DRI2] Setup complete > [ 6151.976] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau_vieux Can you uninstall 3d driver and check how will it behave? > [ 6151.977] (EE) NOUVEAU(0): Error allocating scanout buffer: 0 > [ 6151.977] > Fatal server error: > [ 6151.977] AddScreen/ScreenInit failed for driver 0 > [ 6151.977] > > If I can get problem 2 fixed, problem 1 will become less important. > > As mentioned in my old email, it's a uniprocessor Athlon XP system, with a > Geforce 4 MX video adapter: > 04:00.0 VGA compatible controller [0300]: nVidia Corporation NV18 [GeForce4 MX - nForce GPU] [10de:01f0] (rev a3) FYI, nouveau finds it as NV1F. > The display is a 1920x1080 LCD, connected via DVI. No other outputs are connected. 1920x1080x4 is almost 8MB and you have only 32MB of VRAM. It might be a problem with memory allocation. You could verify it by applying this patch to xf86-video-nouveau and checking xorg.log: diff --git a/src/nv_accel_common.c b/src/nv_accel_common.c index 735f47f..1eac357 100644 --- a/src/nv_accel_common.c +++ b/src/nv_accel_common.c @@ -116,8 +116,10 @@ nouveau_allocate_surface(ScrnInfoPtr scrn, int width, int height, int bpp, ret = nouveau_bo_new_tile(pNv->dev, flags, 0, *pitch * height, tile_mode, tile_flags, bo); - if (ret) + if (ret) { + xf86DrvMsg(scrn->scrnIndex, X_ERROR, "nouveau_bo_new_tile returned: %d, %s\n", ret, strerror(ret)); return FALSE; + } return TRUE; } - Lowering bpp/resolution for framebuffer and/or X might help. At least temporarily. Marcin ^ permalink raw reply related [flat|nested] 11+ messages in thread
[parent not found: <20110701163521.GA3162-OI9uyE9O0yo@public.gmane.org>]
* Re: nouveaufb problems with NV18 [not found] ` <20110701163521.GA3162-OI9uyE9O0yo@public.gmane.org> @ 2011-07-01 17:13 ` younes.m-Re5JQEeQqe8AvxtiuMwx3w 2011-07-01 19:22 ` George Spelvin 1 sibling, 0 replies; 11+ messages in thread From: younes.m-Re5JQEeQqe8AvxtiuMwx3w @ 2011-07-01 17:13 UTC (permalink / raw) To: Marcin Slusarz; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, George Spelvin [-- Attachment #1.1: Type: text/plain, Size: 3092 bytes --] On , Marcin Slusarz <marcin.slusarz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > On Fri, Jul 01, 2011 at 01:16:49AM -0400, George Spelvin wrote: > > I mentioned these problems back in March, but went back to the nv driver > > and ignored it. Since I need to reboot for another reason, I gave > nouveau a try again, > > > > This time, I'm using the kernel git tip, off of 3.0-rc5: > > 181888bfeea73b2ec756b83fd590fd3a62d4171d: drm/nv50/dp: fix hack to work > for macbooks booted via EFI > > > > The X server is Debian's xserver-xorg-video-nouveau, version > > 1:0.0.16+git20110411+8378443-1+b1 > > > > The good news is that my screen "tearing" problem during system activity > > appears to be fixed! > > Hooray. But I still have two other problems I mentioned at the time: > > > > 1) The text console, although connected via DVI, appears to be about > > half a line of text low. Tall characters (^ and $) on the top line > > have their top row of pixels "stretched" upward, apparently replicated > > quite a few times. > > The bottom row of characters is only partially visible. > Screenshot might be useful. > > > > 2) I can't start X. The X server fails to initialize with: > > [ 6151.976] (II) NOUVEAU(0): Opened GPU channel 1 > > [ 6151.976] (II) NOUVEAU(0): [DRI2] Setup complete > > [ 6151.976] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau_vieux > Can you uninstall 3d driver and check how will it behave? > > [ 6151.977] (EE) NOUVEAU(0): Error allocating scanout buffer: 0 > > [ 6151.977] > > Fatal server error: > > [ 6151.977] AddScreen/ScreenInit failed for driver 0 > > [ 6151.977] > > > > If I can get problem 2 fixed, problem 1 will become less important. > > > > As mentioned in my old email, it's a uniprocessor Athlon XP system, > with a > > Geforce 4 MX video adapter: > > 04:00.0 VGA compatible controller [0300]: nVidia Corporation NV18 > [GeForce4 MX - nForce GPU] [10de:01f0] (rev a3) > FYI, nouveau finds it as NV1F. > > The display is a 1920x1080 LCD, connected via DVI. No other outputs are > connected. > 1920x1080x4 is almost 8MB and you have only 32MB of VRAM. It might be a > problem with memory allocation. > You could verify it by applying this patch to xf86-video-nouveau and > checking xorg.log: > diff --git a/src/nv_accel_common.cb/src/nv_accel_common.c > index 735f47f..1eac357 100644 > --- a/src/nv_accel_common.c > +++ b/src/nv_accel_common.c > @@ -116,8 +116,10 @@ nouveau_allocate_surface(ScrnInfoPtr scrn, int > width, int height, int bpp, > ret = nouveau_bo_new_tile(pNv->dev, flags, 0, *pitch * height, > tile_mode, tile_flags, bo); > - if (ret) > + if (ret) { > + xf86DrvMsg(scrn->scrnIndex, X_ERROR, "nouveau_bo_new_tile > returned: %d, %s\n", ret, strerror(ret)); > return FALSE; > + } > return TRUE; > } > - > Lowering bpp/resolution for framebuffer and/or X might help. At least > temporarily. Likely low on VRAM. I don't see why it would be able to create the 1st frame buffer for fbcon but not a 2nd for X unless it was tight on memory. [-- Attachment #1.2: Type: text/html, Size: 4608 bytes --] [-- Attachment #2: Type: text/plain, Size: 181 bytes --] _______________________________________________ Nouveau mailing list Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org http://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: nouveaufb problems with NV18 [not found] ` <20110701163521.GA3162-OI9uyE9O0yo@public.gmane.org> 2011-07-01 17:13 ` younes.m-Re5JQEeQqe8AvxtiuMwx3w @ 2011-07-01 19:22 ` George Spelvin [not found] ` <20110701192238.7169.qmail-FT9nftu9LUyCkawlElnc8EEOCMrvLtNR@public.gmane.org> 1 sibling, 1 reply; 11+ messages in thread From: George Spelvin @ 2011-07-01 19:22 UTC (permalink / raw) To: linux-gpGsJRJZ3PBBDgjK7y7TUQ, marcin.slusarz-Re5JQEeQqe8AvxtiuMwx3w Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW > Lowering bpp/resolution for framebuffer and/or X might help. At least temporarily. Bingo! Dropping to 16 bpp produced a working display. Xorg.0.log appensed. > Screenshot might be useful. Will be a few days; I don't have a camera handy. I thought I described it pretty well: cut off the bttom 8 pixels or so, replicating the top line of pixels to fill the space. Actually I just realized that, using 16x8 characters, my screen is 67.5x240; maybe the 0.5 character is causing some rounding error? > 2) I can't start X. The X server fails to initialize with: > [ 6151.976] (II) NOUVEAU(0): Opened GPU channel 1 > [ 6151.976] (II) NOUVEAU(0): [DRI2] Setup complete > [ 6151.976] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau_vieux > Can you uninstall 3d driver and check how will it behave? Forgive me; can you elaborate on what 3d driver you are referring to? Is it some kernel module, or a user-space thing? The modules I have loaded are: Module Size Used by nouveau 481474 2 ttm 35393 1 nouveau fbcon 28587 72 font 6928 1 fbcon bitblit 3470 1 fbcon softcursor 841 1 bitblit drm_kms_helper 18798 1 nouveau,[permanent] drm 123051 4 nouveau,ttm,drm_kms_helper i2c_algo_bit 3601 1 nouveau cfbcopyarea 2642 1 nouveau mxm_wmi 1005 1 nouveau wmi 6379 1 mxm_wmi video 9565 1 nouveau thermal_sys 9691 1 video cfbimgblt 1673 1 nouveau button 3377 1 nouveau cfbfillrect 2434 1 nouveau sunrpc 136005 1 fuse 47032 1 evdev 5947 4 > 1920x1080x4 is almost 8MB and you have only 32MB of VRAM. It might be a problem with memory allocation. > You could verify it by applying this patch to xf86-video-nouveau and checking xorg.log: The "lowering bpp" suggestion was faster, soI tried it successfully. Is this patch still useful? I'll try it over the weekend. Does nouveau leave the text mode console allocated? Without it, it actually uses hardware text mode, which is a lot less VRAM. Thank you very much! [ 59709.781] _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 [ 59709.782] _XSERVTransOpen: transport open failed for inet6/$HOST:0 [ 59709.782] _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 [ 59709.783] X.Org X Server 1.10.2 Release Date: 2011-05-28 [ 59709.783] X Protocol Version 11, Revision 0 [ 59709.783] Build Operating System: Linux 2.6.32-5-amd64 i686 Debian [ 59709.783] Current Operating System: Linux columbia 3.0.0-rc5+ #28 Thu Jun 30 22:21:23 EDT 2011 i686 [ 59709.783] Kernel command line: auto BOOT_IMAGE=2.6 ro root=302 [ 59709.783] Build Date: 17 June 2011 05:05:44PM [ 59709.783] xorg-server 2:1.10.2-2 (Cyril Brulebois <kibi-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>) [ 59709.783] Current version of pixman: 0.21.8 [ 59709.783] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 59709.783] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 59709.783] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 1 15:06:25 2011 [ 59709.784] (==) Using config file: "/etc/X11/xorg.conf" [ 59709.784] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 59709.784] (==) ServerLayout "Default Layout" [ 59709.784] (**) |-->Screen "Default Screen" (0) [ 59709.784] (**) | |-->Monitor "2243SWX" [ 59709.785] (**) Option "ReducedBlanking" [ 59709.785] (==) No device specified for screen "Default Screen". Using the first device section listed. [ 59709.785] (**) | |-->Device "Configured Video Device" [ 59709.785] (**) Option "DontZap" "off" [ 59709.785] (**) Option "AllowMouseOpenFail" "off" [ 59709.785] (==) Automatically adding devices [ 59709.785] (==) Automatically enabling devices [ 59709.785] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 59709.785] Entry deleted from font path. [ 59709.785] (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, built-ins [ 59709.785] (==) ModulePath set to "/usr/lib/xorg/modules" [ 59709.785] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 59709.785] (II) Loader magic: 0x8232ae0 [ 59709.785] (II) Module ABI versions: [ 59709.785] X.Org ANSI C Emulation: 0.4 [ 59709.785] X.Org Video Driver: 10.0 [ 59709.785] X.Org XInput driver : 12.2 [ 59709.785] X.Org Server Extension : 5.0 [ 59709.786] (--) PCI:*(0:4:0:0) 10de:01f0:0000:0000 rev 163, Mem @ 0xec000000/16777216, 0xe4000000/67108864, 0xe8000000/524288, BIOS @ 0x????????/131072 [ 59709.787] (II) Open ACPI successful (/var/run/acpid.socket) [ 59709.787] (II) LoadModule: "extmod" [ 59709.788] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so [ 59709.788] (II) Module extmod: vendor="X.Org Foundation" [ 59709.788] compiled for 1.10.2, module version = 1.0.0 [ 59709.788] Module class: X.Org Server Extension [ 59709.788] ABI class: X.Org Server Extension, version 5.0 [ 59709.789] (II) Loading extension SELinux [ 59709.789] (II) Loading extension MIT-SCREEN-SAVER [ 59709.789] (II) Loading extension XFree86-VidModeExtension [ 59709.789] (II) Loading extension XFree86-DGA [ 59709.789] (II) Loading extension DPMS [ 59709.789] (II) Loading extension XVideo [ 59709.789] (II) Loading extension XVideo-MotionCompensation [ 59709.789] (II) Loading extension X-Resource [ 59709.789] (II) LoadModule: "dbe" [ 59709.789] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so [ 59709.789] (II) Module dbe: vendor="X.Org Foundation" [ 59709.789] compiled for 1.10.2, module version = 1.0.0 [ 59709.789] Module class: X.Org Server Extension [ 59709.789] ABI class: X.Org Server Extension, version 5.0 [ 59709.789] (II) Loading extension DOUBLE-BUFFER [ 59709.789] (II) LoadModule: "glx" [ 59709.789] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [ 59709.790] (II) Module glx: vendor="X.Org Foundation" [ 59709.790] compiled for 1.10.2, module version = 1.0.0 [ 59709.790] ABI class: X.Org Server Extension, version 5.0 [ 59709.790] (==) AIGLX enabled [ 59709.790] (II) Loading extension GLX [ 59709.790] (II) LoadModule: "record" [ 59709.790] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so [ 59709.790] (II) Module record: vendor="X.Org Foundation" [ 59709.790] compiled for 1.10.2, module version = 1.13.0 [ 59709.790] Module class: X.Org Server Extension [ 59709.790] ABI class: X.Org Server Extension, version 5.0 [ 59709.790] (II) Loading extension RECORD [ 59709.790] (II) LoadModule: "dri" [ 59709.791] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so [ 59709.791] (II) Module dri: vendor="X.Org Foundation" [ 59709.791] compiled for 1.10.2, module version = 1.0.0 [ 59709.791] ABI class: X.Org Server Extension, version 5.0 [ 59709.791] (II) Loading extension XFree86-DRI [ 59709.791] (II) LoadModule: "dri2" [ 59709.791] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so [ 59709.791] (II) Module dri2: vendor="X.Org Foundation" [ 59709.792] compiled for 1.10.2, module version = 1.2.0 [ 59709.792] ABI class: X.Org Server Extension, version 5.0 [ 59709.792] (II) Loading extension DRI2 [ 59709.792] (II) LoadModule: "nouveau" [ 59709.792] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 59709.792] (II) Module nouveau: vendor="X.Org Foundation" [ 59709.792] compiled for 1.10.1, module version = 0.0.16 [ 59709.792] Module class: X.Org Video Driver [ 59709.792] ABI class: X.Org Video Driver, version 10.0 [ 59709.792] (II) NOUVEAU driver Date: Thu Mar 24 02:13:12 2011 +1000 [ 59709.792] (II) NOUVEAU driver for NVIDIA chipset families : [ 59709.792] RIVA TNT (NV04) [ 59709.792] RIVA TNT2 (NV05) [ 59709.792] GeForce 256 (NV10) [ 59709.792] GeForce 2 (NV11, NV15) [ 59709.792] GeForce 4MX (NV17, NV18) [ 59709.793] GeForce 3 (NV20) [ 59709.793] GeForce 4Ti (NV25, NV28) [ 59709.793] GeForce FX (NV3x) [ 59709.793] GeForce 6 (NV4x) [ 59709.793] GeForce 7 (G7x) [ 59709.793] GeForce 8 (G8x) [ 59709.793] GeForce GTX 200 (NVA0) [ 59709.793] GeForce GTX 400 (NVC0) [ 59709.793] (++) using VT number 7 [ 59709.796] drmOpenDevice: node name is /dev/dri/card0 [ 59709.796] drmOpenDevice: open result is 9, (OK) [ 59709.796] drmOpenByBusid: Searching for BusID pci:0000:04:00.0 [ 59709.796] drmOpenDevice: node name is /dev/dri/card0 [ 59709.796] drmOpenDevice: open result is 9, (OK) [ 59709.796] drmOpenByBusid: drmOpenMinor returns 9 [ 59709.796] drmOpenByBusid: drmGetBusid reports pci:0000:04:00.0 [ 59709.796] (II) [drm] nouveau interface version: 0.0.16 [ 59709.796] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 59709.796] (II) Loading sub module "dri" [ 59709.796] (II) LoadModule: "dri" [ 59709.797] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so [ 59709.797] (II) Module dri: vendor="X.Org Foundation" [ 59709.797] compiled for 1.10.2, module version = 1.0.0 [ 59709.797] ABI class: X.Org Server Extension, version 5.0 [ 59709.797] (II) NOUVEAU(0): Loaded DRI module [ 59709.797] drmOpenDevice: node name is /dev/dri/card0 [ 59709.798] drmOpenDevice: open result is 10, (OK) [ 59709.798] drmOpenDevice: node name is /dev/dri/card0 [ 59709.798] drmOpenDevice: open result is 10, (OK) [ 59709.798] drmOpenByBusid: Searching for BusID pci:0000:04:00.0 [ 59709.798] drmOpenDevice: node name is /dev/dri/card0 [ 59709.798] drmOpenDevice: open result is 10, (OK) [ 59709.798] drmOpenByBusid: drmOpenMinor returns 10 [ 59709.798] drmOpenByBusid: drmGetBusid reports pci:0000:04:00.0 [ 59709.798] (II) [drm] DRM interface version 1.4 [ 59709.798] (II) [drm] DRM open master succeeded. [ 59709.798] (--) NOUVEAU(0): Chipset: "NVIDIA NV1f" [ 59709.798] (**) NOUVEAU(0): Depth 16, (--) framebuffer bpp 16 [ 59709.798] (==) NOUVEAU(0): RGB weight 565 [ 59709.798] (==) NOUVEAU(0): Default visual is TrueColor [ 59709.798] (==) NOUVEAU(0): Using HW cursor [ 59709.798] (==) NOUVEAU(0): GLX sync to VBlank disabled. [ 59709.798] (==) NOUVEAU(0): Page flipping enabled [ 59709.857] (II) NOUVEAU(0): Output VGA-1 using monitor section 2243SWX [ 59709.917] (II) NOUVEAU(0): Output VGA-2 has no monitor section [ 59710.024] (II) NOUVEAU(0): Output DVI-D-1 has no monitor section [ 59710.024] (II) NOUVEAU(0): Output TV-1 has no monitor section [ 59710.084] (II) NOUVEAU(0): EDID for output VGA-1 [ 59710.144] (II) NOUVEAU(0): EDID for output VGA-2 [ 59710.251] (II) NOUVEAU(0): EDID for output DVI-D-1 [ 59710.251] (II) NOUVEAU(0): Manufacturer: SAM Model: 4e7 Serial#: 1297691186 [ 59710.251] (II) NOUVEAU(0): Year: 2009 Week: 14 [ 59710.251] (II) NOUVEAU(0): EDID Version: 1.3 [ 59710.251] (II) NOUVEAU(0): Digital Display Input [ 59710.251] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 48 vert.: 27 [ 59710.251] (II) NOUVEAU(0): Gamma: 2.20 [ 59710.251] (II) NOUVEAU(0): DPMS capabilities: Off [ 59710.251] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 59710.251] (II) NOUVEAU(0): First detailed timing is preferred mode [ 59710.251] (II) NOUVEAU(0): redX: 0.649 redY: 0.335 greenX: 0.283 greenY: 0.605 [ 59710.251] (II) NOUVEAU(0): blueX: 0.151 blueY: 0.073 whiteX: 0.312 whiteY: 0.329 [ 59710.251] (II) NOUVEAU(0): Supported established timings: [ 59710.251] (II) NOUVEAU(0): 640x480@60Hz [ 59710.251] (II) NOUVEAU(0): 800x600@56Hz [ 59710.251] (II) NOUVEAU(0): 800x600@60Hz [ 59710.251] (II) NOUVEAU(0): 1024x768@60Hz [ 59710.251] (II) NOUVEAU(0): Manufacturer's mask: 0 [ 59710.251] (II) NOUVEAU(0): Supported standard timings: [ 59710.252] (II) NOUVEAU(0): #0: hsize: 1280 vsize 800 refresh: 60 vid: 129 [ 59710.252] (II) NOUVEAU(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 [ 59710.252] (II) NOUVEAU(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 59710.252] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149 [ 59710.252] (II) NOUVEAU(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179 [ 59710.252] (II) NOUVEAU(0): #5: hsize: 1600 vsize 1200 refresh: 60 vid: 16553 [ 59710.252] (II) NOUVEAU(0): Supported detailed timing: [ 59710.252] (II) NOUVEAU(0): clock: 138.5 MHz Image Size: 477 x 268 mm [ 59710.252] (II) NOUVEAU(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0 [ 59710.252] (II) NOUVEAU(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0 [ 59710.252] (II) NOUVEAU(0): Ranges: V min: 56 V max: 61 Hz, H min: 30 H max: 75 kHz, PixClock max 175 MHz [ 59710.252] (II) NOUVEAU(0): Monitor name: SyncMaster [ 59710.252] (II) NOUVEAU(0): Serial No: H9NS400521 [ 59710.252] (II) NOUVEAU(0): EDID (in hex): [ 59710.252] (II) NOUVEAU(0): 00ffffffffffff004c2de7043232594d [ 59710.252] (II) NOUVEAU(0): 0e13010380301b782a78f1a655489b26 [ 59710.252] (II) NOUVEAU(0): 1250542308008100814081809500b300 [ 59710.252] (II) NOUVEAU(0): a940010101011a3680a070381f403020 [ 59710.252] (II) NOUVEAU(0): 3500dd0c1100001a000000fd00383d1e [ 59710.252] (II) NOUVEAU(0): 4b11000a202020202020000000fc0053 [ 59710.252] (II) NOUVEAU(0): 796e634d61737465720a2020000000ff [ 59710.252] (II) NOUVEAU(0): 0048394e533430303532310a20200094 [ 59710.252] (II) NOUVEAU(0): Printing probed modes for output DVI-D-1 [ 59710.252] (II) NOUVEAU(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz) [ 59710.252] (II) NOUVEAU(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) [ 59710.252] (II) NOUVEAU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz) [ 59710.252] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 59710.252] (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz) [ 59710.252] (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz) [ 59710.252] (II) NOUVEAU(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz) [ 59710.252] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 59710.252] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 59710.252] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) [ 59710.253] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 59710.253] (II) NOUVEAU(0): EDID for output TV-1 [ 59710.253] (II) NOUVEAU(0): Output VGA-1 disconnected [ 59710.253] (II) NOUVEAU(0): Output VGA-2 disconnected [ 59710.253] (II) NOUVEAU(0): Output DVI-D-1 connected [ 59710.253] (II) NOUVEAU(0): Output TV-1 disconnected [ 59710.253] (II) NOUVEAU(0): Using user preference for initial modes [ 59710.253] (II) NOUVEAU(0): Output DVI-D-1 using initial mode 1920x1080 [ 59710.253] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. [ 59710.253] (--) NOUVEAU(0): Virtual size is 1920x1080 (pitch 0) [ 59710.253] (**) NOUVEAU(0): Driver mode "1920x1080": 138.5 MHz (scaled from 0.0 MHz), 66.6 kHz, 59.9 Hz [ 59710.253] (II) NOUVEAU(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz) [ 59710.253] (**) NOUVEAU(0): Driver mode "1600x1200": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz [ 59710.253] (II) NOUVEAU(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) [ 59710.253] (**) NOUVEAU(0): Driver mode "1680x1050": 146.2 MHz (scaled from 0.0 MHz), 65.3 kHz, 60.0 Hz [ 59710.253] (II) NOUVEAU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz) [ 59710.253] (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz [ 59710.253] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 59710.253] (**) NOUVEAU(0): Driver mode "1440x900": 106.5 MHz (scaled from 0.0 MHz), 55.9 kHz, 59.9 Hz [ 59710.253] (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz) [ 59710.253] (**) NOUVEAU(0): Driver mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz [ 59710.253] (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz) [ 59710.253] (**) NOUVEAU(0): Driver mode "1280x800": 83.5 MHz (scaled from 0.0 MHz), 49.7 kHz, 59.8 Hz [ 59710.253] (II) NOUVEAU(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz) [ 59710.253] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz [ 59710.253] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 59710.253] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz [ 59710.253] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 59710.253] (**) NOUVEAU(0): Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz [ 59710.253] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) [ 59710.253] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz [ 59710.253] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 59710.254] (**) NOUVEAU(0): Display dimensions: (477, 268) mm [ 59710.254] (**) NOUVEAU(0): DPI set to (102, 102) [ 59710.254] (II) Loading sub module "fb" [ 59710.254] (II) LoadModule: "fb" [ 59710.254] (II) Loading /usr/lib/xorg/modules/libfb.so [ 59710.254] (II) Module fb: vendor="X.Org Foundation" [ 59710.254] compiled for 1.10.2, module version = 1.0.0 [ 59710.254] ABI class: X.Org ANSI C Emulation, version 0.4 [ 59710.254] (II) Loading sub module "exa" [ 59710.254] (II) LoadModule: "exa" [ 59710.254] (II) Loading /usr/lib/xorg/modules/libexa.so [ 59710.255] (II) Module exa: vendor="X.Org Foundation" [ 59710.255] compiled for 1.10.2, module version = 2.5.0 [ 59710.255] ABI class: X.Org Video Driver, version 10.0 [ 59710.255] (II) Loading sub module "shadowfb" [ 59710.255] (II) LoadModule: "shadowfb" [ 59710.255] (II) Loading /usr/lib/xorg/modules/libshadowfb.so [ 59710.255] (II) Module shadowfb: vendor="X.Org Foundation" [ 59710.255] compiled for 1.10.2, module version = 1.0.0 [ 59710.255] ABI class: X.Org ANSI C Emulation, version 0.4 [ 59710.256] (II) NOUVEAU(0): Opened GPU channel 1 [ 59710.257] (II) NOUVEAU(0): [DRI2] Setup complete [ 59710.257] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau_vieux [ 59710.257] (II) NOUVEAU(0): GART: 64MiB available [ 59710.264] (II) NOUVEAU(0): GART: Allocated 16MiB as a scratch buffer [ 59710.286] (II) EXA(0): Driver allocated offscreen pixmaps [ 59710.286] (II) EXA(0): Driver registered support for the following operations: [ 59710.286] (II) Solid [ 59710.286] (II) Copy [ 59710.286] (II) Composite (RENDER acceleration) [ 59710.286] (II) UploadToScreen [ 59710.286] (II) DownloadFromScreen [ 59710.286] (==) NOUVEAU(0): Backing store disabled [ 59710.286] (==) NOUVEAU(0): Silken mouse enabled [ 59710.287] (==) NOUVEAU(0): DPMS enabled [ 59710.287] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 59710.288] (--) RandR disabled [ 59710.288] (II) Initializing built-in extension Generic Event Extension [ 59710.288] (II) Initializing built-in extension SHAPE [ 59710.288] (II) Initializing built-in extension MIT-SHM [ 59710.288] (II) Initializing built-in extension XInputExtension [ 59710.288] (II) Initializing built-in extension XTEST [ 59710.288] (II) Initializing built-in extension BIG-REQUESTS [ 59710.288] (II) Initializing built-in extension SYNC [ 59710.288] (II) Initializing built-in extension XKEYBOARD [ 59710.288] (II) Initializing built-in extension XC-MISC [ 59710.288] (II) Initializing built-in extension SECURITY [ 59710.288] (II) Initializing built-in extension XINERAMA [ 59710.288] (II) Initializing built-in extension XFIXES [ 59710.288] (II) Initializing built-in extension RENDER [ 59710.288] (II) Initializing built-in extension RANDR [ 59710.288] (II) Initializing built-in extension COMPOSITE [ 59710.288] (II) Initializing built-in extension DAMAGE [ 59710.288] (II) SELinux: Disabled on system [ 59710.306] (EE) AIGLX error: dlopen of /usr/lib/i386-linux-gnu/dri/nouveau_vieux_dri.so failed (/usr/lib/i386-linux-gnu/dri/nouveau_vieux_dri.so: cannot open shared object file: No such file or directory) [ 59710.306] (EE) AIGLX: reverting to software rendering [ 59710.306] (II) AIGLX: Screen 0 is not DRI capable [ 59710.519] (II) AIGLX: Loaded and initialized /usr/lib/i386-linux-gnu/dri/swrast_dri.so [ 59710.519] (II) GLX: Initialized DRISWRAST GL provider for screen 0 [ 59710.524] (II) NOUVEAU(0): NVEnterVT is called. [ 59710.535] (II) NOUVEAU(0): Setting screen physical size to 507 x 285 [ 59710.535] resize called 1920 1080 [ 59711.011] (II) config/udev: Adding input device Power Button (/dev/input/event3) [ 59711.011] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 59711.011] (II) LoadModule: "evdev" [ 59711.011] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so [ 59711.035] (II) Module evdev: vendor="X.Org Foundation" [ 59711.035] compiled for 1.10.1, module version = 2.6.0 [ 59711.035] Module class: X.Org XInput Driver [ 59711.035] ABI class: X.Org XInput driver, version 12.2 [ 59711.035] (II) Using input driver 'evdev' for 'Power Button' [ 59711.036] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so [ 59711.036] (**) Power Button: always reports core events [ 59711.036] (**) Power Button: Device: "/dev/input/event3" [ 59711.036] (--) Power Button: Found keys [ 59711.036] (II) Power Button: Configuring as keyboard [ 59711.036] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3" [ 59711.036] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) [ 59711.036] (**) Option "xkb_rules" "evdev" [ 59711.036] (**) Option "xkb_model" "pc104" [ 59711.036] (**) Option "xkb_layout" "us" [ 59711.036] (**) Option "xkb_options" "compose:rwin,terminate:ctrl_alt_bksp" [ 59711.106] (II) config/udev: Adding input device Power Button (/dev/input/event2) [ 59711.106] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 59711.106] (II) Using input driver 'evdev' for 'Power Button' [ 59711.106] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so [ 59711.106] (**) Power Button: always reports core events [ 59711.106] (**) Power Button: Device: "/dev/input/event2" [ 59711.107] (--) Power Button: Found keys [ 59711.107] (II) Power Button: Configuring as keyboard [ 59711.107] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2" [ 59711.107] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) [ 59711.107] (**) Option "xkb_rules" "evdev" [ 59711.107] (**) Option "xkb_model" "pc104" [ 59711.107] (**) Option "xkb_layout" "us" [ 59711.107] (**) Option "xkb_options" "compose:rwin,terminate:ctrl_alt_bksp" [ 59711.111] (II) config/udev: Adding input device Sun USB Keyboard (/dev/input/event1) [ 59711.111] (**) Sun USB Keyboard: Applying InputClass "evdev keyboard catchall" [ 59711.111] (II) Using input driver 'evdev' for 'Sun USB Keyboard' [ 59711.111] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so [ 59711.111] (**) Sun USB Keyboard: always reports core events [ 59711.111] (**) Sun USB Keyboard: Device: "/dev/input/event1" [ 59711.111] (--) Sun USB Keyboard: Found keys [ 59711.111] (II) Sun USB Keyboard: Configuring as keyboard [ 59711.111] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input1/event1" [ 59711.111] (II) XINPUT: Adding extended input device "Sun USB Keyboard" (type: KEYBOARD) [ 59711.111] (**) Option "xkb_rules" "evdev" [ 59711.111] (**) Option "xkb_model" "pc104" [ 59711.111] (**) Option "xkb_layout" "us" [ 59711.111] (**) Option "xkb_options" "compose:rwin,terminate:ctrl_alt_bksp" [ 59711.113] (II) config/udev: Adding input device HID 1241:1166 (/dev/input/event0) [ 59711.113] (**) HID 1241:1166: Applying InputClass "evdev pointer catchall" [ 59711.113] (II) Using input driver 'evdev' for 'HID 1241:1166' [ 59711.113] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so [ 59711.113] (**) HID 1241:1166: always reports core events [ 59711.113] (**) HID 1241:1166: Device: "/dev/input/event0" [ 59711.113] (--) HID 1241:1166: Found 9 mouse buttons [ 59711.113] (--) HID 1241:1166: Found scroll wheel(s) [ 59711.113] (--) HID 1241:1166: Found relative axes [ 59711.113] (--) HID 1241:1166: Found x and y relative axes [ 59711.113] (II) HID 1241:1166: Configuring as mouse [ 59711.113] (II) HID 1241:1166: Adding scrollwheel support [ 59711.113] (**) HID 1241:1166: YAxisMapping: buttons 4 and 5 [ 59711.113] (**) HID 1241:1166: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 59711.113] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb2/2-2/2-2:1.0/input/input0/event0" [ 59711.113] (II) XINPUT: Adding extended input device "HID 1241:1166" (type: MOUSE) [ 59711.114] (II) HID 1241:1166: initialized for relative axes. [ 59711.114] (**) HID 1241:1166: (accel) keeping acceleration scheme 1 [ 59711.114] (**) HID 1241:1166: (accel) acceleration profile 0 [ 59711.114] (**) HID 1241:1166: (accel) acceleration factor: 2.000 [ 59711.114] (**) HID 1241:1166: (accel) acceleration threshold: 4 [ 59711.114] (II) config/udev: Adding input device HID 1241:1166 (/dev/input/mouse0) [ 59711.115] (II) No input driver/identifier specified (ignoring) [ 59713.248] (II) NOUVEAU(0): EDID vendor "SAM", prod id 1255 [ 59713.248] (II) NOUVEAU(0): Using hsync ranges from config file [ 59713.248] (II) NOUVEAU(0): Using vrefresh ranges from config file [ 59713.248] (II) NOUVEAU(0): Printing DDC gathered Modelines: [ 59713.248] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz) [ 59713.248] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 59713.248] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) [ 59713.248] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 59713.248] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 59713.248] (II) NOUVEAU(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz) [ 59713.248] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz) [ 59713.248] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 59713.248] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz) [ 59713.248] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz) [ 59713.248] (II) NOUVEAU(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) [ 59713.591] (II) NOUVEAU(0): EDID vendor "SAM", prod id 1255 [ 59713.591] (II) NOUVEAU(0): Using hsync ranges from config file [ 59713.591] (II) NOUVEAU(0): Using vrefresh ranges from config file [ 59713.591] (II) NOUVEAU(0): Printing DDC gathered Modelines: [ 59713.591] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz) [ 59713.591] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 59713.591] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) [ 59713.591] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 59713.591] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 59713.591] (II) NOUVEAU(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz) [ 59713.591] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz) [ 59713.591] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 59713.592] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz) [ 59713.592] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz) [ 59713.592] (II) NOUVEAU(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) [ 59713.944] (II) NOUVEAU(0): EDID vendor "SAM", prod id 1255 [ 59713.944] (II) NOUVEAU(0): Using hsync ranges from config file [ 59713.944] (II) NOUVEAU(0): Using vrefresh ranges from config file [ 59713.945] (II) NOUVEAU(0): Printing DDC gathered Modelines: [ 59713.945] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz) [ 59713.945] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 59713.945] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) [ 59713.945] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 59713.945] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 59713.945] (II) NOUVEAU(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz) [ 59713.945] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz) [ 59713.945] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 59713.945] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz) [ 59713.945] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz) [ 59713.945] (II) NOUVEAU(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <20110701192238.7169.qmail-FT9nftu9LUyCkawlElnc8EEOCMrvLtNR@public.gmane.org>]
* Re: nouveaufb problems with NV18 [not found] ` <20110701192238.7169.qmail-FT9nftu9LUyCkawlElnc8EEOCMrvLtNR@public.gmane.org> @ 2011-07-01 20:15 ` Marcin Slusarz [not found] ` <20110701201516.GB3162-OI9uyE9O0yo@public.gmane.org> 0 siblings, 1 reply; 11+ messages in thread From: Marcin Slusarz @ 2011-07-01 20:15 UTC (permalink / raw) To: George Spelvin; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW On Fri, Jul 01, 2011 at 03:22:38PM -0400, George Spelvin wrote: > > Lowering bpp/resolution for framebuffer and/or X might help. At least temporarily. > > Bingo! Dropping to 16 bpp produced a working display. Xorg.0.log appensed. Great :) > > Screenshot might be useful. > > Will be a few days; I don't have a camera handy. I thought I described it > pretty well: cut off the bttom 8 pixels or so, replicating the top line > of pixels to fill the space. Actually I just realized that, using 16x8 > characters, my screen is 67.5x240; maybe the 0.5 character is causing > some rounding error? > > > 2) I can't start X. The X server fails to initialize with: > > [ 6151.976] (II) NOUVEAU(0): Opened GPU channel 1 > > [ 6151.976] (II) NOUVEAU(0): [DRI2] Setup complete > > [ 6151.976] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau_vieux > > > Can you uninstall 3d driver and check how will it behave? > > Forgive me; can you elaborate on what 3d driver you are referring to? Is it some > kernel module, or a user-space thing? The modules I have loaded are: > Module Size Used by > nouveau 481474 2 > (...) 3d driver is nouveau_vieux_dri.so, which I misreaded as loading in a log above. Now I see this in a new log: [ 59710.306] (EE) AIGLX error: dlopen of /usr/lib/i386-linux-gnu/dri/nouveau_vieux_dri.so failed (/usr/lib/i386-linux-gnu/dri/nouveau_vieux_dri.so: cannot open shared object file: No such file or directory) [ 59710.306] (EE) AIGLX: reverting to software rendering which means you don't have it installed. Good ;). > > > 1920x1080x4 is almost 8MB and you have only 32MB of VRAM. It might be a problem with memory allocation. > > You could verify it by applying this patch to xf86-video-nouveau and checking xorg.log: > > The "lowering bpp" suggestion was faster, soI tried it successfully. Is this patch still > useful? I'll try it over the weekend. No. As suggested by mwk on irc the problem is probably in kernel - on NV1x, nouveau allocates color buffers only in bottom half of VRAM, so if fbcon takes almost half of it and there are some other allocations, second 8MB buffer cannot be allocated. Can you test this patch to verify it? -- diff --git a/drivers/gpu/drm/nouveau/nouveau_bo.c b/drivers/gpu/drm/nouveau/nouveau_bo.c index 890d50e..6884c88 100644 --- a/drivers/gpu/drm/nouveau/nouveau_bo.c +++ b/drivers/gpu/drm/nouveau/nouveau_bo.c @@ -146,7 +146,7 @@ set_placement_range(struct nouveau_bo *nvbo, uint32_t type) struct drm_nouveau_private *dev_priv = nouveau_bdev(nvbo->bo.bdev); int vram_pages = dev_priv->vram_size >> PAGE_SHIFT; - if (dev_priv->card_type == NV_10 && + if (0 && dev_priv->card_type == NV_10 && nvbo->tile_mode && (type & TTM_PL_FLAG_VRAM) && nvbo->bo.mem.num_pages < vram_pages / 2) { /* -- > Does nouveau leave the text mode console allocated? Without it, it > actually uses hardware text mode, which is a lot less VRAM. fbcon remain allocated after start of X. You could boot with lower bpp/resolution to leave more VRAM for X... http://nouveau.freedesktop.org/wiki/KernelModeSetting#ForcingModes Marcin ^ permalink raw reply related [flat|nested] 11+ messages in thread
[parent not found: <20110701201516.GB3162-OI9uyE9O0yo@public.gmane.org>]
* Re: nouveaufb problems with NV18 [not found] ` <20110701201516.GB3162-OI9uyE9O0yo@public.gmane.org> @ 2011-07-01 23:11 ` George Spelvin 2011-08-08 15:04 ` George Spelvin 1 sibling, 0 replies; 11+ messages in thread From: George Spelvin @ 2011-07-01 23:11 UTC (permalink / raw) To: linux-gpGsJRJZ3PBBDgjK7y7TUQ, marcin.slusarz-Re5JQEeQqe8AvxtiuMwx3w Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW > No. As suggested by mwk on irc the problem is probably in kernel - on NV1x, nouveau > allocates color buffers only in bottom half of VRAM, so if fbcon takes almost half of it and > there are some other allocations, second 8MB buffer cannot be allocated. > Can you test this patch to verify it? > -- > diff --git a/drivers/gpu/drm/nouveau/nouveau_bo.c b/drivers/gpu/drm/nouveau/nouveau_bo.c > index 890d50e..6884c88 100644 > --- a/drivers/gpu/drm/nouveau/nouveau_bo.c > +++ b/drivers/gpu/drm/nouveau/nouveau_bo.c > @@ -146,7 +146,7 @@ set_placement_range(struct nouveau_bo *nvbo, uint32_t type) > struct drm_nouveau_private *dev_priv = nouveau_bdev(nvbo->bo.bdev); > int vram_pages = dev_priv->vram_size >> PAGE_SHIFT; > > - if (dev_priv->card_type == NV_10 && > + if (0 && dev_priv->card_type == NV_10 && > nvbo->tile_mode && (type & TTM_PL_FLAG_VRAM) && > nvbo->bo.mem.num_pages < vram_pages / 2) { > /* Yes, it works at DefaultDepth 24. I'm not at the computer any more, so I can't speak for the display quality, but I have a good looking Xorg.0.log and a running gdm3. Interestingly, the vertical display offset I noticed on the console is also present in the X display. The frame buffer is shifted down about 16 pixels (about the height of the default arrow cursor), and the gap is filled with copies of the top scan line. The cursor position is not offset, meaning that it changes appearance when it's apparently 16 pixels above a hot-spot. I'll find a camera and take a picture. Thank you again! ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: nouveaufb problems with NV18 [not found] ` <20110701201516.GB3162-OI9uyE9O0yo@public.gmane.org> 2011-07-01 23:11 ` George Spelvin @ 2011-08-08 15:04 ` George Spelvin 1 sibling, 0 replies; 11+ messages in thread From: George Spelvin @ 2011-08-08 15:04 UTC (permalink / raw) To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: linux-gpGsJRJZ3PBBDgjK7y7TUQ Thanks to Marcin for figuring out my "X would not start" problem (console FB used more memory than text console, resulting in not enough room for X FB; I dropped console depth & increased video RAM). So I now have a working display. Well, mostly working. There is still the outstanding problem that the screen is shifted about 16 pixels down. The top row of pixels is replicated to fill the vacant space at the top, while the bottom is cut off. The cursor is not shifted, so I'm getting used to compensating for the 16-pixel offset between the tip of the visible mouse pointer and the thing I want to click on. (The count of 16 is based on moving the mouse very slowly and trying to count pixels; it may be off slightly.) I have photos, but they're a bit big for mailing list. And they just show what I described. If anyone has any ideas, I'd definitely appreciate them. 00:00.0 Host bridge [0600]: nVidia Corporation nForce2 IGP2 [10de:01e0] (rev a2) 00:00.1 RAM memory [0500]: nVidia Corporation nForce2 Memory Controller 1 [10de:01eb] (rev a2) 00:00.2 RAM memory [0500]: nVidia Corporation nForce2 Memory Controller 4 [10de:01ee] (rev a2) 00:00.3 RAM memory [0500]: nVidia Corporation nForce2 Memory Controller 3 [10de:01ed] (rev a2) 00:00.4 RAM memory [0500]: nVidia Corporation nForce2 Memory Controller 2 [10de:01ec] (rev a2) 00:00.5 RAM memory [0500]: nVidia Corporation nForce2 Memory Controller 5 [10de:01ef] (rev a2) 00:01.0 ISA bridge [0601]: nVidia Corporation nForce2 ISA Bridge [10de:0060] (rev a3) 00:01.1 SMBus [0c05]: nVidia Corporation nForce2 SMBus (MCP) [10de:0064] (rev a2) 00:02.0 USB Controller [0c03]: nVidia Corporation nForce2 USB Controller [10de:0067] (rev a3) 00:02.1 USB Controller [0c03]: nVidia Corporation nForce2 USB Controller [10de:0067] (rev a3) 00:02.2 USB Controller [0c03]: nVidia Corporation nForce2 USB Controller [10de:0068] (rev a3) 00:04.0 Ethernet controller [0200]: nVidia Corporation nForce2 Ethernet Controller [10de:0066] (rev a1) 00:05.0 Multimedia audio controller [0401]: nVidia Corporation nForce Audio Processing Unit [10de:006b] (rev a2) 00:06.0 Multimedia audio controller [0401]: nVidia Corporation nForce2 AC97 Audio Controler (MCP) [10de:006a] (rev a1) 00:08.0 PCI bridge [0604]: nVidia Corporation nForce2 External PCI Bridge [10de:006c] (rev a3) 00:09.0 IDE interface [0101]: nVidia Corporation nForce2 IDE [10de:0065] (rev a2) 00:0d.0 FireWire (IEEE 1394) [0c00]: nVidia Corporation nForce2 FireWire (IEEE 1394) Controller [10de:006e] (rev a3) 00:1e.0 PCI bridge [0604]: nVidia Corporation nForce2 AGP [10de:01e8] (rev a2) 04:00.0 VGA compatible controller [0300]: nVidia Corporation NV18 [GeForce4 MX - nForce GPU] [10de:01f0] (rev a3) [ 39.321483] [drm] Initialized drm 1.1.0 20060810 [ 39.617894] ACPI: PCI Interrupt Link [LNK5] enabled at IRQ 10 [ 39.617907] nouveau 0000:04:00.0: PCI INT A -> Link[LNK5] -> GSI 10 (level, low) -> IRQ 10 [ 39.621354] [drm] nouveau 0000:04:00.0: Detected an NV10 generation card (0x01f000a5) [ 39.621605] [drm] nouveau 0000:04:00.0: Attempting to load BIOS image from PRAMIN [ 39.666221] [drm] nouveau 0000:04:00.0: ... BIOS checksum invalid [ 39.666226] [drm] nouveau 0000:04:00.0: Attempting to load BIOS image from PROM [ 39.666232] [drm] nouveau 0000:04:00.0: ... BIOS signature not found [ 39.666236] [drm] nouveau 0000:04:00.0: Attempting to load BIOS image from PCIROM [ 39.666706] [drm] nouveau 0000:04:00.0: ... appears to be valid [ 39.668278] [drm] nouveau 0000:04:00.0: BMP BIOS found [ 39.668282] [drm] nouveau 0000:04:00.0: BMP version 5.21 [ 39.668288] [drm] nouveau 0000:04:00.0: Bios version 04.1f.00.07 [ 39.668294] [drm] nouveau 0000:04:00.0: Found Display Configuration Block version 2.0 [ 39.668301] [drm] nouveau 0000:04:00.0: Raw DCB entry 0: 01000100 000088b8 [ 39.668307] [drm] nouveau 0000:04:00.0: Raw DCB entry 1: 02010210 000088b8 [ 39.668312] [drm] nouveau 0000:04:00.0: Raw DCB entry 2: 01120132 00000000 [ 39.668317] [drm] nouveau 0000:04:00.0: Raw DCB entry 3: 01120232 00000000 [ 39.668322] [drm] nouveau 0000:04:00.0: Raw DCB entry 4: 02010121 00000003 [ 39.668326] [drm] nouveau 0000:04:00.0: Raw DCB entry 5: 02010221 00000003 [ 39.668332] [drm] nouveau 0000:04:00.0: Merging DCB entries 2 and 3 [ 39.668336] [drm] nouveau 0000:04:00.0: Merging DCB entries 4 and 5 [ 39.669907] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 0 at offset 0xC284 [ 39.669937] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 1 at offset 0xC4E0 [ 39.669948] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 2 at offset 0xC2E7 [ 39.684992] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 3 at offset 0xC632 [ 39.685005] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table 4 at offset 0xC47B [ 39.685014] [drm] nouveau 0000:04:00.0: Unknown memclock table version 0. [ 39.731088] [drm] nouveau 0000:04:00.0: 0 available performance level(s) [ 39.731119] [drm] nouveau 0000:04:00.0: c: core 199MHz memory 200454M [ 39.734870] [TTM] Zone kernel: Available graphics memory: 444122 kiB. [ 39.734877] [TTM] Zone highmem: Available graphics memory: 1005246 kiB. [ 39.734881] [TTM] Initializing pool allocator. [ 39.734903] [drm] nouveau 0000:04:00.0: Detected 64MiB VRAM [ 39.735038] agpgart-nvidia 0000:00:00.0: AGP 2.0 bridge [ 39.735068] agpgart-nvidia 0000:00:00.0: putting AGP V2 device into 4x mode [ 39.735148] nouveau 0000:04:00.0: putting AGP V2 device into 4x mode [ 39.735155] [drm] nouveau 0000:04:00.0: 128 MiB GART (aperture) [ 39.735247] [drm] nouveau 0000:04:00.0: Saving VGA fonts [ 39.782849] [drm] nouveau 0000:04:00.0: Detected TMDS transmitter: sil164 [ 39.794896] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). [ 39.794906] [drm] No driver support for vblank timestamp query. [ 39.794932] [drm] nouveau 0000:04:00.0: Setting dpms mode 3 on vga encoder (output 0) [ 39.794940] [drm] nouveau 0000:04:00.0: Setting dpms mode 3 on vga encoder (output 1) [ 39.794947] [drm] nouveau 0000:04:00.0: Setting dpms mode 3 on tmds encoder (output 2) [ 39.794954] [drm] nouveau 0000:04:00.0: Setting dpms mode 3 on TV encoder (output 3) [ 39.989410] [drm] nouveau 0000:04:00.0: allocated 1920x1080 fb: 0x49000, bo f586c600 [ 39.990919] fbcon: nouveaufb (fb0) is primary device [ 39.991873] Console: switching to colour frame buffer device 240x67 [ 39.991893] fb0: nouveaufb frame buffer device [ 39.991897] drm: registered panic notifier [ 39.991916] [drm] Initialized nouveau 0.0.16 20090420 for 0000:04:00.0 on minor 0 [ 41.419444] [drm] nouveau 0000:04:00.0: Setting dpms mode 0 on tmds encoder (output 2) [ 41.419455] [drm] nouveau 0000:04:00.0: Output DVI-D-1 is running on CRTC 0 using output A Display is 1920x1080 LCD, connected via DVI-D. ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2011-08-08 15:04 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-09 20:06 nouveaufb problems with NV18 George Spelvin
[not found] ` <20110309200656.23070.qmail-FT9nftu9LUyCkawlElnc8EEOCMrvLtNR@public.gmane.org>
2011-03-10 19:48 ` younes.m-Re5JQEeQqe8AvxtiuMwx3w
[not found] ` <000e0cd488aa1f9936049e26203c-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
2011-03-11 15:27 ` George Spelvin
[not found] ` <20110311152718.19243.qmail-FT9nftu9LUyCkawlElnc8EEOCMrvLtNR@public.gmane.org>
2011-03-11 20:16 ` younes.m-Re5JQEeQqe8AvxtiuMwx3w
[not found] ` <20cf304346f0aae407049e3aa3fa-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
2011-07-01 5:16 ` George Spelvin
[not found] ` <20110701051649.22615.qmail-FT9nftu9LUyCkawlElnc8EEOCMrvLtNR@public.gmane.org>
2011-07-01 16:35 ` Marcin Slusarz
[not found] ` <20110701163521.GA3162-OI9uyE9O0yo@public.gmane.org>
2011-07-01 17:13 ` younes.m-Re5JQEeQqe8AvxtiuMwx3w
2011-07-01 19:22 ` George Spelvin
[not found] ` <20110701192238.7169.qmail-FT9nftu9LUyCkawlElnc8EEOCMrvLtNR@public.gmane.org>
2011-07-01 20:15 ` Marcin Slusarz
[not found] ` <20110701201516.GB3162-OI9uyE9O0yo@public.gmane.org>
2011-07-01 23:11 ` George Spelvin
2011-08-08 15:04 ` George Spelvin
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.