On Fri, Sep 20, 2002 at 05:05:07AM +0200, Christophe Combelles wrote: > Christophe Combelles wrote: > >I have a fully reproducible crash of X11 : > > > >The bug seems to be in the mga driver : > > > >- Take a PC with a matrox g450 > >- configure the X server in 16 bits, 1280x1024 > >(I have joined my XF86Config-4 in logfiles.tar.gz) > >- open the file LdMBUG2.doc with OpenOffice > > > >--> X crashes > > > >--------------- > > > >I have done several tests : > > > >1) I have reproduced it with: > > mandrake 9.0rc2 and 8.2; with StarOffice6.0 and OpenOffice1.0.1 > >2) did also occur once in 24bits > >3) seems to occur only on matrox cards > >4) I could not reproduce it on Redhat7.3 (on another PC with g450) > >5) does not occur with Kword > >6) I could reproduce it only with the joined document (LdMBUG2.doc) > >7) does not occur with the same document saved in openoffice format > > > >--------------- > >In my opinion, this is the combination of > >a) a bug in mga_drv.o > >b) a bad font > > > >--------------- > > > >Please tell if someone can reproduce it. > > > >---------------- > > > >I have joined, in files.tar.gz : > > > >The file that causes the crash (LdMBUG2.doc) > >The config of XFree86 (XF86Config-4) > >The log file of XFree86 (XFree86.0.log) > >The result of "lspci -v" (lspci)
Try disabling xfs by commenting out the unix/:-1 Font Path and replacing it with these in your /etc/X11/XF86Config-4: FontPath "/usr/X11R6/lib/X11/fonts/misc/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/drakfont" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/TTF" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/pcf_drakfont:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/mdk:unscaled" FontPath "/usr/share/fonts/default/Type1" FontPath "/usr/share/fonts/ttf/decoratives" FontPath "/usr/share/fonts/ttf/western" Then restart X and see if it still happens. -- Ben Reser <[EMAIL PROTECTED]> http://ben.reser.org Never take no as an answer from someone who isn't authorized to say yes.