MB> Yesterday I installed kernel 2.4.6 (I used 2.2.17) and now Xgalaga does NOT MB> crash anymore!
Pity, twere good if we could debug this problem. But it may simply be a DRI version problem. MB> About X, I still can't get X to run on 1280x1024 [...] MB> (II) I810(0): Clock range: 12.00 to 136.00 MHz [...] MB> (WW) I810(0): Default mode "1280x1024" deleted (bad mode clock/interlace/doublescan) What it's telling you is that the mode you requested (called 1280x1024) uses a dot clock that is outside the clock range of your video card. There are two ways to get around the problem. One would be simply to overclock your chip, i.e. tell the server to disable its sanity checks. This is dangerous, though, and judging from what I know about the i810, is not very likely to give any results. The other solution is to use a different mode, one which achieves the same resolution with a lower dot clock either by reducing the refresh frequency (horizontal or vertical), or by reducing the synch ranges. Assuming you have a decent monitor, there is little or no possibility of you doing any damage to it (this advice is given in good fait but with no guarantee of any kind). I suggest reading the XFree86-Video-Timings-HOWTO, which will tell you everything you need to know on the subject. Note, by the way, that you did not specify a Modeline for 1280x1024, so the server used one of its built-in ones. Here are the ones that concern you; they may be a useful starting point. # 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync # 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync # 1280x1024 @ 85Hz (VESA) hsync: 91.1kHz ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync Regards, Juliusz