On Sat, Jun 25, 2005 at 02:10:05PM +0200, Julien Cristau wrote: > On Sat, Jun 25, 2005 at 13:51:42 +0200, Jean-Christophe Dubacq wrote: > > > Hello, > > > > Trying to build Xorg from svn (trunk) (I think I found something wrong > > in 000_stolen_from_HEAD_i810, but need to test), I cannot recompile > > because some files are added (.svn files) and causes an error due to > > MANIFEST.i386. Any tips on how to build from svn? > > You need to run svn export first: > svn export svn://necrotic.deadbeast.net/xorg-x11/trunk xorg-x11-6.8.2.dfsg.1 > cd xorg-x11-6.8.2.dfsg.1 > debian/rules make-orig-tar-gz (if you don't already have the orig > tarball) > > and then you can build the packages :)
Thank you. I think I fell on something a bit complex with the i810 driver, and I do not know it this is my fault or the fault of the driver. The screen I try to use is a 19" DELL 1905FP that can do [EMAIL PROTECTED] This does not seem to be a standard size (well, a minimal xorg.conf yields me only 1024x768, which is pretty bad for a flat panel). Trying to debug the thing, I found that when using custom modelines I get the following message (1280x1024_60.00,DELL1905FP) mode clock 100000MHz exceeds DDC maximum 140MHz The reason why I get this message is that some structure is not internally done: the pScrn->modes pointer has a component HDisplay and VDisplay which is 0 (so HDisplay and VDisplay is skipped). This all happens in i830_driver.c which is in 000_stolen_from_HEAD_i810. I am willing to help, have hardware to test, but am relatively new to X internals (not that new, but all the same). Anybody has hints or places I could look into ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]