Changes between Version 6 and Version 7 of Xen_Lab7


Ignore:
Timestamp:
Oct 23, 2009, 6:11:09 PM (15 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_Lab7

    v6 v7  
    4141= 【Step 1: 首先查看主機上的顯卡資訊】 =
    4242{{{
    43 $ lspci -vv
    44 }}}
    45 {{{
    46 #!sh
    47 01:00.0 VGA compatible controller: nVidia Corporation GeForce 9800 GT (rev a2)
    48         Subsystem: ASUSTeK Computer Inc. Device 82a0
    49         Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    50         Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    51         Latency: 0
    52         Interrupt: pin A routed to IRQ 16
    53         Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
    54         Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M]
    55         Region 3: Memory at fa000000 (64-bit, non-prefetchable) [size=32M]
    56         Region 5: I/O ports at dc80 [size=128]
    57         [virtual] Expansion ROM at fea00000 [disabled] [size=128K]
    58         Capabilities: <access denied>
    59         Kernel driver in use: pciback
    60         Kernel modules: nvidia, nvidiafb
     43$ lspci -vv | more
     44}}}
     45{{{
     46#!sh
     4701:00.0 VGA compatible controller: nVidia Corporation G92 [GeForce 9800 GT] (rev a2)
     48        Subsystem: ASUSTeK Computer Inc. Device 82a0
     49        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
     50        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
     51        Latency: 0
     52        Interrupt: pin A routed to IRQ 16
     53        Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
     54        Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M]
     55        Region 3: Memory at fa000000 (64-bit, non-prefetchable) [size=32M]
     56        Region 5: I/O ports at dc80 [size=128]
     57        [virtual] Expansion ROM at fea00000 [disabled] [size=128K]
     58        Capabilities: <access denied>
     59        Kernel driver in use: nvidia
     60        Kernel modules: nvidia, nvidiafb
    6161}}}
    6262----