Bug#422777: bug #422777 prematurely closed? [again]

2007-09-09 Thread Felix C. Stegerman
I'm rather confused as to why this bug was closed.  The xcalloc patch
didn't fix it [for me] and I've has no indication a[nother] solution
was found.


- Felix

-- 
Felix C. Stegerman [EMAIL PROTECTED]  http://obfusk.net
~ Any sufficiently advanced bug is indistinguishable from a feature.
~   -- R. Kulawiec
~ vim: set ft=mail tw=70 sw=2 sts=2 et:


signature.asc
Description: Digital signature


Bug#422777: bug #422777 prematurely closed? [again]

2007-09-09 Thread Brice Goglin
Felix C. Stegerman wrote:
 I'm rather confused as to why this bug was closed.  The xcalloc patch
 didn't fix it [for me] and I've has no indication a[nother] solution
 was found.
   

If it isn't solved, then you might have had 2 problems in the beginning,
and only one of them got fixed in xserver-xorg-video-ati 6.6.19x.

But the thing is that MergedFB doesn't matter anymore now (it has
already been removed IIRC). Upstream developers released a new
largely-reworked driver with support for randr-1.2. It means that now
you can enable/disable/resize/move multiple outputs at runtime with
xrandr without configuring anything in xorg.conf (except from a Virtual
line to create a large virtual screen where outputs will be placed). See
http://bgoglin.livejournal.com/9846.html for some help.

There are no packages for this new ATI driver on powerpc yet. So it'd be
easier to build it manually. See
http://bgoglin.livejournal.com/10936.html and replace 'intel' with
'ati'. Once it is installed, move your xorg.conf away, the server should
be able to start without any config, and your old config would probably
confuse it.

Let me know if you need help.

Brice




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



Bug#422777: bug #422777 prematurely closed

2007-07-09 Thread Eldon Koyle
Oops... I forgot to attach my xorg.conf in my previous email.  Here it
is.

-- 
Eldon
-- 
BOFH excuse #112:
The monitor is plugged into the serial port
# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type man /etc/X11/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
FontPath/usr/share/fonts/X11/misc
FontPath/usr/share/fonts/X11/cyrillic
FontPath/usr/share/fonts/X11/100dpi/:unscaled
FontPath/usr/share/fonts/X11/75dpi/:unscaled
FontPath/usr/share/fonts/X11/Type1
FontPath/usr/share/fonts/X11/100dpi
FontPath/usr/share/fonts/X11/75dpi
# path to defoma fonts
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
EndSection

Section Module
Loadbitmap
Loaddbe
Loadddc
Loaddri
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadrecord
Loadtype1
Loadv4l
Loadvbe
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/input/mice
Option  Protocol  ImPS/2
Option  Emulate3Buttons   true
EndSection

Section Device
Identifier  ATI Technologies, Inc. Radeon RV100 QY [Radeon 
7000/VE]
Driver  radeon
BusID   PCI:1:0:0
Option  AGPMode   4
Option  AGPFastWrite  true
Option  MergedFB  true
Option  CRT2Position  RightOf
# See the radeon manpage for more info
Option  MetaModes 1280x1024-1280x1024 
1024x768-1024x768 800x600-800x600 1280x1024 1024x768
Option  CRT2HSync 30-70
Option  CRT2VRefresh  50-150
Option  MergedXineramaCRT2IsScreen0 false
EndSection

Section Monitor
Identifier  DELL E171FP
Option  DPMS
HorizSync   30-65
VertRefresh 50-75
EndSection

Section Screen
Identifier  Default Screen
Device  ATI Technologies, Inc. Radeon RV100 QY [Radeon 
7000/VE]
Monitor DELL E171FP
DefaultDepth24
SubSection Display
Depth   1
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   4
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   8
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   15
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   16
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   24
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
EndSection

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

Section DRI
Mode0666
EndSection


Bug#422777: bug #422777 prematurely closed

2007-07-09 Thread Felix C. Stegerman
* Eldon Koyle [EMAIL PROTECTED] [2007-07-09 07:35]:
 Felix,
 
 I noticed that your xorg.conf looked a bit unusual for using
 MergedFB.  I have attached mine as an example.  Basically, if you
 are using mergedfb you only define the card once, and you only
 define one display.  If you are not using mergedfb, then set
 'MergedFB' to false.  If you want the display cloned, you would
 specify MetaModes the way you have it: 1024x768.  If you want to
 have a larger desktop, specify a MetaMode like 1024x768-1024x768 and
 specify an orientation (CRT2Position).  See the 'radeon' manpage for
 more information on various options.

Interesting.  I never really read the docs properly, I just skimmed
them [= man radeon] and followed the instructions at
[http://ozlabs.org/~jk/docs/mergefb/], which worked just fine.

When I have the time, I'll take a look at your xorg.conf [and the man
page] and try to get things working.  [right now, I have a lot of work
to do and really need my second monitor.]


- Felix

-- 
Felix C. Stegerman [EMAIL PROTECTED]  http://obfusk.net
~ Any sufficiently advanced bug is indistinguishable from a feature.
~   -- R. Kulawiec
~ vim: set ft=mail tw=70 sw=2 sts=2 et:


signature.asc
Description: Digital signature


Bug#422777: bug #422777 prematurely closed

2007-07-09 Thread Brice Goglin
Felix C. Stegerman wrote:
 * Eldon Koyle [EMAIL PROTECTED] [2007-07-09 07:35]:
   
 Felix,

 I noticed that your xorg.conf looked a bit unusual for using
 MergedFB.  I have attached mine as an example.  Basically, if you
 are using mergedfb you only define the card once, and you only
 define one display.  If you are not using mergedfb, then set
 'MergedFB' to false.  If you want the display cloned, you would
 specify MetaModes the way you have it: 1024x768.  If you want to
 have a larger desktop, specify a MetaMode like 1024x768-1024x768 and
 specify an orientation (CRT2Position).  See the 'radeon' manpage for
 more information on various options.
 

 Interesting.  I never really read the docs properly, I just skimmed
 them [= man radeon] and followed the instructions at
 [http://ozlabs.org/~jk/docs/mergefb/], which worked just fine.

 When I have the time, I'll take a look at your xorg.conf [and the man
 page] and try to get things working.  [right now, I have a lot of work
 to do and really need my second monitor.]
   

If it helps, it would explain why Michel's xcalloc patch didn't fix your
problem, while everybody else said it fixed it on their machine.

Brice



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



Bug#422777: bug #422777 prematurely closed

2007-07-08 Thread Eldon Koyle
Felix,

I noticed that your xorg.conf looked a bit unusual for using MergedFB.
I have attached mine as an example.  Basically, if you are using
mergedfb you only define the card once, and you only define one display.
If you are not using mergedfb, then set 'MergedFB' to false.  If you
want the display cloned, you would specify MetaModes the way you have
it: 1024x768.  If you want to have a larger desktop, specify a MetaMode
like 1024x768-1024x768 and specify an orientation (CRT2Position).  See
the 'radeon' manpage for more information on various options.

-- 
Eldon Koyle
-- 
The most exciting phrase to hear in science, the one that heralds new
discoveries, is not Eureka! (I found it!) but That's funny ...
-- Isaac Asimov


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



Bug#422777: bug #422777 prematurely closed

2007-07-02 Thread Michel Dänzer
On Sat, 2007-06-30 at 06:03 +0200, Felix C. Stegerman wrote:
 
  Your problem looks like
  https://bugs.freedesktop.org/show_bug.cgi?id=9816 , can you try the
  patch I attached there?
 
 I tried.  It didn't fix the problem.  Thanks anyway.
 
 Of course, my knowledge of package building is limited [as I'm not a
 dd (yet)], so I could have messed something up.  Here's what I did:
 
   * $ apt-get source xserver-xorg-video-ati=1:6.6.192-1
   * add patch as debian/patches/03_radeon_driver.diff
   * add patch to debian/patches/series
   * $ dch -n
   * install build dependencies
   * $ dpkg-buildpackage
   * upgrade all xorg packages to the latest versions in unstable
   * $ sudo dpkg -i package
   * restart X
   * [no image on CRT2]

The procedure basically sounds good to me, but did you verify that the
patched file has the line changed according to the patch after
dpkg-buildpackage? Also, is there any difference in the X log file with
or without the patch?


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



Bug#422777: bug #422777 prematurely closed

2007-07-02 Thread Michel Dänzer
On Mon, 2007-07-02 at 16:06 +0200, Felix C. Stegerman wrote:
 * Michel Dänzer [EMAIL PROTECTED] [2007-07-02 09:59]:
  On Sat, 2007-06-30 at 06:03 +0200, Felix C. Stegerman wrote:
   
Your problem looks like
https://bugs.freedesktop.org/show_bug.cgi?id=9816 , can you try
the patch I attached there?
  
   I tried.  It didn't fix the problem.  Thanks anyway.
  
   Of course, my knowledge of package building is limited [as I'm not
   a dd (yet)], so I could have messed something up.  Here's what I
   did:
  
 * $ apt-get source xserver-xorg-video-ati=1:6.6.192-1
 * add patch as debian/patches/03_radeon_driver.diff
 * add patch to debian/patches/series
 * $ dch -n
 * install build dependencies
 * $ dpkg-buildpackage
 * upgrade all xorg packages to the latest versions in unstable
 * $ sudo dpkg -i package
 * restart X
 * [no image on CRT2]
 
  The procedure basically sounds good to me, but did you verify that
  the patched file has the line changed according to the patch after
  dpkg-buildpackage? Also, is there any difference in the X log file
  with or without the patch?
 
 Yes and yes.  I've attached:
 
   * Xorg.0.log  [when I first had the problem ]
   * Xorg.1.log  [when I reverted back to Xorg from testing]
   * Xorg.2.log  [when I tried the patch   ]

Hmm, looks like the driver fails to detect the secondary monitor, and
Option MergedFB no longer overrides that completely. Does Option
MonitorLayout LVDS,CRT help?


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



Bug#422777: bug #422777 prematurely closed

2007-06-29 Thread Felix C. Stegerman
* Michel Dänzer [EMAIL PROTECTED] [2007-06-25 09:09]:
 unmerge 422777
 reopen 422777
 notfixed 422777 1:6.6.192-1
 kthxbye

 On Sun, 2007-06-24 at 06:22 +0200, Felix C. Stegerman wrote:
 
  Unfortunately, 1:6.6.192-1 doesn't make me happy.  After I
  received the bug closed email, I updated xserver-xorg-video-ati
  to 1:6.6.192-1 from experimental (and all other xorg packages
  installed to the latest versions in unstable).  And now I have
  exactly the same problem [bug #422777] again.
 
  Please let me know if you need more information (e.g. xorg.conf or
  Xorg.0.log).
 
  [In the mean time, I guess I'll have to pin xserver-xorg-core to
  stable.]

 Your problem looks like
 https://bugs.freedesktop.org/show_bug.cgi?id=9816 , can you try the
 patch I attached there?

I tried.  It didn't fix the problem.  Thanks anyway.

Of course, my knowledge of package building is limited [as I'm not a
dd (yet)], so I could have messed something up.  Here's what I did:

  * $ apt-get source xserver-xorg-video-ati=1:6.6.192-1
  * add patch as debian/patches/03_radeon_driver.diff
  * add patch to debian/patches/series
  * $ dch -n
  * install build dependencies
  * $ dpkg-buildpackage
  * upgrade all xorg packages to the latest versions in unstable
  * $ sudo dpkg -i package
  * restart X
  * [no image on CRT2]


- Felix

-- 
Felix C. Stegerman [EMAIL PROTECTED]  http://obfusk.net
~ Any sufficiently advanced bug is indistinguishable from a feature.
~   -- R. Kulawiec
~ vim: set ft=mail tw=70 sw=2 sts=2 et:


pgpJnnY5RRRN9.pgp
Description: PGP signature


Bug#422777: bug #422777 prematurely closed

2007-06-25 Thread Michel Dänzer
unmerge 422777
reopen 422777
notfixed 422777 1:6.6.192-1
kthxbye

On Sun, 2007-06-24 at 06:22 +0200, Felix C. Stegerman wrote:
 
 Unfortunately, 1:6.6.192-1 doesn't make me happy.  After I received
 the bug closed email, I updated xserver-xorg-video-ati to
 1:6.6.192-1 from experimental (and all other xorg packages installed
 to the latest versions in unstable).  And now I have exactly the same
 problem [bug #422777] again.
 
 Please let me know if you need more information (e.g. xorg.conf or
 Xorg.0.log).
 
 [In the mean time, I guess I'll have to pin xserver-xorg-core to
 stable.]

Your problem looks like
https://bugs.freedesktop.org/show_bug.cgi?id=9816 , can you try the
patch I attached there?


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



Bug#422777: bug #422777 prematurely closed

2007-06-25 Thread Felix C. Stegerman
* Brice Goglin [EMAIL PROTECTED] [2007-06-24 12:02]:

 unmerge 422777
 reopen 422777 Felix C. Stegerman [EMAIL PROTECTED]
 notfixed 422777 1:6.6.191-1
 notfixed 422777 1:6.6.192-1
 thank you


 Felix C. Stegerman wrote:
  Unfortunately, 1:6.6.192-1 doesn't make me happy.  After I
  received the bug closed email, I updated xserver-xorg-video-ati
  to 1:6.6.192-1 from experimental (and all other xorg packages
  installed to the latest versions in unstable).  And now I have
  exactly the same problem [bug #422777] again.

 Sorry for closing, I have been abused by the fact that the bug was
 similar to 3 others and people replied (even here) that 6.6.191
 fixed their problem. I am unmerging this bug from the others and
 reopening it.

  Please let me know if you need more information (e.g. xorg.conf or
  Xorg.0.log).

 It might be good to try changing your xorg.conf and see if you can
 get it to work. For instance, you could try changing your mergedfb
 option (including the panel size), or change the refresh rates (both
 the ones in the Device section and those in the second Monitor
 section). Actually I wonder why refresh rates have to be defined at
 2 places, removing one should be possible.

I'll look into that sometime soon.

  [In the mean time, I guess I'll have to pin xserver-xorg-core to
  stable.]

 If xserver-xorg-video-ati 6.6.3 and 6.6.192 work with
 xserver-xorg-core 1.1 while they both don't with 1.3, we need to
 reassign this bug to xserver-xorg-core.

 Brice

It looks like 6.6.192 doesn't work with xserver-xorg-core 1.1.*:

  $ aptitude -s install xserver-xorg-video-ati=1:6.6.192-1
  [...]
  The following packages are BROKEN:
xserver-xorg-video-ati
  The following packages have unmet dependencies:
xserver-xorg-video-ati: Depends: xserver-xorg-core (= 2:1.3.0.0)
but 2:1.1.1-21 is installed.
  Resolving dependencies...
  The following actions will resolve these dependencies:
Upgrade the following packages:
xserver-xorg-core [2:1.1.1-21 (stable, now) - 2:1.3.0.0.dfsg-6
(unstable, testing)]
  [...]


- Felix

-- 
Felix C. Stegerman [EMAIL PROTECTED]  http://obfusk.net
~ Any sufficiently advanced bug is indistinguishable from a feature.
~   -- R. Kulawiec
~ vim: set ft=mail tw=70 sw=2 sts=2 et:


pgp2Ej0WUXDKF.pgp
Description: PGP signature


Bug#422777: bug #422777 prematurely closed

2007-06-25 Thread Brice Goglin
unmerge 422777
reopen 422777 Felix C. Stegerman [EMAIL PROTECTED]
notfixed 422777 1:6.6.191-1
notfixed 422777 1:6.6.192-1
thank you




Felix C. Stegerman wrote:
 Unfortunately, 1:6.6.192-1 doesn't make me happy.  After I received
 the bug closed email, I updated xserver-xorg-video-ati to
 1:6.6.192-1 from experimental (and all other xorg packages installed
 to the latest versions in unstable).  And now I have exactly the same
 problem [bug #422777] again.
   

Sorry for closing, I have been abused by the fact that the bug was
similar to 3 others and people replied (even here) that 6.6.191 fixed
their problem. I am unmerging this bug from the others and reopening it.

 Please let me know if you need more information (e.g. xorg.conf or
 Xorg.0.log).
   

It might be good to try changing your xorg.conf and see if you can get
it to work. For instance, you could try changing your mergedfb option
(including the panel size), or change the refresh rates (both the ones
in the Device section and those in the second Monitor section). Actually
I wonder why refresh rates have to be defined at 2 places, removing one
should be possible.

 [In the mean time, I guess I'll have to pin xserver-xorg-core to
 stable.]
   

If xserver-xorg-video-ati 6.6.3 and 6.6.192 work with xserver-xorg-core
1.1 while they both don't with 1.3, we need to reassign this bug to
xserver-xorg-core.

Brice




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



Processed: Re: Bug#422777: bug #422777 prematurely closed

2007-06-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 unmerge 422777
Bug#422777: xserver-xorg: MergedFB CRT2 Clone stopped working after reboot
Bug is not marked as being merged with any others.

 reopen 422777
Bug#422777: xserver-xorg: MergedFB CRT2 Clone stopped working after reboot
Bug is already open, cannot reopen.

 notfixed 422777 1:6.6.192-1
Bug#422777: xserver-xorg: MergedFB CRT2 Clone stopped working after reboot
Bug marked as not fixed in version 1:6.6.192-1.

 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#422777: bug #422777 prematurely closed

2007-06-23 Thread Felix C. Stegerman
* Debian Bug Tracking System [EMAIL PROTECTED] [2007-06-24 01:36]:
 This is an automatic notification regarding your Bug report #422777:
 xserver-xorg: MergedFB CRT2 Clone stopped working after reboot,
 which was filed against the xserver-xorg-video-ati package.
 
 It has been closed by Brice Goglin [EMAIL PROTECTED].
 
 Their explanation is attached below.  If this explanation is
 unsatisfactory and you have not received a better one in a separate
 message then please contact Brice Goglin [EMAIL PROTECTED]
 by replying to this email.
 
 Debian bug tracking system administrator
 (administrator, Debian Bugs database)

 Subject: Bug#422602: xserver-xorg: dualhead with ati broken
 From: Brice Goglin [EMAIL PROTECTED]
 Date: Sun, 24 Jun 2007 01:34:00 +0200
 To: [EMAIL PROTECTED]
 
 Version: 1:6.6.192-1
 
 Finally marking this bug as done since 6.6.191 or 6.6.192 seems to
 make everybody happy.
 
 Brice

[Sorry if you get this twice.]

Unfortunately, 1:6.6.192-1 doesn't make me happy.  After I received
the bug closed email, I updated xserver-xorg-video-ati to
1:6.6.192-1 from experimental (and all other xorg packages installed
to the latest versions in unstable).  And now I have exactly the same
problem [bug #422777] again.

Please let me know if you need more information (e.g. xorg.conf or
Xorg.0.log).

[In the mean time, I guess I'll have to pin xserver-xorg-core to
stable.]


- Felix

-- 
Felix C. Stegerman [EMAIL PROTECTED]  http://obfusk.net
~ Any sufficiently advanced bug is indistinguishable from a feature.
~   -- R. Kulawiec
~ vim: set ft=mail tw=70 sw=2 sts=2 et:


pgpfmwm0SM5il.pgp
Description: PGP signature