Changes between Version 8 and Version 9 of Xen_GPU_cluster


Ignore:
Timestamp:
Feb 10, 2009, 3:11:09 PM (15 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_GPU_cluster

    v8 v9  
    121121(--) PCI:*(1:0:0) nVidia Corporation unknown chipset (0x0605) rev 162, Mem @ 0xfd000000/24, 0xd0000000/28, 0xfa000000/25, I/O @ 0xdc80/7, BIOS @ 0xfea00000/17
    122122
    123 DeviceID(0x065) is unknown?
     123DeviceID(0x0605) is unknown?
    124124}}}
    125125
     
    177177EndSection
    178178}}}
     179
     180rock@cloud:~$ less /var/log/Xorg.0.log | grep NVIDIA [[BR]]
     181{{{
     182(II) Module glx: vendor="NVIDIA Corporation"
     183(II) NVIDIA GLX Module  180.22  Tue Jan  6 09:40:07 PST 2009
     184(II) Module nvidia: vendor="NVIDIA Corporation"
     185(II) NVIDIA dlloader X Driver  180.22  Tue Jan  6 09:21:40 PST 2009
     186(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
     187(--) Chipset NVIDIA GPU found
     188(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
     189(==) NVIDIA(0): RGB weight 888
     190(==) NVIDIA(0): Default visual is TrueColor
     191(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
     192(**) NVIDIA(0): Option "RenderAccel" "True"
     193(**) NVIDIA(0): Option "UseEdidDpi" "False"
     194(**) NVIDIA(0): Enabling RENDER acceleration
     195(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
     196(II) NVIDIA(0):     enabled.
     197(II) NVIDIA(0): NVIDIA GPU GeForce 9800 GT (G92) at PCI:1:0:0 (GPU-0)
     198(--) NVIDIA(0): Memory: 1048576 kBytes
     199(--) NVIDIA(0): VideoBIOS: 62.92.53.00.00
     200(II) NVIDIA(0): Detected PCI Express Link width: 16X
     201(--) NVIDIA(0): Interlaced video modes are supported on this GPU
     202(--) NVIDIA(0): Connected display device(s) on GeForce 9800 GT at PCI:1:0:0:
     203(--) NVIDIA(0):     ViewSonic VA721 (CRT-0)
     204(--) NVIDIA(0): ViewSonic VA721 (CRT-0): 400.0 MHz maximum pixel clock
     205(II) NVIDIA(0): Assigned Display Device: CRT-0
     206(==) NVIDIA(0):
     207(==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
     208(==) NVIDIA(0):     will be used as the requested mode.
     209(==) NVIDIA(0):
     210(II) NVIDIA(0): Validated modes:
     211(II) NVIDIA(0):     "nvidia-auto-select"
     212(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
     213(==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
     214(==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
     215(II) NVIDIA(0): Initialized GPU GART.
     216(II) NVIDIA(0): Setting mode "nvidia-auto-select"
     217(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
     218(==) NVIDIA(0): Disabling shared memory pixmaps
     219(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
     220(==) NVIDIA(0): Backing store disabled
     221(==) NVIDIA(0): Silken mouse enabled
     222(**) NVIDIA(0): DPMS enabled
     223}}}
     224rock@cloud:~$ sudo glxinfo -display :0
     225{{{
     226#It seems that the 3D accerlation works fine without any trouble.
     227name of display: :0.0
     228display: :0  screen: 0
     229direct rendering: Yes
     230server glx vendor string: NVIDIA Corporation
     231server glx version string: 1.4
     232OpenGL vendor string: NVIDIA Corporation
     233OpenGL renderer string: GeForce 9800 GT/PCI/SSE2
     234OpenGL version string: 2.1.2 NVIDIA 180.22
     235}}}