On Thu, Nov 14, 2002 at 02:50:58PM +0100, Jacek Rosik wrote: > W li?cie z czw, 14-11-2002, godz. 11:52, Felix K�hling pisze: > > Hi, > > > > several times I thought this problem was solved. But then it happens > > again. I log out and when the gdm login screen should appear the monitor > > goes to power saving mode and the system is completely locked up (even > > SysReq doesn't work). Is anyone else still having these problems? > > > > Everything else works (mode switching, VT switching). Could this be > > related to the Radeon framebuffer? I noticed that it is sometimes > > visible for a short time when X restarts. > > The same problem with Radeon 32MB DDR. It has started after XFree merge. > Everything is ok with drivers before the merge (trunk-20021022 branch). > > > > > I don't get any suspicious messages in the logs, but that may just be > > because they don't make it to the disk. I even lost my Mozilla > > configuration several times because I closed Mozilla 2 seconds before I > > logged out (the dark side of reiserfs ...) > > > > Regards, > > Felix > > Try XFS, seems to be better. I haven't lost my mozila configuration > since I've switched to XFS (It happened several times before). ;) But > still I don't get any suspicious messages in the logs.
You could mount your /var partition synchronously : mount -o remounc,sync /var This way, you will see everything the X server outputs, and not miss anything, well, at least it worked with ext2. It will be very slow though, so i would not recommend it for continous use, only for experimenting with such problems. Friendly, Sven Luther ------------------------------------------------------- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
