Changes between Version 67 and Version 68 of Xen_GPU_cluster


Ignore:
Timestamp:
Apr 14, 2009, 5:27:29 PM (15 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_GPU_cluster

    v67 v68  
    136136        10de  GeForce 9800M GTX
    137137}}}
    138 rock@cloud:~$ sudo Xorg -scanpci [[BR]]
    139 {{{
    140 Probing for PCI devices (Bus:Device:Function)
    141 
    142 (0:0:0) unknown card (0x1028/0x0211) using a Intel Corporation DRAM Controller
    143 (0:1:0) Intel Corporation PCI Express Root Port
    144 (0:3:0) unknown card (0x1028/0x0211) using a Intel Corporation MEI Controller
    145 (0:3:2) unknown card (0x1028/0x0211) using a Intel Corporation PT IDER Controller
    146 (0:3:3) unknown card (0x1028/0x0211) using a Intel Corporation Serial KT Controller
    147 (0:25:0) unknown card (0x1028/0x0211) using a Intel Corporation 82566DM-2 Gigabit Network Connection
    148 (0:26:0) unknown card (0x1028/0x0211) using a Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4
    149 (0:26:1) unknown card (0x1028/0x0211) using a Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5
    150 (0:26:7) unknown card (0x1028/0x0211) using a Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2
    151 (0:27:0) unknown card (0x1028/0x0211) using a Intel Corporation 82801I (ICH9 Family) HD Audio Controller
    152 (0:28:0) Intel Corporation 82801I (ICH9 Family) PCI Express Port 1
    153 (0:29:0) unknown card (0x1028/0x0211) using a Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1
    154 (0:29:1) unknown card (0x1028/0x0211) using a Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2
    155 (0:29:2) unknown card (0x1028/0x0211) using a Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3
    156 (0:29:7) unknown card (0x1028/0x0211) using a Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1
    157 (0:30:0) Intel Corporation 82801 PCI Bridge
    158 (0:31:0) Intel Corporation LPC Interface Controller
    159 (0:31:2) unknown card (0x1028/0x0211) using a Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 4 port SATA IDE Controller
    160 (0:31:3) unknown card (0x1028/0x0211) using a Intel Corporation 82801I (ICH9 Family) SMBus Controller
    161 (0:31:5) unknown card (0x1028/0x0211) using a Intel Corporation 82801I (ICH9 Family) 2 port SATA IDE Controller
    162 
    163 ---> (1:0:0) unknown card (0x1043/0x82a0) using an unknown chip (DeviceId 0x0605) from nVidia Corporation
    164 }}}
    165 
    166138rock@cloud:~$ sudo /etc/X11/xorg.conf [[BR]]
    167139{{{
     
    187159server glx vendor string: NVIDIA Corporation
    188160server glx version string: 1.4
     161server glx extensions:
     162    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
     163    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
     164    GLX_EXT_texture_from_pixmap, GLX_ARB_create_context, GLX_ARB_multisample,
     165    GLX_NV_float_buffer, GLX_ARB_fbconfig_float, GLX_EXT_framebuffer_sRGB
     166client glx vendor string: NVIDIA Corporation
     167client glx version string: 1.4
     168client glx extensions:
     169    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info,
     170    GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync,
     171    GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
     172    GLX_SGI_swap_control, GLX_ARB_create_context, GLX_NV_float_buffer,
     173    GLX_ARB_fbconfig_float, GLX_EXT_fbconfig_packed_float,
     174    GLX_EXT_texture_from_pixmap, GLX_EXT_framebuffer_sRGB,
     175    GLX_NV_present_video, GLX_NV_multisample_coverage
     176GLX version: 1.3
     177GLX extensions:
     178    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
     179    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
     180    GLX_EXT_texture_from_pixmap, GLX_ARB_create_context, GLX_ARB_multisample,
     181    GLX_NV_float_buffer, GLX_ARB_fbconfig_float, GLX_EXT_framebuffer_sRGB,
     182    GLX_ARB_get_proc_address
    189183OpenGL vendor string: NVIDIA Corporation
    190184OpenGL renderer string: GeForce 9800 GT/PCI/SSE2
    191 OpenGL version string: 3.0.0 NVIDIA 180.29
     185OpenGL version string: 3.0.0 NVIDIA 180.44
    192186OpenGL shading language version string: 1.30 NVIDIA via Cg compiler
    193187}}}
     
    205199}}}
    206200rider@cloud:~/nvidia/driver$ sudo modprobe nvidia [[BR]]
    207 rider@cloud:~/nvidia/driver$ dmesg [[BR]]
    208 {{{
     201rider@cloud:~/nvidia/driver$ dmesg | grep NVIDIA [[BR]]
     202{{{
     203NV Driver: 180.22
    209204NVRM: loading NVIDIA UNIX x86_64 Kernel Module  180.22  Tue Jan  6 09:15:58 PST 2009
     205
     206NV Driver: 180.44
     207NVRM: loading NVIDIA UNIX x86_64 Kernel Module  180.44  Tue Mar 24 05:46:32 PST 2009
    210208}}}
    211209