Re: [XFree86] XServer not loading with 2.6.13.1

2005-10-04 Thread jayjwa

On Tue, 13 Sep 2005, Umang Saini wrote:

- I am working with 2.4.20-1 kernel - Red Hat 7.3 . I recently migrated to
- 2.6.13-1, but encountered the following problem with XServer crashing at
- start-up.
- 
- The entire log file is attached. The final lines of the log are
- 
- 

- (II) I810(0): Monitor name: COMPAQ S710
- (--) I810(0): Chipset: i815
- (--) I810(0): Linear framebuffer at 0x4400
- (--) I810(0): IO registers at addr 0x4030
- (EE) GARTInit: Unable to open /dev/agpgart (No such device)
- (EE) I810(0): AGP GART support is not available.  Make sure your kernel has
- agpgart support or that the agpgart kernel module is loaded.

Likely it's this   ^

When I first got my I810 machine, it took me awhile to figure out this was 
needed.


If your kernel doesn't have this support, you need to rebuild it, either 
including the support or build the module. Your kernel config should have 
this set. This is for my 2.4.x series kernel, but I think it's the same on 
2.6.x as well, as I had a 2.6.x on my I810 machine (briefly- XFree86 and 
the 2.6.x series don't play nice, IMHO. The kernel kept complaining that 
X wasn't supposed to access hardware directly. Maybe that's changed 
now...).


[EMAIL PROTECTED]:/tmp] grep -i agp /boot/config
CONFIG_AGP=m
CONFIG_AGP_INTEL=y
CONFIG_AGP_I810=y
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD_K8 is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_SWORKS is not set
# CONFIG_AGP_NVIDIA is not set
# CONFIG_AGP_ATI is not set

I'm assuming I810 because of the log file above, but if your card really 
is different or if you have other computers/cards like this, there seems 
to be other AGP for other cards shown above.


Config'ed as a module gives this:

[EMAIL PROTECTED]:/tmp] locate agpgart

/lib/modules/2.4.31/kernel/drivers/char/agp/agpgart.o.gz
/usr/src/linux-2.4.31/drivers/char/agp/agpgart_be.c
/usr/src/linux-2.4.31/drivers/char/agp/agpgart_fe.c
/usr/src/linux-2.4.31/include/linux/agpgart.h


Rebuild the kernel if needed, or if you already have agpgart module or you 
built it in, you can skip kernel rebuilding.


Before you use X11 on that machine,

modprobe agpgart

[ [EMAIL PROTECTED]:~] ls -laF /dev/agpgart

crw-rw  1 root root 10, 175 2001-03-25 16:04 /dev/agpgart


[ [EMAIL PROTECTED]:~] lsmod | grep agp

agpgart26468   1


man mknod if you need to make the /dev/ entry

Part of my I810 machine's config looks like this (example):

Section Device
Identifier  Intel i810
Driver  i810
VideoRam231000
Option  DRI false
Option  XVideo true
Option  NoAccel false
EndSection

Section Screen
Identifier  Screen 1
Device  Intel i810
Monitor MAG Innovision
   DefaultDepth 24
Subsection Display
Depth   8
Modes 1024x768 800x600 720x400 640x480
EndSubsection
Subsection Display
Depth   15
Modes 1024x768 800x600 720x400 640x480
EndSubsection
Subsection Display
Depth   16
Modes 1024x768 800x600 720x400 640x480
EndSubsection
Subsection Display
Depth   24
Modes 1024x768 800x600 720x400 640x480
EndSubsection
EndSection



Hope that helps someone, there's usually a agp/I810 question or two on 
each list.



--
   / / __  __  __  __  __ __  __ svatre 4 tct/fzvzr
  / /__   / / /  \/ / / /_/ / \ \/ / naq pbagnpg vasb.
 /_/ /_/ /_/\__/ /_/  /_/\_\ ::[ATr2 RG 2005]::
Because my network won't be brought to its knees
by a 13-year old and a bot or a .zip file in the mail.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] XServer not loading with 2.6.13.1

2005-09-12 Thread Umang Saini
Hello,

I am working with 2.4.20-1 kernel - Red Hat 7.3 . I recently migrated to
2.6.13-1, but encountered the following problem with XServer crashing at
start-up.

The entire log file is attached. The final lines of the log are


(II) I810(0): Monitor name: COMPAQ S710
(--) I810(0): Chipset: i815
(--) I810(0): Linear framebuffer at 0x4400
(--) I810(0): IO registers at addr 0x4030
(EE) GARTInit: Unable to open /dev/agpgart (No such device)
(EE) I810(0): AGP GART support is not available.  Make sure your kernel has
agpgart support or that the agpgart kernel module is loaded.
(II) UnloadModule: i810
(II) UnloadModule: ddc
(II) Unloading /usr/X11R6/lib/modules/libddc.a
(II) UnloadModule: int10
(II) Unloading /usr/X11R6/lib/modules/linux/libint10.a
(II) UnloadModule: vbe
(II) Unloading /usr/X11R6/lib/modules/libvbe.a
(II) UnloadModule: vgahw
(II) Unloading /usr/X11R6/lib/modules/libvgahw.a
(EE) Screen(s) found, but none have a usable configuration.
 

Fatal server error:
no screens found


Please suggest the possible soultions to the problem.

Thanks and Regards,
Umang Saini
Programmer Analyst,
MindTree Consulting Pvt. Ltd.
Bangalore, India.





XFree86.0.log.old
Description: XFree86.0.log.old
-
Disclaimer
-

This message(including attachment if any)is confidential and may be 
privileged.Before opening attachments please check them
for viruses and defects.MindTree Consulting Private Limited (MindTree)will not 
be responsible for any viruses or defects or
any forwarded attachments emanating either from within MindTree or outside.If 
you have received this message by mistake please notify the sender by return  
e-mail and delete this message from your system. Any unauthorized use or 
dissemination of this message in whole or in part is strictly prohibited.  
Please note that e-mails are susceptible to change and MindTree shall not be 
liable for any improper, untimely or incomplete transmission.

-

Re: [XFree86] XServer not loading with 2.6.13.1

2005-09-12 Thread Andrew Haninger
On 9/13/05, Umang Saini [EMAIL PROTECTED] wrote:
 (EE) GARTInit: Unable to open /dev/agpgart (No such device)
 (EE) I810(0): AGP GART support is not available.  Make sure your kernel has
 agpgart support or that the agpgart kernel module is loaded.
From looking at the truncated log, I think your error might be here,

AGP GART support is in Device DriversCharacter Devices/dev/agpgart
(AGP Support)

HTH.

-Andy

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86