Changes between Version 39 and Version 40 of 3D_Lustre


Ignore:
Timestamp:
Sep 5, 2008, 12:28:32 PM (16 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 3D_Lustre

    v39 v40  
    202202
    203203Section "DRI"
    204     Group      "video"
    205204    Mode       0666
    206205EndSection
     
    214213## Default:     "Xorg"
    215214#
    216 # Xgl is an experimental Xserver using OpenGL for rendering.
     215# Xgl is an experimental Xserver using OpenGL for rendering
    217216# Right now only the glx backend is supported, which runs on top of a
    218217# standard Xorg server providing OpenGL.
     
    222221# Warning! This is highly experimental.
    223222
    224 ## If we use Xgl setting to run gdm, we no longer get 3D Direct Rendering but rather software rendering. To get the git for the latest Xorg may solve this bug. (Dependency: libdrm
     223## If we use Xgl setting to run gdm, we no longer get 3D Direct Rendering but rather software rendering. XGL still gives you 3D but not through Direct Rendering. To get the git for the latest Xorg may solve this bug. (Dependency: Current-> libdrm-2.3.0
    225224
    226225DISPLAYMANAGER_XSERVER="Xorg"
     
    230229DISPLAYMANAGER_ROOT_LOGIN_REMOTE="yes"
    231230DISPLAYMANAGER_STARTS_XSERVER="yes"
     231}}}
     232
     233### Source code repositories ###
     234
     235'''X.org driver'''
     236{{{
     237rock@fly:~> git-clone git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel
     238}}}
     239
     240'''Mesa 3D GL Driver'''
     241{{{
     242rock@fly:~> git-clone git://anongit.freedesktop.org/git/mesa/mesa
     243}}}
     244
     245'''DRM Kernel module'''
     246{{{
     247rock@fly:~> git-clone git://anongit.freedesktop.org/git/mesa/drm
    232248}}}
    233249
     
    431447    Load           "v4l"
    432448#   Load           "dri"
     449#   Load           "drm"
    433450EndSection
    434451
     
    451468(II) Loading /usr/lib64/xorg/modules//drivers/nvidia_drv.so
    452469(II) Module nvidia: vendor="NVIDIA Corporation"
    453 rock@cloud04:~> grep NVIDIA /var/log/Xorg.0.log
    454470(II) Module glx: vendor="NVIDIA Corporation"
    455471(II) NVIDIA GLX Module  173.14.12  Thu Jul 17 18:36:30 PDT 2008
     
    579595||NIC ||Intel Corporation 82566DM Gigabit Network Connection||
    580596
     597
    581598||Switch ||D-link 24 port GE switch||
    582599[[BR]]
     
    621638 * NVIDIA, http://zh_tw.opensuse.org/NVIDIA
    622639 * Glxgears, http://wiki.cchtml.com/index.php/Glxgears_is_not_a_Benchmark
     640 * Intel Linux Graphics, http://www.intellinuxgraphics.org/
     641 * Xgl, http://en.opensuse.org/Xgl
     642 * Using Xgl On OpenSUSE, http://en.opensuse.org/Using_Xgl_on_SUSE_Linux
     643 * Xgl Troubleshooting, http://en.opensuse.org/Xgl_Troubleshooting#Intel_.2F_open_source_driver_.22i810.22
    623644
    624645=== Key Concept ===