View previous topic :: View next topic |
Author |
Message |
steroids n00b
Joined: 10 Sep 2005 Posts: 18
|
Posted: Sat Sep 10, 2005 4:55 pm Post subject: agpgart module missing[SOLVED] |
|
|
Im new to gentoo, but i have been able to get ewrything installed etc., But when i try to startx using my 82810E Intel Chipset i get an error saying it was uable to find AGP GART support.
I have dev/agppart enabled in the kernel but its missing. I cant find the actual module. Is there something that i did wrong? How do get this module? Any help would be apreciated..
Last edited by steroids on Wed Sep 14, 2005 1:18 pm; edited 1 time in total |
|
Back to top |
|
|
jmbsvicetto Moderator
Joined: 27 Apr 2005 Posts: 4735 Location: Angra do Heroísmo (PT)
|
Posted: Sat Sep 10, 2005 5:31 pm Post subject: |
|
|
Hi and welcome to the forums.
Look at your kernel config under Device Drivers --> Character devices --> /dev/agpgart (AGP support).
What graphics card do you have? Is it AGP or PCI-E? _________________ Jorge.
Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
|
|
Back to top |
|
|
steroids n00b
Joined: 10 Sep 2005 Posts: 18
|
Posted: Sat Sep 10, 2005 5:49 pm Post subject: |
|
|
Hi.
Here it is:
Code: |
[ ] Support for console on line printer
│ │ < > Support for user-space parallel port device drivers
│ │ < > Texas Instruments parallel link cable support
│ │ IPMI --->
│ │ Watchdog Cards --->
│ │ <*> Intel/AMD/VIA HW Random Number Generator support
│ │ <*> /dev/nvram support
│ │ <*> Enhanced Real Time Clock Support
│ │ < > Double Talk PC internal speech card support
│ │ < > Siemens R3964 line discipline
│ │ < > Applicom intelligent fieldbus card support
│ │ <M> Sony Vaio Programmable I/O Control Device support (EXPERIMENTAL)
│ │ Ftape, the floppy tape device driver --->
│ │ --- /dev/agpgart(AGPSupport)
│ │ <M> ALI chipset support
<M> ATI chipset support
|
The thing is there is no adpgart in /dev
And I have a Intel 82810E DC-133 CGC [Chipset Graphics Controller] |
|
Back to top |
|
|
jmbsvicetto Moderator
Joined: 27 Apr 2005 Posts: 4735 Location: Angra do Heroísmo (PT)
|
Posted: Sat Sep 10, 2005 6:05 pm Post subject: |
|
|
You should enable the support for the Intel 440LX... or the appropriate chipset for your board.
Code: | --- /dev/agpgart (AGP Support) │ │
│M│ < > Intel 440LX/BX/GX, I8xx and E7x05 chipset support |
Does that help? _________________ Jorge.
Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
|
|
Back to top |
|
|
steroids n00b
Joined: 10 Sep 2005 Posts: 18
|
Posted: Sat Sep 10, 2005 6:18 pm Post subject: |
|
|
Yes I understand but even if I do that it still gives this error when i startx:
Code: |
(EE) GARTInit : Unable to open /dev/agpgart (No such file or directory)
|
And I did check my /dev directory and indeed there is no agpgart there. So my question to you is
how do I get agpgart inthere? |
|
Back to top |
|
|
jschellhaass Guru
Joined: 20 Jan 2004 Posts: 341
|
Posted: Sun Sep 11, 2005 2:44 am Post subject: |
|
|
I had a similar problem. I finally ended up compiling it into the kernel as opposed to a module.
jeff |
|
Back to top |
|
|
steroids n00b
Joined: 10 Sep 2005 Posts: 18
|
Posted: Sun Sep 11, 2005 3:12 am Post subject: |
|
|
Quote: | I had a similar problem. I finally ended up compiling it into the kernel as opposed to a module. |
So how can I do that? |
|
Back to top |
|
|
jmbsvicetto Moderator
Joined: 27 Apr 2005 Posts: 4735 Location: Angra do Heroísmo (PT)
|
Posted: Sun Sep 11, 2005 12:40 pm Post subject: |
|
|
You must select on the kernel config to compile in kernel <*>, instead of compiling as a module <M>.
Then you need to make your kernel and install it. _________________ Jorge.
Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
|
|
Back to top |
|
|
steroids n00b
Joined: 10 Sep 2005 Posts: 18
|
Posted: Sun Sep 11, 2005 3:30 pm Post subject: |
|
|
I dont know what to do anymore now matter how many times i recompile into the kernel or module , it still dosent change anything. The startx just keeps saying that the module isnt there, can someone please help me.[/quote] |
|
Back to top |
|
|
steroids n00b
Joined: 10 Sep 2005 Posts: 18
|
Posted: Wed Sep 14, 2005 2:42 am Post subject: |
|
|
Well, because im a total noob i ended up totaly messing up my kernel
and ended up getting error messages about my filesystem etc etc.,:<
So I reinstalled gentoo from the ground up, I manually configured my Kernel instead of using genkernel,
compiled agp into kernel, amongs other things, emerged xorg-X11 and what do you know? It worked!! Thanks for all the help.
I really learned alot plus I got a more personalized system, it was a headache to install(at least for me) but i think it was worth the trouble. |
|
Back to top |
|
|
jmbsvicetto Moderator
Joined: 27 Apr 2005 Posts: 4735 Location: Angra do Heroísmo (PT)
|
Posted: Wed Sep 14, 2005 5:47 am Post subject: |
|
|
I'm glad that you were able to solve your problem.
Please add [solved] to the title of the thread (edit first message). _________________ Jorge.
Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
|
|
Back to top |
|
|
|