On 2002.04.24 19:36 Peter Andersson wrote:
>> 
>> 
>> Please supply more information about the failure. Is there any message
>> on the system log (usually /var/log/messages). Can you access the
>> computer trhu network after the hang?
>> 
> Yes, i can access the computer after the hang, via telnet and ftp. 
> Although i cannot shut down the computer via telnet after a system hang 
> for some reason. Otherwise everything works as normal.

Good. Please do the following tasks via telnet and report back to the list:
  - See if there is any application consuming all processor (top).
  - Copy the Xfree86.0.log to a safe place and post it here.
  - Check if X is still running or not (ps -A | grep X) and point down 
it's pid, and if it is do:
    - do "gdb </path/to/your/X>  <pid>"
    - get a backtrace with "bt" and paste to somewhere
    - quit "q"
  - Do the same steps as above with your opengl application.

Before attempt to do the above get debug info from the DRM, doing from a X 
console as root:
   - rmmod mach64
   - insmod mach64 drm_opts=debug
   - cat /proc/kmsg > kmsg.txt

After the computer has crashed send that kmsg.

Another thing also worthy to try is disable AGP, as it could be getting in 
the way. If you don't have agpgart as a module change in 
xc/programs/Xserver/hw/xfree86/drivers/ati/atidri.c:893 "!ATIDRIAgpInit( 
pScreen )" to "TRUE", or simply commenting that line out.

Note that these are a handfull of heavy duty bug desinfestation tips in 
the hope that one of them will hit bullseye on the poor creature! Take the 
time you need, as this can be a little boring.

> 
> ...
> 
> Hope this gives you some useful information.
> 

As you can see, yes indeed.

> Peter
> 

José Fonseca

_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to