Changes between Version 7 and Version 8 of Xen_GPU_cluster


Ignore:
Timestamp:
Feb 10, 2009, 2:12:31 PM (15 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_GPU_cluster

    v7 v8  
    163163---> (1:0:0) unknown card (0x1043/0x82a0) using an unknown chip (DeviceId 0x0605) from nVidia Corporation
    164164}}}
     165
     166rock@cloud:~$ sudo /etc/X11/xorg.conf [[BR]]
     167{{{
     168# Allocate the BusID for the VGA Device
     169Section "Device"
     170    Identifier     "Device0"
     171    Driver         "nvidia"
     172    BusID          "PCI:1:0:0"
     173    VendorName     "NVIDIA Corporation"
     174    BoardName      "GeForce 9800 GT"
     175    Option         "RenderAccel" "True"
     176    Option         "UseEdidDpi" "False"
     177EndSection
     178}}}