close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Apr 14, 2009, 5:13:21 PM (17 years ago)
- Author:
-
rider
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v66
|
v67
|
|
| 10 | 10 | |
| 11 | 11 | == Software == |
| 12 | | ||OS!#1|| Ubuntu 8.10 with Kernel: 2.6.27-11-server x86_64 (non-patched kernel) |
| | 12 | ||OS!#1|| Ubuntu 8.10 with Kernel: 2.6.28 x86_64 (non-xen-patched kernel) |
| 13 | 13 | ||OS!#2|| Ubuntu 8.10 with Kernel: 2.6.22-9 x86_64 (Xen-3.3.1+Lustre patched kernel) |
| 14 | 14 | [[BR]] |
| … |
… |
|
| 178 | 178 | }}} |
| 179 | 179 | |
| 180 | | rock@cloud:~$ sudo glxinfo -display :0 |
| | 180 | rider@cloud:~$ export DISPLAY=:0 |
| | 181 | rider@cloud:~$ sudo glxinfo -display :0 |
| 181 | 182 | {{{ |
| 182 | 183 | #It seems that the 3D accerlation works fine without any trouble. |
| … |
… |
|
| 193 | 194 | |
| 194 | 195 | == 1.3 NVIDIA Driver !HowTo !OnXenKernel == |
| 195 | | ''In this case,we pick the driver Ver.180.22 x86_64 for Xen_Lustre kernel.''[[BR]] |
| | 196 | ''In this case,we pick the driver Ver.180.22/180.44 x86_64 for Xen_Lustre kernel.''[[BR]] |
| 196 | 197 | # Test1- Success [[BR]] |
| 197 | 198 | rider@cloud:~/nvidia/driver$ export IGNORE_XEN_PRESENCE=1 [[BR]] |
| 198 | 199 | rider@cloud:~/nvidia/driver$ export SYSSRC=/lib/modules/2.6.22.9/source [[BR]] |
| 199 | 200 | rider@cloud:~/nvidia/driver$ export SYSOUT=/lib/modules/2.6.22.9/build [[BR]] |
| 200 | | rider@cloud:~/nvidia/driver$ sudo IGNORE_XEN_PRESENCE=1 ./NVIDIA-Linux-x86_64-180.22-pkg2.run --x-module-path=/usr/lib/xorg/modules/ --kernel-source-path=/usr/src/linux/ [[BR]] |
| | 201 | rider@cloud:~/nvidia/driver$ sudo IGNORE_XEN_PRESENCE=1 CC="gcc -DNV_VMAP_4_PRESENT -DNV_SIGNAL_STRUCT_RLIM" ./NVIDIA-Linux-x86_64-180.44-pkg2.run --kernel-source-path=/usr/src/linux/ [[BR]] |
| 201 | 202 | rider@cloud:~$ sudo modprobe -l | grep nv |
| 202 | 203 | {{{ |
| … |
… |
|
| 624 | 625 | {{{ |
| 625 | 626 | Module Size Used by |
| 626 | | nvidia 8105392 0 |
| | 627 | bridge 55080 0 |
| | 628 | llc 10544 1 bridge |
| | 629 | iptable_filter 6784 0 |
| | 630 | ip_tables 20824 1 iptable_filter |
| | 631 | x_tables 18952 1 ip_tables |
| | 632 | loop 19076 0 |
| | 633 | nvidia 8111512 36 |
| 627 | 634 | i2c_core 24960 1 nvidia |
| 628 | | ipv6 248936 17 |
| 629 | | fuse 43312 1 |
| | 635 | e1000 120000 0 |
| | 636 | e1000e 131500 0 |
| | 637 | fuse 43312 3 |
| 630 | 638 | }}} |
| 631 | 639 | |