Changes between Version 44 and Version 45 of Xen_GPU_cluster
- Timestamp:
- Mar 30, 2009, 3:17:45 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_GPU_cluster
v44 v45 331 331 332 332 === 2.3.2 Late Binding === 333 rider@cloud:~$ sudo modprobe -r nvidia [[BR]] 334 rider@cloud:~$ sudo vim /etc/modprobe.d/blacklist [[BR]] 335 {{{ 336 # nvidia driver autoload-disabled 337 blacklist nvidia 338 }}} 333 339 rider@cloud:~$ sudo su - [[BR]] 334 340 # Hide the device from dom0 so pciback can take control. [[BR]] … … 344 350 {{{ 345 351 0000:01:00.0 352 }}} 353 354 # Caution: Make sure that the device is not controlled by any driver: there should be no driver symlink for nvidia. [[BR]] 355 {{{ 356 PATH: /sys/bus/pci/devices/0000:01:00.0/ 357 driver -> ../../../../bus/pci/drivers/nvidia ---> This symlink shouldn't exist. 346 358 }}} 347 359