Processed: Re: Bug#487603: xserver-xorg-video-intel: [945GM] crash on Floating Point Exception

2008-06-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 487603 libgl1-mesa-dri
Bug#487603: xserver-xorg-video-intel: [945GM] crash on Floating Point Exception
Bug reassigned from package `xserver-xorg-video-intel' to `libgl1-mesa-dri'.

> thank you
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#487603: xserver-xorg-video-intel: [945GM] crash on Floating Point Exception

2008-06-22 Thread Brice Goglin
reassign 487603 libgl1-mesa-dri
thank you


David Kremer wrote:
> Package: xserver-xorg-video-intel
> Version: 2:2.3.2-1
> Severity: important
>
>
>
> This bug is reproducible :
>
> 1) Get the game freedroidRPG from repository (take care, it's about 325 Mo) :
> svn co https://freedroid.svn.sourceforge.net/svnroot/freedroid freedroid
>
> 2) Install build-deps :
> apt-get build-dep freedroidrpg
>
> 3) Build the game :
> cd freedroid
> ./autogen.sh
> ./make
>
> 4) run it :
> cd src
> ./freedroidRPG
>   

Please install libgl1-mesa-dri-dbg and catch a debugging backtrace with gdb.

Make sure you're running libgl1-mesa-dri 7.0.3-4 (the one in unstable).

Brice




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



Bug#485465: thinkpad-acpi EC/NVRAM brightness sync errors

2008-06-22 Thread Henrique de Moraes Holschuh
On Sun, 22 Jun 2008, Julien Cristau wrote:
> On Sun, Jun 22, 2008 at 11:43:00 -0300, Henrique de Moraes Holschuh wrote:
> > > (I never tried kde, etc. so blaming it all on "xdm" for now, as that's
> > > how I invoke X windows, and I don't want to get tangled up in the
> > 
> > It is probably something else than xdm doing the nasty, though.
> > 
> Right, xdm has absolutely nothing to do with this.
> 
> > > Also stepping outside X with CTRL-ALT F1 (to tty1) turns brightness
> > > back up, which remains up when one steps back with ALT F7 or CTRL-ALT F7.
> > 
> > Whatever THIS is, is not thinkpad-acpi's fault.  This clearly means either
> > something is calling xbacklight, OR the x.org video driver itself is doing
> > stuff that is confusing your thinkpad backlight firmware.
> > 
> The video driver uses the sysfs interface to change the backlight on
> vt switch, afaik.

I see.  Is the video driver touching anything in the GPU?  If it is NOT, and
if it is using only *ONE* of the sysfs interfaces, then it must be something
else piggybacking and screwing things up.  HAL is the usual suspect.

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh



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



Bug#487603: xserver-xorg-video-intel: [945GM] crash on Floating Point Exception

2008-06-22 Thread David Kremer
Package: xserver-xorg-video-intel
Version: 2:2.3.2-1
Severity: important



This bug is reproducible :

1) Get the game freedroidRPG from repository (take care, it's about 325 Mo) :
svn co https://freedroid.svn.sourceforge.net/svnroot/freedroid freedroid

2) Install build-deps :
apt-get build-dep freedroidrpg

3) Build the game :
cd freedroid
./autogen.sh
./make

4) run it :
cd src
./freedroidRPG

Then I get the following backtrace :

/*start of backtrace**/

Hello, this is FreedroidRPG, version 0.10.4svn.
This seems to be a cvs version, so we'll exit on floating point exceptions.
-Signal Handling--
Setting up signal handlers for internal backtrace:
Now catching SIGSEGV: YES
Now catching FPE (if raised, that is!): YES


Video system type: x11.
Using screen resolution 800 x 600.
Testing if color depth 32 bits is available... YES.

video mode set (bpp=32 RGBA= depth=24)
-OpenGL---
Vendor : Tungsten Graphics, Inc
Renderer   : Mesa DRI Intel(R) 945GM 20061017 x86/MMX/SSE2
Version: 1.3 Mesa 7.0.4

print_trace:  Obtained 17 stack frames.
print_trace:  Obtaining symbols now done.
./freedroidRPG(print_trace+0x1e) [0x80a0c0e]
[0xb7f18400]
/usr/lib/dri/i915_dri.so(_tnl_run_pipeline+0x164) [0xb6b15124]
/usr/lib/dri/i915_dri.so [0xb6a81bf7]
/usr/lib/dri/i915_dri.so(_tnl_draw_prims+0x495) [0xb6b15695]
/usr/lib/dri/i915_dri.so(vbo_exec_vtx_flush+0x27e) [0xb6b0dd5e]
/usr/lib/dri/i915_dri.so(vbo_exec_FlushVertices+0x78) [0xb6b09408]
/usr/lib/dri/i915_dri.so [0xb6bb5639]
/usr/lib/dri/i915_dri.so(_mesa_set_enable+0x13ef) [0xb6bb80cf]
/usr/lib/dri/i915_dri.so(_mesa_Enable+0x5f) [0xb6bb97ef]
./freedroidRPG(our_SDL_fill_rect_wrapper+0x130) [0x80bca60]
./freedroidRPG(ShowStartupPercentage+0x150) [0x8093860]
./freedroidRPG(InitVideo+0x150) [0x8087410]
./freedroidRPG(InitFreedroid+0x5ed) [0x8093f0d]
./freedroidRPG(main+0x121) [0x80ab311]
/lib/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7b94455]
./freedroidRPG [0x805bf31]

print_trace():  received SIGFPE!

--
Termination of freedroidRPG initiated...Thank you for playing freedroidRPG.

/*end of backtrace*/

I don't know anymore for this bug. Thank you to take care about.

-- 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 jun 22 23:02 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1717748 jun  9 15:34 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller (rev 03)

/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 1148 jun 22 23:02 /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" "fr"
Option  "XkbVariant""latin9"
Option  "XkbOptions""lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
EndSection

Section "Device"
Identifier  "Configured Video Device"
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 31452 jun 22 21:30 /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.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.1~git20080517-2)
Current Operating System: Linux roo49-3-88-173-48-49 2.6.25-2-686 #1 SMP Thu 
Jun 12 16:26:30 UTC 2008 i686
Build Date: 09 June 2008  03:18:20PM
 
Bef

xorg-server_1.4.1~git20080517-2~lenny1_i386.changes REJECTED

2008-06-22 Thread Debian Installer

Mapping testing-security to testing-proposed-updates.
Warning: ignoring xorg-server_1.4.1~git20080517.orig.tar.gz, since it's already 
in the archive.
Rejected: xorg-server_1.4.1~git20080517.orig.tar.gz: extraneous entry in sha1 
checksums
Rejected: xorg-server_1.4.1~git20080517.orig.tar.gz: extraneous entry in sha256 
checksums


===

If you don't understand why your files were rejected, or if the
override file requires editing, reply to this email.


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



Re: non-MIT files in xf86-video-nv

2008-06-22 Thread Aaron Plattner

Julien Cristau wrote:

On Sun, Jun 15, 2008 at 10:33:16 +, Joerg Jaspert wrote:

 > Hi Maintainer,
 >
 > rejected, there is a license issue to clarify before this can enter
 > main. The files nv_cursor.c, nv_setup.c, nv_local.h, nv_hw.c, nv_exa.c,
 > nv_dac.c and nv_dac.c contain a license header that
 > is not DFSG free (only allows use, but no redistribution, modification,
 > etc). Probably just an oversight on upstreams (well, nvidias) side, but
 > still nothing we can ship.
 >
The same seems to apply to the xserver-xorg-video-nv package, which is
where these files come from.

Aaron, do you know if it would be possible to get them relicensed under
a more MIT-like license, rather than the current more restrictive one?
The COPYING file for xf86-video-nv doesn't actually carry the license
from e.g. src/nv_setup.c.


Hi Julien,

I'm pretty sure "license to use this code in individual and commercial 
software" was intended to include redistribution and modification.  That 
said, the point is moot because I just replaced all of these with the stock 
MIT X11 boilerplate from the COPYING file.  See commit 2fdcda8.


-- Aaron

---
This email message is for the sole use of the intended recipient(s) and may 
contain
confidential information.  Any unauthorized review, use, disclosure or 
distribution
is prohibited.  If you are not the intended recipient, please contact the 
sender by
reply email and destroy all copies of the original message.
---


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



Processing of xorg-server_1.4.1~git20080517-2~lenny1_i386.changes

2008-06-22 Thread Archive Administrator
xorg-server_1.4.1~git20080517-2~lenny1_i386.changes uploaded successfully to 
localhost
along with the files:
  xorg-server_1.4.1~git20080517-2~lenny1.dsc
  xorg-server_1.4.1~git20080517.orig.tar.gz
  xorg-server_1.4.1~git20080517-2~lenny1.diff.gz
  xprint-common_1.4.1~git20080517-2~lenny1_all.deb
  xserver-xorg-core_1.4.1~git20080517-2~lenny1_i386.deb
  xserver-xorg-dev_1.4.1~git20080517-2~lenny1_i386.deb
  xdmx_1.4.1~git20080517-2~lenny1_i386.deb
  xdmx-tools_1.4.1~git20080517-2~lenny1_i386.deb
  xnest_1.4.1~git20080517-2~lenny1_i386.deb
  xvfb_1.4.1~git20080517-2~lenny1_i386.deb
  xserver-xephyr_1.4.1~git20080517-2~lenny1_i386.deb
  xprint_1.4.1~git20080517-2~lenny1_i386.deb
  xserver-xorg-core-dbg_1.4.1~git20080517-2~lenny1_i386.deb

Greetings,

Your Debian queue daemon


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



xorg-server: Changes to 'debian-unstable'

2008-06-22 Thread Julien Cristau
 debian/changelog  |3 +--
 debian/patches/48_xaa_nooffscreenpixmaps.diff |   19 +--
 debian/xserver-xorg-core.NEWS |   11 ---
 3 files changed, 18 insertions(+), 15 deletions(-)

New commits:
commit 3f2e00cfbb44d401b094c5e350f0358a96e24876
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sun Jun 22 19:17:56 2008 +0200

Document the xaa offscreen pixmaps change in the xorg.conf manpage

diff --git a/debian/patches/48_xaa_nooffscreenpixmaps.diff 
b/debian/patches/48_xaa_nooffscreenpixmaps.diff
index 799368b..71eaebd 100644
--- a/debian/patches/48_xaa_nooffscreenpixmaps.diff
+++ b/debian/patches/48_xaa_nooffscreenpixmaps.diff
@@ -4,8 +4,8 @@ Can be enabled with Option "XaaOffscreenPixmaps".
 
 Index: xorg-server/hw/xfree86/xaa/xaaInitAccel.c
 ===
 xorg-server.orig/hw/xfree86/xaa/xaaInitAccel.c 2008-06-12 
05:52:15.0 +0200
-+++ xorg-server/hw/xfree86/xaa/xaaInitAccel.c  2008-06-12 05:57:07.0 
+0200
+--- xorg-server.orig/hw/xfree86/xaa/xaaInitAccel.c
 xorg-server/hw/xfree86/xaa/xaaInitAccel.c
 @@ -87,7 +87,7 @@
OPTV_BOOLEAN,   {0}, FALSE },
  {XAAOPT_PIXMAP_CACHE, "XaaNoPixmapCache",
@@ -24,3 +24,18 @@ Index: xorg-server/hw/xfree86/xaa/xaaInitAccel.c
XAAMSG("\tOffscreen Pixmaps\n");
  } else {
infoRec->Flags &= ~OFFSCREEN_PIXMAPS;
+Index: xorg-server/hw/xfree86/doc/man/xorg.conf.man.pre
+===
+--- xorg-server.orig/hw/xfree86/doc/man/xorg.conf.man.pre
 xorg-server/hw/xfree86/doc/man/xorg.conf.man.pre
+@@ -1648,8 +1648,8 @@
+ Disables accelerated fills of a trapezoidal region with a monochrome
+ pattern.
+ .TP 7
+-.BI "Option \*qXaaNoOffscreenPixmaps\*q"
+-Disables accelerated draws into pixmaps stored in offscreen video memory.
++.BI "Option \*qXaaOffscreenPixmaps\*q"
++Enables accelerated draws into pixmaps stored in offscreen video memory.
+ .TP 7
+ .BI "Option \*qXaaNoPixmapCache\*q"
+ Disables caching of patterns in offscreen video memory.

commit 82f746ee8766c84076bb1dad895a88ed32acdf6a
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sun Jun 22 19:17:19 2008 +0200

Revert "Add a NEWS entry about 48_xaa_nooffscreenpixmaps.diff"

This reverts commit 0f12c9da5214fabdf6708fe70f6b1fc003542f47.

Doesn't warrant a NEWS entry in my opinion, debian/changelog and bug
logs should be plenty.

diff --git a/debian/changelog b/debian/changelog
index f2121a9..7eb12a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,9 +11,8 @@ xorg-server (2:1.4.2-1) UNRELEASED; urgency=low
 
   [ Brice Goglin ]
   * Update patches to not require -p0, closes: #485185.
-  * Add a NEWS entry about 48_xaa_nooffscreenpixmaps.diff.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Sat, 14 Jun 2008 18:32:47 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Sat, 14 Jun 2008 18:21:05 +0200
 
 xorg-server (2:1.4.1~git20080517-2) unstable; urgency=high
 
diff --git a/debian/xserver-xorg-core.NEWS b/debian/xserver-xorg-core.NEWS
index 3f73c94..8552040 100644
--- a/debian/xserver-xorg-core.NEWS
+++ b/debian/xserver-xorg-core.NEWS
@@ -1,14 +1,3 @@
-xorg-server (2:1.4.2-1) UNRELEASED; urgency=low
-
-  * XAA offscreen pixmaps are now disabled by default. It helps compositing
-manager such as Compiz (see bug #41) and works around some rendering
-problems (see bug #478277). Option "XaaNoOffscreenPixmaps" is not needed
-anymore. To revert to the old behavior, use
-  Option "XaaOffscreenPixmaps"
-in the Device section of xorg.conf.
-
- -- Brice Goglin <[EMAIL PROTECTED]>  Sat, 14 Jun 2008 18:29:57 +0200
-
 xorg-server (2:1.3.0.0.dfsg-3) unstable; urgency=low
 
   * The server now includes a patch to always include the font paths


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



Bug#482396: Several bugs with select, cut&past and mouse keyboard combinations

2008-06-22 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Brice,

Am Sa den 21. Jun 2008 um  6:43 schrieb Brice Goglin:
> > > You want to remove the first mouse section here.  Otherwise X will get
> > > the events for your trackpoint twice (once through /dev/input/mouse1,
> > > and then again through /dev/input/mice).
> >
> > As I did downgrade to the stable xorg to have a working system I had to
> > upgrade again to test the above.
> >
> > Unfortunately it is indeed untrue. I did not only commenting out the
> > InputDevice line in the ServerLayout I did also commenting out the whole
> > Trackpoint section. The result is (xsetpointer -l):
> > 0: "Virtual core keyboard"  [XKeyboard]
> > 1: "Virtual core pointer"   [XPointer]
> > 2: "USB Maus"   [XExtensionPointer]
> > 3: "Synaptics Touchpad" [XExtensionPointer]
> > 4: "USB Maus"   [XExtensionPointer]
> > 5: "Generic Keyboard"   [XExtensionKeyboard]
> 
> You probably did not remove enough input device section, there are still
> too many input devices above,

I know that and that is exactly the Bug. There was only ONE Pointer
device configured for the output above.

> You *really* need to remove the ones that have conflicting
> /dev/input/foobar device or so (with "mice" conflicting with
> /dev/psaux and /dev/input/mouse*).

I heard that and I did for the test. But it doesn't work. X just detects
two USD mouses where only one is configured. That is a wrong behaviour.

> We had dozens of bugs like this, all of them got fixed by fixing the
> config file. So I am just closing this bug.

Please don't. The bug still persists and hold me from upgrading to the
newest X server.

Also you didn't address the problem with the '|' char ('alt gr'+'<').

Try to use that new X server on a IBM Thinkpad T43p and you will have
the same problems I had.

Regards
   Klaus
- -- 
Klaus Ethgenhttp://www.ethgen.de/
pub  2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <[EMAIL PROTECTED]>
Fingerprint: D7 67 71 C4 99 A6 D4 FE  EA 40 30 57 3C 88 26 2B
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iQEVAwUBSF59+p+OKpjRpO3lAQKZ3Qf/SKSN5UwiGU3LxfsJoLonkwb9SQL2oc9w
SdIaOGz/hbjXdHvUyjOD6PJl1QrtsJLN2b2tT6OdzeV3Sc1kqezjpCBUWJgM6YfU
PCMR6H9+Bee02+IMiQOvemdEWsjz8IW+svRHwwRqCLIiFnZNM9xwQvYEqLsCpJRn
Kb5bgtwb4KSXPDJBS78fn2L2T4iWM1Sz3Eh+rLdTVJ7EQ/FK/CWcvL8Hpwo4axwX
vvtiQ8Ykb+sH0dflu0mKcwT4FXkceC9Ex9AUCTv+p5Mvno2eZY45xFwwTGOoFLcQ
NugGsFfYUayNzOGQLXywnaEN6MiZYLRusYcOgEOnxppmllec+EN/sg==
=WSTE
-END PGP SIGNATURE-



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



Bug#480312: marked as done (xserver-xorg-video-ati: complete lockup upon x startup [ATI Radeon Mobility IGP320M (U1) 4336])

2008-06-22 Thread Géraud Meyer
The previous message is a mistake (wrong bug number) and it should be
ignored.




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



Bug#487550: xmkmf generates makefiles containing -lXext but does not depend on libxext-dev

2008-06-22 Thread Julien Cristau
On Sun, Jun 22, 2008 at 16:40:22 +0100, peter green wrote:

> package: xutils-dev
> version: 1:7.4+2
> severity: serious
> justification: causes another package to FTBFS
>
> When run as part of the build process for 9menu xmkmf generates a  
> makefile with -lXext in it but xutils-dev has no dependency on  
> libxext-dev, this causes 9menu to FTBFS.
>
I'm not convinced this is a bug in xutils-dev.  Changing 9menu's
Imakefile to:

   INCLUDES = -I$(TOP)
DEPLIBS = $(DEPXLIBONLY)
LOCAL_LIBRARIES = $(XLIBONLY)
DEFINES = -DSHAPE #-DDEBUG -DDEBUG_EV
   SRCS = 9menu.c
   OBJS = 9menu.o

ComplexProgramTarget(9menu)

makes it not need libXext.

Cheers,
Julien



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



Bug#485465: thinkpad-acpi EC/NVRAM brightness sync errors

2008-06-22 Thread Julien Cristau
On Sun, Jun 22, 2008 at 11:43:00 -0300, Henrique de Moraes Holschuh wrote:

> > (I never tried kde, etc. so blaming it all on "xdm" for now, as that's
> > how I invoke X windows, and I don't want to get tangled up in the
> 
> It is probably something else than xdm doing the nasty, though.
> 
Right, xdm has absolutely nothing to do with this.

> > Also stepping outside X with CTRL-ALT F1 (to tty1) turns brightness
> > back up, which remains up when one steps back with ALT F7 or CTRL-ALT F7.
> 
> Whatever THIS is, is not thinkpad-acpi's fault.  This clearly means either
> something is calling xbacklight, OR the x.org video driver itself is doing
> stuff that is confusing your thinkpad backlight firmware.
> 
The video driver uses the sysfs interface to change the backlight on
vt switch, afaik.

Cheers,
Julien



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



Bug#487550: xmkmf generates makefiles containing -lXext but does not depend on libxext-dev

2008-06-22 Thread peter green

package: xutils-dev
version: 1:7.4+2
severity: serious
justification: causes another package to FTBFS

When run as part of the build process for 9menu xmkmf generates a 
makefile with -lXext in it but xutils-dev has no dependency on 
libxext-dev, this causes 9menu to FTBFS.




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



Bug#457997: xserver-xorg-core: starwars hack from xscreensaver freezes Xorg

2008-06-22 Thread Jiří Paleček

Package: xserver-xorg-core
Version: 2:1.4.1~git20080517-2
Severity: normal

On Sun, 15 Jun 2008 11:14:18 +0200, Brice Goglin  
<[EMAIL PROTECTED]> wrote:

Hello Jiri,
Still the same bug with latest packages from unstable?
Brice



Yes.

The version of xserver-xorg-video-ati is 6.8.191

Any ideas?

Regards
Jiri Palecek

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24.3-test (SMP w/1 CPU core; PREEMPT)
Locale: LANG=cs_CZ, LC_CTYPE=cs_CZ (charmap=ISO-8859-2) (ignored: LC_ALL  
set to cs_CZ)

Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-core depends on:
ii  libc6 2.7-3  GNU C Library: Shared  
libraries
ii  libdbus-1-3   1.1.1-1simple interprocess messaging  
syst
ii  libdrm2   2.3.0-4Userspace interface to kernel  
DRM

ii  libfontenc1   1:1.0.4-2  X11 font encoding library
ii  libgcc1   1:4.3.0-5  GCC support library
ii  libhal1   0.5.10-5   Hardware Abstraction Layer -  
share
ii  libpixman-1-0 0.10.0-1   pixel-manipulation library  
for X a

ii  libxau6   1:1.0.3-2  X11 authorisation library
ii  libxdmcp6 1:1.0.2-2  X11 Display Manager Control  
Protoc

ii  libxfont1 1:1.2.9-1  X11 font rasterisation library
ii  x11-common1:7.3+6X Window System (X.Org)  
infrastruc

ii  xserver-xorg  1:7.3+10   the X.Org X server

Versions of packages xserver-xorg-core recommends:
ii  xfonts-base   1:1.0.0-4  standard fonts for X
ii  xkb-data  0.9-4  X Keyboard Extension (XKB)  
configu


-- no debconf information


--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/



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



Bug#465864: xserver-xorg-video-ati: xserver freezes the computer on startup

2008-06-22 Thread Jiří Paleček

Hello,

I prepared a new (better) version of the patch. Please consider applying  
it or otherwise fixing the bug.


Some comments:

The first patch causes abort instead of hangs when PLL computation fails.

The second changes the algorithm so it doesn't miss any solution which  
might be better than current and finds a solution iff there is one.


The third patch removes a condition which seems to be bogus for me - it  
cannot force pll->reference_div in the solution, but will probably poison  
the solution with a bad solution having good ref_div, for the next ref_div  
to override it with a better solution.


Regards
   Jiri Palecek

binehU0bcrQTP.bin
Description: Binary data


binj2NRIpka1q.bin
Description: Binary data


binKVyGucXgNA.bin
Description: Binary data


Bug#485465: thinkpad-acpi EC/NVRAM brightness sync errors

2008-06-22 Thread Henrique de Moraes Holschuh
On Sat, 21 Jun 2008, [EMAIL PROTECTED] wrote:
> Linux jidanni2 2.6.25-2-686 #1 SMP Thu Jun 12 16:26:30 UTC 2008 i686 GNU/Linux
> $ cat /proc/acpi/ibm/driver
> driver:   ThinkPad ACPI Extras
> version:  0.19

These do have the locking to the brightness paths.

> $ grep think /var/log/Xorg.0.log
> (II) intel(0): found backlight control method 
> /sys/class/backlight/thinkpad_screen

Remove the ACPI video module from the system.  See if that helps things.

> More details, on virgin system withOUT my /etc/X11/xdm/Xsetup tamperings:
> # cat /proc/acpi/ibm/brightness
> level:0
> commands: up, down
> commands: level  ( is 0-7)
> # /etc/init.d/xdm start
> Starting X display manager: xdm.
> # cat /proc/acpi/ibm/brightness
> level:unreadable

Crap.  The procfs interface is a [EMAIL PROTECTED]@ and doesn't give much 
information,
and the sysfs backlight interface is even worse and drops all error
conditions.

Compile thinkpad-acpi with the THINKPAD_ACPI_DEBUG Kconfig option, and
give the thinkpad-acpi module the parameter debug=0x.  That might
produce some debug output I can use.

But basically, "unreadable" from sysfs means ACPI is returning errors.

Read the thinkpad-acpi docs in Documentation/thinkpad-acpi.txt (on the
kernel source tree) and play with the brightness_mode parameters, please.
Tell me what you find.

> (To actually sync CMOS NVRAM and EC, one must hold down Fn Home till
> max is reached and beyond, and then Fn End, till min is reached and
> beyond, whereupon they will be synced at 0.)

Weird, just going down all the way should be enough.

> Anyway, the nerve of xdm and cohorts, tampering with my brightness.

Agreed.  You can always give thinkpad-acpi the brightness_enable=0 parameter
to completely disable any of its backlight interfaces.  Then, only the keys
will work (as far as thinkpad-acpi is concerned).

> (I never tried kde, etc. so blaming it all on "xdm" for now, as that's
> how I invoke X windows, and I don't want to get tangled up in the

It is probably something else than xdm doing the nasty, though.

> Also stepping outside X with CTRL-ALT F1 (to tty1) turns brightness
> back up, which remains up when one steps back with ALT F7 or CTRL-ALT F7.

Whatever THIS is, is not thinkpad-acpi's fault.  This clearly means either
something is calling xbacklight, OR the x.org video driver itself is doing
stuff that is confusing your thinkpad backlight firmware.

> I also note that the danger you (hmh) discussed about hitting Fn End
> in competition with cat ... > /proc/acpi/ibm/brightness might even
> include causing the character "h" to have a few pixels blackened
> everywhere on the Linux console! (reboot fixed it.)

Told you so :-)  *NEVER* do it.

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh



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



Bug#487527: marked as done (xserver-xorg-video-radeon: replace/conflict)

2008-06-22 Thread Debian Bug Tracking System

Your message dated Sun, 22 Jun 2008 14:02:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#487527: fixed in xserver-xorg-video-ati 1:6.8.191-3
has caused the Debian Bug report #487527,
regarding xserver-xorg-video-radeon: replace/conflict
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 [EMAIL PROTECTED]
immediately.)


-- 
487527: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487527
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: xserver-xorg-video-radeon
Version: 1:6.8.191-2
Severity: serious
Justification: Policy 7.something

I guess your recent upload misses a replace/conflict with the previous
version:

Selecting previously deselected package xserver-xorg-video-radeon.
Unpacking xserver-xorg-video-radeon (from 
.../xserver-xorg-video-radeon_6.8.191-2_i386.deb) ...
dpkg: error processing 
/mirror/debian/pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-radeon_6.8.191-2_i386.deb
 (--unpack):
 trying to overwrite `/usr/share/man/man4/radeon.4.gz', which is also in
 package xserver-xorg-video-ati
dpkg-deb: subprocess paste killed by signal (Broken pipe)

ciao
Riccardo


--- End Message ---
--- Begin Message ---
Source: xserver-xorg-video-ati
Source-Version: 1:6.8.191-3

We believe that the bug you reported is fixed in the latest version of
xserver-xorg-video-ati, which is due to be installed in the Debian FTP archive:

xserver-xorg-video-ati-dbg_6.8.191-3_i386.deb
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati-dbg_6.8.191-3_i386.deb
xserver-xorg-video-ati_6.8.191-3.diff.gz
  to pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.8.191-3.diff.gz
xserver-xorg-video-ati_6.8.191-3.dsc
  to pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.8.191-3.dsc
xserver-xorg-video-ati_6.8.191-3_i386.deb
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.8.191-3_i386.deb
xserver-xorg-video-radeon-dbg_6.8.191-3_i386.deb
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-radeon-dbg_6.8.191-3_i386.deb
xserver-xorg-video-radeon_6.8.191-3_i386.deb
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-radeon_6.8.191-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Brice Goglin <[EMAIL PROTECTED]> (supplier of updated xserver-xorg-video-ati 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 22 Jun 2008 15:19:12 +0200
Source: xserver-xorg-video-ati
Binary: xserver-xorg-video-ati xserver-xorg-video-ati-dbg 
xserver-xorg-video-radeon xserver-xorg-video-radeon-dbg
Architecture: source i386
Version: 1:6.8.191-3
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Brice Goglin <[EMAIL PROTECTED]>
Description: 
 xserver-xorg-video-ati - X.Org X server -- ATI display driver wrapper
 xserver-xorg-video-ati-dbg - X.Org X server -- ATI display driver wrapper 
(debugging symbols)
 xserver-xorg-video-radeon - X.Org X server -- ATI Radeon display driver
 xserver-xorg-video-radeon-dbg - X.Org X server -- ATI Radeon display driver 
(debugging symbols)
Closes: 487527
Changes: 
 xserver-xorg-video-ati (1:6.8.191-3) unstable; urgency=low
 .
   * xserver-xorg-video-radeon replaces earlier -ati packages, closes: #487527.
Checksums-Sha1: 
 a22a710a94252af32928ddd1886f4e766d5b6ac2 1793 
xserver-xorg-video-ati_6.8.191-3.dsc
 cafcee9b00ccd497c65bef56797a578a20c54f3c 61584 
xserver-xorg-video-ati_6.8.191-3.diff.gz
 a670aece6e7a15252f85ebf3f2d64c2b1ca8217c 147706 
xserver-xorg-video-ati_6.8.191-3_i386.deb
 763710368c7d2f93354919d3ea7f1c50ef20b870 151858 
xserver-xorg-video-ati-dbg_6.8.191-3_i386.deb
 7817ed74ec42dfa38de636e44729988c4013fc0d 382116 
xserver-xorg-video-radeon_6.8.191-3_i386.deb
 474a6a4c45f714c914066ea63d8d7869558a575a 1065810 
xserver-xorg-video-radeon-dbg_6.8.191-3_i386.deb
Checksums-Sha256: 
 df6b88b34c6c820714a16ad0b985243db1ea8c38f5a32af7b8d229ad6354fb10 1793 
xserver-xorg-video-ati_6.8.191-3.dsc
 d213a2ad814295351f1fb06ecba35540ae7b6cce9681f9d5c008ead167d1e86c 61584 
xserver-xorg-video-ati_6.8.191-3.diff.gz
 21c623c36463f2d03d2ee57c1a5d7c62c41b5647b675f9e0451332f82202c5ba 147706 
xserver-xorg-video-ati_6.8.191-3_i386.deb
 afeb14affb5416a4086617c72

xserver-xorg-video-ati_6.8.191-3_i386.changes ACCEPTED

2008-06-22 Thread Debian Installer

Accepted:
xserver-xorg-video-ati-dbg_6.8.191-3_i386.deb
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati-dbg_6.8.191-3_i386.deb
xserver-xorg-video-ati_6.8.191-3.diff.gz
  to pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.8.191-3.diff.gz
xserver-xorg-video-ati_6.8.191-3.dsc
  to pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.8.191-3.dsc
xserver-xorg-video-ati_6.8.191-3_i386.deb
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.8.191-3_i386.deb
xserver-xorg-video-radeon-dbg_6.8.191-3_i386.deb
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-radeon-dbg_6.8.191-3_i386.deb
xserver-xorg-video-radeon_6.8.191-3_i386.deb
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-radeon_6.8.191-3_i386.deb


Override entries for your package:
xserver-xorg-video-ati-dbg_6.8.191-3_i386.deb - extra x11
xserver-xorg-video-ati_6.8.191-3.dsc - source x11
xserver-xorg-video-ati_6.8.191-3_i386.deb - optional x11
xserver-xorg-video-radeon-dbg_6.8.191-3_i386.deb - extra x11
xserver-xorg-video-radeon_6.8.191-3_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]
Closing bugs: 487527 


Thank you for your contribution to Debian.


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



Processing of xserver-xorg-video-ati_6.8.191-3_i386.changes

2008-06-22 Thread Archive Administrator
xserver-xorg-video-ati_6.8.191-3_i386.changes uploaded successfully to localhost
along with the files:
  xserver-xorg-video-ati_6.8.191-3.dsc
  xserver-xorg-video-ati_6.8.191-3.diff.gz
  xserver-xorg-video-ati_6.8.191-3_i386.deb
  xserver-xorg-video-ati-dbg_6.8.191-3_i386.deb
  xserver-xorg-video-radeon_6.8.191-3_i386.deb
  xserver-xorg-video-radeon-dbg_6.8.191-3_i386.deb

Greetings,

Your Debian queue daemon


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



xserver-xorg-video-ati: Changes to 'refs/tags/xserver-xorg-video-ati-1_6.8.191-3'

2008-06-22 Thread Brice Goglin
Tag 'xserver-xorg-video-ati-1_6.8.191-3' created by Brice Goglin <[EMAIL 
PROTECTED]> at 2008-06-22 13:53 +

Tagging upload of xserver-xorg-video-ati 1:6.8.191-3 to unstable.

Changes since xserver-xorg-video-ati-1_6.8.191-2:
Brice Goglin (1):
  xserver-xorg-video-radeon replaces earlier -ati packages

---
 debian/changelog |6 ++
 debian/control   |2 ++
 2 files changed, 8 insertions(+)
---


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



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

2008-06-22 Thread Brice Goglin
 debian/changelog |6 ++
 debian/control   |2 ++
 2 files changed, 8 insertions(+)

New commits:
commit 7f5672b7149fcb1a0e538e529599fc4073e5070b
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Sun Jun 22 15:21:03 2008 +0200

xserver-xorg-video-radeon replaces earlier -ati packages

diff --git a/debian/changelog b/debian/changelog
index a84b773..0ee7b6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-ati (1:6.8.191-3) unstable; urgency=low
+
+  * xserver-xorg-video-radeon replaces earlier -ati packages, closes: #487527.
+
+ -- Brice Goglin <[EMAIL PROTECTED]>  Sun, 22 Jun 2008 15:19:12 +0200
+
 xserver-xorg-video-ati (1:6.8.191-2) unstable; urgency=low
 
   * Split the package into into the -ati package containing the ati driver
diff --git a/debian/control b/debian/control
index 284da4d..406dc56 100644
--- a/debian/control
+++ b/debian/control
@@ -43,6 +43,7 @@ Package: xserver-xorg-video-radeon
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}
 Provides: ${xviddriver:Provides}
+Replaces: xserver-xorg-video-ati (<= 1:6.8.191-1)
 Description: X.Org X server -- ATI Radeon display driver
  This driver for the X.Org X server (see xserver-xorg for a further 
description)
  provides support for the ATI Radeon and FireGL series. It provides the 
'radeon'
@@ -64,6 +65,7 @@ Description: X.Org X server -- ATI Radeon display driver
 Package: xserver-xorg-video-radeon-dbg
 Architecture: any
 Depends: xserver-xorg-video-radeon (= ${binary:Version})
+Replaces: xserver-xorg-video-ati-dbg (<= 1:6.8.191-1)
 Priority: extra
 Description: X.Org X server -- ATI Radeon display driver (debugging symbols)
  This driver for the X.Org X server (see xserver-xorg for a further 
description)


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



Bug#487527: xserver-xorg-video-radeon: replace/conflict

2008-06-22 Thread Brice Goglin
Riccardo Stagni wrote:
> Package: xserver-xorg-video-radeon
> Version: 1:6.8.191-2
> Severity: serious
> Justification: Policy 7.something
>
> I guess your recent upload misses a replace/conflict with the previous
> version:
>
> Selecting previously deselected package xserver-xorg-video-radeon.
> Unpacking xserver-xorg-video-radeon (from 
> .../xserver-xorg-video-radeon_6.8.191-2_i386.deb) ...
> dpkg: error processing 
> /mirror/debian/pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-radeon_6.8.191-2_i386.deb
>  (--unpack):
>  trying to overwrite `/usr/share/man/man4/radeon.4.gz', which is also in
>  package xserver-xorg-video-ati
> dpkg-deb: subprocess paste killed by signal (Broken pipe)
>
>   

Oops, right, fixing this soon.

Brice




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



Bug#487527: xserver-xorg-video-radeon: replace/conflict

2008-06-22 Thread Riccardo Stagni
Package: xserver-xorg-video-radeon
Version: 1:6.8.191-2
Severity: serious
Justification: Policy 7.something

I guess your recent upload misses a replace/conflict with the previous
version:

Selecting previously deselected package xserver-xorg-video-radeon.
Unpacking xserver-xorg-video-radeon (from 
.../xserver-xorg-video-radeon_6.8.191-2_i386.deb) ...
dpkg: error processing 
/mirror/debian/pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-radeon_6.8.191-2_i386.deb
 (--unpack):
 trying to overwrite `/usr/share/man/man4/radeon.4.gz', which is also in
 package xserver-xorg-video-ati
dpkg-deb: subprocess paste killed by signal (Broken pipe)

ciao
Riccardo



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



Processed: tagging 487453

2008-06-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.29
> tags 487453 + pending
Bug#487453: broken symlink /etc/rcS.d/S71xserver-xorg
There were no tags set.
Tags added: pending

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#484049: xserver-xorg-video-intel: [G965] Ring buffer overflow after starting scorched3d in Normal or Faster mode

2008-06-22 Thread Lee Cremeans

Brice Goglin wrote:

Lee Cremeans wrote:
  

Package: xserver-xorg-video-intel
Version: 2:2.3.1-1
Severity: important


I'm running Debian lenny amd64 on a Gateway ML6720 laptop with 1024 MB 
RAM. The Intel video in this laptop works well in 2D mode with either 
acceleration engine, but when I use 3D, things get trickier.


If I start scorched3d with default settings, the X server will 
eventually crash and leave the screen in a corrupted state. Depending on 
what state the crash leaves the hardware in, it may also leave me with a 
black screen. The console is black and unusable, but SSH still works. 
Turning scorched3d down to either Safe or Fastest modes seems to avoid 
the crash.
  



Does it occur with intel 2.3.2 and libgl1-mesa-dri 7.0.3-4 from unstable?

Brice

  

I installed the new packages and tested again. Here's what I found:

Normal mode: scorched3d crashes, X is not affected.

Faster mode: same as before:

Error in I830WaitLpRing(), timeout for 2 seconds
pgetbl_ctl: 0x3ff80001 pgetbl_err: 0x
ipeir: 0x iphdr: 0x0203
LP ring tail: 0xaf60 head: aa64 len: 0x0001f001 start 0x
Err ID (eir): 0x
Err Status (esr): 0x0001
Err Mask (emr): 0xffdf
instdone: 0xffc5f83d instdone_1: 0x000f
instpm: 0x
memmode: 0x instps: 0x8001e035
HW Status mask (hwstam): 0xfff8dffe
IRQ enable (ier): 0x0002 imr: 0xfff8 iir: 0x0030
acthd: 0x0040aa64 dma_fadd_p: 0xaa90
ecoskpd: 0x0307 excc: 0x
cache_mode: 0x6800/0x0180
mi_arb_state: 0x0044
IA_VERTICES_COUNT_QW 0x/0x
IA_PRIMITIVES_COUNT_QW 0x/0x
VS_INVOCATION_COUNT_QW 0x/0x
GS_INVOCATION_COUNT_QW 0x/0x
GS_PRIMITIVES_COUNT_QW 0x/0x
CL_INVOCATION_COUNT_QW 0x/0x
CL_PRIMITIVES_COUNT_QW 0x/0x
PS_INVOCATION_COUNT_QW 0x/0x
PS_DEPTH_COUNT_QW 0x/0x
WIZ_CTL 0x
TS_CTL 0x  TS_DEBUG_DATA 0x5dfe6bfa
TD_CTL 0x / 0x
space: 129788 wanted 131064
(II) intel(0): [drm] removed 1 reserved context for kernel
(II) intel(0): [drm] unmapping 8192 bytes of SAREA 0x2efff000 at 
0x2afa13bfd000

(II) intel(0): [drm] Closed DRM master.

Fatal server error:
lockup

Fastest and Safe modes work as before.

HOWEVER:

No matter what mode I have loaded, if I tick "Disable GL extensions", 
the game runs perfectly (if a bit slow; this is an X3100 after all).  
This seems to be an important clue. If I untick it with the Safe or 
Fastest settings loaded, scorched3d itself will crash before it can 
change to 3D mode, as with the unadorned Normal mode.


-lee





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



xorg: Changes to 'debian-unstable'

2008-06-22 Thread Brice Goglin
 debian/changelog|6 +-
 debian/xserver-xorg.postinst.in |3 +++
 2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 9d677543d31d9da34efc4cfa4e9575f49c296021
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Sun Jun 22 10:18:13 2008 +0200

Remove obsolete xserver-xorg startup links

diff --git a/debian/changelog b/debian/changelog
index 9247b7e..ecaac71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 xorg (1:7.3+13) UNRELEASED; urgency=low
 
+  [ Christian Perrier ]
   [ Debconf translations]
   * Malayalam. Closes: #486830
 
- -- Christian Perrier <[EMAIL PROTECTED]>  Wed, 18 Jun 2008 18:11:18 +0200
+  [ Brice Goglin ]
+  * Remove obsolete xserver-xorg startup links, closes: #487453.
+
+ -- Brice Goglin <[EMAIL PROTECTED]>  Sun, 22 Jun 2008 10:17:19 +0200
 
 xorg (1:7.3+12) unstable; urgency=low
 
diff --git a/debian/xserver-xorg.postinst.in b/debian/xserver-xorg.postinst.in
index 9cd8ac1..55d4643 100644
--- a/debian/xserver-xorg.postinst.in
+++ b/debian/xserver-xorg.postinst.in
@@ -1003,6 +1003,9 @@ case "$1" in
 if dpkg --compare-versions "$2" lt-nl "1:7.3+11"; then
   remove_conffile_commit "/etc/init.d/xserver-xorg"
 fi
+if dpkg --compare-versions "$2" lt-nl "1:7.3+13"; then
+  update-rc.d -f xserver-xorg remove
+fi
 ;;
 esac
 


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



Bug#480312: marked as done (xserver-xorg-video-ati: complete lockup upon x startup [ATI Radeon Mobility IGP320M (U1) 4336])

2008-06-22 Thread Debian Bug Tracking System

Your message dated Sun, 22 Jun 2008 09:39:50 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#480312: FIXED (xserver-xorg-video-ati: Radeon 7500 - 
radeon driver makes the VTs appear in inverted video)
has caused the Debian Bug report #480312,
regarding xserver-xorg-video-ati: complete lockup upon x startup [ATI Radeon 
Mobility IGP320M (U1) 4336]
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 [EMAIL PROTECTED]
immediately.)


-- 
480312: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480312
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: xserver-xorg-video-ati
Version: 1:6.8.0-1
Severity: important
Tags: patch

X server does not start after upgrade to X.Org 7.3 (xserver-xorg-video-ati 
upgraded from 6.6.3-2 to 6.8.0-1) - the computer completely 
locks up when first switching from VT (vga=791) to graphical display: caps lock 
led keeps blinking, no disk activity, no ping.

I tracked it down with 'git bisect' to the following commit:

80eee856938756e1222526b6c39cee8b5252b409 is first bad commit
commit 80eee856938756e1222526b6c39cee8b5252b409
Author: Matthieu Herb <>
Date:   Tue Oct 9 16:17:50 2007 -0400

RADEON: fix console restore on netbsd

  Include the mode restore bugfix from monolithic Xorg, that is derived
  from the version in xsrc which in turn was provided by Matthieu Herb
  over 3 years ago on the XFree86 lists. Suggested by various
  developers, hold-back due to the working state in xorg-server 1.1.1.
  Tracing down the exact change showed that the changed default color
  depth made this issue a lot more prominent again. Discussed with Eric
  Anholt.

:04 04 db9f8db2b0740d5144bb139e72a8dc5f2403ce3f 
75a9aa9c3077acdd9ad972fde4cc54a583665864 M  src
 
I've attached a patch against 6.8.0-1, that reverts this commit on Linux, and 
fixes the problem on my end.

Cheers,
Avi Rozen.

-- 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 2006-11-22 19:53 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1674940 2008-04-29 21:37 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility U1

/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 1192 2008-05-08 01:48 /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"  "presario"
Option  "XkbLayout" "us,il"
Option  "XkbVariant"",lyx"
Option  "XkbOptions""grp:shift_caps_toggle"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "Emulate3Buttons"   "true"
EndSection

Section "Device"
Identifier  "Configured Video Device"
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 39032 2007-09-03 14:01 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 42001 2008-05-09 14:57 /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.O

Bug#443227: xclock -digital bug: any chance for lenny

2008-06-22 Thread Brice Goglin
Jay Berkenbilt wrote:
> It would be really nice if this bug could get fixed for Lenny.
> There's a simple patch.  The bug is still present in x11-apps/7.3+2.
> I would hate to think of having to work around this bug for the entire
> life of Lenny.
>   

I added the bug to my list of things that would be nice to do before the
freeze. If there's no new xclock release by then, we'll apply the patch
to our package. Feel free to ping me again 12 days before the freeze :)

Brice




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



Bug#487468: marked as done (unsightly double slashes in Xorg.0.log paths)

2008-06-22 Thread Debian Bug Tracking System

Your message dated Sun, 22 Jun 2008 09:35:02 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#487468: unsightly double slashes in Xorg.0.log paths
has caused the Debian Bug report #487468,
regarding unsightly double slashes in Xorg.0.log paths
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 [EMAIL PROTECTED]
immediately.)


-- 
487468: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487468
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: xserver-xorg-core
Version: 2:1.4.1~git20080517-2
Severity: wishlist

$ grep -c // /var/log/Xorg.0.log
22
21 of which are unsightly double slashes in paths. Please use only
single slashes, else looks sloppy.

P.S.,
$ grep xorg-server /var/log/Xorg.0.log
Build Operating System: Linux Debian (xorg-server 2:1.4.1~git20080517-2)

I wish you would use a real package   ^^^ name here that one could
report bugs against. I had a hard time guessing what package this bug
belonged to. grep-status git20080517 gave the answer away though :-)


--- End Message ---
--- Begin Message ---
[EMAIL PROTECTED] wrote:
> Package: xserver-xorg-core
> Version: 2:1.4.1~git20080517-2
> Severity: wishlist
>
> $ grep -c // /var/log/Xorg.0.log
> 22
> 21 of which are unsightly double slashes in paths. Please use only
> single slashes, else looks sloppy.
>   

If you don't know what // means in a path, you're not smart enough to
look at a Xserver log. Fixing this is completely useless.

> P.S.,
> $ grep xorg-server /var/log/Xorg.0.log
> Build Operating System: Linux Debian (xorg-server 2:1.4.1~git20080517-2)
>
> I wish you would use a real package   ^^^ name here that one could
> report bugs against. I had a hard time guessing what package this bug
> belonged to. grep-status git20080517 gave the answer away though :-)
>   

It's the source package name and versions number the Xserver has been
built from. And reportbug knows about it:

  $ reportbug xorg-server
  Getting status for xorg-server...
  Which of the following packages is the bug in?
   1 xdmx   distributed multihead X server
   2 xdmx-tools Distributed Multihead X tools
   3 xnest  Nested X server
   4 xprint X11 print system (binary)
   5 xprint-common  Xprint - the X11 print system (configuration files)
   6 xserver-xephyr nested X server
   7 xserver-xfbdev Linux framebuffer device tiny X server
   8 xserver-xorg-core  Xorg X server - core server
   9 xserver-xorg-core-dbg  Xorg - the X.Org X server (debugging symbols)
  10 xserver-xorg-dev   Xorg X server - development files
  11 xvfb   Virtual Framebuffer 'fake' X server
  12 xorg-serverSource package
  Select one of these packages: 



Brice


--- End Message ---