Bug#534766: xserver-xorg-core: font corruption, dri2 no longer working

2009-06-27 Thread Brice Goglin
Aaron M. Ucko wrote:
 Package: xserver-xorg-core
 Version: 2:1.6.1.901-3
 Severity: important

 I have observed two regressions since upgrading to 2:1.6.1.901-3,
 despite having taken care to rebuild xserver-xorg-video-intel against
 current versions of xserver-xorg-dev and x11proto-dri2.  (As such, I
 believe this report to be distinct from #534475.)

 - As a traditionalist, I make heavy use of the fixed font, which
   started showing up as unreadable horizontal stripes rather than
   proper characters.  I'm not sure if other fonts were also affected,
   as I quickly reverted to -2 and the corresponding (unrebuilt)
   -video-intel.  (I have tried to ensure that the data dump below
   corresponds to my brief run of -3, though.)

 - While comparing logs of -2 vs. -3 (diff included below), with
   everything else held the same, I observed that only -2 was able to
   make use of DRI2.  That's not such a big deal to me, as pretty much
   the only GL apps I run are xscreensaver hacks ;-), but seems worth
   noting as well.
   


This looks strange to me. Are you sure you rebuilt properly? Can you try
my rebuild of the intel driver available at
http://people.debian.org/~bgoglin/rebuilds/Xserver1.6-ABIbreak/intel/ ?

Brice




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#534771: xserver-xorg-core: Xorg don't start with the newest intel driver in unstable with UXA mode

2009-06-27 Thread Brice Goglin
Yang Zhe wrote:
 Package: xserver-xorg-core
 Version: 2:1.6.1.901-3
 Severity: important

 I'm using 2.6.30 kernel in unstable.
 Attached is the Xorg.0.log

   

There's an ABI break the -core -3. You should downgrade -core to -2 or
install a rebuild of the intel driver against latest headers:
http://people.debian.org/~bgoglin/rebuilds/Xserver1.6-ABIbreak/intel/

Brice




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug: Missing comma in -sunffb's debian/control

2009-06-27 Thread Bryce Harrington
We found this bug in Ubuntu (LP: #391562) but it seems to affect Debian
as well:


Version 1.2.0-1 of xserver-xorg-video-sunffb has a missing
line-end comma in the Build-Dependencies section of
debian/control. There should be a comma in the area marked by
***asterisks***:

Build-Depends:
 debhelper (= 5),
 automake,
 libtool,
 xutils-dev***
 ***pkg-config,
 xserver-xorg-dev (= 2:1.2.99.902),
 x11proto-core-dev,
 x11proto-randr-dev,
 x11proto-render-dev,
 x11proto-xext-dev,
 x11proto-fonts-dev,
 x11proto-xf86dri-dev,
 x11proto-gl-dev,
 quilt,
 dpkg-dev (= 1.14.17)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



xorg-server: Changes to 'ubuntu'

2009-06-27 Thread Bryce Harrington
 debian/changelog|9 +++
 debian/patches/series   |1 
 debian/patches/xserver-1.5.0-bad-fbdev-thats-mine.patch |   46 
 3 files changed, 56 insertions(+)

New commits:
commit b3aa1c92a85cb80d307ea7703265e0db3c20c8cc
Author: Bryce Harrington br...@bryceharrington.org
Date:   Fri Jun 26 23:48:32 2009 -0700

Add xserver-1.5.0-bad-fbdev-thats-mine.patch

diff --git a/debian/changelog b/debian/changelog
index e31a5dd..17ef542 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+xorg-server (2:1.6.1.901-2ubuntu2) karmic; urgency=low
+
+  * Add xserver-1.5.0-bad-fbdev-thats-mine.patch - If no xorg.conf is
+specified, framebuffer device can erroneously grab the PCI.  Make 
+it fail instead in this case.
+(LP: #383407)
+
+ -- Bryce Harrington br...@ubuntu.com  Wed, 24 Jun 2009 15:24:44 -0700
+
 xorg-server (2:1.6.1.901-2ubuntu1) karmic; urgency=low
 
   * Merge from Debian unstable.
diff --git a/debian/patches/series b/debian/patches/series
index 2ec9c82..8f6ebc2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -29,3 +29,4 @@ Add-libgcrypt-as-an-option-for-sha1.diff
 172_cwgetbackingpicture_nullptr_check.patch
 174_set_bg_pixmap_of_cow_to_none.patch
 177_animated_cursor_change_master.patch
+xserver-1.5.0-bad-fbdev-thats-mine.patch
diff --git a/debian/patches/xserver-1.5.0-bad-fbdev-thats-mine.patch 
b/debian/patches/xserver-1.5.0-bad-fbdev-thats-mine.patch
new file mode 100644
index 000..a51920b
--- /dev/null
+++ b/debian/patches/xserver-1.5.0-bad-fbdev-thats-mine.patch
@@ -0,0 +1,46 @@
+From cb1ac4a749a208eb8f9995042a110134977146d2 Mon Sep 17 00:00:00 2001
+From: Dave Airlie airl...@panoply-rh.(none)
+Date: Thu, 13 Mar 2008 16:16:46 +1000
+Subject: [PATCH] fbdev: make entity fail if PCI claimed already.
+
+bad kitty fbdev.
+---
+ hw/xfree86/common/xf86Bus.c   |3 +++
+ hw/xfree86/common/xf86fbBus.c |7 +++
+ 2 files changed, 10 insertions(+), 0 deletions(-)
+
+diff --git a/hw/xfree86/common/xf86Bus.c b/hw/xfree86/common/xf86Bus.c
+index f7ffac8..9f4e0ca 100644
+--- a/hw/xfree86/common/xf86Bus.c
 b/hw/xfree86/common/xf86Bus.c
+@@ -458,6 +458,9 @@ xf86GetEntityInfo(int entityIndex)
+ EntityInfoPtr pEnt;
+ int i;
+ 
++if (entityIndex == -1)
++  return NULL;
++
+ if (entityIndex = xf86NumEntities)
+   return NULL;
+ 
+diff --git a/hw/xfree86/common/xf86fbBus.c b/hw/xfree86/common/xf86fbBus.c
+index 102f6b1..cfd8811 100644
+--- a/hw/xfree86/common/xf86fbBus.c
 b/hw/xfree86/common/xf86fbBus.c
+@@ -58,6 +58,13 @@ xf86ClaimFbSlot(DriverPtr drvp, int chipset, GDevPtr dev, 
Bool active)
+ {
+ EntityPtr p;
+ int num;
++
++if (pciSlotClaimed)
++  return -1;
++#if defined(__sparc__) || defined (__sparc64__)
++if (sbusSlotClaimed)
++  return -1;
++#endif
+ 
+ num = xf86AllocateEntity();
+ p = xf86Entities[num];
+-- 
+1.6.0.6
+


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



xorg_7.3+19_i386.changes INSTALLED into Stable

2009-06-27 Thread Archive Administrator

Installing:
libglu1-xorg-dev_7.3+19_all.deb
  to pool/main/x/xorg/libglu1-xorg-dev_7.3+19_all.deb
libglu1-xorg_7.3+19_all.deb
  to pool/main/x/xorg/libglu1-xorg_7.3+19_all.deb
x11-common_7.3+19_all.deb
  to pool/main/x/xorg/x11-common_7.3+19_all.deb
xbase-clients_7.3+19_all.deb
  to pool/main/x/xorg/xbase-clients_7.3+19_all.deb
xlibmesa-gl-dev_7.3+19_all.deb
  to pool/main/x/xorg/xlibmesa-gl-dev_7.3+19_all.deb
xlibmesa-gl_7.3+19_all.deb
  to pool/main/x/xorg/xlibmesa-gl_7.3+19_all.deb
xlibmesa-glu_7.3+19_all.deb
  to pool/main/x/xorg/xlibmesa-glu_7.3+19_all.deb
xorg-dev_7.3+19_all.deb
  to pool/main/x/xorg/xorg-dev_7.3+19_all.deb
xorg_7.3+19.dsc
  to pool/main/x/xorg/xorg_7.3+19.dsc
xorg_7.3+19.tar.gz
  to pool/main/x/xorg/xorg_7.3+19.tar.gz
xorg_7.3+19_i386.deb
  to pool/main/x/xorg/xorg_7.3+19_i386.deb
xserver-xorg-input-all_7.3+19_i386.deb
  to pool/main/x/xorg/xserver-xorg-input-all_7.3+19_i386.deb
xserver-xorg-video-all_7.3+19_i386.deb
  to pool/main/x/xorg/xserver-xorg-video-all_7.3+19_i386.deb
xserver-xorg_7.3+19_i386.deb
  to pool/main/x/xorg/xserver-xorg_7.3+19_i386.deb
xutils_7.3+19_all.deb
  to pool/main/x/xorg/xutils_7.3+19_all.deb


Override entries for your package:
libglu1-xorg-dev_7.3+19_all.deb - optional libdevel
libglu1-xorg_7.3+19_all.deb - optional libs
x11-common_7.3+19_all.deb - optional x11
xbase-clients_7.3+19_all.deb - optional x11
xlibmesa-gl-dev_7.3+19_all.deb - optional libdevel
xlibmesa-gl_7.3+19_all.deb - optional libs
xlibmesa-glu_7.3+19_all.deb - optional libdevel
xorg-dev_7.3+19_all.deb - optional x11
xorg_7.3+19.dsc - source x11
xorg_7.3+19_i386.deb - optional x11
xserver-xorg-input-all_7.3+19_i386.deb - optional x11
xserver-xorg-video-all_7.3+19_i386.deb - optional x11
xserver-xorg_7.3+19_i386.deb - optional x11
xutils_7.3+19_all.deb - optional x11

Announcing to debian-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



xorg-server_1.4.2-10.lenny2_i386.changes INSTALLED into Stable

2009-06-27 Thread Archive Administrator

Installing:
xdmx-tools_1.4.2-10.lenny2_i386.deb
  to pool/main/x/xorg-server/xdmx-tools_1.4.2-10.lenny2_i386.deb
xdmx_1.4.2-10.lenny2_i386.deb
  to pool/main/x/xorg-server/xdmx_1.4.2-10.lenny2_i386.deb
xnest_1.4.2-10.lenny2_i386.deb
  to pool/main/x/xorg-server/xnest_1.4.2-10.lenny2_i386.deb
xorg-server_1.4.2-10.lenny2.diff.gz
  to pool/main/x/xorg-server/xorg-server_1.4.2-10.lenny2.diff.gz
xorg-server_1.4.2-10.lenny2.dsc
  to pool/main/x/xorg-server/xorg-server_1.4.2-10.lenny2.dsc
xprint-common_1.4.2-10.lenny2_all.deb
  to pool/main/x/xorg-server/xprint-common_1.4.2-10.lenny2_all.deb
xprint_1.4.2-10.lenny2_i386.deb
  to pool/main/x/xorg-server/xprint_1.4.2-10.lenny2_i386.deb
xserver-xephyr_1.4.2-10.lenny2_i386.deb
  to pool/main/x/xorg-server/xserver-xephyr_1.4.2-10.lenny2_i386.deb
xserver-xorg-core-dbg_1.4.2-10.lenny2_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core-dbg_1.4.2-10.lenny2_i386.deb
xserver-xorg-core_1.4.2-10.lenny2_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core_1.4.2-10.lenny2_i386.deb
xserver-xorg-dev_1.4.2-10.lenny2_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-dev_1.4.2-10.lenny2_i386.deb
xvfb_1.4.2-10.lenny2_i386.deb
  to pool/main/x/xorg-server/xvfb_1.4.2-10.lenny2_i386.deb


Override entries for your package:
xdmx-tools_1.4.2-10.lenny2_i386.deb - optional x11
xdmx_1.4.2-10.lenny2_i386.deb - optional x11
xnest_1.4.2-10.lenny2_i386.deb - optional x11
xorg-server_1.4.2-10.lenny2.dsc - source x11
xprint-common_1.4.2-10.lenny2_all.deb - optional x11
xprint_1.4.2-10.lenny2_i386.deb - optional x11
xserver-xephyr_1.4.2-10.lenny2_i386.deb - optional x11
xserver-xorg-core-dbg_1.4.2-10.lenny2_i386.deb - extra x11
xserver-xorg-core_1.4.2-10.lenny2_i386.deb - optional x11
xserver-xorg-dev_1.4.2-10.lenny2_i386.deb - optional x11
xvfb_1.4.2-10.lenny2_i386.deb - optional x11

Announcing to debian-chan...@lists.debian.org
Closing bugs: 527058 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#527165: marked as done (xserver-xorg-video-sunffb: X fails to start on Creator3D graphics)

2009-06-27 Thread Debian Bug Tracking System

Your message dated Sat, 27 Jun 2009 16:04:54 +
with message-id e1mkaoc-00019j...@ries.debian.org
and subject line Bug#527058: fixed in xorg-server 2:1.4.2-10.lenny2
has caused the Debian Bug report #527058,
regarding xserver-xorg-video-sunffb: X fails to start on Creator3D graphics
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
527058: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=527058
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xserver-xorg-video-sunffb
Version: 1:1.1.0-4
Severity: important


X (using the sunffb driver) used to work fine on this machine
(an Ultrasparc10 with Creator3D graphics, although note that
it also has an unused ATI card installed) under Etch.

At some point during/after the Lenny upgrade, 
the driver now seems to be failing to start.
(I'm not too sure exactly when it happened as
I normally just ssh into the box.)

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-04-11 02:09 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1740488 2009-03-15 16:02 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
01:02.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro 215GP (rev 
5c)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1123 2009-04-19 11:08 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout gb
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
EndSection

Section Device
Identifier  Configured Video Device
Driver  sunffb
Option  UseFBDev  true
EndSection

Section Monitor
Identifier  Configured Monitor
EndSection

Section Screen
Identifier  Default Screen
Monitor Configured Monitor
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 10015 2009-05-05 23:37 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-10.lenny1)
Current Operating System: Linux kathmandu 2.6.26-2-sparc64 #1 Sat Mar 28 
08:25:47 UTC 2009 sparc64
Build Date: 15 March 2009  03:23:10PM
 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Tue May  5 23:37:42 2009
(==) Using config file: /etc/X11/xorg.conf
(==) No Layout section.  Using the first Screen section.
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Configured Monitor
(==) No device specified for screen Default Screen.
Using the first device section listed.
(**) |   |--Device Configured Video Device
(==) |--Screen fbdev fallback Screen (1)
(**) |   |--Monitor default monitor
(**) |   |--Device fbdev fallback Device
(==) No monitor specified for screen fbdev fallback Screen.
Using a default monitor configuration.
(==) |--Input Device Configured Mouse
(==) |--Input Device Generic Keyboard
(==) The core pointer device wasn't specified explicitly in the layout.
Using the first mouse device.
(==) The core keyboard device wasn't specified explicitly in the layout.
Using the first keyboard device.
(==) Automatically adding devices
(==) 

Bug#527058: marked as done (X cannot run in framebuffer mode)

2009-06-27 Thread Debian Bug Tracking System

Your message dated Sat, 27 Jun 2009 16:04:54 +
with message-id e1mkaoc-00019j...@ries.debian.org
and subject line Bug#527058: fixed in xorg-server 2:1.4.2-10.lenny2
has caused the Debian Bug report #527058,
regarding X cannot run in framebuffer mode
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
527058: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=527058
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xserver-xorg-video-sunffb
Version: 1:1.1.0-4
Severity: grave
Justification: renders package unusable


X does not start, upon trying it states:
 Fatal server error: 
Cannot run in framebuffer mode. Please specify BusIDs for all ramebuffer 
devices

see also this thread on debian-sparc mailing list, seems to describe a related 
problem:
http://lists.debian.org/debian-sparc/2009/04/msg00018.html

In my case the box in question is a Sparc with it's native grafics card, in the 
case mentioned above the grafics card is a Creator 3D, making this a 
not hardware specific problem.

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2009-04-28 16:32 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1740488 2009-03-15 17:02 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:

/etc/X11/xorg.conf unchanged from checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1158 2009-04-28 16:32 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout de
Option  XkbVariantnodeadkeys
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
EndSection

Section Device
Identifier  Configured Video Device
Driver  sunffb
Option  UseFBDev  true
EndSection

Section Monitor
Identifier  Configured Monitor
EndSection

Section Screen
Identifier  Default Screen
Monitor Configured Monitor
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 9913 2009-05-05 12:34 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-10.lenny1)
Current Operating System: Linux blue 2.6.26-2-sparc64 #1 Sat Mar 28 08:25:47 
UTC 2009 sparc64
Build Date: 15 March 2009  03:23:10PM
 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Tue May  5 12:34:50 2009
(==) Using config file: /etc/X11/xorg.conf
(==) No Layout section.  Using the first Screen section.
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Configured Monitor
(==) No device specified for screen Default Screen.
Using the first device section listed.
(**) |   |--Device Configured Video Device
(==) |--Screen fbdev fallback Screen (1)
(**) |   |--Monitor default monitor
(**) |   |--Device fbdev fallback Device
(==) No monitor specified for screen fbdev fallback Screen.
Using a default monitor configuration.
(==) |--Input Device Configured Mouse
(==) |--Input Device Generic Keyboard
(==) The core pointer device wasn't specified explicitly in the layout.
Using the first mouse device.
(==) The core keyboard device wasn't specified explicitly in the 

xserver-xorg-video-sunffb: Changes to 'debian-unstable'

2009-06-27 Thread Julien Cristau
 debian/changelog |6 ++
 debian/control   |2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 4a715a6880e1bece09d549563df78365dad55f1a
Author: Julien Cristau jul...@radis.liafa.jussieu.fr
Date:   Sat Jun 27 18:58:47 2009 +0200

Add missing comma in Build-Depends

diff --git a/debian/changelog b/debian/changelog
index b247b44..1e7a9fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-sunffb (1:1.2.0-2) UNRELEASED; urgency=low
+
+  * Add missing comma in Build-Depends.  Thanks, Bryce Harrington!
+
+ -- Julien Cristau jcris...@debian.org  Sat, 27 Jun 2009 18:57:56 +0200
+
 xserver-xorg-video-sunffb (1:1.2.0-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 9606624..fa896c3 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  debhelper (= 5),
  automake,
  libtool,
- xutils-dev
+ xutils-dev,
  pkg-config,
  xserver-xorg-dev (= 2:1.2.99.902),
  x11proto-core-dev,


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



xserver-xorg-video-sunffb: Changes to 'debian-unstable'

2009-06-27 Thread Julien Cristau
 configure.ac  |   34 ---
 debian/README.source  |   73 ++
 debian/changelog  |   10 --
 debian/control|2 -
 debian/xsfbs/xsfbs.sh |   12 
 src/Makefile.am   |2 -
 6 files changed, 82 insertions(+), 51 deletions(-)

New commits:
commit 787a5c72787d2193017ff09a5af45264f8b2fe12
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jun 27 19:08:55 2009 +0200

Add bug number and prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index d86254e..ab5c50c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
-xserver-xorg-video-sunffb (1:1.2.0-2) UNRELEASED; urgency=low
+xserver-xorg-video-sunffb (1:1.2.0-2) unstable; urgency=low
 
-  * Add missing comma in Build-Depends.  Thanks, Bryce Harrington!
+  * Add missing comma in Build-Depends (LP: #391562).  Thanks, Bryce
+Harrington!
   * Add README.source.  Bump Standards-Version to 3.8.2.
   * Cherry-pick patch from git master to remove libdrm requirement from
 configure.ac, as DRI support has been removed.
 
- -- Julien Cristau jcris...@debian.org  Sat, 27 Jun 2009 18:57:56 +0200
+ -- Julien Cristau jcris...@debian.org  Sat, 27 Jun 2009 19:17:27 +0200
 
 xserver-xorg-video-sunffb (1:1.2.0-1) unstable; urgency=low
 

commit f22c04ff0ce90ff82d39f3db6c4ced647abcdcc4
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jun 27 19:16:48 2009 +0200

Update changelog

diff --git a/debian/changelog b/debian/changelog
index fe36f0d..d86254e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ xserver-xorg-video-sunffb (1:1.2.0-2) UNRELEASED; urgency=low
 
   * Add missing comma in Build-Depends.  Thanks, Bryce Harrington!
   * Add README.source.  Bump Standards-Version to 3.8.2.
+  * Cherry-pick patch from git master to remove libdrm requirement from
+configure.ac, as DRI support has been removed.
 
  -- Julien Cristau jcris...@debian.org  Sat, 27 Jun 2009 18:57:56 +0200
 

commit d118921154b965c1a0d7b8b6b78b662857400a7b
Author: Julien Cristau jcris...@debian.org
Date:   Mon May 4 18:39:10 2009 +0200

Remove DRI remnants from build system
(cherry picked from commit 4f881efe2ec8ae4def01014f9acf7400e93a807f)

diff --git a/configure.ac b/configure.ac
index 5a10b35..10cd570 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,11 +53,6 @@ AC_ARG_WITH(xorg-module-dir,
 [moduledir=$withval],
 [moduledir=$libdir/xorg/modules])
 
-AC_ARG_ENABLE(dri, AC_HELP_STRING([--disable-dri],
-  [Disable DRI support [[default=auto]]]),
-  [DRI=$enableval],
-  [DRI=auto])
-
 # Checks for extensions
 XORG_DRIVER_CHECK_EXT(RANDR, randrproto)
 XORG_DRIVER_CHECK_EXT(RENDER, renderproto)
@@ -72,37 +67,8 @@ sdkdir=$(pkg-config --variable=sdkdir xorg-server)
 # Checks for header files.
 AC_HEADER_STDC
 
-if test $DRI != no; then
-AC_CHECK_FILE([${sdkdir}/dri.h],
-  [have_dri_h=yes], [have_dri_h=no])
-AC_CHECK_FILE([${sdkdir}/sarea.h],
-  [have_sarea_h=yes], [have_sarea_h=no])
-AC_CHECK_FILE([${sdkdir}/dristruct.h],
-  [have_dristruct_h=yes], [have_dristruct_h=no])
-fi
-
-AC_MSG_CHECKING([whether to include DRI support])
-if test x$DRI = xauto; then
-if test $have_dri_h = yes -a \
-$have_sarea_h = yes -a \
-$have_dristruct_h = yes; then
-DRI=yes
-else
-DRI=no
-fi
-fi
-AC_MSG_RESULT([$DRI])
-
-AM_CONDITIONAL(DRI, test x$DRI = xyes)
-if test $DRI = yes; then
-PKG_CHECK_MODULES(DRI, [libdrm = 2.0 xf86driproto])
-AC_DEFINE(XF86DRI,1,[Enable DRI driver support])
-AC_DEFINE(XF86DRI_DEVEL,1,[Enable developmental DRI driver support])
-fi
-
 AM_CONDITIONAL(SPARC, test x$SPARC = xyes)
 
-AC_SUBST([DRI_CFLAGS])
 AC_SUBST([XORG_CFLAGS])
 AC_SUBST([moduledir])
 
diff --git a/src/Makefile.am b/src/Makefile.am
index 3e10f3a..198aac1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -23,7 +23,7 @@
 # -avoid-version prevents gratuitous .0.0.0 version numbers on the end
 # _ladir passes a dummy rpath to libtool so the thing will actually link
 # TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
-AM_CFLAGS = @XORG_CFLAGS@ @DRI_CFLAGS@
+AM_CFLAGS = @XORG_CFLAGS@
 sunffb_drv_la_LTLIBRARIES = sunffb_drv.la
 sunffb_drv_la_LDFLAGS = -module -avoid-version
 sunffb_drv_ladir = @moduledir@/drivers

commit 0369fdeb3312c19bb4198dc36ee0c6180302c49d
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jun 27 19:06:04 2009 +0200

Bump Standards-Version to 3.8.2.

diff --git a/debian/changelog b/debian/changelog
index 1e7a9fc..fe36f0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 xserver-xorg-video-sunffb (1:1.2.0-2) UNRELEASED; urgency=low
 
   * Add missing comma in Build-Depends.  Thanks, Bryce 

xserver-xorg-video-sunffb: Changes to 'refs/tags/xserver-xorg-video-sunffb-1_1.2.0-2'

2009-06-27 Thread Julien Cristau
Tag 'xserver-xorg-video-sunffb-1_1.2.0-2' created by Julien Cristau 
jcris...@debian.org at 2009-06-27 17:21 +

Tagging upload of xserver-xorg-video-sunffb 1:1.2.0-2 to unstable.

Changes since xserver-xorg-video-sunffb-1_1.1.0-4:
Adam Jackson (3):
  Uninclude xf86Version.h
  Fix distcheck.
  sunffb 1.2.0

Alan Coopersmith (1):
  renamed: .cvsignore - .gitignore

Benjamin Close (1):
  Fix compilation after dri removal in the last commit

Brice Goglin (1):
  Define FFB_*_VERSION using PACKAGE_VERSION*

David Nusinow (1):
  Add README.source

David S. Miller (1):
  Remove DRI support to fix build after devPrivates rework

Julien Cristau (27):
  typo fix in debian/changelog
  xsfbs.mk: fix the prepare target for parallel make
  xsfbs.mk: more parallel make fixing
  xsfbs.mk: update the list of releases, and drop some unused code
  xsfbs.mk: make 'log' a separate target
  xsfbs: add a repack script for uscan
  xsfbs.sh: kill {,de}register_x_lib_dir_with_ld_so
  xsfbs: repack.sh needs to be executable
  Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into 
debian-unstable
  debian/control: wrap build deps
  debian/rules updates
  Merge tag 'xf86-video-sunffb-1.2.0' into debian-unstable
  Update changelogs
  Prepare changelog for upload
  Delete generated files
  Remove patch ffb_screeninitsegv.diff, included upstream.
  Fix typo, removed the wrong files...
  Remove libdrm-dev and libgl-dev build-deps, DRI support has been removed.
  Prepare changelog for upload
  xsfbs: don't run dpkg --print-installation-architecture
  Kill custom readlink function
  Add missing comma in Build-Depends
  Merge branch 'debian-unstable' of git://git.debian.org/git/pkg-xorg/xsfbs 
into debian-unstable
  Bump Standards-Version to 3.8.2.
  Remove DRI remnants from build system
  Update changelog
  Add bug number and prepare changelog for upload

Matthieu Herrb (1):
  Makefile.am: nuke RCS Id

---
 .cvsignore |   19 
 .gitignore |   20 
 ChangeLog  |   69 
 Makefile.in|  661 
 aclocal.m4 | 7972 ---
 config.guess   | 1516 --
 config.h.in|   72 
 config.sub | 1622 --
 configure  |22386 -
 configure.ac   |   36 
 debian/README.source   |   73 
 debian/changelog   |   22 
 debian/control |   19 
 debian/patches/ffb_screeninitsegv.diff |   14 
 debian/patches/series  |1 
 debian/rules   |   14 
 debian/xsfbs/repack.sh |   32 
 debian/xsfbs/xsfbs.mk  |   29 
 debian/xsfbs/xsfbs.sh  |   78 
 depcomp|  530 
 install-sh |  323 
 ltmain.sh  | 6871 --
 man/Makefile.am|1 
 man/Makefile.in|  427 
 missing|  360 
 src/Makefile.am|8 
 src/Makefile.in|  546 
 src/ffb.h  |   52 
 src/ffb_accel.c|   24 
 src/ffb_attr.c |  177 
 src/ffb_dri.c  |  521 
 src/ffb_drishare.h |   48 
 src/ffb_driver.c   |   63 
 src/ffb_rcache.h   |   52 
 src/ffb_wid.c  |   17 
 35 files changed, 262 insertions(+), 44413 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Bug: Missing comma in -sunffb's debian/control

2009-06-27 Thread Julien Cristau
On Fri, Jun 26, 2009 at 23:30:30 -0700, Bryce Harrington wrote:

 We found this bug in Ubuntu (LP: #391562) but it seems to affect Debian
 as well:
 
Thanks, fixed in -2.  In the future please feel free to commit such
trivial fixes yourself to git if you want :)

Cheers,
Julien


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processing of xserver-xorg-video-sunffb_1.2.0-2_sparc.changes

2009-06-27 Thread Archive Administrator
xserver-xorg-video-sunffb_1.2.0-2_sparc.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-video-sunffb_1.2.0-2.dsc
  xserver-xorg-video-sunffb_1.2.0-2.diff.gz
  xserver-xorg-video-sunffb_1.2.0-2_sparc.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#454361: xserver-xorg-video-intel: Update to new intel driver breaks Enlightenment

2009-06-27 Thread Mike Brodbelt

Brice Goglin wrote:

On Wed, Dec 05, 2007 at 12:17:16AM +, Mike Brodbelt wrote:

Package: xserver-xorg-video-intel
Version: 2:2.2.0-1
Severity: normal

The Enlightenment DR16 window manager uses a pager which takes snapshots
of the active windows, and displays miniature versions of these windows
in the pager. After upgrading the video driver, this functionlality has
broken, and the pager simply displays black squares for window
snapshots. This worked perfectly with xserver-xorg-video-i810 1.7.2-4,
and has broken since upgrade.


Does this still happen with latest intel driver from Lenny?
And from unstable or experimental?


Yes, however I have some additional information which suggests the bug
is not actually in the driver.

I recently upgraded the version of the driver on my main desktop
machine, which is using an ATI card with the radeon driver. As the
radeon driver defaults to XAA, I forced the driver to EXA mode with:-

Option AccelMethod EXA

After restarting X, I immediately saw the same bug, which I've
previously seen on an Intel based laptop and a desktop with Intel
onboard graphics. Package versions are:-


xserver-xorg-video-radeon   1:6.12.2-2
xserver-xorg1:7.4+3
xserver-xorg-core   2:1.6.1.901-3

Start of xdpyinfo output:-

name of display::0.0
version number:11.0
vendor string:The X.Org Foundation
vendor release number:10601901
X.Org version: 1.6.1.901


So, this appears to be a bug with EXA on *any* driver.

Mike




--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



xserver-xorg-video-sunffb_1.2.0-2_sparc.changes ACCEPTED

2009-06-27 Thread Archive Administrator

Accepted:
xserver-xorg-video-sunffb_1.2.0-2.diff.gz
  to 
pool/main/x/xserver-xorg-video-sunffb/xserver-xorg-video-sunffb_1.2.0-2.diff.gz
xserver-xorg-video-sunffb_1.2.0-2.dsc
  to pool/main/x/xserver-xorg-video-sunffb/xserver-xorg-video-sunffb_1.2.0-2.dsc
xserver-xorg-video-sunffb_1.2.0-2_sparc.deb
  to 
pool/main/x/xserver-xorg-video-sunffb/xserver-xorg-video-sunffb_1.2.0-2_sparc.deb


Override entries for your package:
xserver-xorg-video-sunffb_1.2.0-2.dsc - source x11
xserver-xorg-video-sunffb_1.2.0-2_sparc.deb - optional x11

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#533444: xserver-xorg-video-ati: X server hang while starting opengl application

2009-06-27 Thread Henri Valta
On Friday 26 June 2009 11:18:33 Michel Dänzer wrote:
 You could try current upstream mesa Git master, there have been a lot of
 fixes in the Radeon drivers for GPU lockups and other stability issues
 since the 7.5 branch. If it still happens with that, please report it
 upstream at http://bugs.freedesktop.org , product Mesa, component
 Drivers/DRI/r300, with specific information about the apps triggering
 it.

With upstream mesa git master, the Xserver no longer freezes or causes oops, 
but exits with -1 status, giving the following output to stdout/stderr.
Nothing interesting in Xorg logs

Dac detection success
Unhandled monitor type 0
Dac detection success
Unhandled monitor type 0
Dac detection success
Unhandled monitor type 0
Dac detection success
Unhandled monitor type 0
Dac detection success
Unhandled monitor type 0
Dac detection success
Unhandled monitor type 0
Dac detection success
Unhandled monitor type 0
Dac detection success
Unhandled monitor type 0
r300VertexProgUpdateParams:Params exhausted
xinit:  connection to X server lost.

I'll look more into debugging this, maybe try some git bisect and report 
upstream, if this is not already known issue.

-Henri



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#534766: xserver-xorg-core: font corruption, dri2 no longer working

2009-06-27 Thread Aaron M. Ucko
Brice Goglin brice.gog...@ens-lyon.org writes:

 This looks strange to me. Are you sure you rebuilt properly?

Yes.

 Can you try my rebuild of the intel driver available at
 http://people.debian.org/~bgoglin/rebuilds/Xserver1.6-ABIbreak/intel/ ?

2.7.1-2 exhibited the same font corruption (which incidentally affects
other character-cell fonts; nothing in xterm's menu came out legible),
and presumably also the same failure to enable DRI2 (though I forgot
to check and no longer have the log around, sorry). :-/

I normally stay clear of experimental packages, but I gave
2.7.99.901-3 a try, with good results; fonts are back to normal, and
DRI2 is working.

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?...@monk.mit.edu



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#534766: xserver-xorg-core: font corruption, dri2 no longer working

2009-06-27 Thread Aaron M. Ucko
u...@debian.org (Aaron M. Ucko) writes:

 I normally stay clear of experimental packages, but I gave
 2.7.99.901-3 a try, with good results; fonts are back to normal, and
 DRI2 is working.

Well, according to the logs, anyway; in practice, I found OpenGL apps
to produce garbage and had to revert to -core 2:1.6.1.901-2 +
-video-intel 2:2.7.1-1 to get a fully working setup.

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?...@monk.mit.edu



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#534766: xserver-xorg-core: font corruption, dri2 no longer working

2009-06-27 Thread Aaron M. Ucko
u...@debian.org (Aaron M. Ucko) writes:

 Well, according to the logs, anyway; in practice, I found OpenGL apps
 to produce garbage and had to revert to -core 2:1.6.1.901-2 +
 -video-intel 2:2.7.1-1 to get a fully working setup.

Sorry to keep following up to myself, but I noticed that my attempts
to use OpenGL with the experimental -video-intel resulted in a few
thousand kernel messages reading

[drm:i915_gem_execbuffer] *ERROR* Object 880033576240 appears more
than once in object list

(always with that specific object ID [address?]) in addition to
display corruption.

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?...@monk.mit.edu



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#534890: xserver-xorg-core: Graphics output garbled after update from 2:1.6.1.901-2

2009-06-27 Thread Jakob Haufe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: xserver-xorg-core
Version: 2:1.6.1.901-3
Severity: important

Hi!

After updating from 2:1.6.1.901-2, all windows except for the root window are
garbled on my machine. It's possible to guess the positions of the windows,
but it's impossible to read anything inside.

Regards,
Jakob


- -- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Jun 27 22:17 /etc/X11/X - /usr/bin/Xorg
- -rwxr-xr-x 1 root root 1867152 Jun 23 18:29 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960
Integrated Graphics Controller (rev 0c)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
- -rw-r--r-- 1 root root 2609 Jun 27 22:46 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section Files
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc104
Option  XkbLayout us
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/psaux
Option  Protocol  Auto
Option  ZAxisMapping  4 5
Option  EmulateWheel  on
Option  EmulateWheelButton2
EndSection

Section InputDevice
 Driverwacom
 Identifiercursor
 OptionDevice/dev/ttyS0
 OptionType  cursor
 OptionForceDevice   ISDV4 
 OptionMode  Absolute
   EndSection
   
Section InputDevice
 Driverwacom
 Identifierstylus
 OptionDevice/dev/ttyS0
 OptionType  stylus
 OptionForceDevice   ISDV4
EndSection
   
Section InputDevice
 Driverwacom
 Identifiereraser
 OptionDevice/dev/ttyS0
 OptionType  eraser
 OptionForceDevice   ISDV4
EndSection

Section Device
Identifier  Intel Corporation Mobile GM965/GL960 Integrated
Graphics Controller Driver intel
BusID   PCI:0:2:0
#Option AccelMethod   XAA
EndSection

Section Monitor
Identifier  Generic Monitor
Option  DPMS
EndSection

Section Screen
Identifier  Default Screen
Device  Intel Corporation Mobile GM965/GL960
Integrated Graphics Controller Monitor Generic Monitor
DefaultDepth24
SubSection Display
Modes   1400x1050 1024x768
Virtual 2800 2800
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Default Screen
InputDevice Generic Keyboard
InputDevice Configured Mouse
InputDevice cursor
InputDevice stylus
InputDevice eraser
EndSection

Section Module
   Load extmod
EndSection


Xorg X server log files on system:
- -rw-r--r-- 1 root root 18100 Jun 27 22:51 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the xorg product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.6.1.901 (1.6.2 RC 1)
Release Date: 2009-5-8
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30-dsa-amd64 x86_64 Debian
Current Operating System: Linux samsa 2.6.30-1-amd64 #1 SMP Sun Jun 14
15:00:29 UTC 2009 x86_64 Build Date: 23 June 2009  06:28:59PM
xorg-server 2:1.6.1.901-3 (buildd@) 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from 

Bug#534487: xserver-xorg-core: Same here

2009-06-27 Thread Sherry Howell
Package: xserver-xorg-core
Version: 2:1.6.1.901-3
Severity: normal

Using i965, Macbook 4.1. Does not crash if KMS is not enabled.

-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2009-02-15 06:17 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1867152 2009-06-23 11:29 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (rev 03)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 2837 2009-06-18 10:37 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# /etc/X11/xorg.conf (Xorg X Window System server configuration file)
#
# This file was generated by fll_xorgconfig, the F.U.L.L.S.T.O.R.Y.
# Xorg Configuration tool.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type man xorg.conf at the shell prompt.)
#
Section ServerLayout
Identifier  Xorg Configured
Screen  Screen 0
InputDevice Keyboard 0
InputDevice HID 05ac:1000 0
EndSection

Section ServerFlags
Option  AllowMouseOpenFailtrue
option  DontZap   on
EndSection

Section InputDevice
Identifier  Keyboard 0
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout us,ca
Option  XkbOptions
lv3:ralt_switch,compose:lwin,grp:alt_shift_toggle
EndSection

Section InputDevice
Identifier  HID 05ac:1000 0
Driver  mouse
Option  Device/dev/input/mice
Option  Protocol  Auto
Option  Emulate3Buttons   true
Option  CorePointer
EndSection

Section InputDevice
Identifier  Synaptics Touchpad
Driver  synaptics
Option  SendCoreEventstrue
Option  Device/dev/psaux
Option  Protocol  auto-dev
Option  SHMConfig true
Option  LeftEdge  150
Option  RightEdge 1070
Option  TopEdge   100
Option  BottomEdge310
Option  FingerLow 25
Option  FingerHigh30
Option  MaxTapTime180
Option  MaxTapMove220
Option  SingleTapTimeout  100
Option  MaxDoubleTapTime  180
Option  LockedDrags   off
Option  MinSpeed  1.10
Option  MaxSpeed  1.30
Option  TapButton11
Option  TapButton23
Option  TapButton32
EndSection

Section Device
Identifier  Device 0
Driver  intel
BoardName   Intel Corporation Mobile GM965/GL960 Integrated 
Graphics Controller
BusID   PCI:0:2:0
Option  AccelMethod   UXA
EndSection

Section Monitor   
Identifier  Monitor 0
ModelName   Default Monitor
EndSection

Section Screen
Identifier  Screen 0
Monitor Monitor 0
DefaultColorDepth 24
SubSection Display
Depth   8
EndSubSection
SubSection Display
Depth   15
EndSubSection
SubSection Display
Depth   16
EndSubSection
SubSection Display
Depth   24
EndSubSection
EndSection

Section Extensions
Option  Composite on
EndSection



Xorg X server log files on system:
-rw-r--r-- 1 root root 16316 2009-06-27 18:28 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the xorg product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.6.1.901 (1.6.2 RC 1)
Release Date: 2009-5-8
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30-dsa-amd64 x86_64 Debian
Current Operating System: Linux manzana 2.6.30-0.slh.5-sidux-amd64 #1 SMP 
PREEMPT Wed Jun 24 21:05:22 UTC 2009 x86_64
Build Date: 23 June 2009  06:28:59PM
xorg-server 2:1.6.1.901-3 (buildd@) 
Before reporting