View previous topic :: View next topic |
Author |
Message |
belugaw n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 19 Sep 2006 Posts: 15
|
Posted: Wed Sep 27, 2006 3:07 pm Post subject: kernel 2.6.18 and /dev/agpgart |
|
|
I have installed Gentoo from gentoo LiveCD
then, downloaded linux-2.6.18 kernel from www.kernel.org
I have i810 motherboard, I want to configure inbuilt graphics card to get higher resolution 1024x768 in 16 bit colour
In linux-2.6.18 there is no checkbox for /dev/agpgart and i8xx chipset, In menuconfig these options looks like the following,
Device Drivers --->
Character devices --->
--- /dev/agpgart (AGP Support)
--- Intel 440LX/BX/GX, I8xx and E7x05 chipset support
What should I do to make these options come alive?
Thanks,
belugaw |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gami Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 02 Jun 2006 Posts: 297
|
Posted: Wed Sep 27, 2006 3:20 pm Post subject: Re: kernel 2.6.18 and /dev/agpgart |
|
|
belugaw wrote: | In linux-2.6.18 there is no checkbox for /dev/agpgart and i8xx chipset, In menuconfig these options looks like the following,
Device Drivers --->
Character devices --->
--- /dev/agpgart (AGP Support)
--- Intel 440LX/BX/GX, I8xx and E7x05 chipset support
What should I do to make these options come alive?
|
You don't have to do anything. "---" means that the option is automatically enabled and you cannot disable it. Look at the help in menuconfig to find out which other option depends on it.
Last edited by gami on Wed Sep 27, 2006 3:35 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
wynn Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/46695354144c509f41a088.png)
Joined: 01 Apr 2005 Posts: 2421 Location: UK
|
Posted: Wed Sep 27, 2006 3:28 pm Post subject: |
|
|
If you select Code: | <*> /dev/agpgart (AGP Support) | and the select "Help", at the end it says Code: | Depends on: (ALPHA || IA64 || PPC || X86) && PCI
Location:
-> Device Drivers
-> Character devices
Selected by: FB_I810 && FB && EXPERIMENTAL && PCI && X86_32 || FB_IN | so it looks as though you need X86 and PCI already selected to get this option.
For Code: | <*> Intel 440LX/BX/GX, I8xx and E7x05 chipset support | it says Code: | Depends on: AGP && X86
Location:
-> Device Drivers
-> Character devices
-> /dev/agpgart (AGP Support) (AGP [=y])
Selected by: FB_I810 && FB && EXPERIMENTAL && PCI && X86_32 || FB_INT | so you won't get this without AGP _________________ The avatar is jorma, a "duck" from "Elephants Dream": the film and all the production materials have been made available under a Creative Commons Attribution 2.5 License, see orange.blender.org for details. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
belugaw n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 19 Sep 2006 Posts: 15
|
Posted: Wed Sep 27, 2006 7:23 pm Post subject: |
|
|
thankyou wynn and gami,
when I run startx for high resolution I get the following error,
(EE) i810(0): [agp] unable to bind system textile memory
I have started new topic on this error in relevent place https://forums.gentoo.org/viewtopic-p-3608244.html#3608244
Thanks,
belugaw |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|