[Bug 219630] Re: please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c

2008-06-10 Thread Martin-Éric Racine
Here's the debdiff for NSC. Some comments:

* config.sub and config.guess were regenerated, otherwise Lintian complained 
loudly with an E: that the files were too old.
* The ChangeLog mysteriously seems to have changed as a result of this. I have 
no idea why.

** Attachment added: debdiff_xf86-video-nsc.txt
   http://launchpadlibrarian.net/15171531/debdiff_xf86-video-nsc.txt

-- 
please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c
https://bugs.launchpad.net/bugs/219630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219630] Re: please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c

2008-06-10 Thread Martin-Éric Racine
Here's the GEODE debdiff.

** Attachment added: debdiff_xf86-video-geode.txt
   http://launchpadlibrarian.net/15171834/debdiff_xf86-video-geode.txt

-- 
please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c
https://bugs.launchpad.net/bugs/219630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 220510] Re: X fails to use GEODE and reverts to VESA on a host without any xorg.conf

2008-05-13 Thread Martin-Éric Racine
Looks good to me.

What's missing to get these into Hardy as an SRU?

-- 
X fails to use GEODE and reverts to VESA on a host without any xorg.conf
https://bugs.launchpad.net/bugs/220510
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 214119] Re: [HARDY] Koolu W.E. (ION A603) does not detect higher resolution than 800x600

2008-05-13 Thread Martin-Éric Racine
Thanks for getting this into Intrepid!

What are we missing to get this as an SRU into Hardy?

-- 
[HARDY] Koolu W.E. (ION A603) does not detect higher resolution than 800x600
https://bugs.launchpad.net/bugs/214119
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 220510] Re: X fails to use GEODE and reverts to VESA on a host without any xorg.conf

2008-05-14 Thread Martin-Éric Racine
1. The bug is a failure to match the graphics hardware that is built
into Geode chipset with the corresponding X driver.

a) On desktop hosts, the result is that running X without any xorg.conf
or with an xorg.conf that omits the driver name will have X revert to
the VESA driver. This produces sub-optimal performance and an unability
to use chipset-specific features that are present in the geode driver.

b) On LTSP hosts, which uses a different method for configuring X, this
fails for a completely different reason, because X core follows a
different method for producing an xorg.conf using Xorg -configure than
for configuration-less chipset matching.

2. 
a) The desktop case is fixed with the enclosed patch, by adding the PCI ID for 
the Geode LX to hw/xfree86/common/xf86AutoConfig.c. 
b) Fixing the LTSP case will require further investigation.

3. The patch for the desktop case is attached to this bug.

4. To reproduce this issue, launch X (e.g. using startx) from console,
on a Geode LX -based desktop host without any xorg.conf present. Then,
examining the X log, we notice that the VESA driver was used by X. After
the patch has been applied, repeating the test produces an X log that
correctly shows that X used the geode X driver.

5. The patch cannot introduce any regression. Rather, it introduce
positive PCI ID matching in a situation where it was not existent.

-- 
X fails to use GEODE and reverts to VESA on a host without any xorg.conf
https://bugs.launchpad.net/bugs/220510
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219630] Re: please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c

2008-06-19 Thread Martin-Éric Racine
Please see my PPA for updated XSERVER-XORG-CORE, NSC and GEODE packages:

NSC:  Required one change from Debian, because Hardy has an older
version of debhelper.  Otherwise, pretty much usable as-is. The main
change it introduces is the elimination of PCI ID for non-NSC devices
from the nsc.ids it ships. Everything else is to bring the deprecated
package in line with recent Debian policy changes.

GEODE: is a backport of 2.10.0, which includes both the BIOS-less DDC
polling from 2.9.0, plus the addition of support for the OLPC XO-1 and
several bug fixes. Since supporting new hardware is suitable for an SRU,
I'm hereby nominating this for Hardy.1 release.

XSERVER-XORG-CORE: I have made exactly one change to the Hardy
metapackage, to replace the dependency on AMD with a dependency on
GEODE. The rest is identical.

NOTE: several users have confirmed that the only to succeed in getting
the GEODE and NSC drivers to work in LTSP is by upgrading to the
combination of above drivers and updated X core. The key problem seems
to be that the backward-compatibility symbolic link between geode_drv.so
and amd_drv.so doesn't work as intended on Debian/Ubuntu (it works as
expected on other distributions), plus the GX2 code in NSC simply
doesn't work as advertised, which requires letting GEODE handle it.
Also, the metapackage's dependency on the transitional package (which
contains those symbolic links) seems to hinder one's chances of letting
APT autoremove it.

-- 
please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c
https://bugs.launchpad.net/bugs/219630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219630] Re: please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c

2008-06-19 Thread Martin-Éric Racine
Here's the NSC debdiff.

** Attachment added: debdiff_NSC_2.8.3-2_to_2.8.3-4ubuntu2.txt
   
http://launchpadlibrarian.net/15426594/debdiff_NSC_2.8.3-2_to_2.8.3-4ubuntu2.txt

-- 
please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c
https://bugs.launchpad.net/bugs/219630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219630] Re: please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c

2008-06-19 Thread Martin-Éric Racine
Here's the GEODE debdiff.

** Attachment added: debdiff_GEODE_2.9.0-1ubuntu2.1_to_2.10.0-2ubuntu1.dsc
   
http://launchpadlibrarian.net/15426598/debdiff_GEODE_2.9.0-1ubuntu2.1_to_2.10.0-2ubuntu1.dsc

-- 
please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c
https://bugs.launchpad.net/bugs/219630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241307] [NEW] kernel oops during bootup in LTSP

2008-06-19 Thread Martin-Éric Racine
Public bug reported:

Since Hardy, booting in LTSP fails with a kernel oops on this Geode
SC2200 based thin client. This used to boot just fine on previous Ubuntu
releases. The attached screen shot shows what the kernel oops reports.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

-- 
kernel oops during bootup in LTSP
https://bugs.launchpad.net/bugs/241307
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241307] Re: kernel oops during bootup in LTSP

2008-06-19 Thread Martin-Éric Racine

** Attachment added: Screenshot of kernel oops during bootup.
   http://launchpadlibrarian.net/15434295/1.jpg

-- 
kernel oops during bootup in LTSP
https://bugs.launchpad.net/bugs/241307
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219630] Re: please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c

2008-06-20 Thread Martin-Éric Racine
Adding this might have some beneficial side-effects, but appears to be
ignored by Debian/Ubuntu in favor of the DRIVER.ids file provided by
each chipset driver.

Marking as invalid for xorg-server, since fixing this really requires
updated -geode and -nsc instead. Those packages have already been
approved for Intrepid, but still need to be backported for Hardy, to
permanently close the issue for LTS.

** Changed in: xorg-server (Ubuntu)
   Status: Fix Released = Invalid

-- 
please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c
https://bugs.launchpad.net/bugs/219630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 213212] Re: freeze with lots of usb events due to lack of x86emu updates [koolu geode lx]

2008-06-20 Thread Martin-Éric Racine
Metiu, thanks for informing us of this.  Marking as Fixed now.

** Changed in: xserver-xorg-video-geode (Ubuntu Intrepid)
   Status: In Progress = Fix Released

-- 
freeze with lots of usb events due to lack of x86emu updates [koolu geode lx]
https://bugs.launchpad.net/bugs/213212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 213212] Re: freeze with lots of usb events due to lack of x86emu updates [koolu geode lx]

2008-06-20 Thread Martin-Éric Racine
To fix Hardy, we still need to merge the backports I have in my PPA for
-nsc and -geode.

-- 
freeze with lots of usb events due to lack of x86emu updates [koolu geode lx]
https://bugs.launchpad.net/bugs/213212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 131675] Re: xorg failure with geode based terminal

2008-06-20 Thread Martin-Éric Racine
*** This bug is a duplicate of bug 214119 ***
https://bugs.launchpad.net/bugs/214119

Updating xserver-xorg-video-all, xserver-xorg-video-nsc and xserver-
xorg-video-geode from my PPA should fix this issue. Please test this.

NOTE: make sure that you purge xserver-xorg-video-amd after upgrading
all the above, before you rebuild your LTSP boot image.

-- 
xorg failure with geode based terminal
https://bugs.launchpad.net/bugs/131675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 234898] Re: unable to change screen resolution....

2008-06-20 Thread Martin-Éric Racine
Actually, I notice that you are using an old Media GX.  This chipset is
covered by the xserver-xorg-video-cyrix and xserver-xorg-video-nsc
driver.  However, some PCI ID conflicts might prevent this from working
as intended.  Please add my PPA to the sources.list in the LTSP chroot,
then do a full-upgrade using aptitude, followed by rebuilding your LTSP
boot image. Then, let us know how this worked out.

-- 
unable to change screen resolution
https://bugs.launchpad.net/bugs/234898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 214119] Re: [HARDY] Koolu W.E. (ION A603) does not detect higher resolution than 800x600

2008-06-20 Thread Martin-Éric Racine
To retrace my steps and verify that this indeed solves the Geode issues,
some people might find either of the two following methods suitable:

http://q-funk.blogspot.com/2008/06/howto-make-geode-thin-clients-work-
on.html

http://q-funk.blogspot.com/2008/06/howto-build-clean-ltsp-boot-image-
that.html

-- 
[HARDY] Koolu W.E. (ION A603) does not detect higher resolution than 800x600
https://bugs.launchpad.net/bugs/214119
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219630] Re: please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c

2008-06-20 Thread Martin-Éric Racine
To retrace my steps and verify that this indeed solves the Geode issues,
some people might find either of the two following methods suitable:

http://q-funk.blogspot.com/2008/06/howto-make-geode-thin-clients-work-
on.html

http://q-funk.blogspot.com/2008/06/howto-build-clean-ltsp-boot-image-
that.html

-- 
please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c
https://bugs.launchpad.net/bugs/219630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 234898] Re: unable to change screen resolution....

2008-06-20 Thread Martin-Éric Racine
To retrace my steps and verify that this indeed solves the Geode issues,
some people might find either of the two following methods suitable:

http://q-funk.blogspot.com/2008/06/howto-make-geode-thin-clients-work-
on.html

http://q-funk.blogspot.com/2008/06/howto-build-clean-ltsp-boot-image-
that.html

-- 
unable to change screen resolution
https://bugs.launchpad.net/bugs/234898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 236019] Re: geode driver gives corrupt output

2008-06-20 Thread Martin-Éric Racine
To retrace my steps and verify that this indeed solves the Geode issues,
some people might find either of the two following methods suitable:

http://q-funk.blogspot.com/2008/06/howto-make-geode-thin-clients-work-
on.html

http://q-funk.blogspot.com/2008/06/howto-build-clean-ltsp-boot-image-
that.html

-- 
geode driver gives corrupt output
https://bugs.launchpad.net/bugs/236019
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241701] Re: /usr/share/ppd/cups-pdf/PostscriptColor.ppd disappeared but postinst still uses it

2008-06-20 Thread Martin-Éric Racine
The file was renamed to CUPS-PDF.PPD by upstream, a while ago. You can
find the original file in the source tarball's extra directory.

Ubuntu needs to upgrade its postinst and postrm to match.

Debian doesn't have this issue, because they don't attempt to
automatically add the PDF queue to CUPS.

-- 
/usr/share/ppd/cups-pdf/PostscriptColor.ppd disappeared but postinst still uses 
it
https://bugs.launchpad.net/bugs/241701
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241803] [NEW] Please sync xserver-xorg-video-geode 2.10.0-3 (main) from Debian unstable (main).

2008-06-20 Thread Martin-Éric Racine
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/xserver-xorg-video-geode
 status new
 importance wishlist
 subscribe ubuntu-main-sponsors

Please sync xserver-xorg-video-geode 2.10.0-3 (main) from Debian
unstable (main).

Changelog since current intrepid version 2.10.0-2:

xserver-xorg-video-geode (2.10.0-3) unstable; urgency=medium

  * Deprecated the trouble-making transitional AMD symbolic links.
  * Made GEODE Conflicts with all previous AMD and NSC packages.

 -- Martin-Éric Racine [EMAIL PROTECTED]  Fri, 20 Jun 2008 15:52:20 +0300


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIXEiieXr56x4Muc0RAuAbAJ9aoNWM2jjk01dFPhm+kt5h5y9nGQCgp+1L
DJRs8u09k7mYf+QaFKVWCUA=
=wGzy
-END PGP SIGNATURE-

** Affects: xserver-xorg-video-geode (Ubuntu)
 Importance: Wishlist
 Status: New

-- 
Please sync xserver-xorg-video-geode 2.10.0-3 (main) from Debian unstable 
(main).
https://bugs.launchpad.net/bugs/241803
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 242111] Re: installer aborts when phone line disconnects

2008-06-22 Thread Martin-Éric Racine
Which application do you use to perform this upgrade?

-- 
installer aborts when phone line disconnects
https://bugs.launchpad.net/bugs/242111
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 242111] Re: installer aborts when phone line disconnects

2008-06-22 Thread Martin-Éric Racine
** Changed in: update-manager (Ubuntu)
Sourcepackagename: upgrade-system = update-manager

-- 
installer aborts when phone line disconnects
https://bugs.launchpad.net/bugs/242111
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219630] Re: please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c

2008-06-24 Thread Martin-Éric Racine
Martin,

Avoiding a full port and trying to squeeze every file into the framework
already set by 2.8.0 is precisely what has resulted in failed attempts
to resolve Hardy's issue in the past. The issue is fully resolved in
Intrepid and proven to work precisely because everything went in; only
Hardy remains unresolved.

nsc: this is not a new upstream. It's a new Debian only.

-- 
please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c
https://bugs.launchpad.net/bugs/219630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219630] Re: please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c

2008-06-24 Thread Martin-Éric Racine
Things that need to happen to really fix this for Hardy:

1) make xserver-xorg-video-all stop depending on -amd and start
depending on -geode.

2) import an updated Debian version of -nsc that removes conflicting PCI
ID. What's in Intrepid cannot build as-is, because Hardy has an old
dpkg-dev, so I modified this as per the package in my PPA.

3) import an updated Debian version of -geode that completely eliminates
the symbolic links to amd_drv.so and amd.ids, and reintroduces the PCI
ID for GX2 hardware. This must include a warning to users who are
upgrading to update their static xorg.conf if they have one. Optionally,
it could use the new 2.10.0 upstream which adds support for OLPC
hardware, but this is not a must. I could recycle the packaging used
there with a 2.9.0 release for Hardy.

-- 
please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c
https://bugs.launchpad.net/bugs/219630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219109] Re: please sync planner (main) from Debian (main)

2008-06-24 Thread Martin-Éric Racine
Daniel,

This sort of bug really needs to go to the freedesktop.prg Bugzilla. Can
you please go and file it there?

-- 
please sync planner (main) from Debian (main)
https://bugs.launchpad.net/bugs/219109
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219630] Re: please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c

2008-06-24 Thread Martin-Éric Racine
Since this involves changes to 3 packages, let's address those
separately:

1) xorg metapackage:  Depending on the transitional -amd package is the
wrong thing to do. It should have been changed to depend on -geode
before Hardy was released.

2) nsc: changes in XSF scripts were performed by Brice Goglin at Debian.
Of what I understood, this fixes previously improper target cleaning.
This being said, I'm not that familiar with XSF scripts (I use CDBS for
GEODE), so perhaps him or Bryce Harrington would manage to explain how
this works this better than me.

3) geode: I think this one has been abundantly discussed. :)

-- 
please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c
https://bugs.launchpad.net/bugs/219630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219630] Re: please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c

2008-06-24 Thread Martin-Éric Racine
The consolidated change for NSC would look like this (minus the change
from hardy to hardy-proposed).

** Attachment added: debdiff_2.8.3-2_to_2.8.3-2ubuntu1.txt
   http://launchpadlibrarian.net/15556613/debdiff_2.8.3-2_to_2.8.3-2ubuntu1.txt

-- 
please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c
https://bugs.launchpad.net/bugs/219630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219630] Re: please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c

2008-06-24 Thread Martin-Éric Racine
Here's the consolidated changes for GEODE against what's already in
hardy-proposed.

** Attachment added: debdiff_geode_2.9.0-1ubuntu2.1_to_2.9.0-1ubuntu2.2.txt
   
http://launchpadlibrarian.net/15557332/debdiff_geode_2.9.0-1ubuntu2.1_to_2.9.0-1ubuntu2.2.txt

-- 
please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c
https://bugs.launchpad.net/bugs/219630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219630] Re: please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c

2008-06-24 Thread Martin-Éric Racine
PS: given how long this issue has been dragging on, is there any chances
of getting a freeze exception for 8.04.1 at all, on all 3 packages?

-- 
please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c
https://bugs.launchpad.net/bugs/219630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219630] Re: please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c

2008-06-24 Thread Martin-Éric Racine
Here's the changes for xorg.

** Attachment added: xorg_1:7.3+10ubuntu11_1:7.3+10ubuntu10.2.diff
   
http://launchpadlibrarian.net/15557557/xorg_1%3A7.3%2B10ubuntu11_1%3A7.3%2B10ubuntu10.2.diff

-- 
please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c
https://bugs.launchpad.net/bugs/219630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219630] Re: please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c

2008-06-24 Thread Martin-Éric Racine
Typos fixed here.  Used this one for xorg, instead.

** Attachment added: xorg_1:7.3+10ubuntu11_1:7.3+10ubuntu10.2.diff
   
http://launchpadlibrarian.net/15558567/xorg_1%3A7.3%2B10ubuntu11_1%3A7.3%2B10ubuntu10.2.diff

-- 
please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c
https://bugs.launchpad.net/bugs/219630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219630] Re: please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c

2008-06-24 Thread Martin-Éric Racine
xorg dependency change is for Hardy.

AFAIK it's already fixed for Intrepid.  Bryce, Timo, can you confirm?

-- 
please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c
https://bugs.launchpad.net/bugs/219630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219109] Re: please sync planner (main) from Debian (main)

2008-06-24 Thread Martin-Éric Racine
Yes, sorry, GNOME bugzilla.  Please do so.

-- 
please sync planner (main) from Debian (main)
https://bugs.launchpad.net/bugs/219109
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219630] Re: please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c

2008-06-24 Thread Martin-Éric Racine
Another consequence of this cherry-picking, as opposed to simply
importing existing changes where all issues have been dealt with, is
that it's easy to forget parts of the solution.

In this particular case, GEODE misses a Conflicts: xserver-xorg-video-
amd  ( ${binary:Version}) on the xserver-xorg-video-geode target.

-- 
please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c
https://bugs.launchpad.net/bugs/219630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219109] Re: please sync planner (main) from Debian (main)

2008-06-24 Thread Martin-Éric Racine
Mirco Müller found a missing semicolumn at the end of a line in the
source code that might explain the issue. Merging into Debian now, then
waiting for the sync.

-- 
please sync planner (main) from Debian (main)
https://bugs.launchpad.net/bugs/219109
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 219109] Re: please sync planner (main) from Debian (main)

2008-06-24 Thread Martin-Éric Racine
A test in pbuilder shows that this is only the tip of the iceberg. Even
after applying the patch, we get this:

 cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libplanner -I.. -I../libplanner 
-pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-I/usr/include/libxml2 -I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 
-I/usr/include/orbit-2.0 
-DSTORAGEMODULEDIR=\/usr/lib/planner/storage-modules\ 
-DFILEMODULEDIR=\/usr/lib/planner/file-modules\ 
-DPLUGINDIR=\/usr/lib/planner/plugins\ -DDATADIR=\/usr/share\ 
-I/usr/include/libgda-3.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-I/usr/include/libxml2 -DGDA_VERSION=30 -g -O2 -g -Wall -O2 -c mrp-sql.c  -fPIC 
-DPIC -o .libs/libstorage_sql_la-mrp-sql.o
mrp-sql.c: In function 'sql_write_project':
mrp-sql.c:2449: error: expected ')' before ';' token
mrp-sql.c:2455: error: expected ')' before ';' token
mrp-sql.c:2477: error: expected ')' before ';' token
mrp-sql.c:2538: error: expected ')' before ';' token
mrp-sql.c: In function 'mrp_sql_save_project':
mrp-sql.c:3726: error: expected ')' before ';' token
make[3]: *** [libstorage_sql_la-mrp-sql.lo] Error 1
make[3]: Leaving directory `/tmp/buildd/planner-0.14.3/libplanner'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/planner-0.14.3'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/planner-0.14.3'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
pbuilder: Failed autobuilding of package
W: no hooks of type C found -- ignoring
 - Aborting with an error
 - unmounting dev/pts filesystem
 - unmounting proc filesystem
 - cleaning the build env 
- removing directory /var/cache/pbuilder/build//8822 and its subdirectories

What amazes me is that this previously built fine as-is, as attested by
the Debian buildd logs.  I'm thus wondering whether older GCC missed
this and why.

-- 
please sync planner (main) from Debian (main)
https://bugs.launchpad.net/bugs/219109
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219109] Re: please sync planner (main) from Debian (main)

2008-06-25 Thread Martin-Éric Racine
Mirco, that patch alone doesn't fix it and introducing an Ubuntu-
specific delta was unnecessary since I monitor those issues myself.

-- 
please sync planner (main) from Debian (main)
https://bugs.launchpad.net/bugs/219109
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207073] Re: printing via CUPS crashes Firefox

2008-05-24 Thread Martin-Éric Racine
Simply invalidating the bug is not appropriate.  Detailing what
additional information you need is a better approach.

** Changed in: firefox (Ubuntu)
   Status: Invalid = Incomplete

-- 
printing via CUPS crashes Firefox
https://bugs.launchpad.net/bugs/207073
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207073] Re: printing via CUPS crashes Firefox

2008-05-24 Thread Martin-Éric Racine
As for more detailed, listing the steps needed to access the printing
dialog seems pointless. Reporting that doing so crashes Firefox is
precise enough.

Now, one piece of additional information that might be relevant is that
non-English locales sch as Finnish get a failure to print, instead of a
crash, because the progress bar is not displayed, due to a XUL error
that is reported. This apparently makes printing exit, instead.

Apport is enabled but didn't catch this crash. Otherwise, I would have
gladly let it provide the backtrace and other relevant information.

-- 
printing via CUPS crashes Firefox
https://bugs.launchpad.net/bugs/207073
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 131675] Re: xorg failure with geode based terminal

2008-05-25 Thread Martin-Éric Racine
*** This bug is a duplicate of bug 214119 ***
https://bugs.launchpad.net/bugs/214119

I confirm that the xserver-xorg-core and xserver-xorg-video-geode
packages in hardy-proposed fix operation on standalone hosts, but not in
LTSP. However, reverting to the earlier xserver-xorg-video-amd package
suddenly fixes it.

-- 
xorg failure with geode based terminal
https://bugs.launchpad.net/bugs/131675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 131675] Re: xorg failure with geode based terminal

2008-05-27 Thread Martin-Éric Racine
*** This bug is a duplicate of bug 214119 ***
https://bugs.launchpad.net/bugs/214119

Please try packages in my PPA for GEODE 2.9.0-1ubuntu2 which add support
for Debian/Ubuntu-specific X server files and test whether this fixes
the issues.

-- 
xorg failure with geode based terminal
https://bugs.launchpad.net/bugs/131675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 214119] Re: [HARDY] Koolu W.E. (ION A603) does not detect higher resolution than 800x600

2008-05-27 Thread Martin-Éric Racine
Please try packages in my PPA for GEODE 2.9.0-1ubuntu2 which add support
for Debian/Ubuntu-specific X server files and test whether this fixes
the issues.

This package adds support for the Debian/Ubuntu-specific way of defining
supported PCI ID numbers for each driver. The additions I made add
support for:

* Vendor: NSC, Chip: GX.
* Vendor: AMD, Chip: LX.

-- 
[HARDY] Koolu W.E. (ION A603) does not detect higher resolution than 800x600
https://bugs.launchpad.net/bugs/214119
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 131675] Re: xorg failure with geode based terminal

2008-05-29 Thread Martin-Éric Racine
*** This bug is a duplicate of bug 214119 ***
https://bugs.launchpad.net/bugs/214119

2.9.0-1ubuntu2 was just replaced by 2.9.0-1ubuntu3 to completely close
this issue.  It's already available in my PPA and should soon be
uploaded to Hardy-proposed. For Intrepid, package 2.9.0-3 (pending
import from Debian/unstable) includes the same fixes.

-- 
xorg failure with geode based terminal
https://bugs.launchpad.net/bugs/131675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 214119] Re: [HARDY] Koolu W.E. (ION A603) does not detect higher resolution than 800x600

2008-05-29 Thread Martin-Éric Racine
2.9.0-1ubuntu2 was just replaced by 2.9.0-1ubuntu3 to completely close
this issue.  It's already available in my PPA and should soon be
uploaded to Hardy-proposed. For Intrepid, package 2.9.0-3 (pending
import from Debian/unstable) includes the same fixes.

-- 
[HARDY] Koolu W.E. (ION A603) does not detect higher resolution than 800x600
https://bugs.launchpad.net/bugs/214119
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 213212] Re: freeze with lots of usb events due to lack of x86emu updates [koolu geode lx]

2008-05-29 Thread Martin-Éric Racine
2.9.0-1ubuntu2 was just replaced by 2.9.0-1ubuntu3 to completely close
this issue.  It's already available in my PPA and should soon be
uploaded to Hardy-proposed. For Intrepid, package 2.9.0-3 (pending
import from Debian/unstable) includes the same fixes.

-- 
freeze with lots of usb events due to lack of x86emu updates [koolu geode lx]
https://bugs.launchpad.net/bugs/213212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 140051] Re: xf86-video-amd: fails to autoconfigure

2008-05-29 Thread Martin-Éric Racine
2.9.0-1ubuntu2 was just replaced by 2.9.0-1ubuntu3 to completely close
this issue.  It's already available in my PPA and should soon be
uploaded to Hardy-proposed. For Intrepid, package 2.9.0-3 (pending
import from Debian/unstable) includes the same fixes.

-- 
xf86-video-amd: fails to autoconfigure
https://bugs.launchpad.net/bugs/140051
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219630] Re: please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c

2008-05-30 Thread Martin-Éric Racine
What you have is technically an ION 503. Linutop uses another ION
variant with an LX800 instead.

The NSC driver has a PCI ID conflict with the GEODE driver, because the
GX2 was originally manufactured by NSC. The result is that GX2 support
is currently very sketchy in NSC and disabled in GEODE.

We are working on a remedy that would involve importing support for
older Geode models into the GEODE driver. This is scheduled to happen
sometimes at the end of this year. Until this has been done, I'm afraid
that GX2 support falls in the cracks between two drivers.

-- 
please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c
https://bugs.launchpad.net/bugs/219630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 236019] Re: geode driver gives corrupt output

2008-05-30 Thread Martin-Éric Racine
Can you try the xserver-xorg-core and xserver-xorg-video-geode from
hardy-proposed and see if this helps?

** Changed in: xserver-xorg-video-geode (Ubuntu)
Sourcepackagename: xorg-server = xserver-xorg-video-geode

-- 
geode driver gives corrupt output
https://bugs.launchpad.net/bugs/236019
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130621] Re: Please sync numlockx (universe) from Debian unstable (main)

2008-05-21 Thread Martin-Éric Racine
That's not accurate.

Also, Debian effectively is acting as upstream for this package
nowadays. Retooling was necessary to sync the dependencies with current
X.

-- 
Please sync numlockx (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/130621
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 218202] Re: [hardy] numlockx does not turn num lock keyboard light on.

2008-05-21 Thread Martin-Éric Racine
This package would need to be rebuilt against current X.org dependencies
to be fixed.

-- 
[hardy] numlockx does not turn num lock keyboard light on.
https://bugs.launchpad.net/bugs/218202
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 214119] Re: [HARDY] Koolu W.E. (ION A603) does not detect higher resolution than 800x600

2008-05-23 Thread Martin-Éric Racine
Was uploaded to hardy-proposed yesterday by Ogra. Is there anything else
left to do to get this in?

-- 
[HARDY] Koolu W.E. (ION A603) does not detect higher resolution than 800x600
https://bugs.launchpad.net/bugs/214119
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 213212] Re: freeze with lots of usb events due to lack of x86emu updates [koolu geode lx]

2008-05-23 Thread Martin-Éric Racine
geode 2.9.0-1 in Intrepid and 2.9.0-1ubuntu1 in Hardy-proposed should
fix this.  Please test and report back whether this helps.

-- 
freeze with lots of usb events due to lack of x86emu updates [koolu geode lx]
https://bugs.launchpad.net/bugs/213212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 131675] Re: xorg failure with geode based terminal

2008-05-23 Thread Martin-Éric Racine
*** This bug is a duplicate of bug 214119 ***
https://bugs.launchpad.net/bugs/214119

It should be noted that configuration with always fail on GX1 (nsc
driver) and GX2 (geode driver) hardware. This is because both chipsets
share the same PCI ID and yet X.org needs to match a PCI ID with a
precise driver module; it cannot be made to match on two different
drivers. For this reason, support for NSC products will be imported into
the unified GEODE driver sometimes later this year, on time for
inclusion into Intrepid.

Hardy might also receive an SRU exception to allow uploading a backport
of the updated driver with NSC support merged back in, but this will
require extensive discussion with the Release Manager, before it can be
allowed.

However, with the fixed xserver-xorg-core
(2:1.4.1~git20080131-1ubuntu9.1) and xserver-xorg-video-geode
(2.9.0-1ubuntu1) currently sitting in hardy-proposed and in intrepid,
this should at least work on LX-based hardware.

-- 
xorg failure with geode based terminal
https://bugs.launchpad.net/bugs/131675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 140051] Re: xf86-video-amd: fails to autoconfigure

2008-05-23 Thread Martin-Éric Racine
Hardy-proposed now has both a newer X server core and GEODE driver
available:

deb http://ee.archive.ubuntu.com/ubuntu/ hardy-proposed main universe 
restricted #multiverse
deb-src http://ee.archive.ubuntu.com/ubuntu/ hardy-proposed main universe 
restricted #multiverse

Please test and report your findings ASAP.  If no major issue is
reported within the next couple of weeks, this will be pushed into Hardy
as an update.

PS: Intrepid already has both fixes uploaded since a few days too.

-- 
xf86-video-amd: fails to autoconfigure
https://bugs.launchpad.net/bugs/140051
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 213212] Re: freeze with lots of usb events due to lack of x86emu updates [koolu geode lx]

2008-05-23 Thread Martin-Éric Racine
Hardy-proposed now has both a newer X server core and GEODE driver
available:

deb http://ee.archive.ubuntu.com/ubuntu/ hardy-proposed main universe 
restricted #multiverse
deb-src http://ee.archive.ubuntu.com/ubuntu/ hardy-proposed main universe 
restricted #multiverse

Please test and report your findings ASAP.  If no major issue is
reported within the next couple of weeks, this will be pushed into Hardy
as an update.

PS: Intrepid already has both fixes uploaded since a few days too.

-- 
freeze with lots of usb events due to lack of x86emu updates [koolu geode lx]
https://bugs.launchpad.net/bugs/213212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 214119] Re: [HARDY] Koolu W.E. (ION A603) does not detect higher resolution than 800x600

2008-05-23 Thread Martin-Éric Racine
Hardy-proposed now has both a newer X server core and GEODE driver
available:

deb http://ee.archive.ubuntu.com/ubuntu/ hardy-proposed main universe 
restricted #multiverse
deb-src http://ee.archive.ubuntu.com/ubuntu/ hardy-proposed main universe 
restricted #multiverse

Please test and report your findings ASAP.  If no major issue is
reported within the next couple of weeks, this will be pushed into Hardy
as an update.

PS: Intrepid already has both fixes uploaded since a few days too.

-- 
[HARDY] Koolu W.E. (ION A603) does not detect higher resolution than 800x600
https://bugs.launchpad.net/bugs/214119
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 131675] Re: xorg failure with geode based terminal

2008-05-23 Thread Martin-Éric Racine
*** This bug is a duplicate of bug 214119 ***
https://bugs.launchpad.net/bugs/214119

** Also affects: xserver-xorg-video-geode (Ubuntu)
   Importance: Undecided
   Status: New

-- 
xorg failure with geode based terminal
https://bugs.launchpad.net/bugs/131675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 219630] Re: please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c

2008-06-12 Thread Martin-Éric Racine
On Thu, Jun 12, 2008 at 11:50 AM, Martin Pitt wrote:
 geode debdiff:
  - why is it necessary to move around the -amd symlink in the SRU, and thus 
 mess with new Conflics/Replaces:?

To make it possible to completely purge the symlinks without purging
the driver. This is necessary to fix operation in LTSP.

  - what is the rationale for dropping all the DEB_* settings in
debian/rules?

Not dropped.  They were accidentally duplicated before.

 Judging by the noisy changelog diff, this is really a backport of the
 latest version in intrepid/sid, as opposed to a minimally intrusive
 patch to fix just this issue. I guess the important bits are the
 additional ID in geode.ids and moving script from -amd to -geode
 perhaps?

geode.ids and making the symbolic links removable.

 Please supply minimal debdiffs which can be reviewed and avoid any
 unnecessary change, which might just cause trouble later on.

All the above changes *are* necessary. Trying to avoid them earlier is
what resulted in 2.1 not fixing anything.

 nsc debdiff: same like above, but amplified by 10. Adding new packages
 (-dbg), changing the build system, changing config.{guess,sub} are
 things which are inappropriate for an SRU.

I'm sorry, but I cannot work with the XSF scripts.

-- 
please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c
https://bugs.launchpad.net/bugs/219630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 219630] Re: please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c

2008-06-12 Thread Martin-Éric Racine
 Thanks for the -geode clarifications. That one is OK with me then.

  nsc debdiff: same like above, but amplified by 10. Adding new packages
  (-dbg), changing the build system, changing config.{guess,sub} are
  things which are inappropriate for an SRU.

 I'm sorry, but I cannot work with the XSF scripts.

 That means what? You need help from Bryce or Timo to backport just the
 relevant fixes or to revert the irrelevant packaging changes?

If they can just revert the Debian auto-generagtion patch and install
the static nsc.id, yes, that would work too.

-- 
please add geode to driver list in hw/xfree86/common/xf86AutoConfig.c
https://bugs.launchpad.net/bugs/219630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 239923] [NEW] 0.99.2-3ubuntu10 breaks operation

2008-06-13 Thread Martin-Éric Racine
Public bug reported:

Binary package hint: pm-utils

Since 0.99.2-3ubuntu10 entered hardy-updates, neither suspend or
hibernate work as expected anymore. When the computer is supposed to
resume, it instead freezes while loading the resume image. This has been
verified on a number of hosts.

Reverting to 0.99.2-3ubuntu9 restores normal operation on all hosts.

** Affects: pm-utils (Ubuntu)
 Importance: Undecided
 Status: New

-- 
0.99.2-3ubuntu10 breaks operation
https://bugs.launchpad.net/bugs/239923
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 240345] [NEW] Please sync xserver-xorg-video-nsc 1:2.8.3-3 (main) from Debian unstable (main).

2008-06-16 Thread Martin-Éric Racine
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/xserver-xorg-video-nsc
 status new
 importance wishlist
 subscribe ubuntu-main-sponsors

Please sync xserver-xorg-video-nsc 1:2.8.3-3 (main) from Debian unstable
(main).

Explanation of the Ubuntu delta and why it can be dropped:

Superceded by this Debian upload.

Changelog since current intrepid version 1:2.8.3-2ubuntu3.3:

xserver-xorg-video-nsc (1:2.8.3-3) unstable; urgency=low

  * Work-around the upstream driver claiming support for hardware
that it does not support or that other drivers support much better:
Disable Geode GX2 and Cyrix hardware from 01_gen_pci_ids.diff 
so that the server always autoloads -geode and -cyrix drivers.
Closes: #483699.
  * Update the description to only talk about NSC Geode GX1.
  * Bump Standards-Version to 3.7.3, no change needed.
  * Remove XS- prefix from Vcs-Browser and Vcs-Git fields in debian/control.
  * Run dpkg-shlibdeps with --warnings=6.  Drivers reference symbols from
/usr/bin/Xorg and other modules, and that's not a bug, so we want
dpkg-shlibdeps to shut up about symbols it can't find.
+ Build-depend on dpkg-dev = 1.14.17 for dpkg-shlibdeps --warnings.
  * Don't forget to call the xsfclean target.

 -- Brice Goglin [EMAIL PROTECTED]  Sun, 15 Jun 2008 10:32:01 +0200


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIVjd7eXr56x4Muc0RAn6pAJ41uYa/lakacHWcRCwmjfqctIO2WQCeKSEf
JNpNz9qUh5f5iFwIp+gJoPU=
=Fy77
-END PGP SIGNATURE-

** Affects: xserver-xorg-video-nsc (Ubuntu)
 Importance: Wishlist
 Status: New

-- 
Please sync xserver-xorg-video-nsc 1:2.8.3-3 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/240345
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 240349] [NEW] Please sync xserver-xorg-video-geode 2.10.0-1 (main) from Debian unstable (main).

2008-06-16 Thread Martin-Éric Racine
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/xserver-xorg-video-geode
 status new
 importance wishlist
 subscribe ubuntu-main-sponsors

Please sync xserver-xorg-video-geode 2.10.0-1 (main) from Debian
unstable (main).

Explanation of the Ubuntu delta and why it can be dropped:

The Debian package merged the same changes in a previous release.

Changelog since current intrepid version 2.9.0-4ubuntu3:

xserver-xorg-video-geode (2.10.0-1) unstable; urgency=low

  * New upstream release:
+ Bring over the DCON detection code from the OLPC tree.
+ Unmap the PCI memory when we close the screen.
+ Many build fixes.

 -- Martin-Éric Racine [EMAIL PROTECTED]  Sat, 14 Jun 2008 07:46:03 +0300
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIVj29eXr56x4Muc0RAtI6AKCtGPF0V8acEfn9GKhVdsoUQ0YwCQCfV7/n
5x9QXE0j3IiISjJHhxS/6kM=
=QKxT
-END PGP SIGNATURE-

** Affects: xserver-xorg-video-geode (Ubuntu)
 Importance: Wishlist
 Status: New

-- 
Please sync xserver-xorg-video-geode 2.10.0-1 (main) from Debian unstable 
(main).
https://bugs.launchpad.net/bugs/240349
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 240349] Re: Please sync xserver-xorg-video-geode 2.10.0-1 (main) from Debian unstable (main).

2008-06-16 Thread Martin-Éric Racine
-2 was just uploaded.

-- 
Please sync xserver-xorg-video-geode 2.10.0-1 (main) from Debian unstable 
(main).
https://bugs.launchpad.net/bugs/240349
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109329] Re: nvidia upgrade failure

2007-04-23 Thread Martin-Éric Racine
** Changed in: linux-restricted-modules-2.6.20 (Ubuntu)
Sourcepackagename: upgrade-system = linux-restricted-modules-2.6.20

-- 
nvidia upgrade failure
https://bugs.launchpad.net/bugs/109329
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 92474] Re: pdf-documents created by cups pdf do not contain text anymore

2007-04-23 Thread Martin-Éric Racine
I cannot reproduce this here. Can anybody else confirm?

-- 
pdf-documents created by cups pdf do not contain text anymore
https://bugs.launchpad.net/bugs/92474
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 104829] Re: deleted old kernal headers

2007-04-23 Thread Martin-Éric Racine
This would imply upgrading from Hoary to Feisty.  Unfortunately,
upgrading from Hoary is not supported.

** Changed in: upgrade-system (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
deleted old kernal headers
https://bugs.launchpad.net/bugs/104829
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109623] Re: distro upgrade from 6.10 to 7.04 crashed

2007-04-24 Thread Martin-Éric Racine
** Changed in: adept (Ubuntu)
Sourcepackagename: upgrade-system = adept

-- 
distro upgrade from 6.10 to 7.04 crashed
https://bugs.launchpad.net/bugs/109623
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for adept in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 107961] Re: edgy-feisty kubuntu upgrade crashed (memory leak?)

2007-04-20 Thread Martin-Éric Racine
** Changed in: adept (Ubuntu)
Sourcepackagename: upgrade-system = adept

-- 
edgy-feisty kubuntu upgrade crashed (memory leak?)
https://bugs.launchpad.net/bugs/107961
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for adept in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 108556] Re: KDECdromProgressAdapter instance has no attribute 'progressbar'

2007-04-21 Thread Martin-Éric Racine
This is all very nice, except this bug has nothing to do with package
upgrade-system. Please reassign it to the correct package.

-- 
KDECdromProgressAdapter instance has no attribute 'progressbar'
https://bugs.launchpad.net/bugs/108556
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 116528] Re: Deinstalling numlockx breaks X startup

2007-06-12 Thread Martin-Éric Racine
** Changed in: numlockx (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Deinstalling numlockx breaks X startup
https://bugs.launchpad.net/bugs/116528
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 19554] Re: Could (have an option to) convert dirs outside home

2007-06-12 Thread Martin-Éric Racine
** Bug watch added: Debian Bug tracker #416428
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=416428

** Also affects: utf8-migration-tool (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=416428
   Importance: Unknown
   Status: Unknown

-- 
Could (have an option to) convert dirs outside home
https://bugs.launchpad.net/bugs/19554
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 120025] Re: Kernel Upgrade does not put acpi=off into grub menu.lst

2007-06-12 Thread Martin-Éric Racine
This has nothing to do with upgrade-system, an utility to fetch and
install package upgrades. Please file the bug against the bootloader
used on your Ubuntu system, instead.

** Changed in: upgrade-system (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
Kernel Upgrade does not put acpi=off into grub menu.lst
https://bugs.launchpad.net/bugs/120025
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 82674] Re: add/remove the PDF printer in CUPS at installation/removal time

2007-06-12 Thread Martin-Éric Racine
Note that CUPS-PDF 2.4.6-1 (Gutsy) already performs a fair dose of auto-
detection. Adding the printer is now only a two-click process. Not quite
the fully automated installation, but almost.

-- 
add/remove the PDF printer in CUPS at installation/removal time
https://bugs.launchpad.net/bugs/82674
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 61405] Re: acpid: sleep and suspend no longer work in Edgy

2007-06-12 Thread Martin-Éric Racine
This bug concerns an old release but I confirm that the issue still
exists on Feisty with 2.6.20. As far as I can tell, changes made for
2.6.18 by upstream at Intel were backported to Ubuntu packages after
2.6.17-7, which is where it broke previous ACPI behavior on a number of
ThinkPads.

-- 
acpid: sleep and suspend no longer work in Edgy
https://bugs.launchpad.net/bugs/61405
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 92474] Re: pdf-documents created by cups pdf do not contain text anymore

2007-06-12 Thread Martin-Éric Racine
** Changed in: cups-pdf (Ubuntu)
   Status: Unconfirmed = Needs Info

-- 
pdf-documents created by cups pdf do not contain text anymore
https://bugs.launchpad.net/bugs/92474
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 120203] Please sync cups-pdf (universe) from Debian unstable (main)

2007-06-13 Thread Martin-Éric Racine
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/cups-pdf
 status confirmed
 subscribe ubuntu-archive

Please sync cups-pdf (universe) from Debian unstable (main).
Changelog since current feisty version 2.4.2-3:

cups-pdf (2.4.6-1) unstable; urgency=low

  * New upstream release:
- Changed GS options to save memory on some files (Closes: #421868).
- Changed CUPS printer description to CUPS-PDF (Closes: #411620).
  * Made Debian CUPS Maintainers the Maintainer and myself Uploaders.
  TODO: automagic installation of PDF printer for granny-friendliness.

 -- Martin-Éric Racine [EMAIL PROTECTED]  Thu, 24 May 2007 12:28:22 +0300


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGb/nFeXr56x4Muc0RAn9OAJ9oOyxP6M1dhPJ+7Kwt3BdLSGx/pQCgjVv4
1l0mV0T2X6imH52k2WaW0tQ=
=Mo71
-END PGP SIGNATURE-

** Affects: cups-pdf (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
Please sync cups-pdf (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/120203
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 120216] Re: Upgradeing from 6.10 ubuntu to 7.4 fails

2007-06-13 Thread Martin-Éric Racine
** Changed in: update-manager (Ubuntu)
Sourcepackagename: upgrade-system = update-manager

-- 
Upgradeing from 6.10 ubuntu to 7.4 fails
https://bugs.launchpad.net/bugs/120216
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 14066] Re: utf8migrationtool rename problem

2007-03-10 Thread Martin-Éric Racine
Does this still apply to utf8-migration-tool 0.5.2 that is in Feisty?

-- 
utf8migrationtool rename problem
https://launchpad.net/bugs/14066

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 14066] Re: utf8migrationtool rename problem

2007-03-10 Thread Martin-Éric Racine
Tollef no longer maintains this package; I do, so I'm re-assigning this
bug to myself.

** Changed in: utf8-migration-tool (Ubuntu)
 Assignee: Tollef Fog Heen = Martin-Éric Racine

-- 
utf8migrationtool rename problem
https://launchpad.net/bugs/14066

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 113903] Re: can't update from 6.06 to 6.10

2007-05-10 Thread Martin-Éric Racine
** Changed in: update-manager (Ubuntu)
Sourcepackagename: upgrade-system = update-manager

-- 
can't update from 6.06 to 6.10
https://bugs.launchpad.net/bugs/113903
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 112074] Re: feisty dist-upgrade program reports download speed incorrectly: bits -- bytes

2007-05-03 Thread Martin-Éric Racine
** Changed in: update-manager (Ubuntu)
Sourcepackagename: upgrade-system = update-manager

-- 
feisty dist-upgrade program reports download speed incorrectly: bits -- bytes
https://bugs.launchpad.net/bugs/112074
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109830] Re: Kubuntu crash upgrading Edgy to Feisty from Alternate CD

2007-05-03 Thread Martin-Éric Racine
** Changed in: update-manager (Ubuntu)
Sourcepackagename: upgrade-system = update-manager

-- 
Kubuntu crash upgrading Edgy to Feisty from Alternate CD
https://bugs.launchpad.net/bugs/109830
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 116528] Re: Deinstalling numlockx breaks X startup

2007-05-24 Thread Martin-Éric Racine
Actually, removal only removes binaries. Purge is what also removes
configuration files and scripts. Anyhow, the script tests for the
presence of numlockx, before trying to execute it, so I really don't see
how this could be happening.

-- 
Deinstalling numlockx breaks X startup
https://bugs.launchpad.net/bugs/116528
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 109830] Re: Kubuntu crash upgrading Edgy to Feisty from Alternate CD

2007-05-24 Thread Martin-Éric Racine
** Changed in: upgrade-system (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
Kubuntu crash upgrading Edgy to Feisty from Alternate CD
https://bugs.launchpad.net/bugs/109830
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 116528] Re: Deinstalling numlockx breaks X startup

2007-05-24 Thread Martin-Éric Racine
Does adding || before the true statement fix it for you?

Here, I modified the content of the script to:

( test -x /usr/bin/numlockx  /usr/bin/numlockx on ) || /bin/true

This works for me. Can you confirm whether it fixes the issue for you?

-- 
Deinstalling numlockx breaks X startup
https://bugs.launchpad.net/bugs/116528
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 116528] Re: Deinstalling numlockx breaks X startup

2007-05-24 Thread Martin-Éric Racine
I can wait until you get home and have a few minutes to test this,
before uploading. :)

-- 
Deinstalling numlockx breaks X startup
https://bugs.launchpad.net/bugs/116528
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 116528] Re: Deinstalling numlockx breaks X startup

2007-05-24 Thread Martin-Éric Racine
Of course, an even safer way to implement this could be:

if [ -x /usr/bin/numlockx ]; then /usr/bin/numlockx on; fi

I'm curious as to which one is preferable. Feedback on this issue is
welcome.

-- 
Deinstalling numlockx breaks X startup
https://bugs.launchpad.net/bugs/116528
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 116528] Re: Deinstalling numlockx breaks X startup

2007-05-25 Thread Martin-Éric Racine
David, did you get a chance to try either of the above solutions?

-- 
Deinstalling numlockx breaks X startup
https://bugs.launchpad.net/bugs/116528
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 62568] Re: sync with evince 0.6.0 codebase

2007-05-25 Thread Martin-Éric Racine
Wow, thanks, Seb! Is this based on the rumored patch that was recently
accepted upstream to allow producing light Evince binaries, without
the full GNOME libraries?

-- 
sync with evince 0.6.0 codebase
https://bugs.launchpad.net/bugs/62568
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 116528] Re: Deinstalling numlockx breaks X startup

2007-05-25 Thread Martin-Éric Racine
Fixed as of Debian 1.1-6 (should spread into Gutsy fairly soon).

** Changed in: numlockx (Ubuntu)
 Assignee: (unassigned) = Martin-Éric Racine
   Status: Unconfirmed = Fix Committed

-- 
Deinstalling numlockx breaks X startup
https://bugs.launchpad.net/bugs/116528
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 112248] fields to set MTU and MSS missing

2007-05-03 Thread Martin-Éric Racine
Public bug reported:

The configuration menu for n-m-openvpn lacks the possibility to setup
arbitrary functions recognized by OpenVPN, in my case, non-default MTU
and MSS values for the connection, which are necessary to interact with
some commercial OS' defaults in a corporate setting.

** Affects: network-manager-openvpn (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
fields to set MTU and MSS missing
https://bugs.launchpad.net/bugs/112248
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 113842] Re: error in upgrade Breezy to Dapper - no section distro

2007-05-10 Thread Martin-Éric Racine
** Changed in: update-manager (Ubuntu)
Sourcepackagename: upgrade-system = update-manager

-- 
error in upgrade Breezy to Dapper - no section distro
https://bugs.launchpad.net/bugs/113842
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 251079] Re: Please sync xserver-xorg-video-geode 2.10.0-6 (main) from Debian experimental (main)

2008-07-24 Thread Martin-Éric Racine
** Summary changed:

- Please sync xserver-xorg-video-geode 2.10.0-4 (main) from Debian unstable 
(main).
+ Please sync xserver-xorg-video-geode 2.10.0-6 (main) from Debian experimental 
(main)

** Description changed:

- -BEGIN PGP SIGNED MESSAGE-
- Hash: SHA1
- 
-  affects ubuntu/xserver-xorg-video-geode
-  status new
-  importance wishlist
-  subscribe ubuntu-main-sponsors
- 
  Please sync xserver-xorg-video-geode 2.10.0-6 (main) from Debian
  experimental (main).
  
  Explanation of the Ubuntu delta and why it can be dropped:
  
  The experimental package implements the same changes and will go into
  unstable as soon as X server 1.5 does.
  
  Changelog since current intrepid version 2.10.0-4ubuntu1:
  
  xserver-xorg-video-geode (2.10.0-6) experimental; urgency=low
  
* Bumped Build-Depends on X core to = 2:1.4.99 for experimental.
  
  xserver-xorg-video-geode (2.10.0-5) experimental; urgency=low
  
* Bumped Provides to server-2.9 for upcoming X.org 1.5 core ABI.
- -BEGIN PGP SIGNATURE-
- Version: GnuPG v1.4.6 (GNU/Linux)
- 
- iD8DBQFIhvo9eXr56x4Muc0RAuBwAJ9/5f6zYU1S47XseQx+7+kLFcdyKQCfdxsR
- sCxmUclCWLrgEFkTR423Nu8=
- =l4+u
- -END PGP SIGNATURE-

-- 
Please sync xserver-xorg-video-geode 2.10.0-6 (main) from Debian experimental 
(main)
https://bugs.launchpad.net/bugs/251079
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 253023] [NEW] Please sync mkelfimage 2.7-6 (main) from Debian unstable (main).

2008-07-29 Thread Martin-Éric Racine
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/mkelfimage
 status new
 importance wishlist
 subscribe ubuntu-main-sponsors

Please sync mkelfimage 2.7-6 (main) from Debian unstable (main).

Changelog since current intrepid version 2.7-5:

mkelfimage (2.7-6) unstable; urgency=low

  * Added missing Build-Depends:zlib1g-dev to enable compressed images.
  * Merged patch by Peter Jones @ RH for dynamic initrd relocation.

 -- Martin-Éric Racine [EMAIL PROTECTED]  Mon, 07 Jul 2008 14:56:41 +0300


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIj0kUeXr56x4Muc0RAjuzAKCutKeJRm8jUnUKbPmJghR6fFh8WQCggKkJ
+KMEq1Z8GA4Qk3keHdqi7YU=
=c3T1
-END PGP SIGNATURE-

** Affects: mkelfimage (Ubuntu)
 Importance: Wishlist
 Status: New

-- 
Please sync mkelfimage 2.7-6 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/253023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 131675] Re: xorg failure with geode based terminal

2008-07-02 Thread Martin-Éric Racine
*** This bug is a duplicate of bug 214119 ***
https://bugs.launchpad.net/bugs/214119

Please try either of the methods show below to upgrade to the latest
packages from hardy-proposed:

http://q-funk.blogspot.com/2008/06/howto-build-clean-ltsp-boot-image-
that.html

http://q-funk.blogspot.com/2008/06/howto-make-geode-thin-clients-work-
on.html

Please let us know whether this resolves the issue.

-- 
xorg failure with geode based terminal
https://bugs.launchpad.net/bugs/131675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 234898] Re: unable to change screen resolution....

2008-07-02 Thread Martin-Éric Racine
Please try either of the methods show below to upgrade to the latest
packages from hardy-proposed:

http://q-funk.blogspot.com/2008/06/howto-build-clean-ltsp-boot-image-
that.html

http://q-funk.blogspot.com/2008/06/howto-make-geode-thin-clients-work-
on.html

Please let us know whether this resolves the issue.

-- 
unable to change screen resolution
https://bugs.launchpad.net/bugs/234898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 236019] Re: geode driver gives corrupt output

2008-07-03 Thread Martin-Éric Racine
Please note that all required package updates have now entered Hardy-
updates and are already present in Intrepid. Can you please test them by
following the above procedure and confirm whether this fixes the issue
you reported?

-- 
geode driver gives corrupt output
https://bugs.launchpad.net/bugs/236019
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 234898] Re: unable to change screen resolution....

2008-07-03 Thread Martin-Éric Racine
Please note that all required package updates have now entered Hardy-
updates and are already present in Intrepid. Can you please test them by
following the above procedure and confirm whether this fixes the issue
you reported?

-- 
unable to change screen resolution
https://bugs.launchpad.net/bugs/234898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 131675] Re: xorg failure with geode based terminal

2008-07-03 Thread Martin-Éric Racine
*** This bug is a duplicate of bug 214119 ***
https://bugs.launchpad.net/bugs/214119

Please note that all required package updates have now entered Hardy-
updates and are already present in Intrepid. Can you please test them by
following the above procedure and confirm whether this fixes the issue
you reported?

-- 
xorg failure with geode based terminal
https://bugs.launchpad.net/bugs/131675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


<    1   2   3   4   5   6   7   8   9   10   >