Re: Building Xorg from svn

2005-06-27 Thread Michel Dänzer
On Mon, 2005-06-27 at 18:23 +0200, Jean-Christophe Dubacq wrote:
> On Sun, Jun 26, 2005 at 03:26:04PM +0200, Jean-Christophe Dubacq wrote:
> > 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 10MHz exceeds DDC maximum 140MHz
> 
> Cure was simple: modify 000_stolen_from_HEAD_i810.patch to match a more
> recent version. I could not do better. However, DRI does not work any
> more since libdri remained in 4.3.0 and HEAD now requires 5.0.x for
> libdri. I would like any help. I know my work was probably not usable
> for Debian since the Xorg tree perhaps was not sanitized and may include
> too much code.
> 
> If anybody knows how I could upgrade libdri to 5.0.x (and not breaking
> the compilation process), I would be very grateful.

The major version was bumped because a member of a data structure
changed type. You don't need to upgrade libdri (although you may want
to, especially on 64 bit architectures IIRC), you can revert the version
requirement instead.


-- 
Earthling Michel Dänzer  | Debian (powerpc), X and DRI developer
Libre software enthusiast|   http://svcs.affero.net/rm.php?r=daenzer



Re: Building Xorg from svn

2005-06-27 Thread Jean-Christophe Dubacq
On Sun, Jun 26, 2005 at 03:26:04PM +0200, Jean-Christophe Dubacq wrote:
> 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 10MHz exceeds DDC maximum 140MHz

Cure was simple: modify 000_stolen_from_HEAD_i810.patch to match a more
recent version. I could not do better. However, DRI does not work any
more since libdri remained in 4.3.0 and HEAD now requires 5.0.x for
libdri. I would like any help. I know my work was probably not usable
for Debian since the Xorg tree perhaps was not sanitized and may include
too much code.

If anybody knows how I could upgrade libdri to 5.0.x (and not breaking
the compilation process), I would be very grateful.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Building Xorg from svn

2005-06-26 Thread Jean-Christophe Dubacq
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 10MHz 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]



Re: Building Xorg from svn

2005-06-25 Thread Julien Cristau
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 :)

Cheers,
Julien


signature.asc
Description: Digital signature


Building Xorg from svn

2005-06-25 Thread Jean-Christophe Dubacq
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?
-- 
JCD


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]