Hi, I am new to Xen. today i installed Xen in my debian machine from binary install. i am able to go into console mode. i am not able to start X windows ?? it says AGP GART support is not in ur kernel. what do i do?? -- bala> balachandar muruganantham bala> lynx http://chandar.blogspot.com ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
On Fri, 18 Feb 2005, bala chandar wrote:> Hi, > > I am new to Xen. today i installed Xen in my debian machine from binary install. > > i am able to go into console mode. i am not able to start X windows ?? > it says AGP GART support is not in ur kernel. what do i do?? > > -- > bala> balachandar muruganantham > bala> lynx http://chandar.blogspot.com >Add support for AGP in your main kernel. # cd xen-2.0/linux-2.x.x-xen0 # make menuconfig Device Drivers -> Character Devices Add support for /dev/agpgart (AGP Support). then: # cd .. # make all That should do it. -- Victor Jerlin <vigge@sigma.su.se> ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
On Fri, 18 Feb 2005, Victor Jerlin wrote:> On Fri, 18 Feb 2005, bala chandar wrote: > > > Hi, > > > > I am new to Xen. today i installed Xen in my debian machine from binary install. > > > > i am able to go into console mode. i am not able to start X windows ?? > > it says AGP GART support is not in ur kernel. what do i do?? > > > > -- > > bala> balachandar muruganantham > > bala> lynx http://chandar.blogspot.com > > > > Add support for AGP in your main kernel. > > # cd xen-2.0/linux-2.x.x-xen0 > # make menuconfig > > Device Drivers -> Character Devices > Add support for /dev/agpgart (AGP Support). > > then: > > # cd .. > # make all > > That should do it.Sorry for the mistake :-\ It should of course be "make ARCH=xen menuconfig" -- Victor Jerlin <vigge@sigma.su.se> ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel