IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Linux Discussion :

linux sur un PPC G5 - probleme d'affichage (framebuffer?)


Sujet :

Linux

  1. #1
    screetch
    Invité(e)
    Par défaut linux sur un PPC G5 - probleme d'affichage (framebuffer?)
    J'ai pas mal galere mais j'ai fini par reussir a installer une debian sur un PowerPC (un mac G5 quad core); J'ai un peu du mal a ecrire car la je tape sur un clavier americain alors que le systeme est configure en suedois, donc pardon pour les accents et la ponctuation...
    a part le probleme du clavier (qui sera resolu avec des piles neuves pour le clavier correct) j'ai un autre probleme: tout boot correctement mais lorsque X11 demarre, je ne peut voir qu'un rectangle de disons 800x1000 dans le coin inferieur droit, au lieu de 1920x1200
    X pense que le framebuffer fait bien 1920x1200, le bureau fait bien 1920x1200, mais ce qui est affiche consiste en un rectange noir (1200x1200) et tout a droite, une petite fenetre par laquelle j'ecris.Le mode console fonctionnait lui plutot bien.
    J'ai triture quelques boutons, recompile un noyau, avec le support de nouveau, le nouveau (!) driver pour cartes nvidia, qui prend aussi en compte le framebuffer pour le mode console. Mal m'en a pris, puisque desormais la console aussi a le meme probleme (la plupart de l ecran est noir sauf un rectangle en bas a droite, le meme en verite) et X11 fait aussi la gueule, comme avec le driver nv

    j'ai juste l'impression que le framebuffer est mal mappe mais j'ai beau chercher, je ne vois pas comment changer ca... quelques indices seraient le bienvenus
    j'ai essaye l'option video=ofonly mais ca n'a rien change

    voila le log
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    486
    487
    488
    489
    490
    491
    492
    493
    494
    495
    496
    497
    498
    499
    500
    501
    502
    503
    504
    505
    506
    507
    508
    509
    510
    511
    512
    513
    514
    515
    516
    517
    518
    519
    520
    521
    522
    523
    524
    525
    526
    527
    528
    529
    530
    531
    532
    533
    534
    535
    536
    537
    538
    539
    540
    541
    542
    543
    544
    545
    546
    547
    548
    549
    550
    551
    552
    553
    554
    555
    556
    557
    558
    559
    560
    561
    562
    563
    564
    565
    566
    567
    568
    569
    570
    571
    572
    573
    574
    575
    576
    577
    578
    579
    580
    581
    582
    583
    584
    585
    586
    587
    588
    589
    590
    591
    [    0.000000] DART table allocated at: c00000007f000000
    [    0.000000] Using PowerMac machine description
    [    0.000000] Page orders: linear mapping = 24, virtual = 12, io = 12, vmemmap = 24
    [    0.000000] Found U4 memory controller & host bridge @ 0xf8000000 revision: 0x42
    [    0.000000] Mapped at 0xd000080080000000
    [    0.000000] Found a Shasta mac-io controller, rev: 0, mapped at 0xd000080080041000
    [    0.000000] PowerMac motherboard: PowerMac G5 Dual Core
    [    0.000000] DART IOMMU initialized for U4 type chipset
    [    0.000000] bootconsole [udbg0] enabled
    [    0.000000] CPU maps initialized for 1 thread per core
    [    0.000000]  (thread shift is 0)
    [    0.000000] Starting Linux PPC64 #3 SMP PREEMPT Sat Jul 24 15:16:44 CEST 2010
    [    0.000000] -----------------------------------------------------
    [    0.000000] ppc64_pft_size                = 0x0
    [    0.000000] physicalMemorySize            = 0x1a0000000
    [    0.000000] htab_address                  = 0xc000000218000000
    [    0.000000] htab_hash_mask                = 0xfffff
    [    0.000000] -----------------------------------------------------
    [    0.000000] Initializing cgroup subsys cpuset
    [    0.000000] Initializing cgroup subsys cpu
    [    0.000000] Linux version 2.6.33.6 (root@CALCULON) (gcc version 4.4.4 (Debian 4.4.4-7) ) #3 SMP PREEMPT Sat Jul 24 15:16:44 CEST 2010
    [    0.000000] [boot]0012 Setup Arch
    [    0.000000] Top of RAM: 0x220000000, Total RAM: 0x1a0000000
    [    0.000000] Memory hole size: 2048MB
    [    0.000000] Found U4-PCIE PCI host bridge.  Firmware bus number: 0->255
    [    0.000000] PCI host bridge /pci@0,f0000000  ranges:
    [    0.000000]  MEM 0x00000000f1000000..0x00000000f1ffffff -> 0x00000000f1000000 
    [    0.000000]   IO 0x00000000f0000000..0x00000000f07fffff -> 0x0000000000000000
    [    0.000000]  MEM 0x0000000090000000..0x00000000afffffff -> 0x0000000090000000 
    [    0.000000] Can't get bus-range for /ht@0,f2000000, assume bus 0
    [    0.000000] Found U3-HT PCI host bridge.  Firmware bus number: 0->239
    [    0.000000] PCI host bridge /ht@0,f2000000 (primary) ranges:
    [    0.000000] SMU: Driver 0.7 (c) 2005 Benjamin Herrenschmidt, IBM Corp.
    [    0.000000] nvram: Checking bank 0...
    [    0.000000] nvram: gen0=524, gen1=525
    [    0.000000] nvram: Active bank is: 1
    [    0.000000] nvram: OF partition at 0x410
    [    0.000000] nvram: XP partition at 0x1020
    [    0.000000] nvram: NR partition at 0x1120
    [    0.000000] Zone PFN ranges:
    [    0.000000]   DMA      0x00000000 -> 0x00220000
    [    0.000000]   Normal   0x00220000 -> 0x00220000
    [    0.000000] Movable zone start PFN for each node
    [    0.000000] early_node_map[2] active PFN ranges
    [    0.000000]     0: 0x00000000 -> 0x00080000
    [    0.000000]     0: 0x00100000 -> 0x00220000
    [    0.000000] On node 0 totalpages: 1703936
    [    0.000000]   DMA zone: 30464 pages used for memmap
    [    0.000000]   DMA zone: 0 pages reserved
    [    0.000000]   DMA zone: 1673472 pages, LIFO batch:31
    [    0.000000] [boot]0015 Setup Done
    [    0.000000] PERCPU: Embedded 12 pages/cpu @c000000000700000 s17912 r0 d31240 u262144
    [    0.000000] pcpu-alloc: s17912 r0 d31240 u262144 alloc=1*1048576
    [    0.000000] pcpu-alloc: [0] 0 1 2 3 
    [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1673472
    [    0.000000] Policy zone: DMA
    [    0.000000] Kernel command line: root=/dev/sda4 ro video=1920x1200@32 
    [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [    0.000000] freeing bootmem node 0
    [    0.000000] Memory: 6545496k/6815744k available (5540k kernel code, 270248k reserved, 812k data, 451k bss, 272k init)
    [    0.000000] SLUB: Genslabs=14, HWalign=128, Order=0-3, MinObjects=0, CPUs=4, Nodes=256
    [    0.000000] Hierarchical RCU implementation.
    [    0.000000] NR_IRQS:512 nr_irqs:512
    [    0.000000] mpic: Setting up MPIC " MPIC 1   " version 1.2 at f8040000, max 4 CPUs
    [    0.000000] mpic: ISU size: 124, shift: 7, mask: 7f
    [    0.000000] mpic: Initializing for 124 sources
    [    0.000000] mpic: Setting up HT PICs workarounds for U3/U4
    [    0.000000] mpic:   - HT:01.0 disabled MSI mapping found @ 0xfee00000
    [    0.000000] mpic:   - HT:02.0 disabled MSI mapping found @ 0xfee00000
    [    0.000000] mpic:   - HT:03.0 disabled MSI mapping found @ 0xfee00000
    [    0.000000] mpic:   - HT:04.0 disabled MSI mapping found @ 0xfee00000
    [    0.000000] mpic:   - HT:05.0 disabled MSI mapping found @ 0xfee00000
    [    0.000000] mpic:   - HT:06.0 disabled MSI mapping found @ 0xfee00000
    [    0.000000] mpic:   - HT:07.0 [0x90] vendor 106b device 0053 has 86 irqs
    [    0.000000] time_init: decrementer frequency = 33.333333 MHz
    [    0.000000] time_init: processor frequency   = 2500.000000 MHz
    [    0.000000] clocksource: timebase mult[7800001] shift[22] registered
    [    0.000000] clockevent: decrementer mult[8888887] shift[32] cpu[0]
    [    0.000000] Console: colour dummy device 80x25
    [    0.000000] console [tty0] enabled, bootconsole disabled
    [    0.000817] Security Framework initialized
    [    0.001692] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [    0.008513] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [    0.011752] Mount-cache hash table entries: 256
    [    0.013492] device-tree: Duplicate name in /ht@0,f2000000/pci@8/mac-io@7/i2c@18000, renamed to "i2c-bus@0#1"
    [    0.015078] Initializing cgroup subsys ns
    [    0.015083] Initializing cgroup subsys cpuacct
    [    0.015090] Initializing cgroup subsys devices
    [    0.015094] Initializing cgroup subsys freezer
    [    0.015380] PowerMac SMP probe found 4 cpus
    [    0.015451]   alloc irq_desc for 16 on node 0
    [    0.015453]   alloc kstat_irqs on node 0
    [    0.015459] irq: irq 0 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 16
    [    0.015477] KeyWest i2c @0xf8001003 irq 16 /u4@0,f8000000/i2c@f8001000
    [    0.015484]  channel 1 bus /u4@0,f8000000/i2c@f8001000/i2c-bus@1
    [    0.015496]   alloc irq_desc for 27 on node 0
    [    0.015498]   alloc kstat_irqs on node 0
    [    0.015501] irq: irq 27 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 27
    [    0.015511] KeyWest i2c @0x80018000 irq 27 /ht@0,f2000000/pci@8/mac-io@7/i2c@18000
    [    0.015519]  channel 0 bus /ht@0,f2000000/pci@8/mac-io@7/i2c@18000/i2c-bus@0
    [    0.015525]  channel 0 bus /ht@0,f2000000/pci@8/mac-io@7/i2c@18000/i2c-bus@0
    [    0.015536] SMU i2c /smu@0,0/smu-i2c-control@0
    [    0.015542]  channel b bus /smu@0,0/smu-i2c-control@0/i2c-bus@b
    [    0.015548]  channel e bus /smu@0,0/smu-i2c-control@0/i2c-bus@e
    [    0.015567] Processor timebase sync using platform function
    [    0.015571] mpic: requesting IPIs ... 
    [    0.015577]   alloc irq_desc for 251 on node 0
    [    0.015579]   alloc kstat_irqs on node 0
    [    0.015582] irq: irq 251 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 251
    [    0.015588]   alloc irq_desc for 252 on node 0
    [    0.015589]   alloc kstat_irqs on node 0
    [    0.015592] irq: irq 252 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 252
    [    0.015597]   alloc irq_desc for 253 on node 0
    [    0.015599]   alloc kstat_irqs on node 0
    [    0.015601] irq: irq 253 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 253
    [    0.015606]   alloc irq_desc for 254 on node 0
    [    0.015608]   alloc kstat_irqs on node 0
    [    0.015610] irq: irq 254 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 254
    [    0.020783] Processor 1 found.
    [    0.020796] clockevent: decrementer mult[8888887] shift[32] cpu[1]
    [    0.023993] Processor 2 found.
    [    0.024003] clockevent: decrementer mult[8888887] shift[32] cpu[2]
    [    0.027202] Processor 3 found.
    [    0.027213] clockevent: decrementer mult[8888887] shift[32] cpu[3]
    [    0.027233] Brought up 4 CPUs
    [    0.028357] devtmpfs: initialized
    [    0.028576]   alloc irq_desc for 53 on node 0
    [    0.028578]   alloc kstat_irqs on node 0
    [    0.028582] irq: irq 53 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 53
    [    0.028591]   alloc irq_desc for 48 on node 0
    [    0.028593]   alloc kstat_irqs on node 0
    [    0.028596] irq: irq 48 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 48
    [    0.028661] NET: Registered protocol family 16
    [    0.028687] IBM eBus Device Driver
    [    0.029472] CPU Hotplug not supported by firmware - disabling.
    [    0.029672] PCI: Probing PCI hardware
    [    0.029799] PCI: Fixup U4 PCIe bridge range: [mem 0x90000000-0xafffffff]
    [    0.029822] pci 0000:00:0b.0: PME# supported from D0 D3hot D3cold
    [    0.029827] pci 0000:00:0b.0: PME# disabled
    [    0.062691] IOMMU table initialized, virtual merging enabled
    [    0.062729] pci 0000:0a:00.0: reg 10: [mem 0xa1000000-0xa1ffffff]
    [    0.062739] pci 0000:0a:00.0: reg 14: [mem 0x90000000-0x9fffffff 64bit pref]
    [    0.062749] pci 0000:0a:00.0: reg 1c: [mem 0xa0000000-0xa0ffffff 64bit]
    [    0.062759] pci 0000:0a:00.0: reg 30: [mem 0xa2000000-0xa201ffff pref]
    [    0.062802] pci 0000:0a:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
    [    0.062847] pci 0000:00:0b.0: PCI bridge to [bus 0a-0a]
    [    0.062856] pci 0000:00:0b.0:   bridge window [io  0x0000-0xffff]
    [    0.062860] pci 0000:00:0b.0:   bridge window [mem 0x90000000-0xafffffff]
    [    0.062866] pci 0000:00:0b.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
    [    0.062881]   alloc irq_desc for 17 on node 0
    [    0.062883]   alloc kstat_irqs on node 0
    [    0.062886] irq: irq 3 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 17
    [    0.063483] pci 0001:00:01.0: PCI bridge to [bus 04-04]
    [    0.063525] pci 0001:05:04.0: reg 10: [mem 0xfa530000-0xfa53ffff 64bit]
    [    0.063532] pci 0001:05:04.0: reg 18: [mem 0xfa520000-0xfa52ffff 64bit]
    [    0.063559] pci 0001:05:04.0: PME# supported from D3hot D3cold
    [    0.063563] pci 0001:05:04.0: PME# disabled
    [    0.063594] pci 0001:05:04.1: reg 10: [mem 0xfa510000-0xfa51ffff 64bit]
    [    0.063602] pci 0001:05:04.1: reg 18: [mem 0xfa500000-0xfa50ffff 64bit]
    [    0.063628] pci 0001:05:04.1: PME# supported from D3hot D3cold
    [    0.063632] pci 0001:05:04.1: PME# disabled
    [    0.063648] pci 0001:00:02.0: PCI bridge to [bus 05-05]
    [    0.063658] pci 0001:00:02.0:   bridge window [mem 0xfa500000-0xfa5fffff]
    [    0.063670]   alloc irq_desc for 66 on node 0
    [    0.063672]   alloc kstat_irqs on node 0
    [    0.063675] irq: irq 66 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 66
    [    0.063684]   alloc irq_desc for 67 on node 0
    [    0.063686]   alloc kstat_irqs on node 0
    [    0.063688] irq: irq 67 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 67
    [    0.063705] pci 0001:00:03.0: PCI bridge to [bus 06-06]
    [    0.063729] pci 0001:00:04.0: PCI bridge to [bus 07-07]
    [    0.063754] pci 0001:00:05.0: PCI bridge to [bus 08-08]
    [    0.063779] pci 0001:00:06.0: PCI bridge to [bus 09-09]
    [    0.063804] pci 0001:00:07.0: PCI bridge to [bus 02-02]
    [    0.063815] pci 0001:00:07.0:   bridge window [mem 0xfa000000-0xfa3fffff]
    [    0.063819] pci 0001:00:07.0:   bridge window [mem 0x00000000-0x000fffff pref]
    [    0.063844] pci 0001:01:07.0: reg 10: [mem 0x80000000-0x8007ffff]
    [    0.063896] pci 0001:01:0b.0: reg 10: [mem 0x80082000-0x80082fff]
    [    0.063934] pci 0001:01:0b.0: supports D1 D2
    [    0.063936] pci 0001:01:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
    [    0.063940] pci 0001:01:0b.0: PME# disabled
    [    0.063968] pci 0001:01:0b.1: reg 10: [mem 0x80081000-0x80081fff]
    [    0.064006] pci 0001:01:0b.1: supports D1 D2
    [    0.064009] pci 0001:01:0b.1: PME# supported from D0 D1 D2 D3hot D3cold
    [    0.064012] pci 0001:01:0b.1: PME# disabled
    [    0.064041] pci 0001:01:0b.2: reg 10: [mem 0x80080000-0x800800ff]
    [    0.064079] pci 0001:01:0b.2: supports D1 D2
    [    0.064081] pci 0001:01:0b.2: PME# supported from D0 D1 D2 D3hot D3cold
    [    0.064085] pci 0001:01:0b.2: PME# disabled
    [    0.064099] pci 0001:00:08.0: PCI bridge to [bus 01-01]
    [    0.064110] pci 0001:00:08.0:   bridge window [mem 0x80000000-0x800fffff]
    [    0.064114] pci 0001:00:08.0:   bridge window [mem 0x00000000-0x000fffff pref]
    [    0.064136]   alloc irq_desc for 70 on node 0
    [    0.064138]   alloc kstat_irqs on node 0
    [    0.064141] irq: irq 70 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 70
    [    0.064182] pci 0001:03:0c.0: reg 10: [io  0x0000-0x0007]
    [    0.064188] pci 0001:03:0c.0: reg 14: [io  0x0000-0x0003]
    [    0.064193] pci 0001:03:0c.0: reg 18: [io  0x0000-0x0007]
    [    0.064198] pci 0001:03:0c.0: reg 1c: [io  0x0000-0x0003]
    [    0.064203] pci 0001:03:0c.0: reg 20: [io  0x0000-0x000f]
    [    0.064209] pci 0001:03:0c.0: reg 24: [mem 0xfa402000-0xfa403fff]
    [    0.064243] pci 0001:03:0d.0: reg 10: [mem 0xfa404000-0xfa407fff]
    [    0.064291] pci 0001:03:0e.0: reg 10: [mem 0xfa400000-0xfa400fff]
    [    0.064325] pci 0001:03:0e.0: supports D1 D2
    [    0.064328] pci 0001:03:0e.0: PME# supported from D0 D1 D2 D3hot
    [    0.064331] pci 0001:03:0e.0: PME# disabled
    [    0.064342] pci 0001:00:09.0: PCI bridge to [bus 03-03]
    [    0.064353] pci 0001:00:09.0:   bridge window [mem 0xfa400000-0xfa4fffff]
    [    0.064358] pci 0001:00:09.0:   bridge window [mem 0x00000000-0x000fffff pref]
    [    0.064370]   alloc irq_desc for 18 on node 0
    [    0.064372]   alloc kstat_irqs on node 0
    [    0.064375] irq: irq 10 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 18
    [    0.064388]   alloc irq_desc for 38 on node 0
    [    0.064390]   alloc kstat_irqs on node 0
    [    0.064392] irq: irq 38 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 38
    [    0.064405]   alloc irq_desc for 39 on node 0
    [    0.064407]   alloc kstat_irqs on node 0
    [    0.064409] irq: irq 39 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 39
    [    0.065126] PCI 0000:00 Cannot reserve Legacy IO [io  0x10000-0x10fff]
    [    0.065136] pci 0000:00:0b.0: disabling bridge window [mem 0x00000000-0x000fffff pref] to [bus 0a-0a] (unused)
    [    0.065179] pci 0000:00:0b.0: PCI bridge to [bus 0a-0a]
    [    0.065185] pci 0000:00:0b.0:   bridge window [io  0x10000-0x1ffff]
    [    0.065193] pci 0000:00:0b.0:   bridge window [mem 0x90000000-0xafffffff]
    [    0.065200] pci 0000:00:0b.0:   bridge window [mem pref disabled]
    [    0.065215] pci 0001:00:01.0: PCI bridge to [bus 04-04]
    [    0.065220] pci 0001:00:01.0:   bridge window [io  disabled]
    [    0.065226] pci 0001:00:01.0:   bridge window [mem disabled]
    [    0.065231] pci 0001:00:01.0:   bridge window [mem pref disabled]
    [    0.065238] pci 0001:00:02.0: PCI bridge to [bus 05-05]
    [    0.065242] pci 0001:00:02.0:   bridge window [io  disabled]
    [    0.065249] pci 0001:00:02.0:   bridge window [mem 0xfa500000-0xfa5fffff]
    [    0.065254] pci 0001:00:02.0:   bridge window [mem pref disabled]
    [    0.065261] pci 0001:00:03.0: PCI bridge to [bus 06-06]
    [    0.065265] pci 0001:00:03.0:   bridge window [io  disabled]
    [    0.065271] pci 0001:00:03.0:   bridge window [mem disabled]
    [    0.065276] pci 0001:00:03.0:   bridge window [mem pref disabled]
    [    0.065283] pci 0001:00:04.0: PCI bridge to [bus 07-07]
    [    0.065287] pci 0001:00:04.0:   bridge window [io  disabled]
    [    0.065293] pci 0001:00:04.0:   bridge window [mem disabled]
    [    0.065298] pci 0001:00:04.0:   bridge window [mem pref disabled]
    [    0.065304] pci 0001:00:05.0: PCI bridge to [bus 08-08]
    [    0.065309] pci 0001:00:05.0:   bridge window [io  disabled]
    [    0.065315] pci 0001:00:05.0:   bridge window [mem disabled]
    [    0.065320] pci 0001:00:05.0:   bridge window [mem pref disabled]
    [    0.065326] pci 0001:00:06.0: PCI bridge to [bus 09-09]
    [    0.065331] pci 0001:00:06.0:   bridge window [io  disabled]
    [    0.065336] pci 0001:00:06.0:   bridge window [mem disabled]
    [    0.065342] pci 0001:00:06.0:   bridge window [mem pref disabled]
    [    0.065348] pci 0001:00:07.0: PCI bridge to [bus 02-02]
    [    0.065352] pci 0001:00:07.0:   bridge window [io  disabled]
    [    0.065359] pci 0001:00:07.0:   bridge window [mem 0xfa000000-0xfa3fffff]
    [    0.065365] pci 0001:00:07.0:   bridge window [mem pref disabled]
    [    0.065372] pci 0001:00:08.0: PCI bridge to [bus 01-01]
    [    0.065376] pci 0001:00:08.0:   bridge window [io  disabled]
    [    0.065383] pci 0001:00:08.0:   bridge window [mem 0x80000000-0x800fffff]
    [    0.065388] pci 0001:00:08.0:   bridge window [mem pref disabled]
    [    0.065395] pci 0001:00:09.0: PCI bridge to [bus 03-03]
    [    0.065400] pci 0001:00:09.0:   bridge window [io  disabled]
    [    0.065406] pci 0001:00:09.0:   bridge window [mem 0xfa400000-0xfa4fffff]
    [    0.065412] pci 0001:00:09.0:   bridge window [mem pref disabled]
    [    0.065437] pci_bus 0000:00: resource 0 [io  0x10000-0x80ffff]
    [    0.065440] pci_bus 0000:00: resource 1 [mem 0xf1000000-0xf1ffffff]
    [    0.065442] pci_bus 0000:00: resource 2 [mem 0x90000000-0xafffffff]
    [    0.065445] pci_bus 0000:0a: resource 0 [io  0x10000-0x1ffff]
    [    0.065448] pci_bus 0000:0a: resource 1 [mem 0x90000000-0xafffffff]
    [    0.065451] pci_bus 0000:0a: resource 2 [??? 0-1048575 flags 0x0]
    [    0.065453] pci_bus 0001:00: resource 0 [io  0x812000-0xc11fff]
    [    0.065456] pci_bus 0001:00: resource 1 [mem 0xfa000000-0xffffffff]
    [    0.065459] pci_bus 0001:00: resource 2 [mem 0x80000000-0x8fffffff]
    [    0.065461] pci_bus 0001:00: resource 3 [mem 0xb0000000-0xefffffff]
    [    0.065464] pci_bus 0001:05: resource 1 [mem 0xfa500000-0xfa5fffff]
    [    0.065467] pci_bus 0001:02: resource 1 [mem 0xfa000000-0xfa3fffff]
    [    0.065470] pci_bus 0001:02: resource 2 [??? 0-1048575 flags 0x0]
    [    0.065473] pci_bus 0001:01: resource 1 [mem 0x80000000-0x800fffff]
    [    0.065476] pci_bus 0001:01: resource 2 [??? 0-1048575 flags 0x0]
    [    0.065478] pci_bus 0001:03: resource 1 [mem 0xfa400000-0xfa4fffff]
    [    0.065481] pci_bus 0001:03: resource 2 [??? 0-1048575 flags 0x0]
    [    0.065483] PCI: Probing PCI hardware done
    [    0.065485] Registering pmac pic with sysfs...
    [    0.073907] bio: create slab <bio-0> at 0
    [    0.077986] vgaarb: device added: PCI:0000:0a:00.0,decodes=io+mem,owns=none,locks=none
    [    0.078024] vgaarb: loaded
    [    0.078178] SCSI subsystem initialized
    [    0.082929] libata version 3.00 loaded.
    [    0.083045] Switching to clocksource timebase
    [    0.084483] NET: Registered protocol family 2
    [    0.084759] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [    0.087367] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [    0.093773] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [    0.094574] TCP: Hash tables configured (established 524288 bind 65536)
    [    0.094584] TCP reno registered
    [    0.094629] UDP hash table entries: 4096 (order: 6, 262144 bytes)
    [    0.095015] UDP-Lite hash table entries: 4096 (order: 6, 262144 bytes)
    [    0.095531] PCI: CLS mismatch (32 != 64), using 128 bytes
    [    0.095548] pci 0001:00:03.0: Found enabled HT MSI Mapping
    [    0.095560] pci 0001:00:04.0: Found enabled HT MSI Mapping
    [    0.095570] pci 0001:00:05.0: Found enabled HT MSI Mapping
    [    0.095581] pci 0001:00:06.0: Found enabled HT MSI Mapping
    [    0.095691] nvram_init: Could not find nvram partition for nvram buffered error logging.
    [    0.096195] HugeTLB registered 16 MB page size, pre-allocated 0 pages
    [    0.098437] NTFS driver 2.1.29 [Flags: R/W].
    [    0.098529] msgmni has been set to 12784
    [    0.098846] alg: No test for stdrng (krng)
    [    0.098914] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [    0.098923] io scheduler noop registered
    [    0.098927] io scheduler deadline registered
    [    0.099001] io scheduler cfq registered (default)
    [    0.100750] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [    0.101010] MacIO PCI driver attached to Shasta chipset
    [    0.101225]   alloc irq_desc for 35 on node 0
    [    0.101228]   alloc kstat_irqs on node 0
    [    0.101233] irq: irq 35 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 35
    [    0.101271]   alloc irq_desc for 23 on node 0
    [    0.101273]   alloc kstat_irqs on node 0
    [    0.101276] irq: irq 23 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 23
    [    0.101285]   alloc irq_desc for 19 on node 0
    [    0.101287]   alloc kstat_irqs on node 0
    [    0.101289] irq: irq 17 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 19
    [    0.101298]   alloc irq_desc for 20 on node 0
    [    0.101300]   alloc kstat_irqs on node 0
    [    0.101303] irq: irq 18 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 20
    [    0.101370]   alloc irq_desc for 24 on node 0
    [    0.101372]   alloc kstat_irqs on node 0
    [    0.101375] irq: irq 24 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 24
    [    0.101383]   alloc irq_desc for 21 on node 0
    [    0.101385]   alloc kstat_irqs on node 0
    [    0.101388] irq: irq 19 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 21
    [    0.101396]   alloc irq_desc for 22 on node 0
    [    0.101398]   alloc kstat_irqs on node 0
    [    0.101401] irq: irq 20 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 22
    [    0.101542] input: Macintosh mouse button emulation as /devices/virtual/input/input0
    [    0.101597] Uniform Multi-Platform E-IDE driver
    [    0.101670] ide-pmac 0001:03:0d.0: enabling device (0004 -> 0006)
    [    1.113067] ide-pmac: Found Apple Shasta ATA-6 controller (PCI), bus ID 3, irq 38
    [    1.113088] Probing IDE interface ide0...
    [    1.478337] hda: PIONEER DVD-RW DVR-111, ATAPI CD/DVD-ROM drive
    [    2.090046] hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4
    [    2.090142] hda: UDMA/66 mode selected
    [    2.090281] ide0 at 0xd00008008247a000-0xd00008008247a070,0xd00008008247a160 on irq 38
    [    2.090351] ide-gd driver 1.18
    [    2.090458] sata_svw 0001:03:0c.0: version 2.3
    [    2.090596] scsi0 : sata_svw
    [    2.090696] scsi1 : sata_svw
    [    2.090769] scsi2 : sata_svw
    [    2.090846] scsi3 : sata_svw
    [    2.090885] ata1: SATA max UDMA/133 mmio m8192@0xfa402000 port 0xfa402000 irq 18
    [    2.090892] ata2: SATA max UDMA/133 mmio m8192@0xfa402000 port 0xfa402100 irq 18
    [    2.090899] ata3: SATA max UDMA/133 mmio m8192@0xfa402000 port 0xfa402200 irq 18
    [    2.090906] ata4: SATA max UDMA/133 mmio m8192@0xfa402000 port 0xfa402300 irq 18
    [    2.091035] mice: PS/2 mouse device common for all mice
    [    2.091092] rtc-generic rtc-generic: rtc core: registered rtc-generic as rtc0
    [    2.091172] TCP cubic registered
    [    2.091326] NET: Registered protocol family 10
    [    2.091568] lo: Disabled Privacy Extensions
    [    2.091608] Mobile IPv6
    [    2.091614] PM: Registered nosave memory: 000000007f000000 - 0000000080000000
    [    2.091706] PM: Resume from disk failed.
    [    2.168444] rtc-generic rtc-generic: setting system clock to 2010-07-24 15:20:50 UTC (1279984850)
    [    2.395053] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [    2.398306] ata1.00: ATA-7: WDC WD2500JS-41MVB1, 10.02E01, max UDMA/133
    [    2.398312] ata1.00: 488397168 sectors, multi 16: LBA48 
    [    2.401319] ata1.00: configured for UDMA/133
    [    2.401473] scsi 0:0:0:0: Direct-Access     ATA      WDC WD2500JS-41M 10.0 PQ: 0 ANSI: 5
    [    2.401746] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
    [    2.401813] sd 0:0:0:0: [sda] Write Protect is off
    [    2.401818] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [    2.401843] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    2.402030]  sda: [mac] sda1 sda2 sda3 sda4 sda5 sda6 sda7
    [    2.411653] sd 0:0:0:0: [sda] Attached SCSI disk
    [    2.716863] ata2: SATA link down (SStatus 4 SControl 300)
    [    3.723024] ata3: failed to resume link (SControl 0)
    [    3.723051] ata3: SATA link down (SStatus 0 SControl 0)
    [    4.730016] ata4: failed to resume link (SControl 0)
    [    4.730042] ata4: SATA link down (SStatus 0 SControl 0)
    [    4.760487] EXT3-fs (sda4): mounted filesystem with ordered data mode
    [    4.760503] VFS: Mounted root (ext3 filesystem) readonly on device 8:4.
    [    4.760673] Freeing unused kernel memory: 272k freed
    [    4.760758] kjournald starting.  Commit interval 5 seconds
    [    5.682527] NET: Registered protocol family 1
    [    6.522907] usbcore: registered new interface driver usbfs
    [    6.522940] usbcore: registered new interface driver hub
    [    6.522994] usbcore: registered new device driver usb
    [    6.529992] Linux agpgart interface v0.103
    [    6.534793] PowerMac i2c bus smu 14 registered
    [    6.534826] PowerMac i2c bus smu 11 registered
    [    6.534853] PowerMac i2c bus mac-io 0 registered
    [    6.534877] PowerMac i2c bus mac-io 0 registered
    [    6.534910] PowerMac i2c bus u4 1 registered
    [    6.536909] pmac_zilog: 0.6 (Benjamin Herrenschmidt <benh@kernel.crashing.org>)
    [    6.537021] ttyPZ0 at MMIO 0x80013020 (irq = 23) is a Z85c30 ESCC - Serial port
    [    6.537110] ttyPZ1 at MMIO 0x80013000 (irq = 24) is a Z85c30 ESCC - Serial port
    [    6.689395] tg3.c:v3.106 (January 12, 2010)
    [    6.696917] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    6.696964] ehci_hcd 0001:01:0b.2: enabling device (0004 -> 0006)
    [    6.696995] ehci_hcd 0001:01:0b.2: EHCI Host Controller
    [    6.697011] ehci_hcd 0001:01:0b.2: new USB bus registered, assigned bus number 1
    [    6.698117] firewire_ohci 0001:03:0e.0: enabling device (0000 -> 0002)
    [    6.698766] eth0: Tigon3 [partno(BCM95780) rev 8003] (PCIX:133MHz:64-bit) MAC address 00:14:51:65:4c:ee
    [    6.698780] eth0: attached PHY is 5780 (10/100/1000Base-T Ethernet) (WireSpeed[1])
    [    6.698787] eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
    [    6.698792] eth0: dma_rwctrl[76144000] dma_mask[40-bit]
    [    6.706240] eth1: Tigon3 [partno(BCM95780) rev 8003] (PCIX:133MHz:64-bit) MAC address 00:14:51:65:4c:ef
    [    6.706250] eth1: attached PHY is 5780 (10/100/1000Base-T Ethernet) (WireSpeed[1])
    [    6.706256] eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
    [    6.706262] eth1: dma_rwctrl[76144000] dma_mask[40-bit]
    [    6.718000] ehci_hcd 0001:01:0b.2: irq 70, io mem 0x80080000
    [    6.723976] ehci_hcd 0001:01:0b.2: USB 2.0 started, EHCI 1.00
    [    6.724056] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [    6.724062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    6.724068] usb usb1: Product: EHCI Host Controller
    [    6.724073] usb usb1: Manufacturer: Linux 2.6.33.6 ehci_hcd
    [    6.724078] usb usb1: SerialNumber: 0001:01:0b.2
    [    6.724345] hub 1-0:1.0: USB hub found
    [    6.724354] hub 1-0:1.0: 5 ports detected
    [    6.755224] firewire_ohci: Added fw-ohci device 0001:03:0e.0, OHCI version 1.0
    [    6.777588] ide-cd driver 5.00
    [    6.780555] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    6.780626] ohci_hcd 0001:01:0b.0: enabling device (0000 -> 0002)
    [    6.780647] ohci_hcd 0001:01:0b.0: OHCI Host Controller
    [    6.780663] ohci_hcd 0001:01:0b.0: new USB bus registered, assigned bus number 2
    [    6.780704] ohci_hcd 0001:01:0b.0: irq 70, io mem 0x80082000
    [    6.784144] ide-cd: hda: ATAPI 40X DVD-ROM DVD-R/RAM CD-R/RW drive, 2000kB Cache
    [    6.784163] Uniform CD-ROM driver Revision: 3.20
    [    6.850816] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
    [    6.850825] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    6.850831] usb usb2: Product: OHCI Host Controller
    [    6.850836] usb usb2: Manufacturer: Linux 2.6.33.6 ohci_hcd
    [    6.850841] usb usb2: SerialNumber: 0001:01:0b.0
    [    6.851149] hub 2-0:1.0: USB hub found
    [    6.851164] hub 2-0:1.0: 3 ports detected
    [    6.851236] ohci_hcd 0001:01:0b.1: enabling device (0000 -> 0002)
    [    6.851257] ohci_hcd 0001:01:0b.1: OHCI Host Controller
    [    6.851266] ohci_hcd 0001:01:0b.1: new USB bus registered, assigned bus number 3
    [    6.851295] ohci_hcd 0001:01:0b.1: irq 70, io mem 0x80081000
    [    6.916920] [drm] Initialized drm 1.1.0 20060810
    [    6.922815] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
    [    6.922826] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    6.922832] usb usb3: Product: OHCI Host Controller
    [    6.922837] usb usb3: Manufacturer: Linux 2.6.33.6 ohci_hcd
    [    6.922842] usb usb3: SerialNumber: 0001:01:0b.1
    [    6.923119] hub 3-0:1.0: USB hub found
    [    6.923132] hub 3-0:1.0: 2 ports detected
    [    7.255116] firewire_core: created device fw0: GUID 003065fffefcd32c, S800
    [    7.255128] firewire_core: phy config: card 0, new root=ffc1, gap_count=5
    [    7.286984] usb 3-1: new full speed USB device using ohci_hcd and address 2
    [    7.489009] usb 3-1: New USB device found, idVendor=045e, idProduct=0745
    [    7.489021] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    7.489027] usb 3-1: Product: Microsoft® 2.4GHz Transceiver v4.0
    [    7.489032] usb 3-1: Manufacturer: Microsoft
    [    7.754976] usb 3-2: new full speed USB device using ohci_hcd and address 3
    [    7.943012] usb 3-2: New USB device found, idVendor=03eb, idProduct=3301
    [    7.943023] usb 3-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
    [    7.943029] usb 3-2: Product: Standard USB Hub
    [    7.952025] hub 3-2:1.0: USB hub found
    [    7.954997] hub 3-2:1.0: 4 ports detected
    [    8.009972]   alloc irq_desc for 28 on node 0
    [    8.009975]   alloc kstat_irqs on node 0
    [    8.009982] irq: irq 28 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 28
    [    8.010012]   alloc irq_desc for 25 on node 0
    [    8.010014]   alloc kstat_irqs on node 0
    [    8.010017] irq: irq 11 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 25
    [    8.010041]   alloc irq_desc for 26 on node 0
    [    8.010043]   alloc kstat_irqs on node 0
    [    8.010045] irq: irq 12 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 26
    [    8.010283]   alloc irq_desc for 30 on node 0
    [    8.010285]   alloc kstat_irqs on node 0
    [    8.010288] irq: irq 30 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 30
    [    8.010306]   alloc irq_desc for 29 on node 0
    [    8.010308]   alloc kstat_irqs on node 0
    [    8.010310] irq: irq 15 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 29
    [    8.010327]   alloc irq_desc for 31 on node 0
    [    8.010328]   alloc kstat_irqs on node 0
    [    8.010331] irq: irq 16 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 31
    [    8.012052] [drm] nouveau 0000:0a:00.0: Detected an NV40 generation card (0x043100a4)
    [    8.012408] [drm] nouveau 0000:0a:00.0: OF bios successfully copied (6447 bytes)
    [    8.012436] [drm] nouveau 0000:0a:00.0: Attempting to load BIOS image from PROM
    [    8.012489] [drm] nouveau 0000:0a:00.0: ... BIOS signature not found
    [    8.012493] [drm] nouveau 0000:0a:00.0: Attempting to load BIOS image from PRAMIN
    [    8.045288] snd-aoa-fabric-layout: Using PMF GPIOs
    [    8.072348] [drm] nouveau 0000:0a:00.0: ... BIOS checksum invalid
    [    8.072355] [drm] nouveau 0000:0a:00.0: Attempting to load BIOS image from PCIROM
    [    8.072389] [drm] nouveau 0000:0a:00.0: ... BIOS signature not found
    [    8.072394] [drm] nouveau 0000:0a:00.0: Using BIOS image from PRAMIN
    [    8.073075] usbcore: registered new interface driver hiddev
    [    8.074593] snd-aoa-codec-onyx: found pcm3052
    [    8.075228] snd-aoa-fabric-layout: platform-onyx-codec-ref doesn't match!
    [    8.075240] snd-aoa: fabric didn't like codec onyx
    [    8.075315] snd-aoa-codec-onyx: found pcm3052
    [    8.076143] snd-aoa-fabric-layout: can use this codec
    [    8.079314] input: Microsoft Microsoft® 2.4GHz Transceiver v4.0 as /devices/pci0001:00/0001:00:08.0/0001:01:0b.1/usb3/3-1/3-1:1.0/input/input1
    [    8.079437] generic-usb 0003:045E:0745.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Microsoft® 2.4GHz Transceiver v4.0] on usb-0001:01:0b.1-1/input0
    [    8.087756] snd-aoa-codec-onyx: attached to onyx codec via i2c
    [    8.087815]   alloc irq_desc for 79 on node 0
    [    8.087818]   alloc kstat_irqs on node 0
    [    8.087823] irq: irq 79 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 79
    [    8.087856]   alloc irq_desc for 75 on node 0
    [    8.087858]   alloc kstat_irqs on node 0
    [    8.087861] irq: irq 75 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 75
    [    8.087886] snd-aoa-codec-onyx: created and attached onyx instance
    [    8.090638] input: Microsoft Microsoft® 2.4GHz Transceiver v4.0 as /devices/pci0001:00/0001:00:08.0/0001:01:0b.1/usb3/3-1/3-1:1.1/input/input2
    [    8.090782] generic-usb 0003:045E:0745.0002: input,hidraw1: USB HID v1.11 Mouse [Microsoft Microsoft® 2.4GHz Transceiver v4.0] on usb-0001:01:0b.1-1/input1
    [    8.119272] input: Microsoft Microsoft® 2.4GHz Transceiver v4.0 as /devices/pci0001:00/0001:00:08.0/0001:01:0b.1/usb3/3-1/3-1:1.2/input/input3
    [    8.119451] generic-usb 0003:045E:0745.0003: input,hiddev0,hidraw2: USB HID v1.11 Device [Microsoft Microsoft® 2.4GHz Transceiver v4.0] on usb-0001:01:0b.1-1/input2
    [    8.119498] usbcore: registered new interface driver usbhid
    [    8.119503] usbhid: USB HID core driver
    [    8.133126] [drm] nouveau 0000:0a:00.0: BIT BIOS found
    [    8.133139] [drm] nouveau 0000:0a:00.0: Bios version 05.43.02.75
    [    8.133146] [drm] nouveau 0000:0a:00.0: BIT table 'd' not found
    [    8.133151] [drm] nouveau 0000:0a:00.0: Found Display Configuration Block version 3.0
    [    8.133159] [drm] nouveau 0000:0a:00.0: DCB connector table: VHER 0x30 5 7 2
    [    8.133166] [drm] nouveau 0000:0a:00.0:   0: 0x00001030: type 0x30 idx 0 tag 0x07
    [    8.133172] [drm] nouveau 0000:0a:00.0:   1: 0x00002130: type 0x30 idx 1 tag 0x08
    [    8.133179] [drm] nouveau 0000:0a:00.0: Raw DCB entry 0: 01000100 00000028
    [    8.133189] [drm] nouveau 0000:0a:00.0: Raw DCB entry 1: 03000102 00000000
    [    8.133195] [drm] nouveau 0000:0a:00.0: Raw DCB entry 2: 04011210 00000028
    [    8.133201] [drm] nouveau 0000:0a:00.0: Raw DCB entry 3: 02111212 02000100
    [    8.133207] [drm] nouveau 0000:0a:00.0: Raw DCB entry 4: 02011211 0020c070
    [    8.133228] [drm] nouveau 0000:0a:00.0: Parsing VBIOS init table 0 at offset 0x0744
    [    8.133509] [drm] nouveau 0000:0a:00.0: Parsing VBIOS init table 1 at offset 0x0B87
    [    8.151563] [drm] nouveau 0000:0a:00.0: Parsing VBIOS init table 2 at offset 0x105B
    [    8.151603] [drm] nouveau 0000:0a:00.0: Parsing VBIOS init table 3 at offset 0x1195
    [    8.157345] [drm] nouveau 0000:0a:00.0: Parsing VBIOS init table 4 at offset 0x1273
    [    8.192527] [TTM] Zone  kernel: Available graphics memory: 3272884 kiB.
    [    8.192533] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB.
    [    8.192567] [drm] nouveau 0000:0a:00.0: 256 MiB VRAM
    [    8.197267] [drm] nouveau 0000:0a:00.0: 64 MiB GART (aperture)
    [    8.197577] [drm] nouveau 0000:0a:00.0: Allocating FIFO number 0
    [    8.200325] [drm] nouveau 0000:0a:00.0: nouveau_channel_alloc: initialised FIFO 0
    [    8.200346] [drm] nouveau 0000:0a:00.0: Initial CRTC_OWNER is 0
    [    8.200437] [drm] nouveau 0000:0a:00.0: Detected a DVI-I connector
    [    8.200513] [drm] nouveau 0000:0a:00.0: Detected a DVI-I connector
    [    8.200544] [drm] nouveau 0000:0a:00.0: Detected a TV connector
    [    8.202196] [drm] nouveau 0000:0a:00.0: Setting dpms mode 3 on vga encoder (output 0)
    [    8.202208] [drm] nouveau 0000:0a:00.0: Setting dpms mode 3 on tmds encoder (output 1)
    [    8.202215] [drm] nouveau 0000:0a:00.0: Setting dpms mode 3 on vga encoder (output 2)
    [    8.202222] [drm] nouveau 0000:0a:00.0: Setting dpms mode 3 on tmds encoder (output 3)
    [    8.202229] [drm] nouveau 0000:0a:00.0: Setting dpms mode 3 on TV encoder (output 4)
    [    8.255011] usb 3-2.4: new low speed USB device using ohci_hcd and address 4
    [    8.354006] usb 3-2.4: New USB device found, idVendor=1038, idProduct=0100
    [    8.354014] usb 3-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    8.354021] usb 3-2.4: Product: Zboard
    [    8.354025] usb 3-2.4: Manufacturer: Ideazon
    [    8.371310] input: Ideazon Zboard as /devices/pci0001:00/0001:00:08.0/0001:01:0b.1/usb3/3-2/3-2.4/3-2.4:1.0/input/input4
    [    8.371434] generic-usb 0003:1038:0100.0004: input,hidraw3: USB HID v1.10 Keyboard [Ideazon Zboard] on usb-0001:01:0b.1-2.4/input0
    [    8.383315] generic-usb: probe of 0003:1038:0100.0005 failed with error -22
    [    8.389727] [drm] nouveau 0000:0a:00.0: allocated 1920x1200 fb: 0x49000, bo c000000213d17600
    [    8.389935] Console: switching to colour frame buffer device 240x75
    [    8.400246] [drm] nouveau 0000:0a:00.0: Setting dpms mode 0 on vga encoder (output 0)
    [    8.400250] [drm] nouveau 0000:0a:00.0: Output DVI-I-1 is running on CRTC 0 using output A
    [    8.402296] fb0: nouveaufb frame buffer device
    [    8.402304] registered panic notifier
    [    8.402315] [drm] Initialized nouveau 0.0.15 20090420 for 0000:0a:00.0 on minor 0
    [    8.932652] Adding 1953116k swap on /dev/sda5.  Priority:-1 extents:1 across:1953116k 
    [    9.055631] EXT3-fs (sda4): using internal journal
    [    9.181647] wf_sat: creating sat at address b0
    [    9.181840] wf_sat: creating sat at address b2
    [    9.185010] windfarm: initializing for dual-core desktop G5
    [    9.630374] found max6690, loc=BACKSIDE addr=0x98
    [    9.630561] found max6690, loc=TUNNEL addr=0x9c
    [    9.632956] windfarm: CPUs control loops started.
    [   10.125507]   alloc irq_desc for 32 on node 0
    [   10.125511]   alloc kstat_irqs on node 0
    [   10.125517] irq: irq 8 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 32
    [   10.125522] u3msi: allocated virq 0x20 (hw 0x8) addr 0xfee00000
    [   10.162959] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [   10.173561]   alloc irq_desc for 33 on node 0
    [   10.173565]   alloc kstat_irqs on node 0
    [   10.173571] irq: irq 9 on host /u4@0,f8000000/mpic@f8040000 mapped to virtual irq 33
    [   10.173575] u3msi: allocated virq 0x21 (hw 0x9) addr 0xfee00000
    [   10.200485] ADDRCONF(NETDEV_UP): eth1: link is not ready
    [   10.267627] NET: Registered protocol family 17
    [   10.955525] sat 0 partition c8: c8 6 2 7f ff 2 ff 1 fb bf 0 59 0 20 0 0 0 7 89 37 0 a0 0 0
    [   11.820650] tg3: eth1: Link is up at 100 Mbps, full duplex.
    [   11.820674] tg3: eth1: Flow control is on for TX and on for RX.
    [   11.821742] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
    [   11.952870] sat 0 partition c4: c4 4 1 7f a0 12 20 5f ff 55 48 15 7b 12 0 0
    [   13.286830] sat 0 partition c9: c9 6 2 7f ff 2 ff 1 fb bf 0 59 0 20 0 0 0 7 89 37 0 a0 0 0
    [   14.287822] sat 0 partition c5: c5 4 1 7f a0 12 20 5f ff 55 b8 14 7b 12 0 0
    [   14.856464] [drm] nouveau 0000:0a:00.0: Allocating FIFO number 1
    [   14.859251] [drm] nouveau 0000:0a:00.0: nouveau_channel_alloc: initialised FIFO 1
    [   14.903002] [drm] nouveau 0000:0a:00.0: Setting dpms mode 3 on vga encoder (output 0)
    [   14.923061] [drm] nouveau 0000:0a:00.0: Setting dpms mode 0 on vga encoder (output 0)
    [   14.923066] [drm] nouveau 0000:0a:00.0: Output DVI-I-1 is running on CRTC 0 using output A
    [   15.623718] sat 1 partition c8: c8 6 2 7f ff 2 ff 1 fb bf 0 59 0 20 0 0 0 7 89 37 0 a0 0 0
    [   16.619511] sat 1 partition c4: c4 4 1 7f a0 12 20 5f ff 55 48 15 7b 12 0 0
    [   17.952391] sat 1 partition c9: c9 6 2 7f ff 2 ff 1 fb bf 0 59 0 20 0 0 0 7 89 37 0 a0 0 0
    [   18.950448] sat 1 partition c5: c5 4 1 7f a0 12 20 5f ff 55 48 15 7b 12 0 0
    [   19.998981] windfarm: Backside control loop started.
    [   20.079611] windfarm: Slots control loop started.
    [   20.242009] windfarm: Drive bay control loop started.
    [   22.002830] eth1: no IPv6 routers present
    Dernière modification par screetch ; 24/07/2010 à 18h06.

  2. #2
    Expert éminent sénior Avatar de frp31
    Homme Profil pro
    Ingénieur systèmes et réseaux
    Inscrit en
    Juillet 2006
    Messages
    5 196
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 47
    Localisation : France, Haute Garonne (Midi Pyrénées)

    Informations professionnelles :
    Activité : Ingénieur systèmes et réseaux
    Secteur : Aéronautique - Marine - Espace - Armement

    Informations forums :
    Inscription : Juillet 2006
    Messages : 5 196
    Points : 12 264
    Points
    12 264
    Par défaut
    classique pour les machines non-PC
    les drivers de bases prennent des valeurs par defaut spécifiques aux pc au lieu des valeurs normées par les contructeurs des cartes.

    La solution comme tu l'avais deviné est bien d'utiliser le FB.
    mais il te faut aussi et surtout écrire à la mains le fichier de configuration X avec les VRAIES valeurs CONSTRUCTEUR de la carte et pas les valeurs fournies par les drivers PC.

    après si tu arrives bien a tout faire, ton affichage sera OK
    si tel est le cas tu save ton fichier tu installes ton driver nvidia
    et du te sert de ta config qui marchait pour modifier le fichier de config crée par le driver nvidia et là ça doit rétablir un affichage corret et la 3D.

    sinon la solution de facilité pour ce qui est non-pc : les distributions BSD qui gerent la réalité du HWare au moins...

  3. #3
    screetch
    Invité(e)
    Par défaut
    j'ai reinstallé from scratch. Pour l'instant, ca marche... je tente une recompilation du noyau un autre jour
    j'ai quand meme laissé un peu de place pour freebsd, on ne sait jamais.

Discussions similaires

  1. Probleme d'affichage sur console
    Par kekesilo dans le forum Langage
    Réponses: 5
    Dernier message: 11/09/2006, 09h18
  2. probleme d'affichage sur un zope/python
    Par malmzi2007 dans le forum Zope
    Réponses: 2
    Dernier message: 04/09/2006, 16h07
  3. Problème d'execution du noyau linux sur 1 carte
    Par Djo00 dans le forum Administration système
    Réponses: 4
    Dernier message: 12/07/2006, 12h34
  4. [CSS] Problème d'affichage sur Mozilla
    Par Vinix dans le forum Mise en page CSS
    Réponses: 6
    Dernier message: 13/05/2006, 10h18
  5. probleme d'affichage sur IE
    Par achiou59 dans le forum Balisage (X)HTML et validation W3C
    Réponses: 2
    Dernier message: 17/03/2006, 09h35

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo