2008/2/27 Jiri Palecek <[EMAIL PROTECTED]>: > > On Monday 25 February 2008 18:18:32 Alex Deucher wrote: > > 2008/2/21 Jiří Paleček <[EMAIL PROTECTED]>: > > > On Wed, 20 Feb 2008 22:09:04 +0100, Brice Goglin > > > > > > <[EMAIL PROTECTED]> wrote: > > > > Jiří Paleček wrote: > > > >> Sorry, it was my fault. I was doing it in a local copy of git, and > > > >> there was a new include directory added which I didn't have in the > > > >> makefiles... autoreconf did the job. Anyway, the patch didn't help. > > > > > > > > Can you send the corresponding log? Alex Deucher (the author of the > > > > patch) wanted to see it. > > > > > > Yes. > > > > There's something about 1400x1050 mode that the driver doesn't like. > > if you remove the preferred mode from your monitor section, does the > > server come up? You might want to try another modeline for 1400x1050. > > Indeed, the server started with the "PreferredMode" commented out. However, > changing the mode to this mode hang the computer. > > What other modeline do you mean? I copied this one from earlier xorg, where > it > was autodetected.
try cvt: $ cvt 1400 1050 60 # 1400x1050 59.98 Hz (CVT 1.47M3) hsync: 65.32 kHz; pclk: 121.75 MHz Modeline "1400x1050_60.00" 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync $ cvt 1400 1050 75 # 1400x1050 74.87 Hz (CVT 1.47M3) hsync: 82.28 kHz; pclk: 156.00 MHz Modeline "1400x1050_75.00" 156.00 1400 1504 1648 1896 1050 1053 1057 1099 -hsync +vsync etc. Alex