[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg status on sparc



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I have recently volunteered to maintain the xorg drivers for the cards most commonly found on sparc hardware: sunbw2, suncg14, suncg3, suncg6, sunffb, sunleo and suntcx. These packages have not been uploaded yet, I've prepared an upload based on David's excellent work, and would appreciate if someone would commit the attached patch to svn. If there are no objections, I would like to upload these packages to unstable tomorrow (Sunday).

There are a few issues that I know of which currently affect the sparc port:

* Under some circumstances xorg hangs the machine hard while loading modules (most commonly xaa and ramdac), in some cases the on-disk module files are getting corrupt as a result (!). I have not be able to reproduce the problem myself, but plan to look into it. Additional
information may be found in threads:

http://lists.debian.org/debian-sparc/2006/05/msg00001.html
http://lists.debian.org/debian-sparc/2006/06/msg00063.html

* It looks like driver autodetection is not doing a very good job. I've seen the driver "fbdev" being chosen on a couple of occasions, which is most probably wrong. The framebuffer driver on sparc is sunffb. I plan to look at it (as I understand the part which generates the config file on
fresh install is the config script of xserver-xorg).

* Bug 368214: wrong keyboard layout is chosen for on sparc with 2.6 kernels.

* Bug 352869: sunffb driver depends on symbols from cfb and cfb32 modules,
which are not included in the default configuration file.

Please let me know if you have any input on any of these issues.

Best regards,

Jurij Smakov                                        jurij@wooyd.org
Key: http://www.wooyd.org/pgpkey/                   KeyID: C99E03CC
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEnhoLjjectMmeA8wRAqG2AKCbS9oiibeE5Hj4hHfPUQiuZUhXcgCfZdK0
XPTQPk8KQQNbEpYXWEaq/o4=
=A7O7
-----END PGP SIGNATURE-----
Index: xf86-video-suncg14-X11R7.0-1.0.0.5/debian/control
===================================================================
--- xf86-video-suncg14-X11R7.0-1.0.0.5/debian/control	(revision 2342)
+++ xf86-video-suncg14-X11R7.0-1.0.0.5/debian/control	(working copy)
@@ -2,9 +2,9 @@
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
+Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>, Jurij Smakov <jurij@debian.org>
 Build-Depends: debhelper (>= 4.0.0), pkg-config, xserver-xorg-dev, x11proto-core-dev, x11proto-randr-dev, x11proto-render-dev, x11proto-fonts-dev
-Standards-Version: 3.6.1.0
+Standards-Version: 3.7.2.0
 
 Package: xserver-xorg-video-suncg14
 Architecture: sparc
Index: xf86-video-suncg14-X11R7.0-1.0.0.5/debian/changelog
===================================================================
--- xf86-video-suncg14-X11R7.0-1.0.0.5/debian/changelog	(revision 2342)
+++ xf86-video-suncg14-X11R7.0-1.0.0.5/debian/changelog	(working copy)
@@ -1,8 +1,11 @@
 xserver-xorg-video-suncg14 (1:1.0.0.5-2) unstable; urgency=low
 
-  * Upload to modular
+  * First upload to unstable.
+  * Add myself to uploaders.
+  * Bump policy version to 3.7.2.0, no changes neccessary.
+  * Update the copyright file.
 
- -- David Nusinow <dnusinow@debian.org>  Sun, 26 Mar 2006 20:26:10 -0500
+ -- Jurij Smakov <jurij@debian.org>  Sat, 24 Jun 2006 21:18:23 -0700
 
 xserver-xorg-video-suncg14 (1:1.0.0.5-1) experimental; urgency=low
 
Index: xf86-video-suncg14-X11R7.0-1.0.0.5/debian/copyright
===================================================================
--- xf86-video-suncg14-X11R7.0-1.0.0.5/debian/copyright	(revision 2342)
+++ xf86-video-suncg14-X11R7.0-1.0.0.5/debian/copyright	(working copy)
@@ -1,3 +1,7 @@
+This package has been created for Debian by David Nusinow 
+<dnusinow@debian.org> in March 2006. Original upstream source 
+has been downloaded from ftp://ftp.x.org/pub/X11R7.0/src/driver
+
 Copyright (C) 2000 Jakub Jelinek (jakub@redhat.com)
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
Index: xf86-video-suncg3-X11R7.0-1.0.0.5/debian/control
===================================================================
--- xf86-video-suncg3-X11R7.0-1.0.0.5/debian/control	(revision 2342)
+++ xf86-video-suncg3-X11R7.0-1.0.0.5/debian/control	(working copy)
@@ -2,9 +2,9 @@
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
+Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>, Jurij Smakov <jurij@debian.org>
 Build-Depends: debhelper (>= 4.0.0), pkg-config, xserver-xorg-dev, x11proto-core-dev, x11proto-randr-dev, x11proto-render-dev, x11proto-fonts-dev
-Standards-Version: 3.6.1.0
+Standards-Version: 3.7.2.0
 
 Package: xserver-xorg-video-suncg3
 Architecture: sparc
Index: xf86-video-suncg3-X11R7.0-1.0.0.5/debian/changelog
===================================================================
--- xf86-video-suncg3-X11R7.0-1.0.0.5/debian/changelog	(revision 2342)
+++ xf86-video-suncg3-X11R7.0-1.0.0.5/debian/changelog	(working copy)
@@ -1,8 +1,11 @@
 xserver-xorg-video-suncg3 (1:1.0.0.5-2) unstable; urgency=low
 
-  * Upload to modular
+  * First upload to unstable.
+  * Add myself to uploaders.
+  * Bump policy version to 3.7.2.0, no changes neccessary.
+  * Update the copyright file.
 
- -- David Nusinow <dnusinow@debian.org>  Sun, 26 Mar 2006 20:26:11 -0500
+ -- Jurij Smakov <jurij@debian.org>  Sat, 24 Jun 2006 21:19:38 -0700
 
 xserver-xorg-video-suncg3 (1:1.0.0.5-1) experimental; urgency=low
 
Index: xf86-video-suncg3-X11R7.0-1.0.0.5/debian/copyright
===================================================================
--- xf86-video-suncg3-X11R7.0-1.0.0.5/debian/copyright	(revision 2342)
+++ xf86-video-suncg3-X11R7.0-1.0.0.5/debian/copyright	(working copy)
@@ -1,3 +1,7 @@
+This package has been created for Debian by David Nusinow 
+<dnusinow@debian.org> in March 2006. Original upstream source 
+has been downloaded from ftp://ftp.x.org/pub/X11R7.0/src/driver
+
 Copyright (C) 2000 Jakub Jelinek (jakub@redhat.com)
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
Index: xf86-video-suncg6-X11R7.0-1.0.0.5/debian/control
===================================================================
--- xf86-video-suncg6-X11R7.0-1.0.0.5/debian/control	(revision 2342)
+++ xf86-video-suncg6-X11R7.0-1.0.0.5/debian/control	(working copy)
@@ -2,9 +2,9 @@
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
+Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>, Jurij Smakov <jurij@debian.org>
 Build-Depends: debhelper (>= 4.0.0), pkg-config, xserver-xorg-dev, x11proto-core-dev, x11proto-randr-dev, x11proto-render-dev, x11proto-fonts-dev
-Standards-Version: 3.6.1.0
+Standards-Version: 3.7.2.0
 
 Package: xserver-xorg-video-suncg6
 Architecture: sparc
Index: xf86-video-suncg6-X11R7.0-1.0.0.5/debian/changelog
===================================================================
--- xf86-video-suncg6-X11R7.0-1.0.0.5/debian/changelog	(revision 2342)
+++ xf86-video-suncg6-X11R7.0-1.0.0.5/debian/changelog	(working copy)
@@ -1,8 +1,11 @@
 xserver-xorg-video-suncg6 (1:1.0.0.5-2) unstable; urgency=low
 
-  * Upload to modular
+  * First upload to unstable.
+  * Add myself to uploaders.
+  * Bump policy version to 3.7.2.0, no changes neccessary.
+  * Update the copyright file.
 
- -- David Nusinow <dnusinow@debian.org>  Sun, 26 Mar 2006 20:26:13 -0500
+ -- Jurij Smakov <jurij@debian.org>  Sat, 24 Jun 2006 21:21:27 -0700
 
 xserver-xorg-video-suncg6 (1:1.0.0.5-1) experimental; urgency=low
 
Index: xf86-video-suncg6-X11R7.0-1.0.0.5/debian/copyright
===================================================================
--- xf86-video-suncg6-X11R7.0-1.0.0.5/debian/copyright	(revision 2342)
+++ xf86-video-suncg6-X11R7.0-1.0.0.5/debian/copyright	(working copy)
@@ -1,3 +1,7 @@
+This package has been created for Debian by David Nusinow 
+<dnusinow@debian.org> in March 2006. Original upstream source 
+has been downloaded from ftp://ftp.x.org/pub/X11R7.0/src/driver
+
 Copyright (C) 2000 Jakub Jelinek (jakub@redhat.com)
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
Index: xf86-video-sunffb-X11R7.0-1.0.1.3/debian/control
===================================================================
--- xf86-video-sunffb-X11R7.0-1.0.1.3/debian/control	(revision 2342)
+++ xf86-video-sunffb-X11R7.0-1.0.1.3/debian/control	(working copy)
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
+Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>, Jurij Smakov <jurij@debian.org>
 Build-Depends: debhelper (>= 4.0.0), pkg-config, xserver-xorg-dev, x11proto-core-dev, x11proto-randr-dev, x11proto-render-dev, x11proto-xext-dev, x11proto-fonts-dev, x11proto-xf86dri-dev, x11proto-gl-dev, libdrm-dev (>> 2.0), libgl1-mesa-dev | libgl1-dev, quilt
 Standards-Version: 3.6.1.0
 
Index: xf86-video-sunffb-X11R7.0-1.0.1.3/debian/changelog
===================================================================
--- xf86-video-sunffb-X11R7.0-1.0.1.3/debian/changelog	(revision 2342)
+++ xf86-video-sunffb-X11R7.0-1.0.1.3/debian/changelog	(working copy)
@@ -1,8 +1,11 @@
 xserver-xorg-video-sunffb (1:1.0.1.3-2) unstable; urgency=low
 
-  * Upload to modular
+  * First upload to unstable.
+  * Add myself to uploaders.
+  * Bump policy version to 3.7.2.0, no changes neccessary.
+  * Update the copyright file.
 
- -- David Nusinow <dnusinow@debian.org>  Sun, 26 Mar 2006 20:26:14 -0500
+ -- Jurij Smakov <jurij@debian.org>  Sat, 24 Jun 2006 21:23:27 -0700
 
 xserver-xorg-video-sunffb (1:1.0.1.3-1) experimental; urgency=low
 
Index: xf86-video-sunffb-X11R7.0-1.0.1.3/debian/copyright
===================================================================
--- xf86-video-sunffb-X11R7.0-1.0.1.3/debian/copyright	(revision 2342)
+++ xf86-video-sunffb-X11R7.0-1.0.1.3/debian/copyright	(working copy)
@@ -1,3 +1,7 @@
+This package has been created for Debian by David Nusinow 
+<dnusinow@debian.org> in March 2006. Original upstream source 
+has been downloaded from ftp://ftp.x.org/pub/X11R7.0/src/driver
+
 Copyright (C) 1998,1999,2000 Jakub Jelinek (jakub@redhat.com)
 Copyright (C) 1998 Michal Rehacek (majkl@iname.com)
 Copyright (C) 1999,2000 David S. Miller (davem@redhat.com)
Index: xf86-video-suntcx-X11R7.0-1.0.0.5/debian/control
===================================================================
--- xf86-video-suntcx-X11R7.0-1.0.0.5/debian/control	(revision 2342)
+++ xf86-video-suntcx-X11R7.0-1.0.0.5/debian/control	(working copy)
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
+Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>, Jurij Smakov <jurij@debian.org>
 Build-Depends: debhelper (>= 4.0.0), pkg-config, xserver-xorg-dev, x11proto-core-dev, x11proto-randr-dev, x11proto-render-dev, x11proto-fonts-dev
 Standards-Version: 3.6.1.0
 
Index: xf86-video-suntcx-X11R7.0-1.0.0.5/debian/changelog
===================================================================
--- xf86-video-suntcx-X11R7.0-1.0.0.5/debian/changelog	(revision 2342)
+++ xf86-video-suntcx-X11R7.0-1.0.0.5/debian/changelog	(working copy)
@@ -1,8 +1,11 @@
 xserver-xorg-video-suntcx (1:1.0.0.5-2) unstable; urgency=low
 
-  * Upload to modular
+  * First upload to unstable.
+  * Add myself to uploaders.
+  * Bump policy version to 3.7.2.0, no changes neccessary.
+  * Update the copyright file.
 
- -- David Nusinow <dnusinow@debian.org>  Sun, 26 Mar 2006 20:26:17 -0500
+ -- Jurij Smakov <jurij@debian.org>  Sat, 24 Jun 2006 21:27:25 -0700
 
 xserver-xorg-video-suntcx (1:1.0.0.5-1) experimental; urgency=low
 
Index: xf86-video-suntcx-X11R7.0-1.0.0.5/debian/copyright
===================================================================
--- xf86-video-suntcx-X11R7.0-1.0.0.5/debian/copyright	(revision 2342)
+++ xf86-video-suntcx-X11R7.0-1.0.0.5/debian/copyright	(working copy)
@@ -1,3 +1,7 @@
+This package has been created for Debian by David Nusinow 
+<dnusinow@debian.org> in March 2006. Original upstream source 
+has been downloaded from ftp://ftp.x.org/pub/X11R7.0/src/driver
+
 Copyright (C) 1999, 2000 Jakub Jelinek (jakub@redhat.com)
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
Index: xf86-video-sunleo-X11R7.0-1.0.0.5/debian/control
===================================================================
--- xf86-video-sunleo-X11R7.0-1.0.0.5/debian/control	(revision 2342)
+++ xf86-video-sunleo-X11R7.0-1.0.0.5/debian/control	(working copy)
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
+Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>, Jurij Smakov <jurij@debian.org>
 Build-Depends: debhelper (>= 4.0.0), pkg-config, xserver-xorg-dev, x11proto-core-dev, x11proto-randr-dev, x11proto-render-dev, x11proto-fonts-dev
 Standards-Version: 3.6.1.0
 
Index: xf86-video-sunleo-X11R7.0-1.0.0.5/debian/changelog
===================================================================
--- xf86-video-sunleo-X11R7.0-1.0.0.5/debian/changelog	(revision 2342)
+++ xf86-video-sunleo-X11R7.0-1.0.0.5/debian/changelog	(working copy)
@@ -1,8 +1,11 @@
 xserver-xorg-video-sunleo (1:1.0.0.5-2) unstable; urgency=low
 
-  * Upload to modular
+  * First upload to unstable.
+  * Add myself to uploaders.
+  * Bump policy version to 3.7.2.0, no changes neccessary.
+  * Update the copyright file.
 
- -- David Nusinow <dnusinow@debian.org>  Sun, 26 Mar 2006 20:26:16 -0500
+ -- Jurij Smakov <jurij@debian.org>  Sat, 24 Jun 2006 21:25:02 -0700
 
 xserver-xorg-video-sunleo (1:1.0.0.5-1) experimental; urgency=low
 
Index: xf86-video-sunleo-X11R7.0-1.0.0.5/debian/copyright
===================================================================
--- xf86-video-sunleo-X11R7.0-1.0.0.5/debian/copyright	(revision 2342)
+++ xf86-video-sunleo-X11R7.0-1.0.0.5/debian/copyright	(working copy)
@@ -1,3 +1,7 @@
+This package has been created for Debian by David Nusinow 
+<dnusinow@debian.org> in March 2006. Original upstream source 
+has been downloaded from ftp://ftp.x.org/pub/X11R7.0/src/driver
+
 Copyright (C) 1999, 2000 Jakub Jelinek (jakub@redhat.com)
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
Index: xf86-video-sunbw2-X11R7.0-1.0.0.5/debian/control
===================================================================
--- xf86-video-sunbw2-X11R7.0-1.0.0.5/debian/control	(revision 2342)
+++ xf86-video-sunbw2-X11R7.0-1.0.0.5/debian/control	(working copy)
@@ -2,9 +2,9 @@
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
+Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>, Jurij Smakov <jurij@debian.org>
 Build-Depends: debhelper (>= 4.0.0), pkg-config, xserver-xorg-dev, x11proto-core-dev, x11proto-randr-dev
-Standards-Version: 3.6.1.0
+Standards-Version: 3.7.2.0
 
 Package: xserver-xorg-video-sunbw2
 Architecture: sparc
Index: xf86-video-sunbw2-X11R7.0-1.0.0.5/debian/changelog
===================================================================
--- xf86-video-sunbw2-X11R7.0-1.0.0.5/debian/changelog	(revision 2342)
+++ xf86-video-sunbw2-X11R7.0-1.0.0.5/debian/changelog	(working copy)
@@ -1,8 +1,11 @@
 xserver-xorg-video-sunbw2 (1:1.0.0.5-2) unstable; urgency=low
 
-  * Upload to modular
+  * First upload to unstable.
+  * Add myself to uploaders.
+  * Bump policy version to 3.7.2.0, no changes neccessary.
+  * Update the copyright file.
 
- -- David Nusinow <dnusinow@debian.org>  Sun, 26 Mar 2006 20:25:58 -0500
+ -- Jurij Smakov <jurij@debian.org>  Sat, 24 Jun 2006 21:07:34 -0700
 
 xserver-xorg-video-sunbw2 (1:1.0.0.5-1) experimental; urgency=low
 
Index: xf86-video-sunbw2-X11R7.0-1.0.0.5/debian/copyright
===================================================================
--- xf86-video-sunbw2-X11R7.0-1.0.0.5/debian/copyright	(revision 2342)
+++ xf86-video-sunbw2-X11R7.0-1.0.0.5/debian/copyright	(working copy)
@@ -1,3 +1,7 @@
+This package has been created for Debian by David Nusinow 
+<dnusinow@debian.org> in March 2006. Original upstream source 
+has been downloaded from ftp://ftp.x.org/pub/X11R7.0/src/driver 
+
 Copyright (C) 2000 Jakub Jelinek (jakub@redhat.com)
 
 Permission is hereby granted, free of charge, to any person obtaining a copy

Reply to: