close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: cannot map zero-fill pages: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 26, 2009, 3:57:30 PM (16 years ago)
- Author:
-
rider
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v24
|
v25
|
|
| 68 | 68 | * 設定你想要怎樣規格的虛擬機器. |
| 69 | 69 | {{{ |
| 70 | | $ sudo vim /etc/xen-tools/xen-tools.conf |
| | 70 | $ sudo gedit /etc/xen-tools/xen-tools.conf |
| 71 | 71 | }}} |
| 72 | 72 | {{{ |
| … |
… |
|
| 90 | 90 | = 【Step 3: PCI Frontend Configuration 設定你的 DomU 】 = |
| 91 | 91 | {{{ |
| 92 | | $ sudo vim /etc/xen/xg01.cfg |
| | 92 | $ sudo gedit /etc/xen/xg01.cfg |
| 93 | 93 | }}} |
| 94 | 94 | {{{ |
| … |
… |
|
| 161 | 161 | * 說明: 透過 "lspci" 指令來查詢您顯示卡的 PCI address. |
| 162 | 162 | {{{ |
| 163 | | $ sudo vim /etc/xen/xend-pci-permissive.sxp |
| | 163 | $ sudo gedit /etc/xen/xend-pci-permissive.sxp |
| 164 | 164 | }}} |
| 165 | 165 | {{{ |
| … |
… |
|
| 173 | 173 | ==== User-space Quirks ==== |
| 174 | 174 | {{{ |
| 175 | | $ sudo vim /etc/xen/xend-pci-quirks.sxp |
| | 175 | $ sudo gedit /etc/xen/xend-pci-quirks.sxp |
| 176 | 176 | }}} |
| 177 | 177 | * 說明: 請到 PCI_DB 網站: http://www.pcidatabase.com/ 來查詢您顯示卡的 vendor_id & device_id. |