Changes between Version 39 and Version 40 of 3D_Lustre
- Timestamp:
- Sep 5, 2008, 12:28:32 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
3D_Lustre
v39 v40 202 202 203 203 Section "DRI" 204 Group "video"205 204 Mode 0666 206 205 EndSection … … 214 213 ## Default: "Xorg" 215 214 # 216 # Xgl is an experimental Xserver using OpenGL for rendering .215 # Xgl is an experimental Xserver using OpenGL for rendering 217 216 # Right now only the glx backend is supported, which runs on top of a 218 217 # standard Xorg server providing OpenGL. … … 222 221 # Warning! This is highly experimental. 223 222 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) 225 224 226 225 DISPLAYMANAGER_XSERVER="Xorg" … … 230 229 DISPLAYMANAGER_ROOT_LOGIN_REMOTE="yes" 231 230 DISPLAYMANAGER_STARTS_XSERVER="yes" 231 }}} 232 233 ### Source code repositories ### 234 235 '''X.org driver''' 236 {{{ 237 rock@fly:~> git-clone git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel 238 }}} 239 240 '''Mesa 3D GL Driver''' 241 {{{ 242 rock@fly:~> git-clone git://anongit.freedesktop.org/git/mesa/mesa 243 }}} 244 245 '''DRM Kernel module''' 246 {{{ 247 rock@fly:~> git-clone git://anongit.freedesktop.org/git/mesa/drm 232 248 }}} 233 249 … … 431 447 Load "v4l" 432 448 # Load "dri" 449 # Load "drm" 433 450 EndSection 434 451 … … 451 468 (II) Loading /usr/lib64/xorg/modules//drivers/nvidia_drv.so 452 469 (II) Module nvidia: vendor="NVIDIA Corporation" 453 rock@cloud04:~> grep NVIDIA /var/log/Xorg.0.log454 470 (II) Module glx: vendor="NVIDIA Corporation" 455 471 (II) NVIDIA GLX Module 173.14.12 Thu Jul 17 18:36:30 PDT 2008 … … 579 595 ||NIC ||Intel Corporation 82566DM Gigabit Network Connection|| 580 596 597 581 598 ||Switch ||D-link 24 port GE switch|| 582 599 [[BR]] … … 621 638 * NVIDIA, http://zh_tw.opensuse.org/NVIDIA 622 639 * 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 623 644 624 645 === Key Concept ===