LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 11-16-2004, 08:10 PM   #1
Sredhar
LQ Newbie
 
Registered: Nov 2004
Posts: 6

Rep: Reputation: 0
Error loading i810 module : installing Xserver on gentoo


Hello everyone,

This is my first install of gentoo and i had managed to install the gentoo base system with help of folks at gentoo forums.

Now i am getting this error when i do Xorg -configure
(EE) Failed to load module "i810" (once-only module, -107374736)

I have searched in google and went through forums but i cant understand how to solve this problem.

I don't know how to load the i810 module. lsmod only shows b44 which is my ethernet card.

I don't know where to get this i810 module. can someone please help me with this. I will greatly appreciate it.

Thanks,
Sridhar
 
Old 11-30-2004, 11:05 AM   #2
davidbalt
Member
 
Registered: Feb 2004
Distribution: Gentoo -- always from stage1
Posts: 85

Rep: Reputation: 15
You probably forgot to compile in support for i810 in the kernel.

do:

cd /usr/src/linux
make menuconfig

and make sure that you have the Intel i810 stuff loaded. I am not exactly sure which branch of the configuration it is in, just keep your eyes open.
 
Old 12-01-2004, 07:26 PM   #3
Sredhar
LQ Newbie
 
Registered: Nov 2004
Posts: 6

Original Poster
Rep: Reputation: 0
I have compiled the module again and now i am getting another error.

(EE) I810(0) : [dri] DRIScreenInit failed: Disabling DRI. any help ?
 
Old 12-02-2004, 10:35 AM   #4
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
lets go overkill

please post the contents of /etc/X11/xorg.conf

also the output from the command "dmesg | grep i810"

and also anything that looks relevant in /var/log/xorg.log
 
Old 12-02-2004, 10:40 AM   #5
Sredhar
LQ Newbie
 
Registered: Nov 2004
Posts: 6

Original Poster
Rep: Reputation: 0
Thanks dude.

I will post all the log files as soon as i go home.
 
Old 12-02-2004, 04:19 PM   #6
davidbalt
Member
 
Registered: Feb 2004
Distribution: Gentoo -- always from stage1
Posts: 85

Rep: Reputation: 15
DRI is direct rendering infrastructure or some similar acronym. It allows X to use one API to render on different hardware. I think I read someplace that DRI doesn't work with i8x0.

Comment out the following in xorg.conf:
# This loads the DRI module
Load "dri"

My configuration doesn't use DRI, and I don't have any problems. I don't think you're going to be able to use 3d functionality like OpenGL, though. Keep a lookout for a better i8x0 driver.
 
Old 12-04-2004, 03:16 PM   #7
Sredhar
LQ Newbie
 
Registered: Nov 2004
Posts: 6

Original Poster
Rep: Reputation: 0
Now i did something stupid. I had done emerge emerge xorg-x11 again. Now when i do Xorg -configure i am getting errors. Here is the a part of the errors


Symbol drmAgpSize from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_GetAGPCapPtr from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_GetAGPStatus from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_GetAGPCommand from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_PM4Alloc from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_PM4Alloc from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_PM4Alloc from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_PM4Alloc from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_PM4Alloc from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_PM4Alloc from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_PM4Alloc from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol DRIGetDrawableInfo from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol __glXActiveScreens from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_PM4Alloc from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_PM4Alloc from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_InitCP from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_PM4WaitForIdle from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol XAAScreenIndex from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol XAAScreenIndex from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol XAAScreenIndex from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol XAAPixmapIndex from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol fbWinPrivateIndex from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol XAAPixmapIndex from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!



Can someone please tell me what this is.

Regards,
Sridhar
 
Old 12-04-2004, 05:27 PM   #8
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
strange... emerge SHOULD have unmerged the old Xorg before re-emerging...
you didnt do somthing stupid like re-merge Xorg while it was running fdid you ???

i think you probably did...
ctrl + alt + F1, shutdown X with whatever init script you use ot start it.. for me its "/etc/init.d/xdm stop"

then completely unmerge X (you may need to use the -nodeps flag to stop it from unmerging the graphical programs like KDE) then emerge sync && emerge xorg-x11.
 
Old 12-04-2004, 08:22 PM   #9
Sredhar
LQ Newbie
 
Registered: Nov 2004
Posts: 6

Original Poster
Rep: Reputation: 0
I havent installed KDE or GNOME yet. I just installed Gentoo and started installing X server when i ran into this problem.


First I ran into the DRI problem. The Xserver was starting but i dont see any buttons juss plain screen when i started X

Then i did a emerge Xorg-x11 (now i slap myself for doing that) thinking i will start from scratch.
Now when i do xconfigure i am running into this problem.

I guess i shud unmerge X now and start from emerge again. Shall i do it ?

Thanks for the help.

Sridhar.
 
Old 12-05-2004, 07:24 AM   #10
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
Quote:
First I ran into the DRI problem. The Xserver was starting but i dont see any buttons juss plain screen when i started X
yeah... thats what X is... X doesnt have "buttons" its just a system for other programs to display things.
this is what happens hen you run X without using it to run any graphical programs like Firefox or a window manager like icewm or a desktop environment like KDE or GNOME.

nothing was wrong.

my last advice still stands.
 
Old 12-05-2004, 12:00 PM   #11
Sredhar
LQ Newbie
 
Registered: Nov 2004
Posts: 6

Original Poster
Rep: Reputation: 0
In the gentoo handbook

# X -config /root/xorg.conf.new

If all goes well, you should see an ugly, loathsome, repulsive, deformed window manager called twm, probably the smallest window manager available. Try moving your mouse and see if your keyboard and such is working. In the next section we will optimize our xorg.conf so it fits your hardware. Now go into one of the terminals you see on your screen and type in exit (or press Ctrl-D) until Xorg shuts down. If you are unable to use your mouse to focus the terminals, you can also press Ctrl-Alt-Backspace to kill the X server.

If twm doesn't load, don't worry - it will once you'll start the X server through the regular startx command. Verify if your mouse works correctly and if the resolution is good. You might not be able to deduce the exact resolution, but you should be able to see if it's too low. You can exit any time by pressing Ctrl-Alt-Backspace.


Ive checked my mouse but it was not wroking. And i didnt see any termianals so i thought something was wrong.

And when i kill the Xserver i see that it printed out the error

(EE) I810(0) : [dri] DRIScreenInit failed: Disabling DRI.

Does this have anything to do with the Xserver ?

Regards,
Sridhar.
 
Old 12-08-2004, 04:38 PM   #12
steve_d555
Member
 
Registered: Apr 2004
Location: Massachusetts
Distribution: Debian, Slack 10, Gentoo!
Posts: 87

Rep: Reputation: 15
Have you configured your kernel correctly / which kernel are you using?

--Steve
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
error loading coda module legolin Fedora 0 11-29-2005 03:05 PM
Error loading module seclvl. Linux.tar.gz Linux - Security 10 11-14-2005 09:30 PM
Gentoo--Loading b44 module at startup? deadjoebob Linux - Newbie 1 02-24-2004 09:07 AM
Error loading module in KDE mdkelly069 Linux - Software 0 11-07-2003 11:15 AM
isdn module loading error Ratar Linux - Newbie 0 05-16-2001 05:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 12:06 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration