Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
XORG madness .. .. Module load failure
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
kilimanjaro
n00b
n00b


Joined: 29 Jan 2003
Posts: 37
Location: Jakarta

PostPosted: Mon Apr 26, 2004 3:16 am    Post subject: XORG madness .. .. Module load failure Reply with quote

I dont know what iam doing wrong, Ive followed the step by step procedure on instaling the xorg, and yet i still am unable to start it. No compilation error whatsoever, it just that everytime i run startx .. it dies with this message ...

Fatal server error:
Module load failure

I have unmerge xfree, emerge xorg-x11, did the opengl update, did the env-update, did the xorgcfg... hell, i have even deleted the /etc/X11 and /usr/X11R6 directory but iam still getting the goddamn module load failure :evil: :evil: :evil:

anyone could maybe enlightened me on this one.. ive switched back to xfree at the moment
Back to top
View user's profile Send private message
kilimanjaro
n00b
n00b


Joined: 29 Jan 2003
Posts: 37
Location: Jakarta

PostPosted: Mon Apr 26, 2004 8:57 am    Post subject: Reply with quote

bump..
Back to top
View user's profile Send private message
newbie_100
Guru
Guru


Joined: 17 Jan 2004
Posts: 335
Location: Ashdod, IsraHell

PostPosted: Mon Apr 26, 2004 9:07 am    Post subject: Reply with quote

have you done a etc-update?
have you copied :
Code:
cp /etc/X11/XF86Config /etc/X11/xorg.conf

?
Back to top
View user's profile Send private message
kilimanjaro
n00b
n00b


Joined: 29 Jan 2003
Posts: 37
Location: Jakarta

PostPosted: Mon Apr 26, 2004 12:50 pm    Post subject: Reply with quote

yepp.. did that too.. etc-update.. env-update .. copied the XF86config to xorg.conf .. I m stuck :evil: :evil: :evil:
Back to top
View user's profile Send private message
smith84594
n00b
n00b


Joined: 06 Mar 2004
Posts: 72

PostPosted: Mon Apr 26, 2004 2:15 pm    Post subject: Reply with quote

You still need your /usr/X11R6 directory - xorg installs there as well.

Make sure that your xorg.conf modules path reflects the module path:

Code:
ModulePath  "/usr/X11R6/lib/modules"


Could you post your xorg.conf?
Back to top
View user's profile Send private message
kilimanjaro
n00b
n00b


Joined: 29 Jan 2003
Posts: 37
Location: Jakarta

PostPosted: Wed Apr 28, 2004 1:50 am    Post subject: Reply with quote

Code:
 xorg.conf
Section "Module"

    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "type1"
    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"

# This loads the GLX module
#    Load       "glx"
# This loads the DRI module
#    Load       "dri"

EndSection
Section "Files"

    RgbPath     "/usr/X11R6/lib/X11/rgb"

    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/freefont/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

#    ModulePath "/usr/X11R6/lib/modules"

EndSection


when is deleted those 2 directory, it is automatically recreated when i emerge xorg
Back to top
View user's profile Send private message
kilimanjaro
n00b
n00b


Joined: 29 Jan 2003
Posts: 37
Location: Jakarta

PostPosted: Wed Apr 28, 2004 1:12 pm    Post subject: Reply with quote

bump
Back to top
View user's profile Send private message
LinuxRocks
Guru
Guru


Joined: 27 Nov 2003
Posts: 397
Location: New Mexico

PostPosted: Wed Apr 28, 2004 5:21 pm    Post subject: Reply with quote

Looks like you commented out the modules path.

And I seeing this correctly?

Code:
#    ModulePath "/usr/X11R6/lib/modules"
Back to top
View user's profile Send private message
kilimanjaro
n00b
n00b


Joined: 29 Jan 2003
Posts: 37
Location: Jakarta

PostPosted: Wed Apr 28, 2004 5:52 pm    Post subject: Reply with quote

yep i commented out that line, it was like that when i was running xfree. My xorg.conf is an exact copy of my previous XF86Config, except updating the font path to /usr/share/fonts...

I have another machine that i converted from xfree to xorg with the same step as i took on my machine and it worked 8O 8O 8O

Im confused now.. :?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum