Cyril Brulebois | 1 Dec 2010 01:38
Picon
Favicon

Bug#604974: WISHLIST: does not start without monitor connected

Hi,

Osvaldo La Rosa <aldo.nospam <at> scarlet.be> (30/11/2010):
> Hope this helps!

sure, that seems to confirm that the underlying issue is the
following:
> (EE) Screen(s) found, but none have a usable configuration.

Could you please ask your friend to try with such contents for
/etc/X11/xorg.conf?
| Section "Device"
| 	Identifier  "Card0"
| 	Driver      "dummy"
| EndSection

(with the xserver-xorg-video-dummy driver installed, and without any
monitor connected).

That seems to do the job here (even though I can't really disconnect
my laptop's integrated screen). If that fails, please send the new
xorg log.

Mraw,
KiBi.
Roman Krylov | 1 Dec 2010 04:01
Picon

Bug#466039: same problem

I have same problem, but the strange thing is that if the monitor is put to 
sleep by the screensaver then id does not wake up spontaneously!
Best,
     Roman.

roucaries bastien | 1 Dec 2010 10:33
Picon

Bug#561979: Reassign an imagemagick to X

>> Imagemagick seems to suffer from an X problem, therefore assign this
>> bug to you.

>> I might have missed it, but I see no evidence of an X bug?

By elimination:
- does not arrise in my machine whith the image
http://www.fmwconcepts.com/misc_tests/logo2t.png
- it arrise only with image with an alpha channel
- only when running icewm or fluxbox but not running kde and gnome
- only on linux and macosx

The interection of all this fact point to X. But we are clueless to
help. How can we debug this kind of problem ?

I suppose I could wait after freeze.

Bastien

Julien Viard de Galbert | 1 Dec 2010 12:09
Favicon

Bug#561979: Reassign an imagemagick to X

Hello Bastien,

On Wed, Dec 01, 2010 at 10:33:12AM +0100, roucaries bastien wrote:
> >> Imagemagick seems to suffer from an X problem, therefore assign this
> >> bug to you.
> 
> >> I might have missed it, but I see no evidence of an X bug?
> 
> By elimination:
> - does not arrise in my machine whith the image
> http://www.fmwconcepts.com/misc_tests/logo2t.png
> - it arrise only with image with an alpha channel
> - only when running icewm or fluxbox but not running kde and gnome
> - only on linux and macosx
> 
> The interection of all this fact point to X. But we are clueless to
> help. How can we debug this kind of problem ?
> 
> I suppose I could wait after freeze.
> 
> Bastien

As I'm running fluxbox, I tried it.
None of the 3 following images found on the bugreport did crash my X:
 * logo2t.png
 * fuzzy-magick.png
 * yast.png

For your information I'm running sid on AMD64. With latest xorg 
packages and imagemagick version 8:6.6.0.4-3.
(Continue reading)

Robert Hooker | 1 Dec 2010 16:45
Picon
Favicon

xorg-server: Changes to 'ubuntu'

 debian/patches/104_nvidia_autodetect.patch       |   41 ----------
 debian/patches/105_fglrx_autodetect.patch        |   21 -----
 debian/patches/105_nvidia_fglrx_autodetect.patch |   86 +++++++++++++++++++++++
 debian/patches/series                            |    3 
 4 files changed, 87 insertions(+), 64 deletions(-)

New commits:
commit a06d0a60a91b7eb2e6915a8721349106f5ed0e07
Author: Robert Hooker <robert.hooker <at> canonical.com>
Date:   Wed Dec 1 10:45:03 2010 -0500

    Drop old nvidia/fglrx autodetection patches, replace with a working one that combines both.

diff --git a/debian/patches/104_nvidia_autodetect.patch b/debian/patches/104_nvidia_autodetect.patch
deleted file mode 100644
index ac3383b..0000000
--- a/debian/patches/104_nvidia_autodetect.patch
+++ /dev/null
 <at>  <at>  -1,41 +0,0  <at>  <at> 
-diff --git a/hw/xfree86/common/xf86AutoConfig.c b/hw/xfree86/common/xf86AutoConfig.c
-index 19c06c8..e40551e 100644
---- a/hw/xfree86/common/xf86AutoConfig.c
-+++ b/hw/xfree86/common/xf86AutoConfig.c
- <at>  <at>  -181,7 +181,34  <at>  <at>  videoPtrToDriverList(struct pci_device *dev,
- 	case 0x102b:		    driverList[0] = "mga";	break;
- 	case 0x10c8:		    driverList[0] = "neomagic"; break;
- 	case 0x105d:		    driverList[0] = "i128";	break;
--	case 0x10de: case 0x12d2:   driverList[0] = "nv";	break;
-+	case 0x10de: case 0x12d2:
-+	    switch (dev->device_id) {
(Continue reading)

Michel Dänzer | 1 Dec 2010 17:37
Face
Picon
Favicon

Re: Ubuntu plans for Natty release

On Fre, 2010-11-26 at 18:58 +0100, Julien Cristau wrote: 
> On Fri, Nov 26, 2010 at 08:44:29 +0100, Michel Dänzer wrote:
> 
> > I've thought of a simpler possible solution:
> > 
> >       * Fix the Gallium drivers to bail gracefully instead of crashing
> >         with UMS (this will need to happen anyway). 
> >       * Ship the classic and Gallium drivers in separate directories and
> >         set the libGL search path such that the two directories will be
> >         tried one after another.
> > 
> Won't you also need to make the xserver's dri driver loader look for
> both drivers (for aiglx)?

Good catch :) I forgot to mention AIGLX. It might be best to stick to
the classic drivers for that for now, as they're probably more robust
for that, and I don't think the additional functionality offered by the
Gallium drivers can be used via indirect rendering anyway.

--

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

Cyril Brulebois | 1 Dec 2010 21:49
Picon
Favicon

xsf-docs: Changes to 'master'

New branch 'master' available with the following commits:
commit 3fdfc1d41f3114aef6c9625c9fd9b21ec467cfe3
Author: Cyril Brulebois <kibi <at> debian.org>
Date:   Wed Dec 1 21:29:24 2010 +0100

    Adjust titles.

commit 435daeaac8cffddc1f153c15682dff8bf485ba04
Author: Cyril Brulebois <kibi <at> debian.org>
Date:   Wed Dec 1 21:25:05 2010 +0100

    Adjust colours.

commit 751107c30ae2ab6a47f8f1fa0edb7f7f194d4619
Author: Cyril Brulebois <kibi <at> debian.org>
Date:   Wed Dec 1 21:06:17 2010 +0100

    Mention xserver-xorg-core-dbg as needed package.

commit f109019104c3d42b523a6d050719f7cd2ba72e9b
Author: Cyril Brulebois <kibi <at> debian.org>
Date:   Wed Dec 1 20:58:49 2010 +0100

    Re-order stuff in the CSS.

commit 27047e3be4cae7b811daa1aabc9643f295f9aa23
Author: Cyril Brulebois <kibi <at> debian.org>
Date:   Wed Dec 1 20:32:56 2010 +0100

    Use justified text.
(Continue reading)

Cyril Brulebois | 1 Dec 2010 21:51
Picon
Favicon

xsf-tools: Changes to 'master'

 mrconfig |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7716e1b5066d5d1520c8340624d593b5a3a966e8
Author: Cyril Brulebois <kibi <at> debian.org>
Date:   Wed Dec 1 21:51:26 2010 +0100

    Update repository list.

diff --git a/mrconfig b/mrconfig
index 8b48a2d..0f6b384 100644
--- a/mrconfig
+++ b/mrconfig
 <at>  <at>  -101,6 +101,7  <at>  <at>  remoteaddupstream =
 [debian/doc-hackers.git]
 [debian/git-migration.git]
 [debian/xorg.git]
+[debian/xsf-docs.git]
 [debian/xsf-tools.git]
 [doc/xorg-docs.git]
 [doc/xorg-sgml-doctools.git]

Cyril Brulebois | 1 Dec 2010 22:06
Picon
Favicon

xsf-docs: Changes to 'master'

 Makefile   |    9 ++++++---
 index.mdwn |   10 +++++++++-
 2 files changed, 15 insertions(+), 4 deletions(-)

New commits:
commit ccca5296481e7916057d5b2557a2d726dbeae5c5
Author: Cyril Brulebois <kibi <at> debian.org>
Date:   Wed Dec 1 22:06:18 2010 +0100

    Document how we appreciate feedback.

diff --git a/index.mdwn b/index.mdwn
index 966d944..24e4f5d 100644
--- a/index.mdwn
+++ b/index.mdwn
 <at>  <at>  -4,3 +4,10  <at>  <at> 

  * [How to report bugs](howtos/report-bugs.html)
  * [How to use GDB](howtos/use-gdb.html)
+
+## Feedback
+
+ * Sources for those documents are available on
+   [git.debian.org](http://git.debian.org/?p=pkg-xorg/debian/xsf-docs.git).
+ * Patches, suggestions, flames, etc. are welcome, using the
+   [debian-x](http://lists.debian.org/debian-x/) mailing list.

commit a29508790e4dbb7c97349d1c1bb636da47f21e48
Author: Cyril Brulebois <kibi <at> debian.org>
Date:   Wed Dec 1 21:59:59 2010 +0100
(Continue reading)

Joachim Reichel | 1 Dec 2010 22:23
Picon
Favicon

Bug#605621: keyboard no longer working in X

Package: upgrade-reports
Severity: normal

After upgrading from lenny to squeeze my keyboard stopped working in X (but
worked with the console). It turned out that my /etc/X11/xorg.conf contained
an invalid keyboard variant ("nodeadkeys" from a "de" keyboard I had a few
years ago). X in lenny simply ignored the invalid variant (I guess, or was
us/nodeadkeys valid in lenny?).

This setting was put into /etc/default/keyboard during the upgrade, but
X in squeeze silently fails with a wrong keyboard variant. See also bug
571636 for a similar problem.

The real problem IMHO is that X silently fails for invalid keyboard
layouts or variants (invalid in the sense that there is no keymap for that
layout/variant, not that it does not match the real layout). Why can't X
print an error message to the log file, and fall back to some default?

Even if some keys result in different characters a wrong layout/variant
is much better that a completely dead keyboard.

Ironically, the "nodeadkeys" variant had exactly the opposite effect, it
rendered *all* keys dead ;-)

Joachim

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (950, 'testing'), (800, 'stable')
(Continue reading)


Gmane