Bug#501718: xserver-xorg-video-radeon: Crash when using minimal ServeryLayout

2010-03-07 Thread Jordi Mallach
Hi Brice,

On Sat, Mar 06, 2010 at 10:37:41AM +0100, Brice Goglin wrote:
> > Using packages from experimental on PPC, I've experimented a reproducible
> > crash with a certain configuration file.
> > 
> > What triggers it is having a minimal ServerLayout with an InputDevice
> > (Generic Keyboard) and the Identifier, but also with just the Identifier
> > stanza.
> 
> Still the same problem? Does it actually matter?

I'm sorry to not be able to test. My Powerbook died a few months ago and
still haven't had time to do any first-aid operations in an attempt to revive
it.

I'd say you go ahead and close it.

Jordi
-- 
Jordi Mallach Pérez  --  Debian developer http://www.debian.org/
jo...@sindominio.net jo...@debian.org http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100307215616.ga2...@nubol.oskuro.net



Bug#501718: xserver-xorg-video-radeon: Crash when using minimal ServeryLayout

2010-03-06 Thread Brice Goglin
On Thu, Oct 09, 2008 at 09:55:22PM +0200, Jordi Mallach wrote:
> Package: xserver-xorg-video-radeon
> Version: 1:6.9.0+git20080826.a3cc1d7a-2
> Severity: normal
> 
> Hi,
> 
> Using packages from experimental on PPC, I've experimented a reproducible 
> crash
> with a certain configuration file.
> 
> What triggers it is having a minimal ServerLayout with an InputDevice (Generic
> Keyboard) and the Identifier, but also with just the Identifier stanza.

Still the same problem? Does it actually matter?

Brice




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100306093741.ga28...@loulous.org



Bug#501718: xserver-xorg-video-radeon: Crash when using minimal ServeryLayout

2008-10-10 Thread Michel Dänzer
reassign 501718 xserver-xorg-core
kthxbye

On Thu, 2008-10-09 at 21:55 +0200, Jordi Mallach wrote:
> 
> Using packages from experimental on PPC, I've experimented a reproducible 
> crash
> with a certain configuration file.
> 
> What triggers it is having a minimal ServerLayout with an InputDevice (Generic
> Keyboard) and the Identifier, but also with just the Identifier stanza.

Sounds like a bug in the X server or maybe an input driver, but probably
not the video driver...


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



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



Processed: Re: Bug#501718: xserver-xorg-video-radeon: Crash when using minimal ServeryLayout

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

> reassign 501718 xserver-xorg-core
Bug#501718: xserver-xorg-video-radeon: Crash when using minimal ServeryLayout
Bug reassigned from package `xserver-xorg-video-radeon' to `xserver-xorg-core'.

> kthxbye
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#501718: xserver-xorg-video-radeon: Crash when using minimal ServeryLayout

2008-10-09 Thread Jordi Mallach
Package: xserver-xorg-video-radeon
Version: 1:6.9.0+git20080826.a3cc1d7a-2
Severity: normal

Hi,

Using packages from experimental on PPC, I've experimented a reproducible crash
with a certain configuration file.

What triggers it is having a minimal ServerLayout with an InputDevice (Generic
Keyboard) and the Identifier, but also with just the Identifier stanza.

-- 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 17 abr  2006 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1841012  1 oct 12:48 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
:00:10.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility 
Radeon 9600 M10]

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1811  9 oct 21:43 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)

Section "Device"
Identifier  "ATI Technologies, Inc. Radeon Mobility 9600/9700 
M10/M11 (RV350 NP)"
#   Driver  "radeon"
BusID   "PCI:0:16:0"
#   Option  "UseFBDev"  "false"
#   Option  "CtrcNumber""1"
#   Option  "AccelMethod"   "Exa"
#   Option  "XAANoOffscreenPixmaps" "true"
EndSection

Section "Monitor"
Identifier  "Color LCD"
#   Option  "MetaModes" "1280x854-1280x854 
1280x854-1024x768 1024x768-1024x768"
Option  "DPMS"
EndSection


Section "Screen"
Identifier  "Default Screen"
Device  "ATI Technologies, Inc. Radeon Mobility 9600/9700 
M10/M11 (RV350 NP)"
Monitor "Color LCD"
DefaultDepth24
EndSection

#Section "InputDevice"
#   Identifier  "Generic Keyboard"
#   Driver  "kbd"
#   Option  "CoreKeyboard"
#   Option  "XkbRules"  "xorg"
#   Option  "XkbModel"  "macintosh"
#   Option  "XkbLayout" "us"
#   Option  "XkbSymbols""apple(laptop)"
#   Option  "XkbOptions""lv3:lwin_switch"
#EndSection

#Section "InputDevice"
#   Identifier  "Configured Mouse"
#   Driver  "mouse"
#   Option  "CorePointer"
#   Option  "Device""/dev/input/mice"
#   Option  "Protocol"  "ImPS/2"
#   Option  "Emulate3Buttons"   "true"
#   Option  "ZAxisMapping"  "4 5"
#EndSection

#Section "InputDevice"
#Identifier  "Synaptics Touchpad"
#Driver  "synaptics"
#Option  "SendCoreEvents""true"
#Option  "Device""/dev/psaux"
#Option  "Protocol"  "auto-dev"
#Option "HorizScrollDelta"  "0"
#EndSection

Section "ServerLayout"
Identifier  "Default Layout"
#   Screen  "Default Screen"
#   InputDevice "Generic Keyboard"
#   InputDevice "Configured Mouse"
#   InputDevice "Synaptics Touchpad"
#   Option  "MergedFB" "true"
EndSection

#Section "Extensions"
#   Option "Composite" "enable"
#EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 40726 20 gen  2008 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 39127  9 oct 21:44 /var/log/Xorg.0.log

Contents of crashed X server log file
(WW) Failed to open protocol names file /etc/X11/xserver/protocol.txt
X.Org X Server 1.5.1
Release Date: 23 September 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.18-4-powerpc64 ppc64 Debian
Current Operating System: Linux horta 2.6.26-1-powerpc #1 Thu Aug 28 09:23:54 
CEST 2008 ppc
Build Date: 01 October 2008  10:31:23AM
xorg-server 2:1.5.1-1 ([EMAIL PROTECTED]) 
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: Thu Oct  9 21:32:55 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/