Find the answer to your Linux question:
Results 1 to 6 of 6
Hi, my debian worked well before. THis morning the x window suddenly crashed out. Whenever I ran "startx", it got fatal error. The /var/log/XFree86.0.log information said (1)EE : " failed ...
  1. #1
    Just Joined!
    Join Date
    Nov 2004
    Posts
    43

    Can not Start X. (details inside)

    Hi, my debian worked well before. THis morning the x window suddenly
    crashed out. Whenever I ran "startx", it got fatal error.

    The /var/log/XFree86.0.log information said

    (1)EE : " failed to load module "Glcore", (module does not exist, 0)"

    (2)EE: (II) LoadModule: "xtt"
    (II) Loading /usr/X11R6/lib/modules/fonts/libxtt.a
    Duplicate symbol SPropRecValList_new
    in /usr/X11R6/lib/modules/fonts/libxtt.attmodule.o
    Also defined in /usr/X11R6/lib/modules/fonts/libfreetype.a

    Thus, I think "Glcore" and "xtt" in my xfree86 caused the problem. Then,
    I removed the "Glcore and xtt" from the load module section.

    Then, it still got errors. What should I do?

    Thanks a lot for any help!!

  2. #2
    Linux User St. Joe's Avatar
    Join Date
    Jun 2005
    Location
    USA
    Posts
    271
    Comment out Load "xtt" from your XF86Config, but
    please uncomment Glcore and try again.

    You cannot load both freetype and xtt modules.
    So please select one or the other.

    Now what errors do you get.....
    It may be that your sole purpose in life is simply to serve as a warning to others.

  3. #3
    Just Joined!
    Join Date
    Nov 2004
    Posts
    43
    Quote Originally Posted by St. Joe
    Comment out Load "xtt" from your XF86Config, but
    please uncomment Glcore and try again.

    You cannot load both freetype and xtt modules.
    So please select one or the other.

    Now what errors do you get.....

    I ever tried to remove "xtt", but I still got the error as follows:
    EE : " failed to load module "Glcore", (module does not exist, 0)"

    Besides, if "xtt" is not compatible with "freetype", how did my system
    work before? This morning, it just suddenly crashed. I didn't touch
    the configure files. Is that virus? Or maybe any other reasons?

    Thanks again for any help!

  4. #4
    Linux User St. Joe's Avatar
    Join Date
    Jun 2005
    Location
    USA
    Posts
    271
    What driver is listed in the Section "Device" of XF86Config-4?
    It may be that your sole purpose in life is simply to serve as a warning to others.

  5. #5
    Just Joined!
    Join Date
    Nov 2004
    Posts
    43
    Quote Originally Posted by St. Joe
    What driver is listed in the Section "Device" of XF86Config-4?
    Section "Device"
    Identifier "Generic Video Card"
    Driver "nvidia"
    EndSection

    My driver is nvidia.

  6. #6
    Just Joined!
    Join Date
    Oct 2006
    Posts
    6
    Quote Originally Posted by walking
    Section "Device"
    Identifier "Generic Video Card"
    Driver "nvidia"
    EndSection

    My driver is nvidia.

    Was this issue ever resolved?
    I'm having problems with dri after an upgrade to xorg 7.1
    I see in my log that GLcore is not loading.. maybe this could have something to do with it? I see a message in my Xorg.0.log: Failed to load module "GLcore"
    I'm running Debian Testing with a matrox 450. Before my upgrade direct rendering was working.

    glxinfo | grep rendering used to return "direct rendering: Yes" but today it returns "direct rendering: No"

    Jim

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •