Bug#463076: xserver-xorg-video-ati: machine freezes when X is stopped or second X started

2008-05-08 Thread Agustin Martin
On Wed, Mar 05, 2008 at 09:25:17AM +0100, Bram Senders wrote:
 On Tue, 2008-02-26 at 23:49 +, Roger Leigh wrote: 
  Hi folks,
  
  Just another datapoint for this bug.  My Mac Mini has a
  
  :00:10.0 VGA compatible controller: ATI Technologies Inc RV280
  [Radeon 9200] (rev 01) (prog-if 00 [VGA controller])
  
  and I was also bitten by this bug.  My system locked hard if I tried to
  kill X or shutdown the system (which causes kdm to stop X).  It also
  locked if I tried to switch to a VT with C-A-Fn.
  
  Further investigation showed that this worked perfectly if I booted the
  system with video=radeonfb:[EMAIL PROTECTED] on the command-line.  I can
  now switch VTs at will, as well as start and stop X, shut down the
  system, etc. without problems.
  
  However, booting with video=ofonly results in all the problems
  mentioned above.
  
  
  Is this the same for the other people suffering from this bug?
 
 Yes, I can confirm this.  The only difference is that I have to boot
 with a lower resolution (1024x768), otherwise my monitor stays blank
 (even though it is capable of displaying higher resolutions).  I can now
 switch VTs as well... this has never been possible for me before (after
 X had started, all VTs always weren't capable of being displayed
 anymore).
 
 So thank you Roger, for this hint!  My Mac Mini has more functionality
 now ;-)

Just adding that after setting my xorg to use framebuffer in /etc/xorg.conf
(through the debconf prompt) I can no longer reproduce the problem,

---
$ diff -u xorg.conf.20080505151844 xorg.conf
--- xorg.conf.200805051518442008-05-05 15:18:44.0 +0200
+++ xorg.conf   2008-05-05 15:18:44.0 +0200
@@ -29,6 +29,7 @@
 
 Section Device
Identifier  Configured Video Device
+   Option  UseFBDev  true
 EndSection
 
 Section Monitor
---

Unfortunately, this seems to not fix

http://bugs.debian.org/472703
#472703: wdm: Sometimes I cannot login, Enter doesn't work

Although I already cc'ed the X strike force about this, I would like
to explicitly make you aware of that bug report, since the two persons
that have experienced it are using ATI radeon. I think that #472703 did
propagate to testing right after xserver-xorg-video-ati reached it.

-- 
Agustin



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



Bug#463076: xserver-xorg-video-ati: machine freezes when X is stopped or second X started

2008-05-08 Thread Alex Deucher
On Thu, May 8, 2008 at 7:48 AM, Agustin Martin [EMAIL PROTECTED] wrote:
 On Wed, Mar 05, 2008 at 09:25:17AM +0100, Bram Senders wrote:
 On Tue, 2008-02-26 at 23:49 +, Roger Leigh wrote:
  Hi folks,
 
  Just another datapoint for this bug.  My Mac Mini has a
 
  :00:10.0 VGA compatible controller: ATI Technologies Inc RV280
  [Radeon 9200] (rev 01) (prog-if 00 [VGA controller])
 
  and I was also bitten by this bug.  My system locked hard if I tried to
  kill X or shutdown the system (which causes kdm to stop X).  It also
  locked if I tried to switch to a VT with C-A-Fn.
 
  Further investigation showed that this worked perfectly if I booted the
  system with video=radeonfb:[EMAIL PROTECTED] on the command-line.  I can
  now switch VTs at will, as well as start and stop X, shut down the
  system, etc. without problems.
 
  However, booting with video=ofonly results in all the problems
  mentioned above.
 
 
  Is this the same for the other people suffering from this bug?

 Yes, I can confirm this.  The only difference is that I have to boot
 with a lower resolution (1024x768), otherwise my monitor stays blank
 (even though it is capable of displaying higher resolutions).  I can now
 switch VTs as well... this has never been possible for me before (after
 X had started, all VTs always weren't capable of being displayed
 anymore).

 So thank you Roger, for this hint!  My Mac Mini has more functionality
 now ;-)

 Just adding that after setting my xorg to use framebuffer in /etc/xorg.conf
 (through the debconf prompt) I can no longer reproduce the problem,

 ---
 $ diff -u xorg.conf.20080505151844 xorg.conf
 --- xorg.conf.200805051518442008-05-05 15:18:44.0 +0200
 +++ xorg.conf   2008-05-05 15:18:44.0 +0200
 @@ -29,6 +29,7 @@

  Section Device
Identifier  Configured Video Device
 +   Option  UseFBDev  true

What version of the driver are you using?  This option no longer
exists on 6.7.19x and newer versions of the ati driver.

Alex



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



Bug#463076: xserver-xorg-video-ati: machine freezes when X is stopped or second X started

2008-05-08 Thread Agustin Martin
On Thu, May 08, 2008 at 08:29:33AM -0400, Alex Deucher wrote:
  Just adding that after setting my xorg to use framebuffer in /etc/xorg.conf
  (through the debconf prompt) I can no longer reproduce the problem,
 
  ---
  $ diff -u xorg.conf.20080505151844 xorg.conf
  --- xorg.conf.200805051518442008-05-05 15:18:44.0 +0200
  +++ xorg.conf   2008-05-05 15:18:44.0 +0200
  @@ -29,6 +29,7 @@
 
   Section Device
 Identifier  Configured Video Device
  +   Option  UseFBDev  true
 
 What version of the driver are you using?  This option no longer
 exists on 6.7.19x and newer versions of the ati driver.

Hmmm,

xserver-xorg-video-ati
Version: 1:6.8.0-1

So the option above should do nothing. Indeed, looking at the Xorg log,

--
(II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled
message.
(WW) RADEON(0): Option UseFBDev is not used
(--) RandR disabled
--

After removing the option I have tried unsuccessfully to reproduce the
problem (Note that it previously appeared here randomly, not in a
sistematically reproducible way). 

So, I have to admit that I have no idea about what helped (or even if the
problem will eventually come back), just noticed that I could not reproduce
it with the newly arrived to testing xserver-xorg-video-ati, and that line
was the only difference once xorg.conf is regenerated.

Sorry for the noise,

-- 
Agustin



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



Bug#463076: xserver-xorg-video-ati: machine freezes when X is stopped or second X started

2008-03-16 Thread Brice Goglin
forwarded 463076 https://bugs.freedesktop.org/show_bug.cgi?id=15056
thank you



Bram Senders wrote:
 On Tue, 2008-02-26 at 23:49 +, Roger Leigh wrote: 
   
 Hi folks,

 Just another datapoint for this bug.  My Mac Mini has a

 :00:10.0 VGA compatible controller: ATI Technologies Inc RV280
 [Radeon 9200] (rev 01) (prog-if 00 [VGA controller])

 and I was also bitten by this bug.  My system locked hard if I tried to
 kill X or shutdown the system (which causes kdm to stop X).  It also
 locked if I tried to switch to a VT with C-A-Fn.

 Further investigation showed that this worked perfectly if I booted the
 system with video=radeonfb:[EMAIL PROTECTED] on the command-line.  I can
 now switch VTs at will, as well as start and stop X, shut down the
 system, etc. without problems.

 However, booting with video=ofonly results in all the problems
 mentioned above.


 Is this the same for the other people suffering from this bug?
 

 Yes, I can confirm this.  The only difference is that I have to boot
 with a lower resolution (1024x768), otherwise my monitor stays blank
 (even though it is capable of displaying higher resolutions).  I can now
 switch VTs as well... this has never been possible for me before (after
 X had started, all VTs always weren't capable of being displayed
 anymore).

 So thank you Roger, for this hint!  My Mac Mini has more functionality
 now ;-)
   

I have summarized all this in the upstream bugzilla at the URL above.
You might want to add yourself to CC in this bug entry. And feel free to
add comments if you think it could help.

Brice




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



Bug#463076: xserver-xorg-video-ati: machine freezes when X is stopped or second X started

2008-03-05 Thread Bram Senders
On Tue, 2008-02-26 at 23:49 +, Roger Leigh wrote: 
 Hi folks,
 
 Just another datapoint for this bug.  My Mac Mini has a
 
 :00:10.0 VGA compatible controller: ATI Technologies Inc RV280
 [Radeon 9200] (rev 01) (prog-if 00 [VGA controller])
 
 and I was also bitten by this bug.  My system locked hard if I tried to
 kill X or shutdown the system (which causes kdm to stop X).  It also
 locked if I tried to switch to a VT with C-A-Fn.
 
 Further investigation showed that this worked perfectly if I booted the
 system with video=radeonfb:[EMAIL PROTECTED] on the command-line.  I can
 now switch VTs at will, as well as start and stop X, shut down the
 system, etc. without problems.
 
 However, booting with video=ofonly results in all the problems
 mentioned above.
 
 
 Is this the same for the other people suffering from this bug?

Yes, I can confirm this.  The only difference is that I have to boot
with a lower resolution (1024x768), otherwise my monitor stays blank
(even though it is capable of displaying higher resolutions).  I can now
switch VTs as well... this has never been possible for me before (after
X had started, all VTs always weren't capable of being displayed
anymore).

So thank you Roger, for this hint!  My Mac Mini has more functionality
now ;-)

Cheers,
Bram



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



Bug#463076: xserver-xorg-video-ati: machine freezes when X is stopped or second X started

2008-02-27 Thread Roger Leigh
Hi folks,

Just another datapoint for this bug.  My Mac Mini has a

:00:10.0 VGA compatible controller: ATI Technologies Inc RV280
[Radeon 9200] (rev 01) (prog-if 00 [VGA controller])

and I was also bitten by this bug.  My system locked hard if I tried to
kill X or shutdown the system (which causes kdm to stop X).  It also
locked if I tried to switch to a VT with C-A-Fn.

Further investigation showed that this worked perfectly if I booted the
system with video=radeonfb:[EMAIL PROTECTED] on the command-line.  I can
now switch VTs at will, as well as start and stop X, shut down the
system, etc. without problems.

However, booting with video=ofonly results in all the problems
mentioned above.


Is this the same for the other people suffering from this bug?

It might be an issue with the OF framebuffer, or the attempt to restore
the framebuffer when X terminates or VT switches.  IME, ofonly doesn't
come back when you end X, but previously you just got a black screen
rather than a lockup.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Bug#463076: xserver-xorg-video-ati: machine freezes when X is stopped or second X started

2008-02-22 Thread Agustin Martin
On Tue, Jan 29, 2008 at 05:34:04PM +0100, Bram Senders wrote:
 On Tue, 2008-01-29 at 09:57 -0500, Alex Deucher wrote:
  On Jan 29, 2008 6:15 AM, Bram Senders [EMAIL PROTECTED] wrote:
   However, I now have the problem that the machine freezes when the X
   server is stopped...  Just a hard freeze when I try to logout, or
   shutdown the machine, or restart gdm; anything that kills the X server
   causes the entire machine to lock up.  My Xorg.0.log contains no
   information about stopping X.
  
  Do any of the following device options help?
  Option DRI False
  Option BusType PCI
  Option AGPMode 4
 
 Trying either of the three options doesn't help; the same hard freeze
 occurs on logout.
 
  Option AGPMode 8
 
 My X log states that 8 is not a supported value for AGPMode (even
 though I read on Wikipedia that the Radeon 9200 should support 8x AGP),
 so this doesn't help either, alas.

I am also having random freezes when opening a second display, doing some
work on it, and closing the display. Not fully reproducible, seems that just
opening and closing did not (yet) trigger the problem. Only once my main
display got frozen. Cannot even switch to other display when this happens.

Just wanted to add that I can recover control with the Magic SysRq+k, that
allows me switch to other display and resume work in it. After sysrq+k and
before switching display looks frozen, but allows me switching. Some
rubbish appears in the old display after switching back.

So at least here, seems to not be a full machine lock up, I am sending this
mail after that.

VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (rev01)
xserver-xorg-video-ati 1:6.8.0-1 (I think this happened with .197 too)

The problem does not appear with testing (1:6.6.3-2)

Hope this helps,

-- 
Agustin



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



Bug#463076: xserver-xorg-video-ati: machine freezes when X is stopped or second X started

2008-01-30 Thread Alex Deucher
On Jan 29, 2008 1:20 PM, Bram Senders [EMAIL PROTECTED] wrote:
 On Tue, 2008-01-29 at 17:58 +0100, Brice Goglin wrote:
  Bram Senders wrote:
   The following versions all exhibit the same problem:
   1:6.7.198~git20080117.6bd510a2-1
   1:6.7.198~git20080109.10e7636c-1
   1:6.7.198~git20080102.30cab1db-1
   1:6.7.198~git20080101.f65374f5-1
  
   I then tried version 1:6.7.198~git20071221.be7f8fd3-1, but this one has
   the old bug #457563 again, where the freeze already occurs on startup,
   and trying AGPMode 4 or BusType PCI then still causes a freeze
   on startup.  So I cannot use this version... I assume earlier versions
   have the same bug?
 
  No, I think #457563 appeared in 6.7.197 and was not in 6.7.196 or earlier.

 Okay, after some experimenting I have found that 1:6.6.193-2 is the
 newest version which doesn't cause the lockups, and the version after
 that, 1:6.7.191-1, causes the system to freeze -- either by stopping X
 or by starting a second one.  So something went wrong from 1:6.6.193-2
 to 1:6.7.191-1.

 How do I debug this further?

You could try git bisect to track down the change that caused the
problem.  Unfortunately, the changes between 6.6.19x and 6.7.19x are
substantial (much of the driver was restructured) and it may be hard
to track down.

Alex



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



Bug#463076: xserver-xorg-video-ati: machine freezes when X is stopped or second X started

2008-01-29 Thread Bram Senders
Package: xserver-xorg-video-ati
Version: 1:6.7.198~git20080117.6bd510a2-1
Severity: important

Hello there,

I have a PowerPC Mac Mini with a Radeon 9200 inside, and did a fresh
install of Debian Sid on that.  I got bitten by bug #457563, where
starting X would instantaneously freeze the machine, but upgrading to
the latest experimental version of xserver-xorg-video-ati fixed that, as
suggested.

However, I now have the problem that the machine freezes when the X
server is stopped...  Just a hard freeze when I try to logout, or
shutdown the machine, or restart gdm; anything that kills the X server
causes the entire machine to lock up.  My Xorg.0.log contains no
information about stopping X.

The same freeze occurs when I try to start a second X, via X :1, and
an Xorg.1.log is never created.

Regards,
Bram Senders

-- 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 2008-01-24 10:43 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1969272 2008-01-19 02:00 /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 RV280 [Radeon 
9200] (rev 01)

/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 574 2008-01-24 12:42 /etc/X11/xorg.conf

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

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

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
EndSection

Section Device
Identifier  Configured Video Device
EndSection

Section Monitor
Identifier  iiyama Vision Master 450
HorizSync   30-115
VertRefresh 50-160
EndSection

Section Screen
Identifier  Default Screen
Monitor iiyama Vision Master 450
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 46109 2008-01-29 11:41 /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.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~git20080118-1)
Current Operating System: Linux tofu 2.6.23-1-powerpc #1 Fri Dec 21 15:18:37 
UTC 2007 ppc
Build Date: 18 January 2008  11:59:02PM
 
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 Jan 29 10:09:14 2008
(==) Using config file: /etc/X11/xorg.conf
(==) No Layout section.  Using the first Screen section.
(**) |--Screen Default Screen (0)
(**) |   |--Monitor iiyama Vision Master 450
(==) No device specified for screen Default Screen.
Using the first device section listed.
(**) |   |--Device Configured Video Device
(==) |--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
(==) 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/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to /etc/X11/rgb
(==) ModulePath set to /usr/lib/xorg/modules
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x101e7db0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 2.0
X.Org XInput driver : 2.0
X.Org Server Extension : 0.3
X.Org 

Bug#463076: xserver-xorg-video-ati: machine freezes when X is stopped or second X started

2008-01-29 Thread Bram Senders
On Tue, Jan 29, 2008 at 12:15:26PM +0100, Bram Senders wrote:
 The same freeze occurs when I try to start a second X, via X :1, and
 an Xorg.1.log is never created.

Oops, that's incorrect, an Xorg.1.log _is_ created when I try to start a
second X, and its contents are:

=== 8 ===
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.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~git20080118-1)
Current Operating System: Linux tofu 2.6.23-1-powerpc #1 Fri Dec 21 15:18:37 
UTC 2007 ppc
Build Date: 18 January 2008  11:59:02PM
 
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.1.log, Time: Tue Jan 29 12:15:59 2008
(==) Using config file: /etc/X11/xorg.conf
(==) No Layout section.  Using the first Screen section.
(**) |--Screen Default Screen (0)
(**) |   |--Monitor iiyama Vision Master 450
(==) No device specified for screen Default Screen.
Using the first device section listed.
(**) |   |--Device Configured Video Device
(==) |--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
(==) 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/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to /etc/X11/rgb
(==) ModulePath set to /usr/lib/xorg/modules
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x101e7db0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 2.0
X.Org XInput driver : 2.0
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: pcidata
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor=X.Org Foundation
compiled for 1.4.0.90, module version = 1.0.0
ABI class: X.Org Video Driver, version 2.0
(--) using VT number 8

=== 8 ===

Bram



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



Bug#463076: xserver-xorg-video-ati: machine freezes when X is stopped or second X started

2008-01-29 Thread Brice Goglin

Bram Senders wrote:

Package: xserver-xorg-video-ati
Version: 1:6.7.198~git20080117.6bd510a2-1
Severity: important

Hello there,

I have a PowerPC Mac Mini with a Radeon 9200 inside, and did a fresh
install of Debian Sid on that.  I got bitten by bug #457563, where
starting X would instantaneously freeze the machine, but upgrading to
the latest experimental version of xserver-xorg-video-ati fixed that, as
suggested.

However, I now have the problem that the machine freezes when the X
server is stopped...  Just a hard freeze when I try to logout, or
shutdown the machine, or restart gdm; anything that kills the X server
causes the entire machine to lock up.  My Xorg.0.log contains no
information about stopping X.

The same freeze occurs when I try to start a second X, via X :1
  


A random guess would be try adding
   Option AGPMode 4
or 8 to the Device section of your xorg.conf (or Option BusType 
PCI). But this generally helps fixing crashes near X startup, not when 
leaving X like here.


Did you ever try another 6.7.19x package from experimental (apart from 
the buggy 6.7.197)? It would be nice to know when the problem first 
appeared. These old packages are available through snapshot.debian.net


Brice




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



Bug#463076: xserver-xorg-video-ati: machine freezes when X is stopped or second X started

2008-01-29 Thread Bram Senders
On Tue, 2008-01-29 at 15:05 +0100, Brice Goglin wrote:
 Bram Senders wrote:
  However, I now have the problem that the machine freezes when the X
  server is stopped...  Just a hard freeze when I try to logout, or
  shutdown the machine, or restart gdm; anything that kills the X server
  causes the entire machine to lock up.  My Xorg.0.log contains no
  information about stopping X.
 
  The same freeze occurs when I try to start a second X, via X :1

 A random guess would be try adding
 Option AGPMode 4
 or 8 to the Device section of your xorg.conf (or Option BusType 
 PCI). But this generally helps fixing crashes near X startup, not when 
 leaving X like here.

Nope, this doesn't help.

 Did you ever try another 6.7.19x package from experimental (apart from 
 the buggy 6.7.197)? It would be nice to know when the problem first 
 appeared. These old packages are available through snapshot.debian.net

The following versions all exhibit the same problem:
1:6.7.198~git20080117.6bd510a2-1
1:6.7.198~git20080109.10e7636c-1
1:6.7.198~git20080102.30cab1db-1
1:6.7.198~git20080101.f65374f5-1

I then tried version 1:6.7.198~git20071221.be7f8fd3-1, but this one has
the old bug #457563 again, where the freeze already occurs on startup,
and trying AGPMode 4 or BusType PCI then still causes a freeze
on startup.  So I cannot use this version... I assume earlier versions
have the same bug?

Bram




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



Bug#463076: xserver-xorg-video-ati: machine freezes when X is stopped or second X started

2008-01-29 Thread Brice Goglin

Bram Senders wrote:

The following versions all exhibit the same problem:
1:6.7.198~git20080117.6bd510a2-1
1:6.7.198~git20080109.10e7636c-1
1:6.7.198~git20080102.30cab1db-1
1:6.7.198~git20080101.f65374f5-1

I then tried version 1:6.7.198~git20071221.be7f8fd3-1, but this one has
the old bug #457563 again, where the freeze already occurs on startup,
and trying AGPMode 4 or BusType PCI then still causes a freeze
on startup.  So I cannot use this version... I assume earlier versions
have the same bug?
  


No, I think #457563 appeared in 6.7.197 and was not in 6.7.196 or earlier.

Brice



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



Bug#463076: xserver-xorg-video-ati: machine freezes when X is stopped or second X started

2008-01-29 Thread Bram Senders
On Tue, 2008-01-29 at 09:57 -0500, Alex Deucher wrote:
 On Jan 29, 2008 6:15 AM, Bram Senders [EMAIL PROTECTED] wrote:
  However, I now have the problem that the machine freezes when the X
  server is stopped...  Just a hard freeze when I try to logout, or
  shutdown the machine, or restart gdm; anything that kills the X server
  causes the entire machine to lock up.  My Xorg.0.log contains no
  information about stopping X.
 
 Do any of the following device options help?
 Option DRI False
 Option BusType PCI
 Option AGPMode 4

Trying either of the three options doesn't help; the same hard freeze
occurs on logout.

 Option AGPMode 8

My X log states that 8 is not a supported value for AGPMode (even
though I read on Wikipedia that the Radeon 9200 should support 8x AGP),
so this doesn't help either, alas.

Bram



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



Bug#463076: xserver-xorg-video-ati: machine freezes when X is stopped or second X started

2008-01-29 Thread Alex Deucher
On Jan 29, 2008 6:15 AM, Bram Senders [EMAIL PROTECTED] wrote:
 Package: xserver-xorg-video-ati
 Version: 1:6.7.198~git20080117.6bd510a2-1
 Severity: important

 Hello there,

 I have a PowerPC Mac Mini with a Radeon 9200 inside, and did a fresh
 install of Debian Sid on that.  I got bitten by bug #457563, where
 starting X would instantaneously freeze the machine, but upgrading to
 the latest experimental version of xserver-xorg-video-ati fixed that, as
 suggested.

 However, I now have the problem that the machine freezes when the X
 server is stopped...  Just a hard freeze when I try to logout, or
 shutdown the machine, or restart gdm; anything that kills the X server
 causes the entire machine to lock up.  My Xorg.0.log contains no
 information about stopping X.

Do any of the following device options help?
Option DRI False
Option BusType PCI
Option AGPMode 4
Option AGPMode 8

Alex



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



Bug#463076: xserver-xorg-video-ati: machine freezes when X is stopped or second X started

2008-01-29 Thread Bram Senders
On Tue, 2008-01-29 at 17:58 +0100, Brice Goglin wrote:
 Bram Senders wrote:
  The following versions all exhibit the same problem:
  1:6.7.198~git20080117.6bd510a2-1
  1:6.7.198~git20080109.10e7636c-1
  1:6.7.198~git20080102.30cab1db-1
  1:6.7.198~git20080101.f65374f5-1
 
  I then tried version 1:6.7.198~git20071221.be7f8fd3-1, but this one has
  the old bug #457563 again, where the freeze already occurs on startup,
  and trying AGPMode 4 or BusType PCI then still causes a freeze
  on startup.  So I cannot use this version... I assume earlier versions
  have the same bug?
 
 No, I think #457563 appeared in 6.7.197 and was not in 6.7.196 or earlier.

Okay, after some experimenting I have found that 1:6.6.193-2 is the
newest version which doesn't cause the lockups, and the version after
that, 1:6.7.191-1, causes the system to freeze -- either by stopping X
or by starting a second one.  So something went wrong from 1:6.6.193-2
to 1:6.7.191-1.

How do I debug this further?

Bram



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



Bug#463076: xserver-xorg-video-ati: machine freezes when X is stopped or second X started

2008-01-29 Thread Brice Goglin
Bram Senders wrote:
 Okay, after some experimenting I have found that 1:6.6.193-2 is the
 newest version which doesn't cause the lockups, and the version after
 that, 1:6.7.191-1, causes the system to freeze -- either by stopping X
 or by starting a second one.  So something went wrong from 1:6.6.193-2
 to 1:6.7.191-1.
   

Unfortunately, 6.6.193-6.7.191 is where lots of things have been
reworked to add RandR 1.2 support, so this is not going to be easy.

git-bissect'ing the old randr-1.2 branch of the upstream git repository
could help. But you will have to be motivated to do that :) Maybe
somebody else among the developers will have a better idea first.

Brice




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