Changes between Version 31 and Version 32 of Xen_Lab7


Ignore:
Timestamp:
Jan 25, 2010, 9:56:28 PM (14 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_Lab7

    v31 v32  
    909045  dir = /home
    9191128 size   = 4Gb      # Disk image size.
    92 129 memory = 256Mb    # Memory size
     92129 memory = 128Mb    # Memory size
    9393130 swap   = 128Mb    # Swap size
    94 133 dist   = hardy    # Default distribution to install.
     94133 dist   = lenny    # Default distribution to install.
    9595134 image  = sparse   # Specify sparse vs. full disk images.
    9696163 gateway   = 192.168.168.254
    9797164 netmask   = 255.255.255.0
    9898165 broadcast = 192.168.168.255
    99 215 mirror = http://free.nchc.org.tw/ubuntu/
    100 258 serial_device = hvc0 #default
     99214 mirror = http://free.nchc.org.tw/debian/
     100257 serial_device = hvc0 #default
    101101}}}
    102102{{{
     
    237237 * 先登出 "root" 並且改用使用者 "clouder" 登入.
    238238{{{
     239$ sudo apt-get update
     240$ sudo apt-get install wget pciutils
    239241$ lspci
    240242}}}
     
    24324500:00.0 VGA compatible controller: nVidia Corporation Unknown device 0605 (rev a2)
    244246}}}
     247 * 查看顯卡資訊有無正常顯示.
    245248 * 更新 PCI ID Database.(當您發現系統無法正常偵測到你的顯示卡時)
    246249{{{
    247 $ sudo apt-get update
    248 $ sudo apt-get install wget
    249250$ sudo update-pciids
    250 }}}
    251  * 查看顯卡資訊有無正常顯示.
    252 {{{
    253251$ lspci
    254252}}}
     
    272270}}}
    273271{{{
     272# 台中機器
    274273#!sh
    275274[    0.718704] ACPI: bus type pci registered
     
    283282[    1.061674] Allocate Port Service[0000:00:01.0:pcie00]
    284283[    1.065543] Allocate Port Service[0000:00:01.0:pcie03]
    285 [  476.851360] pciback 0000:01:00.0: seizing device
    286 [  560.262910] pciback: vpci: 0000:01:00.0: assign to virtual slot 0
     284[  476.851360] pciback 0000:08:00.0: seizing device
     285[  560.262910] pciback: vpci: 0000:08:00.0: assign to virtual slot 0
     286}}}
     287{{{
     288# 新竹機器
     289#!sh
     290[    0.655891] ACPI: bus type pci registered
     291[    0.673706] pci 0000:00:1f.0: quirk: region f800-f87f claimed by ICH6 ACPI/GPIO/TCO
     292[    0.673706] pci 0000:00:1f.0: quirk: region fa00-fa3f claimed by ICH6 GPIO
     293[    0.706664] pnp 00:0c: PNP0c02: calling quirk_system_pci_resources+0x0/0x15c
     294[    0.706664] pnp 00:0d: PNP0c02: calling quirk_system_pci_resources+0x0/0x15c
     295[    0.706664] pnp 00:0e: PNP0c02: calling quirk_system_pci_resources+0x0/0x15c
     296[    0.707107] pnp 00:0f: PNP0c01: calling quirk_system_pci_resources+0x0/0x15c
     297[    0.836266] pci 0000:08:00.0: Boot video device
     298[    0.836266] Allocate Port Service[0000:00:06.0:pcie00]
     299[    0.836266] Allocate Port Service[0000:00:06.0:pcie03]
     300[    0.836266] Allocate Port Service[0000:00:1c.0:pcie00]
     301[    0.836266] Allocate Port Service[0000:00:1c.0:pcie02]
     302[    0.836266] Allocate Port Service[0000:00:1c.0:pcie03]
     303[    0.836266] Allocate Port Service[0000:00:1c.4:pcie00]
     304[    0.836266] Allocate Port Service[0000:00:1c.4:pcie02]
     305[    0.836266] Allocate Port Service[0000:00:1c.4:pcie03]
     306[    0.836266] Allocate Port Service[0000:00:1c.5:pcie00]
     307[    0.840261] Allocate Port Service[0000:00:1c.5:pcie02]
     308[    0.840261] Allocate Port Service[0000:00:1c.5:pcie03]
     309[ 1891.425509] pciback 0000:08:00.0: seizing device
     310[ 2133.589319] pciback: vpci: 0000:08:00.0: assign to virtual slot 0
    287311}}}
    288312----