Changeset 1752

Show
Ignore:
Timestamp:
11/12/06 20:31:54 (2 years ago)
Author:
alexander
Message:

Removed explicit requests to load GLcore and bitmap modules.

GLcore caused the X server to segfault when running any OpenGL application
with indirect rendering because of symbol clash with *_dri.so (loaded
by AIGLX). OpenGL is still available, because the glx module automatically
loads either the relevant DRI module, or, if it is impossible, GLcore.

The bitmap module is not needed because the freetype module handles the two
builtin bitmap fonts well.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/6.2/etc/X11/xorg.conf

    r1674 r1752  
    11Section "Module" 
    22        Load    "glx" 
    3         Load    "GLcore" 
    4         Load    "bitmap" 
    53        Load    "dbe" 
    64        Load    "ddc"