On Tue, Mar 22, 2005 at 05:10:03PM +0530, mukund jampala wrote: >hi all, > >I am unable to activate the X server on my Desktop after inserting the >i810fb driver as follows. > >modprobe i810fb vram=2 xres=1024 bpp=16 hsync1=30 hsync2=55 vsync1=50 >vsync2=85 accel=1 > >After that I get a fb driver running. >but i miss the GUI on the Desktop & when I say startx, I get some >errors & I have attached the relevant Xserver_log file as well as the >configuration file to this mail. > >I am specific to using i810fb driver as I want to rotate the screen >using X server randr command. The i810fb driver and the XFree86 i810 driver appear to be incompatible, because the former likely holds open the agpgart driver, which the latter needs: (WW) xf86AcquireGART: AGPIOC_ACQUIRE failed (Device or resource busy) (EE) GARTInit: AGPIOC_INFO failed (Invalid argument) (EE) I810(0): AGP GART support is not available. Make sure your kernel has agpgart support or that the agpgart kernel module is loaded. I'm not sure how using the i810fb driver with the XFree86 i810 driver would get you dynamic rotation anyway. >How do I solve this problem? > >After that on trial basis when I modied the Device section as follows, >the GUI is working with a light shift in the screen. I thing that can >be rectified with modification is resolution but what is "fbdev" which >made my GUI work? The XFree86 fbdev driver is designed to interface with the the fb module you load into the kernel, in this case i810fb, so that is expected to work. David _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86